采购文件审批

This commit is contained in:
吴红兵
2026-02-27 15:58:35 +08:00
parent 861a8c7a71
commit 58bd4b13b3
7 changed files with 739 additions and 6 deletions

View File

@@ -46,7 +46,7 @@
icon="FolderAdd"
type="primary"
@click="formDialogRef.openDialog()"
v-auth="'purchase_purchasingBusinessLeader_add'">
v-auth="'purchasing_bus_leader_add'">
新增
</el-button>
<el-button
@@ -55,13 +55,13 @@
icon="Delete"
type="primary"
class="ml10"
v-auth="'purchase_purchasingBusinessLeader_del'"
v-auth="'purchasing_bus_leader_del'"
@click="handleDelete(selectObjs)">
删除
</el-button>
<right-toolbar
v-model:showSearch="showSearch"
:export="'purchase_purchasingBusinessLeader_export'"
:export="'purchasing_bus_leader_export'"
@exportExcel="exportExcel"
class="ml10"
@queryTable="getDataList" />
@@ -116,7 +116,7 @@
icon="Delete"
link
type="danger"
v-auth="'purchase_purchasingBusinessLeader_del'"
v-auth="'purchasing_bus_leader_del'"
@click="handleDelete([scope.row.id])">
删除
</el-button>