@ -365,9 +365,10 @@
checkLocation() {
var isPass = true;
if (this.toLocationCode == "" || this.toLocationCode == null) {
this.showMessageHint('请扫描收货库位', callback => {
this.$refs.comScanLocation.showLocation();
})
// this.showMessageHint('请扫描收货库位', callback => {
// this.$refs.comScanLocation.showLocation();
// })
return isPass = false;
}
return isPass;