修改bug

zhairh
wangwei 3 years ago
parent b026b80860
commit 08146523ba

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

Loading…
Cancel
Save