Browse Source

fix:[填报表单]优化

luojie
15881625488@163.com 3 weeks ago
parent
commit
efd5cd06e8
3 changed files with 3 additions and 2 deletions
  1. +1
    -1
      src/views/business/form/drug/comp/tbbdList.vue
  2. +1
    -1
      src/views/business/form/nonTrial/comp/tbbdList.vue
  3. +1
    -0
      src/views/business/study/comp/jhbd/Bj.vue

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

@ -124,7 +124,7 @@
v-hasPermi="['business:drugFormFill:qrfz']">{{ v-hasPermi="['business:drugFormFill:qrfz']">{{
$t('page.business.study.studyFormFill.qrfz') }}</el-button> $t('page.business.study.studyFormFill.qrfz') }}</el-button>
<!-- 观察 --> <!-- 观察 -->
<el-button type="text" v-if="scope.row.bdzt === 1" @click="gc(scope.row)"
<el-button type="text" v-if="scope.row.bdzt === 1&& scope.row.showGc == 10" @click="gc(scope.row)"
v-hasPermi="['business:drugFormFill:gc']">{{ v-hasPermi="['business:drugFormFill:gc']">{{
$t('page.business.study.studyFormFill.gc') }}</el-button> $t('page.business.study.studyFormFill.gc') }}</el-button>
</template> </template>

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

@ -122,7 +122,7 @@
v-hasPermi="['business:nonTrialFormFill:qrfz']">{{ v-hasPermi="['business:nonTrialFormFill:qrfz']">{{
$t('page.business.study.studyFormFill.qrfz') }}</el-button> $t('page.business.study.studyFormFill.qrfz') }}</el-button>
<!-- 观察 todo 观察按钮只在系统模板为细胞复苏记录表才展示) --> <!-- 观察 todo 观察按钮只在系统模板为细胞复苏记录表才展示) -->
<el-button type="text" v-if="scope.row.bdzt === 1" @click="gc(scope.row)"
<el-button type="text" v-if="scope.row.bdzt === 1&& scope.row.showGc == 10" @click="gc(scope.row)"
v-hasPermi="['business:nonTrialFormFill:gc']">{{ v-hasPermi="['business:nonTrialFormFill:gc']">{{
$t('page.business.study.studyFormFill.gc') }}</el-button> $t('page.business.study.studyFormFill.gc') }}</el-button>
</template> </template>

+ 1
- 0
src/views/business/study/comp/jhbd/Bj.vue View File

@ -344,6 +344,7 @@ export default {
let content = await this.$refs.templateTable.getFormData() let content = await this.$refs.templateTable.getFormData()
if (content) { if (content) {
this.form.bdnr = JSON.stringify(content) this.form.bdnr = JSON.stringify(content)
this.form.qmyy=this.$t('page.business.study.studyFormFill.txbtjjl')
this.openSubmit = true this.openSubmit = true
} }
} }

Loading…
Cancel
Save