| | |
| | | icon="http://cdn.uviewui.com/uview/empty/data.png" |
| | | textSize="30" |
| | | iconSize="1000" |
| | | text="暂无数据" |
| | | v-if="orderPlanData.length===0"></u-empty> |
| | | </view> |
| | | <view class="collection-form"> |
| | |
| | | <view class="black-bar"></view> |
| | | <view class="coal-type" |
| | | v-if="item.orderType">{{ item.orderType||'' }}</view> |
| | | </view> |
| | | </view> |
| | | <view class="second-line"> |
| | | <view class="coal-name"> |
| | | <view class="">{{ item.orderCode ||''}}</view> |
| | | </view> |
| | | </view> |
| | | <view class="third-line"> |
| | |
| | | icon="http://cdn.uviewui.com/uview/empty/data.png" |
| | | textSize="30" |
| | | iconSize="1000" |
| | | text="暂无数据" |
| | | v-if="historyCoalData.length==0"></u-empty> |
| | | <view class="history-information" |
| | | v-for="(item, index) in historyCoalData" |