修改bug

prod
wangwei 2 years ago
parent aa598342b9
commit 4015a52aa6

@ -176,7 +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;
// this.invPreProductDetailQuery.nameCode = this.inputQuery.nameCode;
getInvPreProductDetail(this.invPreProductDetailQuery).then((res) => {
this.loading = false;
if (res.code === 20000) {

Loading…
Cancel
Save