sangwenwei před 1 rokem
rodič
revize
8686a5249a

+ 5 - 0
src/views/cw/projectReportArchive/ProjectReportArchiveDia.vue

@@ -565,6 +565,11 @@
             // list为返回数据
             this.inputForm.workAttachmentDtoList = list
           })
+			if (this.inputForm.isNumber !== this.inputForm.number) {
+				this.$message.error('“案卷号”与“确认案卷号”不一致,请重新填写')
+				this.loading = false
+				throw new Error('“案卷号”与“确认案卷号”不一致,请重新填写')
+			}
 			console.log('this.inputForm.workAttachmentDtoList', this.inputForm.workAttachmentDtoList)
           // this.inputForm.createDate = this.moment(new Date()).format('YYYY-MM-DD HH:mm:ss')
           this.projectReportArchiveService.saveForm(this.inputForm).then((data) => {

+ 0 - 1
src/views/cw/reportManagement/ReportManagementList.vue

@@ -1979,7 +1979,6 @@
 							formTitle: '会计-撤回签章' + '流程详情',
 							businessId: row.revocationId,
 							status: 'reback',
-							sigId:row.id
 						}
 					})
 				})

+ 1 - 1
src/views/cw/reportManagement/revocationSignature/RevocationSignature.vue

@@ -913,7 +913,7 @@
         if (this.commonJS.isNotEmpty(this.inputForm.id)) {
           projectReportService.queryByReId(this.inputForm.id).then((data) => {
             if (this.commonJS.isNotEmpty(data.rebackStatus) && data.rebackStatus !== '0' && data.rebackStatus !== '1' && data.rebackStatus !== '3') { // 审核状态不是“未发起”或“暂存”或“撤回”,就弹出提示
-              if(data.rebackStatus === '5' && data.repetitionReviewFlag){
+              if(data.rebackStatus === '5'){
 				  this.doSubmit('start', callback)
 			  }else{
 				  this.loading = false