pages/pakin/pakin.vue
@@ -214,18 +214,18 @@ // 搜索物料 findMat() { let that = this if (that.matnr == null && that.matnr == '') { if (that.matnr == null || that.matnr == '') { uni.showToast({ title: "物料码不能为空!!", title: "订单号不能为空!!", icon: "none", position: "top" }) return; } else { } uni.navigateTo({ url: "../pakin/pakinSelector?barcode=" + that.matnr, }); } }, checkMat(mat) {