From 032ddb30a8d9d884cc176a4a506580b4a1272586 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 26 十二月 2023 17:14:07 +0800
Subject: [PATCH] 模态框ui调整

---
 src/views/common/customerorder.vue |   72 ++++++++++++++++++------------------
 1 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/src/views/common/customerorder.vue b/src/views/common/customerorder.vue
index 17f04bd..e8ff6fc 100644
--- a/src/views/common/customerorder.vue
+++ b/src/views/common/customerorder.vue
@@ -15,7 +15,7 @@
       :prelang="prelang"
       :options="options"
       :ajaxFun="ajaxFun"
-      :bottomOffset="350"
+      :bottomOffset="150"
       :paramArr="type"
       ref="customerOrderTable"
     >
@@ -82,22 +82,22 @@
           {
             minWidth: '100',
             width: '100px',
-            prop: 'customerOrderNo',
+            prop: 'contractNo',
             label: '瀹㈡埛璁㈠崟鍙�',
             sort: true,
             isTrue: true,
             isSearch: true,
             searchInfoType: 'text'
           },
-          {
-            minWidth: '120',
-            prop: 'customerNo',
-            label: '瀹㈡埛缂栧彿',
-            sort: true,
-            isTrue: true,
-            isSearch: true,
-            searchInfoType: 'text'
-          },
+          // {
+          //   minWidth: '120',
+          //   prop: 'customerNo',
+          //   label: '瀹㈡埛缂栧彿',
+          //   sort: true,
+          //   isTrue: true,
+          //   isSearch: true,
+          //   searchInfoType: 'text'
+          // },
           {
             minWidth: '120',
             prop: 'customerName',
@@ -120,15 +120,15 @@
               return this.coStateList
             }
           },
-          {
-            minWidth: '120',
-            prop: 'coLineNo',
-            label: '琛屽彿',
-            sort: true,
-            isTrue: true,
-            isSearch: true,
-            searchInfoType: 'text'
-          },
+          // {
+          //   minWidth: '120',
+          //   prop: 'coLineNo',
+          //   label: '琛屽彿',
+          //   sort: true,
+          //   isTrue: true,
+          //   isSearch: true,
+          //   searchInfoType: 'text'
+          // },
           {
             minWidth: '120',
             width: '100px',
@@ -142,7 +142,7 @@
           {
             minWidth: '120',
             width: '100px',
-            prop: 'partName',
+            prop: 'productName',
             label: '闆朵欢鍚嶇О',
             sort: true,
             isTrue: true,
@@ -160,7 +160,7 @@
           },
           {
             minWidth: '140',
-            prop: 'requireNumber',
+            prop: 'buyQtyDue',
             label: '宸蹭笅鍙戞暟閲�',
             sort: true,
             isTrue: true,
@@ -169,7 +169,7 @@
           },
           {
             minWidth: '80',
-            prop: 'unit',
+            prop: 'otcUnit',
             label: '闆朵欢鍗曚綅',
             sort: true,
             isTrue: true,
@@ -179,25 +179,25 @@
           {
             minWidth: '140',
             width: '120',
-            prop: 'wantedDeliveryDate',
-            label: '鏈熸湜浜よ揣鏃堕棿',
+            prop: 'deliveryDate',
+            label: '浜よ揣鏃堕棿',
             sort: true,
             isTrue: true,
             isSearch: true,
             searchInfoType: 'datetimerange',
             formatter: this.formatDutyDate
           },
-          {
-            minWidth: '200',
-            width: '120',
-            prop: 'plannedDeliveryDate',
-            label: '璁″垝浜よ揣鏃堕棿',
-            sort: true,
-            isTrue: true,
-            isSearch: true,
-            searchInfoType: 'datetimerange',
-            formatter: this.formatDutyDate
-          },
+          // {
+          //   minWidth: '200',
+          //   width: '120',
+          //   prop: 'plannedDeliveryDate',
+          //   label: '璁″垝浜よ揣鏃堕棿',
+          //   sort: true,
+          //   isTrue: true,
+          //   isSearch: true,
+          //   searchInfoType: 'datetimerange',
+          //   formatter: this.formatDutyDate
+          // },
           {
             minWidth: '200',
             width: '120',

--
Gitblit v1.9.3