Browse Source

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

hella_online_20240829
zhang_li 2 months ago
parent
commit
720ccb7be8
  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> <template>
<view class="task_top"> <view class="task_top">
<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-number :number="dataContent.number"></job-number>
<job-status :jobStatus="dataContent.status"></job-status> <job-status :jobStatus="dataContent.status"></job-status>
</view> </view>

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

@ -203,6 +203,7 @@
that.jobStatus = res.data.status that.jobStatus = res.data.status
that.subList = res.data.subList; that.subList = res.data.subList;
that.detailSource = getDataSource(that.detailSource, that.subList) that.detailSource = getDataSource(that.detailSource, that.subList)
that.jobContent.detailToLocationCode = res.data.subList[0].toLocationCode
// //

Loading…
Cancel
Save