yangan
2025-04-10 f1950b48fec6421b50580f2a8899b360b314b73c
pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue
@@ -415,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>
@@ -1103,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)
@@ -1132,8 +1141,8 @@
                        name: v.breed + '/' + v.spec
                     }
                  })
                  //默认回显第一个
                  if(r.data.length){
                  //新增默认回显第一个
                  if(r.data.length && !this.flag){
                     this.goodsIndex = 0;
                     this.goodsselectClick(this.goodsList[0])
                  }