MaiXinRong 3 năm trước cách đây
mục cha
commit
7d8ecf9468
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
                 }