diff --git a/src/pages/productReceipt/job/fgProductReceiptDetail.vue b/src/pages/productReceipt/job/fgProductReceiptDetail.vue index 6039a2be..8679a1fd 100644 --- a/src/pages/productReceipt/job/fgProductReceiptDetail.vue +++ b/src/pages/productReceipt/job/fgProductReceiptDetail.vue @@ -365,9 +365,10 @@ checkLocation() { var isPass = true; 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;