Browse Source

【采购订单维护】备注字段长度校验改为60个字符串

002390 1 year ago
parent
commit
d7e7f72751
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/purchase/purchase-order/add/column.js

+ 2 - 2
src/views/purchase/purchase-order/add/column.js

@@ -353,7 +353,7 @@ const PurColumns = [
     rows: 1,
     inputType: "Textarea",
     isShow: true,
-    maxlength: 180,
+    maxlength: 60,
   },
   {
     key: "sysFileRecordList",
@@ -1184,7 +1184,7 @@ const CauseColumns = [
     rows: 1,
     inputType: "Textarea",
     isShow: true,
-    maxlength: 180,
+    maxlength: 60,
   },
   {
     key: "sysFileRecordList",