Commit 787b1933 authored by 周毅's avatar 周毅

检验单去除【新增】按钮

parent c74c5748
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<Add :app='ctx.basePage' v-if="ctx.basePage.showDialog" /> <Add :app='ctx.basePage' v-if="ctx.basePage.showDialog" />
</template> </template>
<template #toolbar="ctx"> <template #toolbar="ctx">
<el-button v-if="ctx.basePage.powerObj['01']" @click="showAdd(ctx.basePage)" size='mini' type="primary">新增</el-button> <!-- <el-button v-if="ctx.basePage.powerObj['01']" @click="showAdd(ctx.basePage)" size='mini' type="primary">新增</el-button> -->
<el-button v-if="ctx.basePage.powerObj['21']" @click="pd(ctx.basePage,'Y')" size='mini' type="primary">判定合格</el-button> <el-button v-if="ctx.basePage.powerObj['21']" @click="pd(ctx.basePage,'Y')" size='mini' type="primary">判定合格</el-button>
<el-button v-if="ctx.basePage.powerObj['21']" @click="pd(ctx.basePage,'N')" size='mini' type="primary">判定不合格</el-button> <el-button v-if="ctx.basePage.powerObj['21']" @click="pd(ctx.basePage,'N')" size='mini' type="primary">判定不合格</el-button>
<el-button v-if="ctx.basePage.powerObj['22']" @click="sendSap(ctx.basePage)" size='mini' type="primary">发送至sap</el-button> <el-button v-if="ctx.basePage.powerObj['22']" @click="sendSap(ctx.basePage)" size='mini' type="primary">发送至sap</el-button>
......
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