|
|
|
@ -72,12 +72,7 @@
|
|
|
|
|
<!-- 头部左侧按钮模块 --> |
|
|
|
|
<div class="avue-crud__left"> |
|
|
|
|
<!-- 批量审核 --> |
|
|
|
|
<el-button |
|
|
|
|
type="primary" |
|
|
|
|
icon="CircleCheck" |
|
|
|
|
v-if="permissionObj.WaybillAudit_BatchAudit" |
|
|
|
|
@click="handleBatchAudit" |
|
|
|
|
> |
|
|
|
|
<el-button type="primary" icon="CircleCheck" @click="handleBatchAudit"> |
|
|
|
|
批量审核 |
|
|
|
|
</el-button> |
|
|
|
|
|
|
|
|
@ -347,13 +342,6 @@ const { search, query, shortcuts, selectionList, drawerShow, page } = toRefs(det
|
|
|
|
|
/** vuex */ |
|
|
|
|
const permission = computed(() => mapGetters(['permission', 'tagWel', 'tagList'])); |
|
|
|
|
|
|
|
|
|
/** 权限 */ |
|
|
|
|
const permissionObj = reactive({ |
|
|
|
|
/** 批量审核 */ |
|
|
|
|
WaybillAudit_BatchAudit: computed(() => $store.getters.permission.WaybillAudit_BatchAudit), |
|
|
|
|
}); |
|
|
|
|
console.log('permission :>> ', permission); |
|
|
|
|
|
|
|
|
|
details.query.checkStatus = 0; |
|
|
|
|
|
|
|
|
|
/** 请求页面数据 */ |
|
|
|
|