MaiXinRong 3 年之前
父节点
当前提交
7d8ecf9468
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/public/js/budget_detail.js

+ 1 - 1
app/public/js/budget_detail.js

@@ -290,7 +290,7 @@ $(document).ready(() => {
                 const newValue = trimInvalidChar(info.editingText);
                 if (orgValue == info.editingText || ((!orgValue || orgValue === '') && (newValue === ''))) return;
 
-                if (node.b_code && invalidFields.indexOf(col.field) >=0) {
+                if (node.b_code && invalidFields.gcl.indexOf(col.field) >=0) {
                     toastr.error('工程量清单请勿输入设计数量');
                     return;
                 }