From 4434d61f88b65f87d45b29975a76eaf966f0f0de Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 27 十一月 2023 15:22:36 +0800
Subject: [PATCH] 1.优化

---
 vue.config.js            |    2 +-
 src/views/kb/procure.vue |   48 ++++++++++++++++++++++++------------------------
 2 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/src/views/kb/procure.vue b/src/views/kb/procure.vue
index 75f68ba..18800f1 100644
--- a/src/views/kb/procure.vue
+++ b/src/views/kb/procure.vue
@@ -53,15 +53,15 @@
                     <div class="ellipsis">{{ row.wo }}</div>
                   </template>
                 </el-table-column>
-                <el-table-column
-                  prop="wkshp_name"
-                  label="鐢熶骇杞﹂棿"
-                  width="105"
-                >
-                  <template slot-scope="{row}">
-                    <div class="ellipsis">{{ row.wkshp_name }}</div>
-                  </template>
-                </el-table-column>
+                <!--                <el-table-column-->
+                <!--                  prop="wkshp_name"-->
+                <!--                  label="鐢熶骇杞﹂棿"-->
+                <!--                  width="105"-->
+                <!--                >-->
+                <!--                  <template slot-scope="{row}">-->
+                <!--                    <div class="ellipsis">{{ row.wkshp_name }}</div>-->
+                <!--                  </template>-->
+                <!--                </el-table-column>-->
                 <el-table-column
                   prop="saleOrderCode"
                   label="閿�鍞鍗曞彿"
@@ -84,7 +84,7 @@
                 <el-table-column
                   prop="materiel_name"
                   label="浜у搧鍚嶇О"
-                  width="180"
+                  width="285"
                 >
                   <template slot-scope="{row}">
                     <div class="ellipsis">{{ row.materiel_name }}</div>
@@ -93,7 +93,7 @@
                 <el-table-column
                   prop="specification"
                   label="瑙勬牸鍨嬪彿"
-                  width="136"
+                  width="216"
                 >
                   <template slot-scope="{row}">
                     <div v-if="row.specification" class="ellipsis">{{ row.specification }}</div>
@@ -103,7 +103,7 @@
                 <el-table-column
                   prop="stck_name"
                   label="棰勫叆浠撳簱"
-                  width="100"
+                  width="120"
                 >
                   <template slot-scope="{row}">
                     <div v-if="row.stck_name" class="ellipsis">{{ row.stck_name }}</div>
@@ -113,12 +113,12 @@
                 <el-table-column
                   prop="quantity"
                   label="鏁伴噺"
-                  width="63"
+                  width="83"
                 />
                 <el-table-column
                   prop="totalStockInQuantity"
                   label="宸插叆搴撴暟閲�"
-                  width="100"
+                  width="120"
                 >
                   <template slot-scope="{row}">
                     <div v-if="row.totalStockInQuantity">{{ row.totalStockInQuantity }}</div>
@@ -140,16 +140,16 @@
                 <!--                      <div v-else />-->
                 <!--                    </template>-->
                 <!--                  </el-table-column>-->
-                <el-table-column
-                  prop="preFinishDate"
-                  label="棰勮鍏ュ簱"
-                  width="140"
-                >
-                  <template slot-scope="{row}">
-                    <div v-if="row.preFinishDate">{{ row.preFinishDate.substring(0, 10) }}</div>
-                    <div v-else />
-                  </template>
-                </el-table-column>
+                <!--                <el-table-column-->
+                <!--                  prop="preFinishDate"-->
+                <!--                  label="棰勮鍏ュ簱"-->
+                <!--                  width="140"-->
+                <!--                >-->
+                <!--                  <template slot-scope="{row}">-->
+                <!--                    <div v-if="row.preFinishDate">{{ row.preFinishDate.substring(0, 10) }}</div>-->
+                <!--                    <div v-else />-->
+                <!--                  </template>-->
+                <!--                </el-table-column>-->
               </el-table>
             </div>
           </div>
diff --git a/vue.config.js b/vue.config.js
index 3828bdc..c1cdd61 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -40,7 +40,7 @@
     proxy: {
       [process.env.VUE_APP_BASE_API]: {
         target: 'http://121.196.36.24:8025', // 璇锋眰鐨勭涓夆絽鎺モ紳鍦板潃       鏈湴寮�鍙戞湇鍔″櫒
-        // target: 'http://192.168.94.59:8001', // 璇锋眰鐨勭涓夆絽鎺モ紳鍦板潃       瀹㈡埛鏈嶅姟鍣�
+        // target: 'http://192.168.110.230:8001', // 璇锋眰鐨勭涓夆絽鎺モ紳鍦板潃       瀹㈡埛鏈嶅姟鍣�
         changeOrigin: true, // 璇锋眰璺ㄥ煙鏃讹紝闇� 閰嶇疆姝ら」
         pathRewrite: { // 璺緞閲嶅啓,鏇挎崲target涓殑璇锋眰鍦板潃
           ['^' + process.env.VUE_APP_BASE_API]: '/api/'

--
Gitblit v1.9.3