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>
|
||||||
<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)"
|
||||||
>详情
|
>详情
|
||||||
|
|
|
@ -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)"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue