| | |
| | | </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> |
| | |
| | | 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) |
| | |
| | | name: v.breed + '/' + v.spec |
| | | } |
| | | }) |
| | | //默认回显第一个 |
| | | if(r.data.length){ |
| | | //新增默认回显第一个 |
| | | if(r.data.length && !this.flag){ |
| | | this.goodsIndex = 0; |
| | | this.goodsselectClick(this.goodsList[0]) |
| | | } |