|  | @@ -222,6 +222,19 @@
 | 
											
												
													
														|  |                  </el-form-item>
 |  |                  </el-form-item>
 | 
											
												
													
														|  |                </el-col>
 |  |                </el-col>
 | 
											
												
													
														|  |              </el-row>
 |  |              </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>
 |  |            </div>
 | 
											
												
													
														|  |          </el-collapse-transition>
 |  |          </el-collapse-transition>
 | 
											
												
													
														|  |        </el-form>
 |  |        </el-form>
 | 
											
										
											
												
													
														|  | @@ -604,6 +617,13 @@ export default {
 | 
											
												
													
														|  |            width: 100,
 |  |            width: 100,
 | 
											
												
													
														|  |          },
 |  |          },
 | 
											
												
													
														|  |          {
 |  |          {
 | 
											
												
													
														|  | 
 |  | +          surface: "5",
 | 
											
												
													
														|  | 
 |  | +          label: "fEmblno",
 | 
											
												
													
														|  | 
 |  | +          name: "出口单号",
 | 
											
												
													
														|  | 
 |  | +          checked: 0,
 | 
											
												
													
														|  | 
 |  | +          width: 100,
 | 
											
												
													
														|  | 
 |  | +        },
 | 
											
												
													
														|  | 
 |  | +        {
 | 
											
												
													
														|  |            surface: "6",
 |  |            surface: "6",
 | 
											
												
													
														|  |            label: "fProductName",
 |  |            label: "fProductName",
 | 
											
												
													
														|  |            name: "品名",
 |  |            name: "品名",
 | 
											
										
											
												
													
														|  | @@ -1128,6 +1148,7 @@ export default {
 | 
											
												
													
														|  |          fItemsStatus: null,
 |  |          fItemsStatus: null,
 | 
											
												
													
														|  |          timeInterval: null,
 |  |          timeInterval: null,
 | 
											
												
													
														|  |          fFeeStatus: null,
 |  |          fFeeStatus: null,
 | 
											
												
													
														|  | 
 |  | +        fEmblno: null,
 | 
											
												
													
														|  |        };
 |  |        };
 | 
											
												
													
														|  |        this.handleQuery();
 |  |        this.handleQuery();
 | 
											
												
													
														|  |      },
 |  |      },
 |