| 
					
				 | 
			
			
				@@ -222,6 +222,19 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </el-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </el-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </el-row> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <el-row> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <el-col :span="6"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <el-form-item label="出库单号" prop="fEmblno"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  <el-input 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    v-model="queryParams.fEmblno" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    placeholder="请输入出库单号" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    clearable 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    style="width: 200px" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    @keyup.enter.native="handleQuery" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </el-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </el-col> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </el-row> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </el-collapse-transition> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       </el-form> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -604,6 +617,13 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           width: 100, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          surface: "5", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          label: "fEmblno", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          name: "出口单号", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          checked: 0, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          width: 100, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           surface: "6", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           label: "fProductName", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           name: "品名", 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -1128,6 +1148,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         fItemsStatus: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         timeInterval: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         fFeeStatus: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        fEmblno: null, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       this.handleQuery(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     }, 
			 |