| | |
| | | <view class="fayunPlanBody"> |
| | | <combined-title title="领取情况"></combined-title> |
| | | <view class="compDetails"> |
| | | <!-- <view class="comp">{{ orderPlanDetail.compName }}</view> --> |
| | | <uni-table border stripe emptyText="暂无更多数据"> |
| | | <uni-tr> |
| | | <uni-th align="left" width="200">转发总量</uni-th> |
| | | <uni-th align="left" width="120">转发总量</uni-th> |
| | | <uni-td align="left">{{ orderPlanDetail.fowardSum || 0 }}张</uni-td> |
| | | </uni-tr> |
| | | <uni-tr> |
| | | <uni-th align="left" width="200">领取总量</uni-th> |
| | | <uni-th align="left">领取总量</uni-th> |
| | | <uni-td align="left">{{ orderPlanDetail.fleetOrHuodaiNub || 0 }}张</uni-td> |
| | | </uni-tr> |
| | | <uni-tr v-for="(item, index) in orderPlanDetail.huodaiList" :key="index"> |
| | | <uni-th align="left" width="200">{{ item.huoDaiName }}</uni-th> |
| | | <uni-th align="left">{{ item.huoDaiName }}</uni-th> |
| | | <uni-td align="left">{{ item.fleetOrHuodaiNub }}张</uni-td> |
| | | </uni-tr> |
| | | <uni-tr v-for="(item, index) in orderPlanDetail.cheduiList" :key="index"> |
| | | <uni-th align="left" width="200">{{ item.cheduiName }}</uni-th> |
| | | <uni-th align="left">{{ item.cheduiName }}</uni-th> |
| | | <uni-td align="left">{{ item.fleetOrHuodaiNub }}张</uni-td> |
| | | </uni-tr> |
| | | <uni-tr> |
| | | <uni-th align="left" width="200">司机总领取</uni-th> |
| | | <uni-th align="left">司机总领取</uni-th> |
| | | <uni-td align="left">{{ orderPlanDetail.sijiSum || 0 }}张</uni-td> |
| | | </uni-tr> |
| | | </uni-table> |
| | |
| | | .uni-table { |
| | | .uni-table-tr { |
| | | padding: 0; |
| | | border:vww(1) solid #c6c6c6; |
| | | border: vww(1) solid #c6c6c6; |
| | | .uni-table-th { |
| | | font-size: vww(14); |
| | | height: vww(30); |