#
whycq
2023-05-22 abd0bebb36d6d57c713ada9c8540fcc00a5e5296
pages/order/orderPutDown.vue
@@ -410,6 +410,13 @@
            this.barcode = ''
            this.barcodeFocuss()
         },
         combClose() {
            this.$refs.combConfirm.close()
         },
         // 取消移除
         removeClose() {
            this.$refs.alertDialog.close()
         },
      }
   }
</script>