From 2ea1dcec495e1504398fbc0d3ef67420f49aab98 Mon Sep 17 00:00:00 2001 From: zyn Date: Fri, 10 Nov 2023 11:38:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E6=A0=87=E5=87=86-=E8=B5=B7?= =?UTF-8?q?=E8=8D=89-=E5=B8=A6=E5=85=A5=E6=A0=87=E5=87=86=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC-=E4=BD=9C=E5=BA=9F=E7=89=88=E6=9C=AC=E6=95=B4?= =?UTF-8?q?=E4=BD=93=E6=A0=87=E7=BA=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/creatProcess/qbrk-product/step1.vue | 20 +++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue b/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue index 9f8abfdee..39ac1ddf3 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk-product/step1.vue @@ -953,32 +953,41 @@ type="index" label="序号" width="80" - align="center" - > + align="center"> + + + + @@ -2097,6 +2106,9 @@ _this: this }, res => { if(res && res.data){ + if (res.data.textStatusBussShow === '作废') { + this.$message.error('本版本已作废') + } const bringData = res.data this.FBGBUSSFileList=[] this.BZSMBUSSFileList=[]