yangan
2025-04-11 5e08d4f61c24db589bd6d30875fcb1191f719b16
pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue
@@ -19,21 +19,21 @@
                  :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/skin.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }">
                  皮
               </view>
               <view class="num">{{ item.skin }}</view>
               <view class="num">{{ item.skin ? item.skin.toFixed(2) : '' }}</view>
            </view>
            <view class="item">
               <view class="concrete"
                  :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/hair.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }">
                  毛
               </view>
               <view class="num">{{ item.hair }}</view>
               <view class="num">{{ item.hair ? item.hair.toFixed(2) : '' }}</view>
            </view>
            <view class="item">
               <view class="concrete"
                  :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/clean.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }">
                  净
               </view>
               <view class="num">{{ item.clean }}</view>
               <view class="num">{{ item.clean ? item.clean.toFixed(2) : '' }}</view>
            </view>
         </view>
            <view v-if="isShow(item) && isYanz()">
@@ -90,6 +90,14 @@
            </view>
            <view style="font-size: 35rpx;">{{ coalDetailsData.customerName || '' }}</view>
            </view>
            <view class="level">
               <view style="width: 180rpx;">
               <u--text text="车牌号"
                  size='32'></u--text>
            </view>
            <view style="font-size: 35rpx;">{{ item.carNo || '' }}</view>
            </view>
            <!-- 物资明细 -->
            <view class="level" v-if="!flag">
@@ -407,6 +415,14 @@
            </view>
         </view> -->
         </view>
         <view v-if="!isYanz()"><view class="level">
               <view style="width: 180rpx;">
               <u--text text="车牌号"
                  size='32'></u--text>
            </view>
            <view style="font-size: 35rpx;">{{ item.carNo || '' }}</view>
            </view></view>
         <u-empty v-if=" isYanz() && !isShow(item) " icon-size="200"  text="''" >
            <text>暂未验质</text>
         </u-empty>
@@ -465,7 +481,7 @@
         <view>
            <view class="unqualifiedBreed">
            <view style="width: 180rpx;">
               <u--text text="不合格品名"
               <u--text text="不合格品名"
                  size='32'></u--text>
            </view>
            <view class="tag-select">
@@ -1095,6 +1111,7 @@
                        tempArr:v.tempArr
                     }
                  })
                  console.log(this.showWeigh,'showWeigh')
                  this.showWeighCopy = JSON.parse(JSON.stringify(this.showWeigh))
                  uni.setStorageSync("showWeighCopyStorge", this.showWeighCopy)
                  uni.setStorageSync('showWeighCopyStorgeOther',this.showWeighCopy)
@@ -1124,12 +1141,12 @@
                        name: v.breed + '/' + v.spec
                     }
                  })
                  //默认回显第一个
                  if(r.data.length){
                  //新增默认回显第一个
                  if(r.data.length && !this.flag){
                     this.goodsIndex = 0;
                     this.goodsselectClick(this.goodsList[0])
                  }
                  uni.hideLoading()
               })
            })