修改bug

zhairh
wangwei 3 years ago
parent b026b80860
commit 08146523ba

@ -187,14 +187,14 @@ export default {
getCodeList() { getCodeList() {
this.loading = true; this.loading = true;
this.query.orderIdFk = this.idQuery.orderIdFk; this.query.orderIdFk = this.idQuery.orderIdFk;
let query = { // let query = {
orderIdFk: this.idQuery.orderIdFk, // orderIdFk: this.idQuery.orderIdFk,
code:this.query.code // code:this.query.code,
} // }
/* this.query.batchNo = this.idQuery.batchNo; /* this.query.batchNo = this.idQuery.batchNo;
this.query.supId = this.idQuery.supId; this.query.supId = this.idQuery.supId;
this.query.invStorageCode = this.idQuery.invStorageCode;*/ this.query.invStorageCode = this.idQuery.invStorageCode;*/
filterDetailProducts(query) // filterDetailProducts(this.query) //
.then((response) => { .then((response) => {
this.loading = false; this.loading = false;
this.codeArry = response.data.list || []; this.codeArry = response.data.list || [];

Loading…
Cancel
Save