Browse Source

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-app

zhongtianhaoyuan 2 years ago
parent
commit
d14ef86586
1 changed files with 4 additions and 1 deletions
  1. 4 1
      pages/reimbursement/request_funds.vue

+ 4 - 1
pages/reimbursement/request_funds.vue

@@ -321,7 +321,10 @@
 					this.detailData.expensesPurpose = "5"
 					delete this.detailData.warehouseName
 					delete this.detailData.contractNo
-					this.show1 = true
+					if(this.reType == 2){
+						this.show1 = true
+					}
+					
 				}
 				console.log(this.detailData)
 			},