Commit b69e255d by liuyang

2024-07-17 修复存货档案工艺详情bug

parent 8e56d455
......@@ -240,7 +240,7 @@
PROCESS_CLASS = #processClass#, <!-- 工序类别 -->
PARENT_ID = #parentId#, <!-- 上级ID -->
PROCESS_ORDER = #processOrder#,
COMPUTE_TYPE = #computeType#
COST_WEIGHT = #costWeight#
WHERE
ID = #id#
</update>
......
......@@ -117,16 +117,16 @@ let save = function (btnNode) {
flag = false;
return false;
}
if(isBlank(unitCoeff)){
/*if(isBlank(unitCoeff)){
message("选中的第"+(index+1)+"行\"单价系数\",不能为空!");
flag = false;
return false;
}
if(isBlank(processClass)){
}*/
/*if(isBlank(processClass)){
message("选中的第"+(index+1)+"行\"工序类别\",不能为空!");
flag = false;
return false;
}
}*/
});
if(flag) {
JSUtils.confirm("确定对勾选中的[" + rows.length + "]条数据做\"保存\"操作? ", {
......
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