diff --git a/src/views/inventory/InvPreInProductsDetail.vue b/src/views/inventory/InvPreInProductsDetail.vue index 012c10d..062f176 100644 --- a/src/views/inventory/InvPreInProductsDetail.vue +++ b/src/views/inventory/InvPreInProductsDetail.vue @@ -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 || [];