Merge branch 'develop' of https://e.coding.net/ctcdevteam/hberp/hberp into develop

This commit is contained in:
曹前明 2022-06-14 16:12:10 +08:00
commit 2f94b76af7
2 changed files with 3 additions and 3 deletions

View File

@ -84,13 +84,12 @@
>检查表 >检查表
</el-link> </el-link>
<el-link <el-link
subproduction_delete v-if="checkPermission(['material_update'])"
type="primary" type="primary"
@click="handleEdit(scope)" @click="handleEdit(scope)"
>编辑 >编辑
</el-link> </el-link>
<el-link <el-link
v-if="checkPermission(['material_update'])"
type="primary" type="primary"
@click="handledetail(scope)" @click="handledetail(scope)"
>详情 >详情

View File

@ -69,13 +69,14 @@
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-link <el-link
v-if="scope.row.state===10&&checkPermission['subplan_issue']"
type="primary" type="primary"
@click="handleclick(scope)" @click="handleclick(scope)"
> >
修改日期 修改日期
</el-link> </el-link>
<el-link <el-link
v-if="scope.row.state===10" v-if="scope.row.state===10&&checkPermission['subplan_issue']"
type="primary" type="primary"
@click="handleissuedclick(scope)" @click="handleissuedclick(scope)"
> >