Browse Source

fix:[表单管理]优化

lkf
15881625488@163.com 1 month ago
parent
commit
1094754a9b
8 changed files with 16 additions and 16 deletions
  1. +2
    -2
      src/views/business/form/drug/comp/sqbdList.vue
  2. +2
    -2
      src/views/business/form/drug/comp/tbbdList.vue
  3. +2
    -2
      src/views/business/form/drug/comp/ytbdList.vue
  4. +2
    -2
      src/views/business/form/nonTrial/comp/tbbdList.vue
  5. +2
    -2
      src/views/business/form/nonTrial/comp/ytbdList.vue
  6. +2
    -2
      src/views/business/study/comp/jhbdList.vue
  7. +2
    -2
      src/views/business/study/comp/tbbdList.vue
  8. +2
    -2
      src/views/business/study/comp/ytbdList.vue

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

@ -67,7 +67,7 @@
<div class="sqbd-content"> <div class="sqbd-content">
<el-row class="add-box"> <el-row class="add-box">
<el-col> <el-col>
<el-button type="primary" icon="el-icon-plus" @click="add()" v-if="searchForm.studyStatus != 5"
<el-button type="primary" icon="el-icon-plus" @click="add()" v-if="searchForm.studyStatus < 5"
v-hasPermi="['business:drugFormApply:xz']">{{ v-hasPermi="['business:drugFormApply:xz']">{{
$t('page.business.study.studyFormApply.xzbd') }}</el-button> $t('page.business.study.studyFormApply.xzbd') }}</el-button>
</el-col> </el-col>
@ -113,7 +113,7 @@
<!-- 详情 --> <!-- 详情 -->
<el-button type="text" @click="detail(scope.row)" v-hasPermi="['business:drugFormApply:xq']">{{ <el-button type="text" @click="detail(scope.row)" v-hasPermi="['business:drugFormApply:xq']">{{
$t('form.detail') }}</el-button> $t('form.detail') }}</el-button>
<template v-if="searchForm.studyStatus != 5">
<template v-if="searchForm.studyStatus < 5">
<!-- 编辑 --> <!-- 编辑 -->
<el-button type="text" <el-button type="text"
v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 6 || scope.row.bdzt === 7) && id == scope.row.userId" v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 6 || scope.row.bdzt === 7) && id == scope.row.userId"

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

@ -67,7 +67,7 @@
<div class="tbbd-content"> <div class="tbbd-content">
<el-row class="add-box"> <el-row class="add-box">
<el-col> <el-col>
<el-button type="primary" icon="el-icon-plus" @click="add()" v-if="searchForm.studyStatus != 5"
<el-button type="primary" icon="el-icon-plus" @click="add()" v-if="searchForm.studyStatus < 5"
v-hasPermi="['business:drugFormFill:xz']">{{ v-hasPermi="['business:drugFormFill:xz']">{{
$t('page.business.study.studyFormFill.xzbd') }}</el-button> $t('page.business.study.studyFormFill.xzbd') }}</el-button>
</el-col> </el-col>
@ -111,7 +111,7 @@
<!-- 详情 --> <!-- 详情 -->
<el-button type="text" @click="detail(scope.row)" v-hasPermi="['business:drugFormFill:xq']">{{ <el-button type="text" @click="detail(scope.row)" v-hasPermi="['business:drugFormFill:xq']">{{
$t('form.detail') }}</el-button> $t('form.detail') }}</el-button>
<template v-if="searchForm.studyStatus != 5">
<template v-if="searchForm.studyStatus < 5">
<!-- 编辑 --> <!-- 编辑 -->
<el-button type="text" <el-button type="text"
v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 5 || scope.row.bdzt === 7) && id == scope.row.userId" v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 5 || scope.row.bdzt === 7) && id == scope.row.userId"

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

@ -49,7 +49,7 @@
<div class="ytbd-content"> <div class="ytbd-content">
<el-row class="add-box"> <el-row class="add-box">
<el-col> <el-col>
<el-button type="primary" icon="el-icon-plus" @click="showAdd()" v-if="searchForm.studyStatus != 5"
<el-button type="primary" icon="el-icon-plus" @click="showAdd()" v-if="searchForm.studyStatus < 5"
v-hasPermi="['business:drugFormPre:xz']">{{ v-hasPermi="['business:drugFormPre:xz']">{{
$t('page.business.study.studyFormPre.xzbd') }}</el-button> $t('page.business.study.studyFormPre.xzbd') }}</el-button>
@ -87,7 +87,7 @@
<!-- 详情 --> <!-- 详情 -->
<el-button type="text" v-hasPermi="['business:drugFormPre:xq']" @click="detail(scope.row)">{{ <el-button type="text" v-hasPermi="['business:drugFormPre:xq']" @click="detail(scope.row)">{{
$t('form.detail') }}</el-button> $t('form.detail') }}</el-button>
<template v-if="searchForm.studyStatus != 5">
<template v-if="searchForm.studyStatus < 5">
<!-- 编辑 --> <!-- 编辑 -->
<el-button type="text" v-hasPermi="['business:drugFormPre:bj']" @click="edit(scope.row)" <el-button type="text" v-hasPermi="['business:drugFormPre:bj']" @click="edit(scope.row)"
v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 7) && id == scope.row.userId">{{ v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 7) && id == scope.row.userId">{{

+ 2
- 2
src/views/business/form/nonTrial/comp/tbbdList.vue View File

@ -66,7 +66,7 @@
<div class="tbbd-content"> <div class="tbbd-content">
<el-row class="add-box"> <el-row class="add-box">
<el-col> <el-col>
<el-button type="primary" icon="el-icon-plus" v-if="searchForm.studyStatus != 5" @click="add()"
<el-button type="primary" icon="el-icon-plus" v-if="searchForm.studyStatus < 5" @click="add()"
v-hasPermi="['business:nonTrialFormFill:xz']">{{ v-hasPermi="['business:nonTrialFormFill:xz']">{{
$t('page.business.study.studyFormFill.xzbd') }}</el-button> $t('page.business.study.studyFormFill.xzbd') }}</el-button>
</el-col> </el-col>
@ -110,7 +110,7 @@
<!-- 详情 --> <!-- 详情 -->
<el-button type="text" @click="detail(scope.row)" v-hasPermi="['business:nonTrialFormFill:xq']">{{ <el-button type="text" @click="detail(scope.row)" v-hasPermi="['business:nonTrialFormFill:xq']">{{
$t('form.detail') }}</el-button> $t('form.detail') }}</el-button>
<template v-if="searchForm.studyStatus != 5">
<template v-if="searchForm.studyStatus < 5">
<!-- 编辑 --> <!-- 编辑 -->
<el-button type="text" <el-button type="text"
v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 5 || scope.row.bdzt === 7) && id == scope.row.userId" v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 5 || scope.row.bdzt === 7) && id == scope.row.userId"

+ 2
- 2
src/views/business/form/nonTrial/comp/ytbdList.vue View File

@ -49,7 +49,7 @@
<div class="ytbd-content"> <div class="ytbd-content">
<el-row class="add-box"> <el-row class="add-box">
<el-col> <el-col>
<el-button type="primary" icon="el-icon-plus" v-if="searchForm.studyStatus != 5" @click="showAdd()"
<el-button type="primary" icon="el-icon-plus" v-if="searchForm.studyStatus < 5" @click="showAdd()"
v-hasPermi="['business:nonTrialFormPre:xz']">{{ v-hasPermi="['business:nonTrialFormPre:xz']">{{
$t('page.business.study.studyFormPre.xzbd') }}</el-button> $t('page.business.study.studyFormPre.xzbd') }}</el-button>
<el-button type="primary" @click="sdsy" v-hasPermi="['business:form:nonTrial:sd']" <el-button type="primary" @click="sdsy" v-hasPermi="['business:form:nonTrial:sd']"
@ -86,7 +86,7 @@
<!-- 详情 --> <!-- 详情 -->
<el-button type="text" v-hasPermi="['business:nonTrialFormPre:xq']" @click="detail(scope.row)">{{ <el-button type="text" v-hasPermi="['business:nonTrialFormPre:xq']" @click="detail(scope.row)">{{
$t('form.detail') }}</el-button> $t('form.detail') }}</el-button>
<template v-if="searchForm.studyStatus != 5">
<template v-if="searchForm.studyStatus < 5">
<!-- 编辑 --> <!-- 编辑 -->
<el-button type="text" v-hasPermi="['business:nonTrialFormPre:bj']" @click="edit(scope.row)" <el-button type="text" v-hasPermi="['business:nonTrialFormPre:bj']" @click="edit(scope.row)"
v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 7) && id == scope.row.userId">{{ v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 7) && id == scope.row.userId">{{

+ 2
- 2
src/views/business/study/comp/jhbdList.vue View File

@ -43,7 +43,7 @@
<el-row class="add-box"> <el-row class="add-box">
<el-col> <el-col>
<el-button type="primary" icon="el-icon-plus" @click="add()" v-hasPermi="['business:studyFormPlan:xz']" <el-button type="primary" icon="el-icon-plus" @click="add()" v-hasPermi="['business:studyFormPlan:xz']"
v-if="id == leader && searchForm.studyStatus != 5">{{
v-if="id == leader && searchForm.studyStatus < 5">{{
$t('page.business.study.studyFormPlan.xzpzjhb') }}</el-button> $t('page.business.study.studyFormPlan.xzpzjhb') }}</el-button>
</el-col> </el-col>
</el-row> </el-row>
@ -71,7 +71,7 @@
<el-button type="text" @click="detail(scope.row)" v-hasPermi="['business:studyFormPlan:xq']">{{ <el-button type="text" @click="detail(scope.row)" v-hasPermi="['business:studyFormPlan:xq']">{{
$t('form.detail') }}</el-button> $t('form.detail') }}</el-button>
<!-- 未锁定才有 --> <!-- 未锁定才有 -->
<template v-if="searchForm.studyStatus != 5">
<template v-if="searchForm.studyStatus < 5">
<!-- 编辑 --> <!-- 编辑 -->
<el-button type="text" v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 5) && id == scope.row.userId" <el-button type="text" v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 5) && id == scope.row.userId"
@click="edit(scope.row)" v-hasPermi="['business:studyFormPlan:bj']">{{ @click="edit(scope.row)" v-hasPermi="['business:studyFormPlan:bj']">{{

+ 2
- 2
src/views/business/study/comp/tbbdList.vue View File

@ -66,7 +66,7 @@
<div class="tbbd-content"> <div class="tbbd-content">
<el-row class="add-box"> <el-row class="add-box">
<el-col> <el-col>
<el-button type="primary" icon="el-icon-plus" v-if="isMatchSubject && searchForm.studyStatus != 5"
<el-button type="primary" icon="el-icon-plus" v-if="isMatchSubject && searchForm.studyStatus < 5"
@click="add()" v-hasPermi="['business:studyFormFill:xz']">{{ @click="add()" v-hasPermi="['business:studyFormFill:xz']">{{
$t('page.business.study.studyFormFill.xzbd') }}</el-button> $t('page.business.study.studyFormFill.xzbd') }}</el-button>
</el-col> </el-col>
@ -111,7 +111,7 @@
<el-button type="text" @click="detail(scope.row)" v-hasPermi="['business:studyFormFill:xq']">{{ <el-button type="text" @click="detail(scope.row)" v-hasPermi="['business:studyFormFill:xq']">{{
$t('form.detail') }}</el-button> $t('form.detail') }}</el-button>
<!-- 未锁定才有 --> <!-- 未锁定才有 -->
<template v-if="searchForm.studyStatus != 5">
<template v-if="searchForm.studyStatus < 5">
<!-- 编辑 --> <!-- 编辑 -->
<el-button type="text" <el-button type="text"
v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 5 || scope.row.bdzt === 7) && id == scope.row.userId" v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 5 || scope.row.bdzt === 7) && id == scope.row.userId"

+ 2
- 2
src/views/business/study/comp/ytbdList.vue View File

@ -49,7 +49,7 @@
<div class="ytbd-content"> <div class="ytbd-content">
<el-row class="add-box"> <el-row class="add-box">
<el-col> <el-col>
<el-button type="primary" icon="el-icon-plus" v-if="isMatchSubject && searchForm.studyStatus != 5"
<el-button type="primary" icon="el-icon-plus" v-if="isMatchSubject && searchForm.studyStatus < 5"
@click="showAdd()" v-hasPermi="['business:studyFormPre:xz']">{{ @click="showAdd()" v-hasPermi="['business:studyFormPre:xz']">{{
$t('page.business.study.studyFormPre.xzbd') }}</el-button> $t('page.business.study.studyFormPre.xzbd') }}</el-button>
</el-col> </el-col>
@ -86,7 +86,7 @@
<el-button type="text" v-hasPermi="['business:studyFormPre:xq']" @click="detail(scope.row)">{{ <el-button type="text" v-hasPermi="['business:studyFormPre:xq']" @click="detail(scope.row)">{{
$t('form.detail') }}</el-button> $t('form.detail') }}</el-button>
<!-- 未锁定才有 --> <!-- 未锁定才有 -->
<template v-if="searchForm.studyStatus != 5">
<template v-if="searchForm.studyStatus < 5">
<!-- 编辑 --> <!-- 编辑 -->
<el-button type="text" v-hasPermi="['business:studyFormPre:bj']" @click="edit(scope.row)" <el-button type="text" v-hasPermi="['business:studyFormPre:bj']" @click="edit(scope.row)"
v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 7) && id == scope.row.userId">{{ v-if="(scope.row.bdzt === 1 || scope.row.bdzt === 7) && id == scope.row.userId">{{

Loading…
Cancel
Save