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