|
|
|
@ -10,7 +10,11 @@ |
|
|
|
<el-input v-model="searchData.propertiesCodeNo" readonly style="width: 150px"></el-input> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label=" "> |
|
|
|
<el-button type="primary" @click="refreshBMPageModal()" v-if="(!ifDisableFlag && isAuth('103002:bmSave') && spForm.sp.includes(searchData.username) && baseForm.status === 'spz') || baseForm.status === 'cg' || superAdmin">更新模板</el-button> |
|
|
|
<template v-if="isAuth('103002:bmModel')"> |
|
|
|
<template v-if="baseForm.status === 'cg' || (baseForm.status === 'spz' && ((spForm.sp && spForm.sp.includes(searchData.username)) || superAdmin))"> |
|
|
|
<el-button type="primary" @click="refreshBMPageModal()">更新模板</el-button> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<el-button type="primary" @click="searchTable()">刷新数据</el-button> |
|
|
|
<template v-if="isAuth('103002:bmSave')"> |
|
|
|
<template v-if="baseForm.status === 'cg' || (baseForm.status === 'spz' && ((spForm.sp && spForm.sp.includes(searchData.username)) || superAdmin))"> |
|
|
|
|