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