Browse Source

修改光标获取

hella_online_20240821
lijuncheng 3 months ago
parent
commit
04441d2739
  1. 8
      src/pages/inventoryMove/coms/comMoveRecord.vue

8
src/pages/inventoryMove/coms/comMoveRecord.vue

@ -305,7 +305,9 @@
} }
this.$refs.comMessage.showErrorMessage(message, res => { this.$refs.comMessage.showErrorMessage(message, res => {
if (res) { if (res) {
if (this.$refs.scanPopup) {
this.$refs.scanPopup.packGetFocus()
}
} }
}); });
}, },
@ -393,8 +395,8 @@
this.dataContent.subList.forEach(res => { this.dataContent.subList.forEach(res => {
if (res.fromLocationCode == res.toLocationCode) { if (res.fromLocationCode == res.toLocationCode) {
if (res.fromInventoryStatus == res.toInventoryStatus) { if (res.fromInventoryStatus == res.toInventoryStatus) {
var resultHint = res.fromPackingNumber?`包装号【${res.fromPackingNumber}`:"" var resultHint = res.fromPackingNumber ? `包装号【${res.fromPackingNumber}` : ""
hint += resultHint+`来源库位与目标库位 来源状态与目标状态一致,不可以提交\n` hint += resultHint + `来源库位与目标库位 来源状态与目标状态一致,不可以提交\n`
} }
} }
}) })

Loading…
Cancel
Save