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">
+
+ {{ scope.$index + 1 }}
+
+
- {{ scope.row.standCode }}
+ {{ scope.row.standCode }}
+
+ {{ scope.row.standName }}
+
+
+ {{ scope.row.standEnName }}
+
- {{ scope.row.standStatusShow }}
+ {{ scope.row.standStatusShow }}
@@ -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=[]