@ -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 || [];
@ -370,7 +370,6 @@ export default {
components: {udiRlDetailDialog},
created() {
console.log(this.data)
if (this.$isNotBlank(this.data)) {
this.ids = [];
if (this.data.stockOrderLists.length > 0) {