diff --git a/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue b/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue index de5fd5366..6153a7eca 100644 --- a/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue +++ b/src/pages/processCenter/pages/creatProcess/qbrk/step13.vue @@ -1198,8 +1198,8 @@ this.$http.get('lawss/sarBussionessStand/getStandInfoByReviseStatus',{reviseStatus:'buss1_'+this.form.reviseStatus,standSort:this.form.standSort,taskId: this.taskIds}, { _this: this }, res => { - const obj = res.data - let standSn = (obj.newStandSn / 1) + 1 + const standSn = res.data + // let standSn = (obj.newStandSn / 1) + 1 this.form.standSn = standSn this.form.standNumber = standSn this.form.standNum = standSn + '' @@ -2776,7 +2776,7 @@ planForm.id = this.form.planId planForm.planStatus = '4' planForm.reviseStatus = this.form.reviseStatus - planForm.standCode = this.form.DTQBBHBUSS + planForm.standCode = this.form.DTQBBHBUSS ? this.form.DTQBBHBUSS : this.form.standCode planForm.standId = res.data planForm.processType = "buss1"; this.$http.post("esRevisePlan/es-revise-plan/modPlanByState", planForm, { @@ -3079,8 +3079,8 @@ this.$http.get('lawss/sarBussionessStand/getStandInfoByReviseStatus',{reviseStatus:'buss1_'+this.form.reviseStatus,standSort:this.form.standSort,taskId: this.taskIds}, { _this: this }, res => { - const obj = res.data - let standSn = (obj.newStandSn / 1) + 1 + const standSn = res.data + // let standSn = (obj.newStandSn / 1) + 1 this.form.standSn = standSn this.form.standNumber = standSn this.form.standNum = standSn + '' @@ -3169,7 +3169,7 @@ } this.busVsFunc() this.modelFunc() - this.getMaxStandnSn(); + // this.getMaxStandnSn(); } }