yangan
2024-07-11 8b53f063a074d91e7093d35168bf0dc349c83ba9
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>{{ Number(total).toFixed(2) || 0 }}</text>
@@ -90,7 +90,7 @@
                        </view>
                        <view class="line-content">
                           <view class="line-content_text">余量</view>
                           <view class="line-content_num">{{ Number(item.allowance).toFixed(2)  || 0 }}</view>
                           <view class="line-content_num">{{ Number(item.orderSurplus).toFixed(2)  || 0 }}</view>
                        </view>
                     </view>
                  </view>