|
|
@ -1,8 +1,10 @@ |
|
|
|
<template> |
|
|
|
<job-com-main-card :dataContent="dataContent"> |
|
|
|
|
|
|
|
<jobComMainDetailCard :dataContent="dataContent"> |
|
|
|
</jobComMainDetailCard> |
|
|
|
<!-- <jobComMainDetailCard :dataContent="dataContent"> |
|
|
|
</jobComMainDetailCard> --> |
|
|
|
<to-location title="盘点库位" :locationCode="dataContent.toLocationCode||dataContent.locationCode"> |
|
|
|
</to-location> |
|
|
|
<view class="" style="margin-left: 40rpx; font-size: 32rpx; font-weight: bold;"> |
|
|
|
阶段 : {{getCountStageName(dataContent.stage)}} |
|
|
|
</view> |
|
|
@ -18,10 +20,12 @@ |
|
|
|
} from '@/common/directory.js'; |
|
|
|
import jobComMainCard from '@/mycomponents/job/jobComMainCard.vue' |
|
|
|
import jobComMainDetailCard from '@/mycomponents/job/jobComMainDetailCard.vue' |
|
|
|
import toLocation from '@/mycomponents/balance/toLocation.vue' |
|
|
|
export default { |
|
|
|
components: { |
|
|
|
jobComMainCard, |
|
|
|
jobComMainDetailCard |
|
|
|
jobComMainDetailCard, |
|
|
|
toLocation |
|
|
|
}, |
|
|
|
data() { |
|
|
|
return {}; |
|
|
|