钞小赢 4 lat temu
rodzic
commit
15e1b8bd1a

+ 4 - 1
shanXiPlatform/src/views/facilitiesEquipment/equipmentManagement/deviceManagement/steps.vue

@@ -740,7 +740,7 @@ export default {
740 740
         ) {
741 741
           const element = this.totalData[this.stepActive].list[index]
742 742
             //  if (element.subData == 1 && this.step == 1) {
743
-           if (element.subData == 1 && (this.step == 1||this.step==2)) {
743
+           if (element.subData == 1 && (  (this.step == 1||this.step==2)  &&  (this.$route.query.sbType=="sbly"||this.$route.query.sbType=="sbgh") )) {
744 744
             this.$message("只有选择是才能发起申请")
745 745
 
746 746
             status = 1
@@ -1060,6 +1060,9 @@ export default {
1060 1060
       this.processList()
1061 1061
     } else if (this.$route.query.type == 2) {
1062 1062
       //  this.value=this.$route.query.sbType
1063
+      if(this.$route.query.sbType=="sbgh" ||this.$route.query.sbType=="sbbf"||this.$route.query.sbType=="sbwx"){
1064
+        this.button="暂存"
1065
+      }
1063 1066
       this.stepActive = parseInt(this.$route.query.ongoingStep)
1064 1067
       this.processId = this.$route.query.processId
1065 1068
       if (this.stepActive == 1 && this.$route.query.sbType == "sbly") {