Browse Source

fic:[非实验表单]优化

luojie
15881625488@163.com 3 weeks ago
parent
commit
905c99eb89
6 changed files with 12 additions and 8 deletions
  1. +1
    -1
      src/lang/zh/business/study/studyFormFill.js
  2. +1
    -1
      src/lang/zh/business/study/studyFormPre.js
  3. +2
    -2
      src/views/business/comps/template/comps/bl/BL002.vue
  4. +4
    -2
      src/views/business/form/drug/comp/ytbdList.vue
  5. +3
    -1
      src/views/business/form/nonTrial/comp/ytbdList.vue
  6. +1
    -1
      src/views/business/study/comp/tbbd/Blxjsh.vue

+ 1
- 1
src/lang/zh/business/study/studyFormFill.js View File

@ -66,7 +66,7 @@ export default {
fhtg: '复核通过', fhtg: '复核通过',
tongguo: '通过', tongguo: '通过',
txbtjjl: '填写并提交记录', txbtjjl: '填写并提交记录',
zztjyzbd: '制作提交预制表单',
zztjyzbd: '制作提交预制表单',
mfhtg: '免复核通过', mfhtg: '免复核通过',
lianghao: '良好', lianghao: '良好',
zhong: '中', zhong: '中',

+ 1
- 1
src/lang/zh/business/study/studyFormPre.js View File

@ -36,7 +36,7 @@ export default {
fzyybd: '复制已有表单', fzyybd: '复制已有表单',
yes: '是', yes: '是',
no: '否', no: '否',
zztjyzbd: '制作提交预制表单',
zztjyzbd: '制作提交预制表单',
sqgb: '申请关闭', sqgb: '申请关闭',
qrgb: '确认关闭', qrgb: '确认关闭',
gbtgjj:'关闭通过/拒绝', gbtgjj:'关闭通过/拒绝',

+ 2
- 2
src/views/business/comps/template/comps/bl/BL002.vue View File

@ -130,7 +130,7 @@ export default {
ztblxjRemark: { ztblxjRemark: {
label: '', label: '',
type: 'textarea', type: 'textarea',
fillType: 'actFill',
fillType: 'blxjsh',
span: 1, span: 1,
placeholder: 'template.bl.bl002.ztblxjbz', placeholder: 'template.bl.bl002.ztblxjbz',
maxlength: 1000, maxlength: 1000,
@ -204,7 +204,7 @@ export default {
prop: "ztblxjqrxx", prop: "ztblxjqrxx",
isNeedCheck: true, isNeedCheck: true,
bodyType: 'checkbox', bodyType: 'checkbox',
bodyFillType: 'actFill',
bodyFillType: 'blxjsh',
checkboxLabel: 'template.bl.bl002.txwzqx' checkboxLabel: 'template.bl.bl002.txwzqx'
}, },
] ]

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

@ -51,15 +51,17 @@
<el-table-column :label="$t('page.business.form.status')" prop="status" width="100"> <el-table-column :label="$t('page.business.form.status')" prop="status" width="100">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.bdzt === 1"><span class="status-circle tbz"></span>{{
<span v-if="scope.row.bdzt === 1"><span class="status-circle tbz"></span>{{
$t('page.business.form.statusTbz') }}</span> $t('page.business.form.statusTbz') }}</span>
<span v-if="scope.row.bdzt === 3"><span class="status-circle ytj"></span>{{ <span v-if="scope.row.bdzt === 3"><span class="status-circle ytj"></span>{{
$t('page.business.form.statusYtj') }}</span> $t('page.business.form.statusYtj') }}</span>
<span v-if="scope.row.bdzt === 5"><span class="status-circle ytg"></span>{{ <span v-if="scope.row.bdzt === 5"><span class="status-circle ytg"></span>{{
$t('page.business.form.statusYtg') }}</span> $t('page.business.form.statusYtg') }}</span>
<span v-if="scope.row.bdzt === 7"><span class="status-circle wtg"></span>{{
$t('page.business.form.statusWtg') }}</span>
<span v-if="scope.row.bdzt === 9"><span class="status-circle dgb"></span>{{ <span v-if="scope.row.bdzt === 9"><span class="status-circle dgb"></span>{{
$t('page.business.form.statusDgb') }}</span> $t('page.business.form.statusDgb') }}</span>
<span v-if="scope.row.bdzt === 11"><span class="status-circle ygb"></span>{{
<span v-if="scope.row.bdzt === 11"><span class="status-circle tgb"></span>{{
$t('page.business.form.statusYgb') }}</span> $t('page.business.form.statusYgb') }}</span>
</template> </template>
</el-table-column> </el-table-column>

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

@ -56,9 +56,11 @@
$t('page.business.form.statusYtj') }}</span> $t('page.business.form.statusYtj') }}</span>
<span v-if="scope.row.bdzt === 5"><span class="status-circle ytg"></span>{{ <span v-if="scope.row.bdzt === 5"><span class="status-circle ytg"></span>{{
$t('page.business.form.statusYtg') }}</span> $t('page.business.form.statusYtg') }}</span>
<span v-if="scope.row.bdzt === 7"><span class="status-circle wtg"></span>{{
$t('page.business.form.statusWtg') }}</span>
<span v-if="scope.row.bdzt === 9"><span class="status-circle dgb"></span>{{ <span v-if="scope.row.bdzt === 9"><span class="status-circle dgb"></span>{{
$t('page.business.form.statusDgb') }}</span> $t('page.business.form.statusDgb') }}</span>
<span v-if="scope.row.bdzt === 11"><span class="status-circle ygb"></span>{{
<span v-if="scope.row.bdzt === 11"><span class="status-circle tgb"></span>{{
$t('page.business.form.statusYgb') }}</span> $t('page.business.form.statusYgb') }}</span>
</template> </template>
</el-table-column> </el-table-column>

+ 1
- 1
src/views/business/study/comp/tbbd/Blxjsh.vue View File

@ -19,7 +19,7 @@
<div class="edit-content"> <div class="edit-content">
<div class="content-left"> <div class="content-left">
<TemplateTable emitName="onFillFhCallback" @onFillFhCallback="onFillFhCallback" ref="templateTable" <TemplateTable emitName="onFillFhCallback" @onFillFhCallback="onFillFhCallback" ref="templateTable"
:sn="form.templateSn" :templateData="form" fillType="blxj" />
:sn="form.templateSn" :templateData="form" fillType="blxjsh" />
<div class="content-title"> <div class="content-title">
<div class="line"></div> <div class="line"></div>
<div class="subtitle"> {{ $t('page.business.study.studyFormFill.qmxx') }}</div> <div class="subtitle"> {{ $t('page.business.study.studyFormFill.qmxx') }}</div>

Loading…
Cancel
Save