|
|
|
@ -273,7 +273,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
getOrderQRCodeTextList() {
|
|
|
|
|
this.loading = true;
|
|
|
|
|
filterPrint(this.query) //查找该单号下的所有条码
|
|
|
|
|
filterPrint({sOrderId :this.query.orderIdFk}) //查找该单号下的所有条码
|
|
|
|
|
.then((response) => {
|
|
|
|
|
console.log(response)
|
|
|
|
|
this.codeArray = response.data.list || [];
|
|
|
|
|