|
@@ -1,4 +1,4 @@
|
|
|
-<!-- 采购管理 -->
|
|
|
+<!-- 采购列表 -->
|
|
|
<template>
|
|
|
<div class="purchase">
|
|
|
<template v-if="!addOrUpdateVisible && !detailVisible && !operateVisible && !inboundVisible && !noticeChangeAttachVisible">
|
|
@@ -45,7 +45,7 @@
|
|
|
<el-form-item>
|
|
|
<el-button @click="search()">查询</el-button>
|
|
|
<el-button v-if="isAuth('purchase:detail:save')" type="primary" @click="addOrUpdateHandle(0, false)">新建采购申请</el-button>
|
|
|
- <el-button v-if="isAuth('purchase:detail:noteChangeConfig')" type="primary" @click="setNoticeChangeHandel()">业务变更通知设置</el-button>
|
|
|
+ <el-button v-if="isAuth('purchase:detail:noteChangeConfig')" type="primary" @click="setNoticeChangeHandel()">工作提示通知设置</el-button>
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<el-table
|