From ea21bdf65a9967749ac9d7311b8e7b9e364b8a5c Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期四, 26 六月 2025 11:35:28 +0800 Subject: [PATCH] 1.库存管理编辑弹框数据修改 --- src/views/procureMent/components/ProductionDialog.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/procureMent/components/ProductionDialog.vue b/src/views/procureMent/components/ProductionDialog.vue index 677eba9..c8195ff 100644 --- a/src/views/procureMent/components/ProductionDialog.vue +++ b/src/views/procureMent/components/ProductionDialog.vue @@ -112,7 +112,7 @@ <template #footer> <div class="dialog-footer"> <!-- 閲嶇疆鍜屽彇娑� --> - <el-button @click="handleClose" v-if="title.includes('鏂板')" + <el-button @click="handleClose" v-if="title.includes('鏂板') || title.includes('鏌ョ湅')" >鍙栨秷 </el-button > @@ -120,7 +120,7 @@ >閲嶇疆 </el-button > - <el-button type="primary" @click="handleSubmit">纭</el-button> + <el-button type="primary" v-if="!isViewMode" @click="handleSubmit">纭</el-button> </div> </template> </el-dialog> -- Gitblit v1.9.3