|  | @@ -4636,9 +4636,9 @@ export default {
 | 
	
		
			
				|  |  |            this.approvalStatus = true;
 | 
	
		
			
				|  |  |            this.browseStatus = false;
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  | -        tWarehouseListPage(this.form.fWarehouseid).then((response) => {
 | 
	
		
			
				|  |  | -            this.fWarehouseidOptions = response.data
 | 
	
		
			
				|  |  | -          })
 | 
	
		
			
				|  |  | +        // tWarehouseListPage(this.form.fWarehouseid).then((response) => {
 | 
	
		
			
				|  |  | +        //     this.fWarehouseidOptions = response.data
 | 
	
		
			
				|  |  | +        //   })
 | 
	
		
			
				|  |  |          this.$set(this.form, "fBsdate", Date.parse(this.form.fBsdate));
 | 
	
		
			
				|  |  |          this.$set(this.form, "fBstifime", Date.parse(this.form.fBstime));
 | 
	
		
			
				|  |  |          this.$set(this.form, "createTime", Date.parse(this.form.createTime));
 |