From 363678a54142e62fdd4ca39a0db5c54af1a704dc Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 29 二月 2024 15:39:59 +0800
Subject: [PATCH] 生产调度修改

---
 src/const/crud/customerOrder/customerOrderForm.js |   68 ++++++++++++++++++---------------
 1 files changed, 37 insertions(+), 31 deletions(-)

diff --git a/src/const/crud/customerOrder/customerOrderForm.js b/src/const/crud/customerOrder/customerOrderForm.js
index f23b3cf..7afff6c 100644
--- a/src/const/crud/customerOrder/customerOrderForm.js
+++ b/src/const/crud/customerOrder/customerOrderForm.js
@@ -26,10 +26,14 @@
   delBtn: false,
   align: 'center',
   addBtn: false,
+  addBtnText: '娣诲姞琛�',
   addRowBtn: true,
   refreshBtn: false, // 鏄惁鏄剧ず鍒锋柊鎸夐挳
   columnBtn: false, // 鏄惁鏄剧ず鏄惧奖鎸夐挳H
   column: [{
+    prop: 'id',
+    hide:true
+  },{
     label: '闆朵欢鍙�',
     slot: true,
     formSlot: true,
@@ -38,44 +42,20 @@
     minWidth: 200,
     span: 24
   }, {
-    label: '闆朵欢瑙勬牸',
-    prop: 'customerPartSpec',
-    type: 'input',
-    cell: true,
-    minWidth: 200,
-    span: 24
-  }, {
-    label: '鍒堕�犲睘鎬�',
-    prop: 'manufactureAttr',
-    cell: true,
-    type: 'select',
-    minWidth: 200,
-    span: 24,
-    dicData:[{
-        label: '鏅��',
-        value: 'N'
-    },{
-        label: '鏍峰搧',
-        value: 'S'
-    },{
-        label: '鐮斿彂',
-        value: 'D'
-    }]
-  }, {
     label: '浜у搧鍚嶇О',
     prop: 'productName',
     cell: true,
     type: 'input',
     minWidth: 200,
-    span: 24
+    span: 24,
   }, {
-    label: '闅跺睘鍝佺墝',
-    prop: 'productType',
-    cell: true,
+    label: '瑙勬牸鍨嬪彿',
+    prop: 'customerPartSpec',
     type: 'input',
+    cell: true,
     minWidth: 200,
     span: 24
-  }, {
+  },  {
     label: '鍗曚綅',
     prop: 'otcUnit',
     slot: true,
@@ -94,12 +74,38 @@
     span: 24,
     rules:[{required:true,message:'绫诲瀷蹇呴』鏄暟瀛�',trigger:'blur'}]
   }, {
-    label: '鏀惰揣鍦板潃',
-    prop: 'shippingAddress',
+    label: '鍒堕�犲睘鎬�',
+    prop: 'manufactureAttr',
+    cell: true,
+    type: 'select',
+    minWidth: 200,
+    span: 24,
+    dicData:[{
+        label: '鏅��',
+        value: 'N'
+    },{
+        label: '鏍峰搧',
+        value: 'S'
+    },{
+        label: '鐮斿彂',
+        value: 'D'
+    }]
+  }, {
+    label: '闅跺睘鍝佺墝',
+    prop: 'productType',
     cell: true,
     type: 'input',
     minWidth: 200,
     span: 24
+  },{
+    label: '鏀惰揣鍦板潃',
+    prop: 'shippingAddress',
+    cell: true,
+    type: 'textarea',
+    minWidth: 200,
+    span: 24,
+    minRows: 1,
+    maxRows: 3
   }, {
     label: '浜у搧澶囨敞',
     prop: 'remark',

--
Gitblit v1.9.3