qingyiay
2023-07-02 768881faf1a042b963ec4a925efce395605219b5
验质页面错误修改
1个文件已修改
7 ■■■■■ 已修改文件
pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue
@@ -82,7 +82,7 @@
            </view>
        </view>
        <view class="confirm-button"
            v-if='roleType===4'>
            v-if='roleType===4&&!flag'>
            <u-button type="primary"
                shape="circle"
                text="确认"
@@ -195,14 +195,15 @@
            },
            // 选择质量
            popoverShow(i) {
                if (this.roleType === 4 && !flag) {
                console.log();
                if (this.roleType === 4 && !this.flag) {
                    this.show = true
                    this.selectIndex = i
                }
            },
            // 选择产品
            productNamePopoverShow(i) {
                if (this.roleType === 4 && !flag) {
                if (this.roleType === 4 && !this.flag) {
                    this.actionShow = true
                    this.actionIndex = i
                }