|  | @@ -3158,9 +3158,10 @@ export default {
 | 
	
		
			
				|  |  |      });
 | 
	
		
			
				|  |  |      this.getConfigKey("data_showcar").then((response) => {
 | 
	
		
			
				|  |  |        this.dataShowcar = response.msg;
 | 
	
		
			
				|  |  | -      if (this.dataShowcar == "1") {
 | 
	
		
			
				|  |  | +      if (this.dataShowcar == "0") {
 | 
	
		
			
				|  |  |          this.detailsHidden2 = false;
 | 
	
		
			
				|  |  | -        this.form.fBusinessType = "0";
 | 
	
		
			
				|  |  | +      } else {
 | 
	
		
			
				|  |  | +        this.detailsHidden2 = true;
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |      });
 | 
	
		
			
				|  |  |      listWarehousesss({ fStatus: 0, delFlag: 0 }).then((response) => {
 | 
	
	
		
			
				|  | @@ -3239,8 +3240,10 @@ export default {
 | 
	
		
			
				|  |  |        this.warehouseCrList = [];
 | 
	
		
			
				|  |  |        this.warehouseDrList = [];
 | 
	
		
			
				|  |  |        this.CntrTable = [];
 | 
	
		
			
				|  |  | -      if (this.dataShowcar == "1") {
 | 
	
		
			
				|  |  | +      if (this.dataShowcar == "0") {
 | 
	
		
			
				|  |  |          this.detailsHidden2 = false;
 | 
	
		
			
				|  |  | +      } else {
 | 
	
		
			
				|  |  | +        this.detailsHidden2 = true;
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        if (this.$route.query.id) {
 | 
	
		
			
				|  |  |          this.approVal = true;
 | 
	
	
		
			
				|  | @@ -3596,7 +3599,7 @@ export default {
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  | -        //撤销请核
 | 
	
		
			
				|  |  | +    //撤销请核
 | 
	
		
			
				|  |  |      revoke() {
 | 
	
		
			
				|  |  |        revoke(this.form.fId).then((data) => {
 | 
	
		
			
				|  |  |          if (data.code === 200) {
 | 
	
	
		
			
				|  | @@ -4812,6 +4815,7 @@ export default {
 | 
	
		
			
				|  |  |            this.$set(this.form, "fTrademodeid", "1");
 | 
	
		
			
				|  |  |            this.$set(this.form, "createTime", Date.parse(new Date()));
 | 
	
		
			
				|  |  |            this.$set(this.form, "fBstime", Date.parse(new Date()));
 | 
	
		
			
				|  |  | +          this.$set(this.form, "fBusinessType", "0");
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          if (response.dept !== null) {
 | 
	
		
			
				|  |  |            this.deptOptions = [];
 |