From 62aa3b0efae6e777f5d13a2d0e0a8a086a273b72 Mon Sep 17 00:00:00 2001 From: zy Date: Wed, 28 May 2025 22:45:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/crm/quotation/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/crm/quotation/index.vue b/src/views/crm/quotation/index.vue index 6541b16cf..e5c7f4017 100644 --- a/src/views/crm/quotation/index.vue +++ b/src/views/crm/quotation/index.vue @@ -236,7 +236,7 @@ type="primary" @click="openFormEdit(scope.row)" v-hasPermi="['crm:quotation:update']" - v-if="scope.row.auditStatus == 0" + v-if="scope.row.auditStatus == 0 || scope.row.auditStatus === 3" > 编辑 @@ -244,7 +244,7 @@ link type="primary" @click="handleProcessDetail(scope.row)" - v-if="scope.row.auditStatus != 0" + v-if="scope.row.auditStatus != 0 && scope.row.auditStatus != 3" > 进度 @@ -257,7 +257,7 @@ > 客户确认 --> - 打印 - + --> 提交审核 @@ -299,7 +299,7 @@ 进度