qingyiay
2023-07-12 905afa72079ff4948534bd96b9b7866b20291825
pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
@@ -60,7 +60,7 @@
            </view>
         </view>
         <view class="block-top">
            <combined-title title="提煤单历史"></combined-title>
            <combined-title title="通知单历史"></combined-title>
            <view class="total">
               总净重
               <text>{{ total.toFixed(2) || 0 }}</text>
@@ -68,7 +68,7 @@
         </view>
         <view class="main-banner">
            <view class="empty-pointer"
               v-if="!yyDailyList">暂无更多数据</view>
               v-if="yyDailyList.length===0">暂无更多数据</view>
            <view class="main-block">
               <view class="main-container">
                  <view class="main-container_content"
@@ -86,7 +86,8 @@
                     <view class="second-line">
                        <view class="line-content">
                           <view class="line-content_text">净重</view>
                           <view class="line-content_num">{{ item.clean.toFixed(2)  || 0 }}</view>
                           <view class="line-content_num">{{ item.clean?item.clean.toFixed(2):''  || '' }}
                           </view>
                        </view>
                        <view class="line-content">
                           <view class="line-content_text">余量</view>
@@ -122,7 +123,7 @@
            orderPlanId: null,
            orderCode: null,
            orderPlanDetail: {},
            coalStatus: ['未称重', '称重中', '验质中', '称重完成'],
            coalStatus: ['未称重', '称重中', '验质中', '称重完成', '验质完成'],
            yyDailyList: [],
            // 领取数量
            cars2: '',