pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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 }