| | |
| | | <template> |
| | | <view class="fright-forwarder-details"> |
| | | <view class="details"> |
| | | <view class="title"><text>货代信息</text></view> |
| | | <view class="title"><text>承运商信息</text></view> |
| | | <view class=""> |
| | | <uni-table border stripe emptyText="暂无更多数据"> |
| | | <uni-tr> |
| | |
| | | </uni-tr> |
| | | <uni-tr> |
| | | <uni-th align="left">任务总数</uni-th> |
| | | <uni-td align="left">{{ HuoDaiForm.sum }}</uni-td> |
| | | <uni-td align="left">{{ HuoDaiForm.sum || '' }}</uni-td> |
| | | </uni-tr> |
| | | <uni-tr> |
| | | <uni-th align="left">执行完成</uni-th> |
| | |
| | | return { |
| | | huoDaiId: null, |
| | | userId: '', |
| | | // 货代详情信息表单 |
| | | // 承运商详情信息表单 |
| | | HuoDaiForm: {} |
| | | }; |
| | | }, |