Browse Source

YT-2927直接发料生成的补料消耗记录工位显示不正确

intex
张立 1 day ago
parent
commit
aaa8b999a5
  1. 2
      src/pages/issue/record/directIssueByBatchCom.vue

2
src/pages/issue/record/directIssueByBatchCom.vue

@ -447,7 +447,7 @@
async scanProductionLine(productionLine, code) {
this.positionInfo = productionLine.productionLineCode
this.workStationCode = productionLine.workshopCode
this.workStationCode = productionLine.code
this.toLocationCode = productionLine.rawLocationCode
this.detailSource.forEach(item => {
item.subList.forEach(detail => {

Loading…
Cancel
Save