From 5381292617ad40f2fc7a9266ceb964a672d25a5a Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期一, 13 十一月 2023 18:30:42 +0800 Subject: [PATCH] modified: src/views/basic/param/index.vue modified: src/views/basic/template/index.vue modified: src/views/common/param-mergeTemplate.vue modified: src/views/plan/customerorder/index.vue --- src/views/plan/customerorder/index.vue | 16 +++++----------- 1 files changed, 5 insertions(+), 11 deletions(-) diff --git a/src/views/plan/customerorder/index.vue b/src/views/plan/customerorder/index.vue index 1810399..711cf02 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', @@ -1224,7 +1218,7 @@ } 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