Explorar el Código

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

002390 hace 1 año
padre
commit
d7e7f72751
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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",