pages/pakin/pakin.vue
@@ -214,18 +214,23 @@ // 搜索物料 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, success:function(res){ let matnrs = that.dataList.map(data => data.matnr); console.log(matnrs); res.eventChannel.emit('acceptOpenPager', matnrs) } }); } }, checkMat(mat) {