From a48ded866d223f581944ea9043df1b296b3425e3 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 21 十二月 2023 13:17:46 +0800
Subject: [PATCH] 	modified:   src/views/basic/company/index.vue 	modified:   src/views/basic/customizeparamtemplatetype/index.vue 	modified:   src/views/basic/division/index.vue 	modified:   src/views/basic/factory/index.vue 	modified:   src/views/basic/location/index.vue 	modified:   src/views/basic/param/index.vue 	modified:   src/views/basic/part/index.vue 	modified:   src/views/basic/post/index.vue 	modified:   src/views/basic/shift/index.vue 	modified:   src/views/basic/staff/index.vue 	modified:   src/views/basic/template/index.vue 	modified:   src/views/basic/warehouse/index.vue 	modified:   src/views/basic/workstation/index.vue 	modified:   src/views/plan/manufacturingorder/index.vue 	modified:   src/views/plan/masterproductionschedule/index.vue 	modified:   src/views/plan/operationtask/index.vue 	modified:   src/views/plan/productionschedul/index.vue 	modified:   src/views/quality/finishedProductInspection/index.vue 	modified:   src/views/quality/rawMaterial/index.vue 	modified:   src/views/technology/completeproductstructure/index.vue 	modified:   src/views/technology/document/index.vue 	modified:   src/views/technology/operation/index.vue 	modified:   src/views/technology/routing/index.vue 	modified:   src/views/technology/structure/index.vue 	modified:   src/views/warehouse/FinishedWarehousing/index.vue 	modified:   src/views/warehouse/changestock/index.vue 	modified:   src/views/warehouse/pallettransports/index.vue

---
 src/const/crud/customerOrder/customerOrderForm.js |   64 +++++++++++++++++---------------
 1 files changed, 34 insertions(+), 30 deletions(-)

diff --git a/src/const/crud/customerOrder/customerOrderForm.js b/src/const/crud/customerOrder/customerOrderForm.js
index f5080d1..9fda846 100644
--- a/src/const/crud/customerOrder/customerOrderForm.js
+++ b/src/const/crud/customerOrder/customerOrderForm.js
@@ -17,6 +17,7 @@
 export const tableOption = {
   border: true,
   index: true,
+  indexFixed: false,
   height: '292px',
   indexLabel: '搴忓彿',
   menuAlign: 'center',
@@ -25,6 +26,7 @@
   delBtn: false,
   align: 'center',
   addBtn: false,
+  addBtnText: '娣诲姞琛�',
   addRowBtn: true,
   refreshBtn: false, // 鏄惁鏄剧ず鍒锋柊鎸夐挳
   columnBtn: false, // 鏄惁鏄剧ず鏄惧奖鎸夐挳H
@@ -37,12 +39,37 @@
     minWidth: 200,
     span: 24
   }, {
-    label: '闆朵欢瑙勬牸',
+    label: '浜у搧鍚嶇О',
+    prop: 'productName',
+    cell: true,
+    type: 'input',
+    minWidth: 200,
+    span: 24
+  }, {
+    label: '瑙勬牸鍨嬪彿',
     prop: 'customerPartSpec',
     type: 'input',
     cell: true,
     minWidth: 200,
     span: 24
+  },  {
+    label: '鍗曚綅',
+    prop: 'otcUnit',
+    slot: true,
+    formSlot: true,
+    cell: true,
+    type: 'input',
+    minWidth: 200,
+    span: 24
+  }, {
+    label: '鏁伴噺',
+    prop: 'buyQtyDue',
+    cell: true,
+    type: 'input',
+    dataType: 'number',
+    minWidth: 200,
+    span: 24,
+    rules:[{required:true,message:'绫诲瀷蹇呴』鏄暟瀛�',trigger:'blur'}]
   }, {
     label: '鍒堕�犲睘鎬�',
     prop: 'manufactureAttr',
@@ -61,46 +88,23 @@
         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: '鍗曚綅',
-    prop: 'otcUnit',
-    slot: true,
-    formSlot: true,
-    cell: true,
-    type: 'input',
-    minWidth: 200,
-    span: 24
-  }, {
-    label: '鏁伴噺',
-    prop: 'buyQtyDue',
-    cell: true,
-    type: 'input',
-    dataType: 'number',
-    minWidth: 200,
-    span: 24,
-    rules:[{message:'绫诲瀷蹇呴』鏄暟瀛�',trigger:'blur'}]
-  }, {
+  },{
     label: '鏀惰揣鍦板潃',
     prop: 'shippingAddress',
     cell: true,
-    type: 'input',
+    type: 'textarea',
     minWidth: 200,
-    span: 24
+    span: 24,
+    minRows: 1,
+    maxRows: 3
   }, {
-    label: '澶囨敞',
+    label: '浜у搧澶囨敞',
     prop: 'remark',
     cell: true,
     type: 'textarea',

--
Gitblit v1.9.3