Commit fcb2a245 authored by 周毅's avatar 周毅

出库登记增加sap过账权限

parent 5869ca2c
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
</template> </template>
<template #toolbar="ctx"> <template #toolbar="ctx">
<!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面工具栏的插槽 ctx.pagePage来操作默认页面 -->
<el-button @click="sapgz(ctx.basePage)" size='mini' type="primary">SAP过账</el-button> <el-button v-if="ctx.basePage.powerObj['21']" @click="sapgz(ctx.basePage)" size='mini' type="primary">SAP过账</el-button>
</template> </template>
</BasePage> </BasePage>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment