Browse Source

上架增加库存状态的显示

hella_vue3
niexiting 5 months ago
parent
commit
ab46faec0a
  1. 6
      src/pages/putaway/job/putawayDetail.vue

6
src/pages/putaway/job/putawayDetail.vue

@ -186,6 +186,12 @@
that.subList = res.data.subList;
that.detailSource = getTreeDataSource(that.subList)
that.detailSource.forEach(r => {
r.subList.forEach(s => {
s.inventoryStatus = s.inspectResult;//
})
})
that.fromLocationCode = that.subList[0].fromLocationCode
that.jobToLocationCode = that.subList[0].toLocationCode;
that.toLocationAreaTypeList = getDirectoryItemArray(that.jobContent.toAreaTypes)

Loading…
Cancel
Save