Browse Source

修改装配收货库位

hella_online_20240803
lijuncheng 3 months ago
parent
commit
a301eb68d3
  1. 5
      src/pages/productReceipt/job/fgProductReceiptDetail.vue

5
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.showMessageHint('', callback => {
// this.$refs.comScanLocation.showLocation();
// })
return isPass = false;
}
return isPass;

Loading…
Cancel
Save