yangan
2024-07-12 dbc79ab43fced444933174bd4148ee9f5dd777c3
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -193,7 +193,7 @@
                  <view class="name" v-if="subItem.hair">{{ Number(subItem.hair) .toFixed(2) || '' }}</view>
               </uni-td>
               <uni-td align='right'>
                  <view class="name" v-if="subItem.clean">{{ Number( subItem.clean).toFixed(2) || '' }}</view>
                  <view class="name" v-if="(subItem.clean || subItem.clean === 0)">{{ Number( subItem.clean).toFixed(2) || '' }}</view>
               </uni-td>            
             <uni-td align="right">
               <view>{{ subItem.discount }}</view
@@ -421,7 +421,7 @@
            isExceedOrigin: false, //是否超出毛重
            refreshLoading: false,
            timer: null,
            afterEvacuationStatus: null, //放空后提煤单状态状态为21时提示‘等待磅房确认’
            afterEvacuationStatus: null, //放空后收发单状态状态为21时提示‘等待磅房确认’
            afterEvacuationText: '',
            TwoEvacuationLoading: false,
            addAndSubtractCoalLoading: false,