Browse Source

PDA线边发料任务详情中进行中状态压到了原料库位,且原料库位不应该为空 2024/8/2

hella_vue3
王志国 1 month ago
parent
commit
d01008daef
  1. 2
      src/mycomponents/job/jobTop.vue
  2. 1
      src/pages/issue/job/issueDetail.vue

2
src/mycomponents/job/jobTop.vue

@ -1,6 +1,6 @@
<template>
<view class="task_item">
<view class="uni-flex space-between u-col-center align-center" >
<view class="uni-flex space-between u-col-center align-center" style="margin-bottom: 10rpx;">
<job-number :number="dataContent.number"></job-number>
<job-status :jobStatus="dataContent.status"></job-status>
</view>

1
src/pages/issue/job/issueDetail.vue

@ -147,6 +147,7 @@ const getDetail = () => {
jobStatus.value = res.data.status
subList.value = res.data.subList
detailSource.value = getDataSource(detailSource.value, subList.value)
jobContent.value.detailToLocationCode = res.data.subList[0].toLocationCode
//
if (scanMessage.value) {
openScanPopupSimulate(scanMessage.value)

Loading…
Cancel
Save