Browse Source

YT-358WMS PDA补料任务提交一直loading,提交不成功

syhx
zhang_li 1 month ago
parent
commit
8f3e87e2f8
  1. 2
      src/pages/repleinsh/job/repleinshDetailBatch.vue

2
src/pages/repleinsh/job/repleinshDetailBatch.vue

@ -312,7 +312,7 @@
this.detailSource.subList.forEach(item => {
itemCodes.push(item.itemCode)
})
await getManagementPrecisions(itemCodes, that.toLocationCode, res => {
await getManagementPrecisions(itemCodes, this.toLocationCode, res => {
if (res.success) {
this.managementList = res.list;
var params = this.setParams()

Loading…
Cancel
Save