|
|
|
@ -21,22 +21,22 @@
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
|
|
|
|
|
<!-- <el-col :span="8">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="物资仓库:">-->
|
|
|
|
|
<!-- <el-select v-model="filterQuery.fromInvCode" placeholder="请选择物资仓库" clearable="true"-->
|
|
|
|
|
<!-- size="mini"-->
|
|
|
|
|
<!-- style="width: 90%"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-option-->
|
|
|
|
|
<!-- v-for="item in invList"-->
|
|
|
|
|
<!-- :key="item.code"-->
|
|
|
|
|
<!-- :label="item.label"-->
|
|
|
|
|
<!-- :value="item.code">-->
|
|
|
|
|
<!-- <span style="float: left">{{ item.label }}</span>-->
|
|
|
|
|
<!-- </el-option>-->
|
|
|
|
|
<!-- </el-select>-->
|
|
|
|
|
<!-- </el-form-item>-->
|
|
|
|
|
<!-- </el-col>-->
|
|
|
|
|
<el-col :span="8">
|
|
|
|
|
<el-form-item class="query-form-item" label="领用仓库:">
|
|
|
|
|
<el-select v-model="filterQuery.fromInvCode" placeholder="请选择领用仓库" clearable="true"
|
|
|
|
|
size="mini"
|
|
|
|
|
style="width: 90%"
|
|
|
|
|
>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in invList"
|
|
|
|
|
:key="item.code"
|
|
|
|
|
:label="item.label"
|
|
|
|
|
:value="item.code">
|
|
|
|
|
<span style="float: left">{{ item.label }}</span>
|
|
|
|
|
</el-option>
|
|
|
|
|
</el-select>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
|
|
<!-- <el-col :span="8">-->
|
|
|
|
|
<!-- <el-form-item class="query-form-item" label="往来单位:" label-width="100px">-->
|
|
|
|
@ -198,7 +198,7 @@ export default {
|
|
|
|
|
filterQuery: {
|
|
|
|
|
id: "",
|
|
|
|
|
orderIdFk: null,
|
|
|
|
|
invCode: this.$store.getters.locInvCode,
|
|
|
|
|
invCode: null,
|
|
|
|
|
fromCorp: null,
|
|
|
|
|
hcType: null,
|
|
|
|
|
fromCorpName: null,
|
|
|
|
@ -289,7 +289,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
methods: {
|
|
|
|
|
getInvList() {
|
|
|
|
|
filterSubAllOptimize()
|
|
|
|
|
filterSubAllOptimize({lyInvType:true})
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.invList = response.data || [];
|
|
|
|
|
})
|
|
|
|
@ -316,7 +316,7 @@ export default {
|
|
|
|
|
this.filterQuery = {
|
|
|
|
|
id: "",
|
|
|
|
|
orderIdFk: null,
|
|
|
|
|
invCode: this.$store.getters.locInvCode,
|
|
|
|
|
invCode: null,
|
|
|
|
|
fromCorp: null,
|
|
|
|
|
hcType: null,
|
|
|
|
|
fromCorpName: null,
|
|
|
|
|