Commit a1300253 by yanru

修改案件主类别、案件小主类别、小案类别代码补充描述的字典码的请求

parent 8c81b31b
......@@ -36,8 +36,14 @@ public class IDicItemServiceImpl implements IDicItemService {
ssdw = ssdw.substring(0, 2);
}
//String key = "zzjgdm_"+ssdw+":"+node.getCodeType()+":"+node.getpId()+":"+node.getId()+":"+node.getName()+":"+node.getId()+" | "+node.getName();
if(id==null||"".equals(id)){//根节点
id=null;
if("CODE_AJZLB".equals(type)||"CODE_AJXZLB".equals(type)||"CODE_XALBDMBCMS".equals(type)){
if (id == null || "".equals(id)){
id="*";
}
}else {
if (id == null || "".equals(id)) {//根节点
id = null;
}
}
if(name==null||"".equals(name)){
name="*";
......
......@@ -272,7 +272,7 @@ var navCategoryFormUtils = {
$('#xalbdmbcms').combotree('clear');
$('#ajxzlb').combotree({
disabled:false,
codetype: "queryAjxzlbDicJson?code_val=" + n
codetype: "queryTypeCode?type=CODE_AJXZLB&id=" + n
});
openCombotree('ajxzlb');
}
......@@ -284,7 +284,7 @@ var navCategoryFormUtils = {
$('#xalbdmbcms').combotree('clear');
$('#xalbdmbcms').combotree({
disabled:false,
codetype: "queryXalbdmbcmsDicJson?code_val=" + n
codetype: "queryTypeCode?type=CODE_XALBDMBCMS&id=" + n
});
openCombotree('xalbdmbcms');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment