yangan
2025-04-10 f1950b48fec6421b50580f2a8899b360b314b73c
feat:增加车牌号,和规格Bug修改
2个文件已修改
16 ■■■■ 已修改文件
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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">通知单编号:&nbsp;&nbsp;{{ coalDetailsData.code || '' }}</view>
                <view class="coal-code">车牌号:&nbsp;&nbsp;{{ coalDetailsData.carNo || '' }}</view>
                <view class="order-code">
                    订单编号:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{{ 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])
                        }