|
@@ -6,9 +6,9 @@
|
|
|
<template #tableTitle>
|
|
|
<a-button type="primary" v-auth="'cuspCode:cusp_supplier_profile:add'" @click="handleAdd" preIcon="ant-design:plus-outlined"> 新增(add)</a-button>
|
|
|
<a-button type="primary" v-auth="'cuspCode:cusp_supplier_profile:exportXls'" @click="onExportXls"> 导出(export)</a-button>
|
|
|
- <a-button type="primary" v-auth="'cuspCode:cusp_supplier_profile:exportXls'" @click="getCatalog"> 供货目录(supply catalog)</a-button>
|
|
|
- <a-button type="primary" v-auth="'cuspCode:cusp_supplier_profile:exportXls'" @click="formallyConverted"> 申请转正式(apply for formal conversion)</a-button>
|
|
|
- <a-button type="primary" v-auth="'cuspCode:cusp_supplier_profile:exportXls'" @click="ApprovalFormallyConverted">申请转正式审批 (apply for formal conversion Approval)</a-button>
|
|
|
+ <a-button type="primary" @click="getCatalog"> 供货目录(supply catalog)</a-button>
|
|
|
+ <a-button type="primary" @click="formallyConverted"> 申请转正式(apply for formal conversion)</a-button>
|
|
|
+ <a-button type="primary" v-auth="'cuspCode:cusp_supplier_profile:approval'" @click="ApprovalFormallyConverted">申请转正式审批 (apply for formal conversion Approval)</a-button>
|
|
|
<a-dropdown v-if="selectedRowKeys.length > 0">
|
|
|
<template #overlay>
|
|
|
<a-menu>
|