| | |
| | | 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" |
| | |
| | | this.qualityInspectionHistory() |
| | | }, |
| | | methods: { |
| | | init(){ |
| | | this.GetOrderPlan() |
| | | this.qualityInspectionHistory() |
| | | }, |
| | | GetOrderPlan() { |
| | | uni.showLoading({ title: '加载中...' }); |
| | | this.$reqGet('qualityInspection').then(res => { |
| | |
| | | |
| | | .main { |
| | | width: 100%; |
| | | margin: 0 auto; |
| | | margin: 30px auto; |
| | | } |
| | | |
| | | .scroll-Y { |