|
|
|
@ -173,6 +173,7 @@ export default {
|
|
|
|
|
customerId: null,
|
|
|
|
|
page: 1,
|
|
|
|
|
invStorageCode: null,
|
|
|
|
|
invWarehouseCode: null,
|
|
|
|
|
limit: 20,
|
|
|
|
|
},
|
|
|
|
|
codeArry: [],
|
|
|
|
@ -225,6 +226,7 @@ export default {
|
|
|
|
|
this.query.batchNo = this.idQuery.batchNo;
|
|
|
|
|
this.query.supId = this.idQuery.supId;
|
|
|
|
|
this.query.invStorageCode = this.idQuery.invStorageCode;
|
|
|
|
|
this.query.invWarehouseCode = this.idQuery.invWarehouseCode;
|
|
|
|
|
filterDetailProducts(this.query) //查找该单号下的所有条码
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
@ -243,6 +245,7 @@ export default {
|
|
|
|
|
this.query.batchNo = this.idQuery.batchNo;
|
|
|
|
|
this.query.customerId = store.getters.customerId;
|
|
|
|
|
this.query.invStorageCode = this.idQuery.invStorageCode;
|
|
|
|
|
this.query.invWarehouseCode = this.idQuery.invWarehouseCode;
|
|
|
|
|
statDetailProducts(this.query) //查找该单号下的所有条码
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.loading = false;
|
|
|
|
|