Bladeren bron

发票申请

sangwenwei 1 jaar geleden
bovenliggende
commit
5ca19fa304
1 gewijzigde bestanden met toevoegingen van 10 en 9 verwijderingen
  1. 10 9
      src/views/cw/invoice/InvoiceFormTask.vue

+ 10 - 9
src/views/cw/invoice/InvoiceFormTask.vue

@@ -1066,15 +1066,16 @@
 				this.inputForm.status = '2'
 			} else if (status === 'agree') {
 				// 审核同意
-				if (this.commonJS.isEmpty(this.inputForm.programId)){
-					if (this.$store.state.user.office.name==='总经办'){
-						this.inputForm.status= '5'
-					}else {
-						this.inputForm.status= '2'
-					}
-				}else {
-					this.inputForm.status = '5'
-				}
+				// if (this.commonJS.isEmpty(this.inputForm.programId)){
+				// 	if (this.$store.state.user.office.name==='总经办'){
+				// 		this.inputForm.status= '5'
+				// 	}else {
+				// 		this.inputForm.status= '2'
+				// 	}
+				// }else {
+				// 	this.inputForm.status = '5'
+				// }
+				this.inputForm.status = '5'
 			} else if (status === 'reapply') {
 				this.inputForm.status = '2'
 			}