From 64930ef3238fbc90e45ba04cda642778c3e20cc3 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期二, 14 十一月 2023 13:19:38 +0800
Subject: [PATCH] 	modified:   src/views/plan/customerorder/index.vue

---
 src/views/plan/customerorder/index.vue |   18 ++++++------------
 1 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/src/views/plan/customerorder/index.vue b/src/views/plan/customerorder/index.vue
index 1810399..6c08641 100644
--- a/src/views/plan/customerorder/index.vue
+++ b/src/views/plan/customerorder/index.vue
@@ -69,9 +69,9 @@
             style="margin-left:10px;"
             type="primary"
             @click="pushOtc"
-            >鎺ㄩ�丒RP</el-button
+            >鎺ㄩ�丱TC</el-button
           >
-          <el-button
+          <!-- <el-button
             style="margin-left:10px;"
             type="primary"
             @click="importOutPutBatch"
@@ -82,7 +82,7 @@
             type="primary"
             @click="exportStandBook"
             >瀵煎嚭鍙拌处</el-button
-          >
+          > -->
           <el-button
             v-if="permissions.plan_customerorder_return"
             style="margin-left:10px;"
@@ -390,7 +390,7 @@
       isShowQuery: false,
       uploadInfo: {
         // 鏄惁灞曠ず涓婁紶EXCEL浠ュ強瀵瑰簲鐨剈rl
-        isShow: false,
+        isShow: true,
         url: ''
       },
       prelang: 'operation',
@@ -1019,12 +1019,6 @@
             fun: this.stockHandle
           },
           {
-            text: '绠辩爜淇℃伅瀵煎嚭',
-            type: 'text',
-            size: 'small',
-            fun: this.packageExportHandle
-          },
-          {
             text: '浣滃簾',
             type: 'text',
             size: 'small',
@@ -1217,14 +1211,14 @@
       this.table.toolbar.push({
         text: '鑾峰彇閿�鍞鍗�',
         type: 'primary',
-        fun: this.syncERP,
+        fun: this.pullCustomerOrder,
         disabled: false,
         permitArr: []
       })
     }
     if (this.permissions.customerorder_ifs_line) {
       this.table.toolbar.push({
-        text: '鑾峰彇ERP琛屽彿',
+        text: '鑾峰彇OTC琛屽彿',
         type: 'primary',
         fun: this.pullIfsLineNo,
         disabled: false,

--
Gitblit v1.9.3