Commit 0b4505f3 authored by 周毅's avatar 周毅

修改检验单页面手工判定合格和不合格的bug

parent af7cbb0e
......@@ -6,8 +6,8 @@
</template>
<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['21']" @click="pd(ctx.basePage,'A')" size='mini' type="primary">判定合格</el-button>
<el-button v-if="ctx.basePage.powerObj['21']" @click="pd(ctx.basePage,'R')" 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['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