|
@@ -169,10 +169,10 @@
|
|
>
|
|
>
|
|
<a-button type="primary" @click="submit"> 提交(submit)</a-button>
|
|
<a-button type="primary" @click="submit"> 提交(submit)</a-button>
|
|
<a-button type="primary" @click="cancelSubmit"> 取消提交(cancelSubmit)</a-button>
|
|
<a-button type="primary" @click="cancelSubmit"> 取消提交(cancelSubmit)</a-button>
|
|
- <a-button type="primary" @click="close"> 关闭(close)</a-button>
|
|
|
|
|
|
+ <a-button type="primary" @click="close" v-auth="'saleCode:sale_order:close'"> 关闭(close)</a-button>
|
|
<!-- <a-button type="primary" @click="cancelClose"> 取消关闭(cancel close)</a-button> -->
|
|
<!-- <a-button type="primary" @click="cancelClose"> 取消关闭(cancel close)</a-button> -->
|
|
- <a-button type="primary" @click="confirm"> 确认(confirm)</a-button>
|
|
|
|
- <a-button type="primary" @click="cancelConfirm"> 取消确认(cancel confirm)</a-button>
|
|
|
|
|
|
+ <a-button type="primary" @click="confirm" v-auth="'saleCode:sale_order:confirm'"> 确认(confirm)</a-button>
|
|
|
|
+ <a-button type="primary" @click="cancelConfirm" v-auth="'saleCode:sale_order:cancelConfirm'"> 取消确认(cancel confirm)</a-button>
|
|
<a-dropdown v-if="selectedRowKeys.length > 0">
|
|
<a-dropdown v-if="selectedRowKeys.length > 0">
|
|
<template #overlay>
|
|
<template #overlay>
|
|
<a-menu>
|
|
<a-menu>
|