zjj
2025-05-07 f815627a748d2ec5f68f1579443e231acc6fd1ba
pages/listing/disc.vue
@@ -133,10 +133,11 @@
            container: '',
            megreQty: '',
            list: [],
            range: [],
            range: [],
            batch: '',
            repeatClick: false,
            isconfirm: false
            isconfirm: false,
         }
      },
      computed: {
@@ -155,20 +156,19 @@
               })
               return
            }
            const find = this.list.find(el => el.trackCode === this.barcode);
            find ? this.scrollTo() : this.getDet();
            this.getDet();
         },
         async getDet() {
            const {
               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);
               this.list = data
            } else {
               uni.showToast({
                  title: msg,
@@ -245,7 +245,7 @@
               msg
            } = await request('/waitPakin/merge', {
               items: newArr,
               barcode: this.container,
               barcode: this.container,
               batch: this.batch,
            })
            if (code === 200) {