pages/basics/checkout.vue
@@ -115,6 +115,7 @@ }, methods: { // 出库分为两种 一:全板出库 扫描托盘码显示全板商品 可以直接确认 二是减料出库 扫描托盘码提示需要出库数量 扫描货品条码达到最大出库数量即可 messageToggle(type) { this.msgType = type this.messageText = `这是一条${type}消息提示` @@ -131,7 +132,9 @@ this.barcode = '' this.matnr = '' this.matCount = '' this.removeBarcode(); uni.vibrateShort(); }, removeBarcode() { this.barcode = '' @@ -278,6 +281,7 @@ }, 1000); } else { uni.showToast({title: res.msg, icon: "none",position: 'top'}) that.foucss(); } }