Browse Source

2025-07-08

master
fengyuan_yang 6 months ago
parent
commit
9296c1a7e3
  1. 6
      src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue

6
src/views/modules/sampleManagement/technicalSpecificationDetail/com_bm_demoSlot.vue

@ -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))">

Loading…
Cancel
Save