|
@@ -104,8 +104,8 @@
|
|
|
<!-- <a-button type="primary" v-auth="'saleCode:sale_invoice:exportXls'" preIcon="ant-design:export-outlined" @click="onExportXls"> -->
|
|
|
导出(export)</a-button
|
|
|
>
|
|
|
- <a-button type="primary" @click="submit"> 提交(submit)</a-button>
|
|
|
- <a-button type="primary" @click="cancelSubmit"> 取消提交(cancelSubmit)</a-button>
|
|
|
+ <a-button type="primary" v-auth="'saleCode:sale_invoice:submit'" @click="submit"> 提交(submit)</a-button>
|
|
|
+ <a-button type="primary" v-auth="'saleCode:sale_invoice:cancelSubmit'" @click="cancelSubmit"> 取消提交(cancelSubmit)</a-button>
|
|
|
<a-button type="primary" v-auth="'saleCode:sale_invoice:nullify'" @click="handleNullify"> 作废(nullify)</a-button>
|
|
|
<a-dropdown v-if="selectedRowKeys.length > 0">
|
|
|
<template #overlay>
|
|
@@ -130,9 +130,9 @@
|
|
|
<template #bodyCell="{ column, record, index, text }"> </template>
|
|
|
|
|
|
<template #jumpToAndExport="props">
|
|
|
- <a @click="handleView(props)">查看(view)</a>
|
|
|
+ <a @click="handleView(props)" v-auth="'saleCode:sale_invoice:viewOrder'">查看(view)</a>
|
|
|
<a-divider type="vertical" />
|
|
|
- <a @click="handleRowExport(props)">导出(export)</a>
|
|
|
+ <a @click="handleRowExport(props)" v-auth="'saleCode:sale_invoice:viewOrder'">导出(export)</a>
|
|
|
</template>
|
|
|
|
|
|
<template #jumpTo="props">
|