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