|
|
@ -552,7 +552,7 @@ export default {
|
|
|
|
if (res.data.total !== 0) {
|
|
|
|
if (res.data.total !== 0) {
|
|
|
|
let invProductList = res.data.list;
|
|
|
|
let invProductList = res.data.list;
|
|
|
|
for (let product of invProductList) {
|
|
|
|
for (let product of invProductList) {
|
|
|
|
this.countProductList.push(product);
|
|
|
|
this.codeArray.push(product);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
this.saveOrder(1);
|
|
|
|
this.saveOrder(1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|