From c713cf49b139d816d6979e3fcbe90da985f4b5cd Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期五, 29 十二月 2023 12:52:07 +0800 Subject: [PATCH] 按钮删除 --- src/views/plan/manufacturingorder/productorder-form.vue | 4 ++-- src/views/product/workbench/workReportCard.vue | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/plan/manufacturingorder/productorder-form.vue b/src/views/plan/manufacturingorder/productorder-form.vue index 9117086..2463791 100644 --- a/src/views/plan/manufacturingorder/productorder-form.vue +++ b/src/views/plan/manufacturingorder/productorder-form.vue @@ -692,13 +692,13 @@ label="鍗曚綅" /> - <el-table-column + <!-- <el-table-column prop="discNum" width="150" header-align="center" align="center" label="鐩樻暟(鐩�)" - /> + /> --> <!-- <el-table-column prop="version" diff --git a/src/views/product/workbench/workReportCard.vue b/src/views/product/workbench/workReportCard.vue index e070a2c..7f02663 100644 --- a/src/views/product/workbench/workReportCard.vue +++ b/src/views/product/workbench/workReportCard.vue @@ -44,10 +44,10 @@ @click="addShiftProductOut()" >浜ょ彮浜у嚭 </el-button> --> - <el-button class="batch-out-btn" type="primary" + <!-- <el-button class="batch-out-btn" type="primary" :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" @click="addBatchProductOut()">姹囨姤浜у嚭 - </el-button> + </el-button> --> <!-- <div class="print-button-class"> <el-button type="danger" class="print-btn" @click="batchPrint()" >澶ф爣绛炬墦鍗� @@ -114,9 +114,9 @@ @change="labelTabChange4" ></el-checkbox> </div> --> - <el-button class="change-shift-out-btn" type="primary" + <!-- <el-button class="change-shift-out-btn" type="primary" :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" @click="editList()">缂栬緫 - </el-button> + </el-button> --> <el-button class="batch-out-del-btn" type="primary" :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="editShow" @click="cancelSaveList()">鍙栨秷 </el-button> @@ -126,10 +126,10 @@ <!-- <el-button class="tracking-out-revoke-btn" type="primary" icon="tracking-btn-out" :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" >浜ょ彮 </el-button> --> - <el-button class="submit-out-btn" type="primary" + <!-- <el-button class="submit-out-btn" type="primary" :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" @click="submitList()" :loading="submitLoading">鎻愪氦 - </el-button> + </el-button> --> <el-button class="batch-out-del-btn" type="primary" :disabled="currProductMainDisable || currentDutyRecord.isConfirm" v-if="!editShow" @click="deleteList()">鍒犻櫎 </el-button> -- Gitblit v1.9.3