|
|
|
@ -34,7 +34,7 @@
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="11">
|
|
|
|
|
<el-form-item label="采购仓库:" prop="locStorageCode">
|
|
|
|
|
<el-select v-model="formData.invWarehouseCode" placeholder="采购仓库信息" style="width: 90%"
|
|
|
|
|
<el-select v-model="formData.invName" placeholder="采购仓库信息" style="width: 90%"
|
|
|
|
|
:disabled="true" clearable>
|
|
|
|
|
<el-option
|
|
|
|
|
v-for="item in subInvList"
|
|
|
|
@ -419,7 +419,6 @@ export default {
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
created() {
|
|
|
|
|
|
|
|
|
|
if (this.$isNotBlank(this.idQuery.id)) {
|
|
|
|
|
this.query.limit = 100;
|
|
|
|
|
this.query.orderIdFk = this.idQuery.id;
|
|
|
|
|