@ -265,7 +265,7 @@
this.numberFocus = true
this.uom = res.data.list[0].uom
} else {
this.showErrorMessage('未查找到物料【' + this.itemCode + '】', "itemCode");
this.showErrorMessage('未查找到物料【' +itemCode + '】', "itemCode");
}
}).catch(error => {
@ -201,7 +201,7 @@
openScanDetailPopup() {
uni.navigateTo({
url: './issueRequestSubmit'
url: './issueRequestCreate'
});
},