|
|
@ -150,6 +150,7 @@ export default {
|
|
|
|
batchNo: null,
|
|
|
|
batchNo: null,
|
|
|
|
deptCode: null,
|
|
|
|
deptCode: null,
|
|
|
|
invCode: null,
|
|
|
|
invCode: null,
|
|
|
|
|
|
|
|
price: null,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
limit: 10
|
|
|
|
limit: 10
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -166,8 +167,14 @@ export default {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
this.invPreProductDetailQuery = {
|
|
|
|
this.invPreProductDetailQuery = {
|
|
|
|
code: null,
|
|
|
|
code: null,
|
|
|
|
|
|
|
|
relId: null,
|
|
|
|
|
|
|
|
supId: null,
|
|
|
|
|
|
|
|
batchNo: null,
|
|
|
|
|
|
|
|
deptCode: null,
|
|
|
|
|
|
|
|
invCode: null,
|
|
|
|
page: 1,
|
|
|
|
page: 1,
|
|
|
|
limit: 10
|
|
|
|
limit: 10,
|
|
|
|
|
|
|
|
price: null,
|
|
|
|
};
|
|
|
|
};
|
|
|
|
this.getList();
|
|
|
|
this.getList();
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -204,7 +211,7 @@ export default {
|
|
|
|
this.invPreProductDetailQuery.batchNo = this.inputQuery.batchNo;
|
|
|
|
this.invPreProductDetailQuery.batchNo = this.inputQuery.batchNo;
|
|
|
|
this.invPreProductDetailQuery.deptCode = this.inputQuery.deptCode;
|
|
|
|
this.invPreProductDetailQuery.deptCode = this.inputQuery.deptCode;
|
|
|
|
this.invPreProductDetailQuery.invCode = this.inputQuery.invCode;
|
|
|
|
this.invPreProductDetailQuery.invCode = this.inputQuery.invCode;
|
|
|
|
this.invProductDetailQuery.price = this.inputQuery.price;
|
|
|
|
this.invPreProductDetailQuery.price = this.inputQuery.price;
|
|
|
|
// this.invPreProductDetailQuery.nameCode = this.inputQuery.nameCode;
|
|
|
|
// this.invPreProductDetailQuery.nameCode = this.inputQuery.nameCode;
|
|
|
|
getInvPreInProductDetail(this.invPreProductDetailQuery).then((res) => {
|
|
|
|
getInvPreInProductDetail(this.invPreProductDetailQuery).then((res) => {
|
|
|
|
this.loading = false;
|
|
|
|
this.loading = false;
|
|
|
|