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