Merge branch 'develop' of https://e.coding.net/ctcdevteam/hberp/hberp into develop
This commit is contained in:
commit
2f94b76af7
|
@ -84,13 +84,12 @@
|
|||
>检查表
|
||||
</el-link>
|
||||
<el-link
|
||||
subproduction_delete
|
||||
v-if="checkPermission(['material_update'])"
|
||||
type="primary"
|
||||
@click="handleEdit(scope)"
|
||||
>编辑
|
||||
</el-link>
|
||||
<el-link
|
||||
v-if="checkPermission(['material_update'])"
|
||||
type="primary"
|
||||
@click="handledetail(scope)"
|
||||
>详情
|
||||
|
|
|
@ -69,13 +69,14 @@
|
|||
>
|
||||
<template slot-scope="scope">
|
||||
<el-link
|
||||
v-if="scope.row.state===10&&checkPermission['subplan_issue']"
|
||||
type="primary"
|
||||
@click="handleclick(scope)"
|
||||
>
|
||||
修改日期
|
||||
</el-link>
|
||||
<el-link
|
||||
v-if="scope.row.state===10"
|
||||
v-if="scope.row.state===10&&checkPermission['subplan_issue']"
|
||||
type="primary"
|
||||
@click="handleissuedclick(scope)"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue