瀏覽代碼

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

002390 1 年之前
父節點
當前提交
d7e7f72751
共有 1 個文件被更改,包括 2 次插入2 次删除
  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",