Commit 66591e0f by liuyang

2024-10-23 修复委外入库选择委外加工材料编码丢失bug

parent 5f2b5322
......@@ -237,7 +237,7 @@ let saveResult = function (btnNode) {
return false;
}
if (detailRows.length>0 && isBlank(item.get("inventCode"))){
message("选中的第" + (index + 1) + "行\"料编码\",不能为空!");
message("选中的第" + (index + 1) + "行\"料编码\",不能为空!");
flag = false;
return false;
}
......
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