|
|
|
@ -176,6 +176,7 @@ export default {
|
|
|
|
|
this.invPreProductDetailQuery.batchNo = this.inputQuery.batchNo;
|
|
|
|
|
this.invPreProductDetailQuery.deptCode = this.inputQuery.deptCode;
|
|
|
|
|
this.invPreProductDetailQuery.invCode = this.inputQuery.invCode;
|
|
|
|
|
this.invPreProductDetailQuery.nameCode = this.inputQuery.nameCode;
|
|
|
|
|
getInvPreProductDetail(this.invPreProductDetailQuery).then((res) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|
if (res.code === 20000) {
|
|
|
|
|