zjj
2025-05-06 5f95e7ce06c651fda7ff0494013c821750ac7878
pages/listing/disc.vue
@@ -133,10 +133,11 @@
            container: '',
            megreQty: '',
            list: [],
            range: [],
            range: [],
            batch: '',
            repeatClick: false,
            isconfirm: false
            isconfirm: false,
            batch:''
         }
      },
      computed: {
@@ -157,9 +158,9 @@
               code,
               data,
               msg
            } = await request('/asnOrderItem/trackCode', {
               code: this.barcode,
               batch: this.batch
            } = await request('/asnOrderItem/trackCode', {
               code: this.barcode,
               batch: this.batch
            }, "post")
            if (code === 200) {
               data && this.list.push(data);
@@ -232,7 +233,7 @@
               msg
            } = await request('/waitPakin/merge', {
               items: newArr,
               barcode: this.container,
               barcode: this.container,
               batch: this.batch,
            })
            if (code === 200) {