Browse Source

feat:[资源库管理]麻精药 详情导出

lkf
15881625488@163.com 3 months ago
parent
commit
6f47251005
5 changed files with 12 additions and 10 deletions
  1. +3
    -1
      src/views/business/resource/mjy/comps/mjy/Bj.vue
  2. +4
    -4
      src/views/business/resource/mjy/comps/mjy/Czyj.vue
  3. +1
    -1
      src/views/business/resource/mjy/comps/mjy/Xq.vue
  4. +2
    -2
      src/views/business/study/comp/wzlb/gyzjList.vue
  5. +2
    -2
      src/views/business/study/comp/wzlb/mjyList.vue

+ 3
- 1
src/views/business/resource/mjy/comps/mjy/Bj.vue View File

@ -32,7 +32,9 @@
<el-row>
<el-col :span="12">
<el-form-item :label="$t('page.business.resource.mjy.sxrq')" prop="sxrq">
<el-input type="text" v-model="form.sxrq" maxlength="50" :placeholder="$t('form.placeholderInput')" />
<el-date-picker style="width: 100%;" v-model="form.sxrq" type="datetime"
:placeholder="$t('form.placeholderSelect')" value-format="yyyy-MM-dd HH:mm:ss" format="yyyy-MM-dd HH:mm:ss">
</el-date-picker>
</el-form-item>
</el-col>
</el-row>

+ 4
- 4
src/views/business/resource/mjy/comps/mjy/Czyj.vue View File

@ -63,10 +63,10 @@
</el-col>
<el-col :span="12">
<el-form-item :label="$t('page.business.resource.mjy.czl')" prop="czl">
<el-input-number type="text" v-model="form.czl" maxlength="50"
:placeholder="$t('form.placeholderInput')">
<template slot="append">{{ form.kcdw }}</template>
</el-input-number>
<el-input type="text" v-model="form.czl" maxlength="50"
:placeholder="$t('form.placeholderInput')"> <template slot="append">{{ form.kcdw
}}</template>
</el-input>
</el-form-item>
</el-col>
</el-row>

+ 1
- 1
src/views/business/resource/mjy/comps/mjy/Xq.vue View File

@ -196,7 +196,7 @@ export default {
methods: {
exportExcel() {
this.$modal.loading()
exportDetail({ id: this.form.id }).then(response => {
exportDetail({ id: this.form.id,lang:this.$store.getters.language.split("_")[0] }).then(response => {
window.open(this.baseUrl +response.msg)
this.$modal.closeLoading()
}).finally(() => {

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

@ -105,11 +105,11 @@
v-hasPermi="['business:studyGyzj:rk', 'business:nonTrialGyzj:rk', 'business:drugGyzj:rk']">{{
$t('page.business.resource.gyzj.ruku') }}</el-button>
<!-- 取出 -->
<el-button type="text" v-if="scope.row.cczt==3" @click="handleQc(scope.row)"
<el-button type="text" v-if="scope.row.zjzt==3&&scope.row.cczt==3" @click="handleQc(scope.row)"
v-hasPermi="['business:studyGyzj:qc', 'business:nonTrialGyzj:qc', 'business:drugGyzj:qc']">{{
$t('page.business.resource.gyzj.quchu') }}</el-button>
<!-- 存储 -->
<el-button type="text" v-if="scope.row.cczt==1" @click="handleCc(scope.row)"
<el-button type="text" v-if="scope.row.zjzt==3&&scope.row.cczt==1" @click="handleCc(scope.row)"
v-hasPermi="['business:studyGyzj:cc', 'business:nonTrialGyzj:cc', 'business:drugGyzj:cc']">{{
$t('page.business.resource.gyzj.cunchu') }}</el-button>
</template>

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

@ -92,11 +92,11 @@
$t('page.business.resource.mjy.xgkc') }}</el-button>
</template>
<!-- 取出 -->
<el-button type="text" v-if="scope.row.cczt==3" @click="handleQc(scope.row)"
<el-button type="text" v-if="scope.row.zjzt==3&&scope.row.cczt==3" @click="handleQc(scope.row)"
v-hasPermi="['business:studyMjy:qc', 'business:nonTrialMjy:qc', 'business:drugMjy:qc']">{{
$t('page.business.resource.gyzj.quchu') }}</el-button>
<!-- 存储 -->
<el-button type="text" v-if="scope.row.cczt==1" @click="handleCc(scope.row)"
<el-button type="text" v-if="scope.row.zjzt==3&&scope.row.cczt==1" @click="handleCc(scope.row)"
v-hasPermi="['business:studyMjy:cc', 'business:nonTrialMjy:cc', 'business:drugMjy:cc']">{{
$t('page.business.resource.gyzj.cunchu') }}</el-button>
</template>

Loading…
Cancel
Save