From 16c4c1498daae97306c5b4cea9631ffc10b943ac Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 13 十月 2023 12:57:04 +0800
Subject: [PATCH] 	modified:   src/const/crud/customerOrder/customerOrderForm.js 	modified:   src/views/common/ztt-table.vue 	modified:   src/views/plan/customerorder/customerorder-form.vue 	modified:   src/views/plan/customerorder/index.vue 	modified:   src/views/plan/customerorder/sample-customerorder-form.vue

---
 src/const/crud/customerOrder/customerOrderForm.js |   29 ++++++++++++++++++++++++++---
 1 files changed, 26 insertions(+), 3 deletions(-)

diff --git a/src/const/crud/customerOrder/customerOrderForm.js b/src/const/crud/customerOrder/customerOrderForm.js
index d4bd39f..01f6355 100644
--- a/src/const/crud/customerOrder/customerOrderForm.js
+++ b/src/const/crud/customerOrder/customerOrderForm.js
@@ -26,36 +26,53 @@
   align: 'center',
   addBtn: false,
   addRowBtn: true,
+  refreshBtn: false, // 鏄惁鏄剧ず鍒锋柊鎸夐挳
+  columnBtn: false, // 鏄惁鏄剧ず鏄惧奖鎸夐挳H
   column: [{
     label: '闆朵欢鍙�',
     slot: true,
     formSlot: true,
     cell: true,
     prop: 'partNo',
+    minWidth: 200,
     span: 24
   }, {
     label: '闆朵欢瑙勬牸',
     prop: 'customerPartSpec',
     type: 'input',
     cell: true,
+    minWidth: 200,
     span: 24
   }, {
     label: '鍒堕�犲睘鎬�',
     prop: 'manufactureAttr',
     cell: true,
-    type: 'input',
+    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
   }, {
     label: '浜у搧绫诲瀷',
     prop: 'productType',
     cell: true,
     type: 'input',
+    minWidth: 200,
     span: 24
   }, {
     label: '鍗曚綅',
@@ -64,6 +81,7 @@
     formSlot: true,
     cell: true,
     type: 'input',
+    minWidth: 200,
     span: 24
   }, {
     label: '鏁伴噺',
@@ -71,6 +89,7 @@
     cell: true,
     type: 'input',
     dataType: 'number',
+    minWidth: 200,
     span: 24,
     rules:[{message:'绫诲瀷蹇呴』鏄暟瀛�',trigger:'blur'}]
   }, {
@@ -78,12 +97,16 @@
     prop: 'shippingAddress',
     cell: true,
     type: 'input',
+    minWidth: 200,
     span: 24
   }, {
     label: '澶囨敞',
     prop: 'remark',
     cell: true,
-    type: 'input',
-    span: 24
+    type: 'textarea',
+    minWidth: 200,
+    span: 24,
+    minRows: 1,
+    maxRows: 3
   }, ]
 }

--
Gitblit v1.9.3