Commit faba5188 by liuyang

2024-09-25

1.扣款单保存校验修复
parent 9b9812de
......@@ -110,7 +110,7 @@ function saveFunc() {
return;
}
let flag = true;
$.each(rows, function(item,index) {
$.each(rows, function(index,item) {
let projCode= item.get("projCode");
let contractContent= item.get("contractContent");
let totalContractPriceIncluding= item.get("totalContractPriceIncluding");
......
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