niexiting
8 months ago
3 changed files with 65 additions and 56 deletions
@ -1,50 +1,56 @@ |
|||
<template> |
|||
<job-com-main-card :dataContent="dataContent"> |
|||
<view class="task_item"> |
|||
<view class="task_text"> |
|||
<job-com-main-card :dataContent="dataContent"> |
|||
<view class="task_item"> |
|||
<!-- <view class="task_text"> |
|||
<view class=""> |
|||
申请单号 : {{dataContent.requestNumber}} |
|||
</view> |
|||
</view> |
|||
|
|||
<view class="task_text"> |
|||
<view class=""> |
|||
发货计划单号 : {{dataContent.deliverPlanNumber}} |
|||
</view> |
|||
</view> |
|||
|
|||
<view class="task_text"> |
|||
<view class=""> |
|||
客户代码 : {{dataContent.customerCode}} |
|||
</view> |
|||
</view> |
|||
</view> |
|||
</job-com-main-card> |
|||
</template> |
|||
|
|||
<script> |
|||
import jobComMainCard from '@/mycomponents/job/jobComMainCard.vue' |
|||
export default { |
|||
components: { |
|||
jobComMainCard, |
|||
}, |
|||
data() { |
|||
return {}; |
|||
}, |
|||
|
|||
props: { |
|||
dataContent: { |
|||
type: Object, |
|||
default: {} |
|||
}, |
|||
}, |
|||
|
|||
methods: { |
|||
|
|||
} |
|||
} |
|||
</script> |
|||
|
|||
<style lang="scss"> |
|||
|
|||
</style> |
|||
</view> --> |
|||
|
|||
<view class="task_text"> |
|||
<view class=""> |
|||
发货计划单号 : {{dataContent.deliverPlanNumber}} |
|||
</view> |
|||
</view> |
|||
|
|||
<view class="task_text"> |
|||
<view class=""> |
|||
发货类型 : {{dataContent.deliverType}} |
|||
</view> |
|||
</view> |
|||
|
|||
<view class="task_text"> |
|||
<view class=""> |
|||
客户代码 : {{dataContent.customerCode}} |
|||
</view> |
|||
</view> |
|||
</view> |
|||
</job-com-main-card> |
|||
</template> |
|||
|
|||
<script> |
|||
import jobComMainCard from '@/mycomponents/job/jobComMainCard.vue' |
|||
export default { |
|||
components: { |
|||
jobComMainCard, |
|||
}, |
|||
data() { |
|||
return {}; |
|||
}, |
|||
|
|||
props: { |
|||
dataContent: { |
|||
type: Object, |
|||
default: {} |
|||
}, |
|||
}, |
|||
|
|||
methods: { |
|||
|
|||
} |
|||
} |
|||
</script> |
|||
|
|||
<style lang="scss"> |
|||
|
|||
</style> |
Loading…
Reference in new issue