yangan
2023-11-16 700c025aa912047fbd71975d4c6f8bb930ba82f8
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -44,7 +44,7 @@
      </view>
      <!--  称重历史-->
      <weigh-item :list="showWeigh"></weigh-item>
      <weigh-item :list="showWeigh" class="weighing-item"></weigh-item>
      <!-- 时间线 -->
      <view class="timeLine">
         <u-steps :current="dayRZ.length - 1"
@@ -508,8 +508,10 @@
         //打印磅单
         printOrder(){
            this.$reqGet('printerHandler',{tmId:this.orderPlanId}).then(res => {
               uni.hideLoading();
               this.$u.toast(res.msg)
               if (res.data) {
                  uni.hideLoading();
                  // this.$u.toast('打印成功')
                  // this.orderPlanData = res.data
               } 
            }).catch((err) => {
@@ -523,6 +525,9 @@
<style lang="scss"
   scoped>
   .weighing-item{
      min-height: 200rpx!important;
   }
   /deep/.u-steps {
      .u-steps-item {
         .u-steps-item__content {