pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -32,6 +32,7 @@ <view class="send-date" >{{ coalDetailsData.sendDate }}</view> </view> <view class="coal-code">通知单编号: {{ coalDetailsData.code || '' }}</view> <view class="coal-code">车牌号: {{ coalDetailsData.carNo || '' }}</view> <view class="order-code"> 订单编号: {{ coalDetailsData.orderCode || '' }}</view> <view class="coal-code" @@ -340,7 +341,7 @@ } }, isapproach() { return this.currentPageCoalStatus != 3; return this.currentPageCoalStatus != 3 || this.coalDetailsData.isSendErp ==1; }, // 展示皮毛净 showWeigh() { 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]) }