From 9ffd3537020d8ed17bcb446c2e9d62eccc6ec5bf Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期三, 15 十一月 2023 17:54:33 +0800 Subject: [PATCH] xiufu --- src/views/plan/masterproductionschedule/index.vue | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/views/plan/masterproductionschedule/index.vue b/src/views/plan/masterproductionschedule/index.vue index 6229039..aeb9cf5 100644 --- a/src/views/plan/masterproductionschedule/index.vue +++ b/src/views/plan/masterproductionschedule/index.vue @@ -82,14 +82,14 @@ > </el-dropdown-menu> </el-dropdown> - <el-button + <!-- <el-button v-if="permissions.masterproductionschedule_submit_oa" @click="commitOa()" type="primary" style="margin-left:10px;" :loading="loadingOa" >鎻愪氦OA - </el-button> + </el-button> --> <!-- <el-button v-if="permissions.masterproductionschedule_sync_scm" @click="syncScm()" @@ -690,18 +690,18 @@ }) } if (this.permissions.masterproductionschedule_create_outsourcing) { - this.table.toolbar.push({ - text: '鍒涘缓濮斿璁㈠崟', - fun: this.createOutsourcingOrder - }) + // this.table.toolbar.push({ + // text: '鍒涘缓濮斿璁㈠崟', + // fun: this.createOutsourcingOrder + // }) } if (this.permissions.masterproductionschedule_create_order_manual) { - this.orderTypeArr.push({ - label: '鎵嬪姩鏂板', - command: 'MANUAL', - disabled: false, - permitArr: ['02processed'] - }) + // this.orderTypeArr.push({ + // label: '鎵嬪姩鏂板', + // command: 'MANUAL', + // disabled: false, + // permitArr: ['02processed'] + // }) } if (this.permissions.masterproductionschedule_create_order_auto) { this.orderTypeArr.push({ -- Gitblit v1.9.3