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;
                 }