| | |
| | | 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"> |
| | |
| | | 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" |
| | |
| | | isFirstLogin: true |
| | | }; |
| | | }, |
| | | onLoad() {}, |
| | | mounted() { |
| | | this.getLogOn() |
| | | }, |
| | | onShow() { |
| | | this.init(); |
| | | |
| | | }, |
| | | methods: { |
| | | init() { |
| | | this.GetOrderPlan(); |
| | | this.getJhOrderPlanDataPage(); |
| | | this.onlineurl = onlineurl; |
| | | this.getLogOn() |
| | | // this.getLogOn() |
| | | }, |
| | | // 获取发运计划列表 |
| | | GetOrderPlan() { |