| 
					
				 | 
			
			
				@@ -128,7 +128,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div style="width: 200px;height: 20px;font-size: 14px;">出库日期:{{ formList.fBsdate }}</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <div style="display: flex;justify-content: space-between;margin-bottom: 10px"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            <div style="width: 200px;height: 20px;font-size: 14px;">发货人:</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div style="width: 200px;height: 20px;font-size: 14px;">公司电话:{{ formList.fsbuTel }}</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <div style="width: 200px;height: 20px;font-size: 14px;">编号:{{ formList.fBillno }}</div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </div> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1055,7 +1054,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     //查询公司 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     fCompany(name) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       company(name).then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        console.log(res) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        // console.log(res) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         if (name == 3) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           this.dataList.fCorpid = [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           for (let item in res.data) { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1729,8 +1728,12 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } else if (res == '搜索') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.$refs.avatar.submitForm() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } else if (res == '重置') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.$refs.avatar.form = {} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        this.formDataList.pageNum = 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.formDataList = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          pageNum:1, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          pageSize:10, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          timeInterval:null 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        this.$refs.avatar.assignmentTime(this.formDataList) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.$refs.avatar.submitForm() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 |