生成内部吗问题

ywj_dev
wangwei 2 years ago
parent 3d3a14fa5c
commit 23825fdb2f

@ -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) {

Loading…
Cancel
Save