From 5b2a950acf53ef3deb57e6b65722cd6877516773 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 25 十月 2023 17:26:32 +0800 Subject: [PATCH] 再生 bugfix --- pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan.vue | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan.vue b/pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan.vue index 9bf9a2b..b574616 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/selectOrderPlan/selectOrderPlan.vue @@ -5,6 +5,7 @@ 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"> @@ -27,6 +28,11 @@ <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"> @@ -64,6 +70,7 @@ 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" @@ -144,6 +151,10 @@ this.qualityInspectionHistory() }, methods: { + init(){ + this.GetOrderPlan() + this.qualityInspectionHistory() + }, GetOrderPlan() { uni.showLoading({ title: '鍔犺浇涓�...' }); this.$reqGet('qualityInspection').then(res => { @@ -217,7 +228,7 @@ .main { width: 100%; - margin: 0 auto; + margin: 30px auto; } .scroll-Y { -- Gitblit v1.9.1