Browse Source

fix:[麻精药表单]申请表单bug

lkf
15881625488@163.com 2 months ago
parent
commit
fd67d09fdc
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      src/views/business/form/drug/comp/sqbdList.vue
  2. +1
    -1
      src/views/business/study/comp/sqbd/Qrfz.vue

+ 2
- 2
src/views/business/form/drug/comp/sqbdList.vue View File

@ -110,7 +110,7 @@
@click="edit(scope.row)" v-hasPermi="['business:drugFormApply:bj']">{{
$t('form.edit') }}</el-button>
<!-- 复核 -->
<el-button type="text" v-if="scope.row.bdzt === 3" @click="fh(scope.row)"
<el-button type="text" v-if="scope.row.bdzt === 3&&id != scope.row.userId" @click="fh(scope.row)"
v-hasPermi="['business:drugFormApply:fh']">{{
$t('page.business.study.studyFormApply.fh') }}</el-button>
<!-- 加签 -->
@ -127,7 +127,7 @@
v-hasPermi="['business:drugFormApply:sy']">{{
$t('page.business.study.studyFormApply.sy') }}</el-button>
<!-- 审核 -->
<el-button type="text" v-if="scope.row.bdzt === 5" @click="sh(scope.row)"
<el-button type="text" v-if="scope.row.bdzt === 5&&id != scope.row.userId" @click="sh(scope.row)"
v-hasPermi="['business:drugFormApply:sh']">{{
$t('page.business.study.studyFormApply.sh') }}</el-button>
<!-- 废止 -->

+ 1
- 1
src/views/business/study/comp/sqbd/Qrfz.vue View File

@ -88,7 +88,7 @@ export default {
reset() {
this.form = {
id: null,
qmyymc: $t('page.business.study.studyFormApply.fztgjj'),
qmyymc: this.$t('page.business.study.studyFormApply.fztgjj'),
qmyy: null,
remark: null,
qmrmm: null

Loading…
Cancel
Save