Browse Source

生产线没传值

hella_online_20240829
wangyufei 2 months ago
parent
commit
25583aabeb
  1. 2
      src/pages/issue/record/directIssue.vue

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

@ -510,6 +510,8 @@
this.detailSource.forEach(item => {
item.subList.forEach(detail => {
detail.toLocationCode = toLocationCode
detail.productionLineCode = this.productionLineCode
detail.workStationCode = this.workStationCode
})
})

Loading…
Cancel
Save