yangan
2023-10-25 5b2a950acf53ef3deb57e6b65722cd6877516773
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 => {
@@ -182,7 +193,7 @@
            this.pageCurrent++;
            this.qualityInspectionHistory();
         },
         //fix 点击提煤单返回会增加重复数据
         //fix 点击通知单返回会增加重复数据
         ArrSet(Arr, id) {
            var obj = {};
            const arrays = Arr.reduce((setArr, item) => {
@@ -217,7 +228,7 @@
   .main {
      width: 100%;
      margin: 0 auto;
      margin: 30px auto;
   }
   .scroll-Y {