Commit 388f77d3 by liuyang

2024-03-31 销售管理新增优化

parent 3f87efa0
...@@ -72,11 +72,13 @@ $(function () { ...@@ -72,11 +72,13 @@ $(function () {
}else { }else {
resultRows = []; resultRows = [];
} }
var info = new EiInfo()
var projCode = e.model['projCode']; var projCode = e.model['projCode'];
info.set("inqu_status-0-projCode", projCode); if (projCode.length>0){
info.set("inqu_status-0-lv", 2); var info = new EiInfo()
queryDetail(info); info.set("inqu_status-0-projCode", projCode);
info.set("inqu_status-0-lv", 2);
queryDetail(info);
}
}, },
}, },
"detail":{ "detail":{
......
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