|
|
|
@ -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 || [];
|
|
|
|
|