|  | @@ -3,11 +3,10 @@
 | 
											
												
													
														|  |      <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px">
 |  |      <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px">
 | 
											
												
													
														|  |        <el-form-item label="仓库" prop="fwarehouseid">
 |  |        <el-form-item label="仓库" prop="fwarehouseid">
 | 
											
												
													
														|  |          <treeselect style="width:160px"
 |  |          <treeselect style="width:160px"
 | 
											
												
													
														|  | -                    v-model="queryParams.fWarehouselocid"
 |  | 
 | 
											
												
													
														|  | 
 |  | +                    v-model="queryParams.fWarehouseLocationid"
 | 
											
												
													
														|  |                      :options="fWarehouseidOption"
 |  |                      :options="fWarehouseidOption"
 | 
											
												
													
														|  |                      @select="treeseLect"
 |  |                      @select="treeseLect"
 | 
											
												
													
														|  |                      :show-count="true"
 |  |                      :show-count="true"
 | 
											
												
													
														|  | -                    :disable-branch-nodes="true"
 |  | 
 | 
											
												
													
														|  |                      placeholder="请选择归属库区" />
 |  |                      placeholder="请选择归属库区" />
 | 
											
												
													
														|  |        </el-form-item>
 |  |        </el-form-item>
 | 
											
												
													
														|  |        <el-form-item label="货物名称" prop="fgoodsid">
 |  |        <el-form-item label="货物名称" prop="fgoodsid">
 | 
											
										
											
												
													
														|  | @@ -335,7 +334,7 @@ export default {
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    methods: {
 |  |    methods: {
 | 
											
												
													
														|  |      treeseLect(tree){
 |  |      treeseLect(tree){
 | 
											
												
													
														|  | -      this.queryParams.fWarehouselocid = tree.id
 |  | 
 | 
											
												
													
														|  | 
 |  | +      this.queryParams.fWarehouseLocationid = tree.id
 | 
											
												
													
														|  |      },
 |  |      },
 | 
											
												
													
														|  |      getTreeselect() {
 |  |      getTreeselect() {
 | 
											
												
													
														|  |        treeselect().then(response => {
 |  |        treeselect().then(response => {
 |