#
whycq
2023-05-06 b1f58f22641cfea79591f0640e9ee7c3299bd269
pages/order/orderPakin.vue
@@ -157,7 +157,8 @@
            content: '',
            barcodeFocus: true,
            matFocus: false,
            matData: ''
            matData: '',
            removeNum: 0
         }
      },
      onShow() {
@@ -359,6 +360,7 @@
         },
         // 列表移除按钮
         remove(item, i, type) {
            this.removeNum  = i
            this.msgType = type
            this.title = '警告'
            this.content = '是否移除当前商品!'
@@ -368,7 +370,7 @@
         removeConfirm(i) {
            this.messageText = "移除成功"
            this.messageToggle('success')
            this.dataList.splice(i, 1)
            this.dataList.splice(this.removeNum, 1)
         },
         reviseConfirm() {
            this.dataList[this.rowNum].anfme = this.count