Browse Source

fix:[资源库管理][试剂管理]档案

lkf
HanLong 2 months ago
parent
commit
60805925ce
4 changed files with 6 additions and 6 deletions
  1. +2
    -2
      src/views/business/resource/gsp/comps/ffjlList.vue
  2. +1
    -1
      src/views/business/resource/gsp/comps/gspList.vue
  3. +2
    -2
      src/views/business/resource/gsp/comps/rkjlList.vue
  4. +1
    -1
      src/views/business/resource/sj/list.vue

+ 2
- 2
src/views/business/resource/gsp/comps/ffjlList.vue View File

@ -163,11 +163,11 @@
v-hasPermi="['business:resource:gsp:ffjlgd']">{{
$t('page.business.resource.gsp.guidang') }}</el-button>
<!-- 解档 -->
<el-button type="text" v-if="scope.row.jlzt == 7 && id == scope.row.dasqrId" @click="handleJd(scope.row)"
<el-button type="text" v-if="scope.row.jlzt == 7 && id == scope.row.gdsqrId" @click="handleJd(scope.row)"
v-hasPermi="['business:resource:gsp:ffjljd']">{{
$t('page.business.resource.gsp.jiedang') }}</el-button>
<!-- 借阅 -->
<el-button type="text" v-if="scope.row.jlzt == 7 && scope.row.jyzt == 1 && id == scope.row.dasqrId" @click="handleJy(scope.row)"
<el-button type="text" v-if="scope.row.jlzt == 7 && scope.row.jyzt == 1 && id == scope.row.gdsqrId" @click="handleJy(scope.row)"
v-hasPermi="['business:resource:gsp:ffjljy']">{{
$t('page.business.resource.gsp.jieyue') }}</el-button>
</template>

+ 1
- 1
src/views/business/resource/gsp/comps/gspList.vue View File

@ -182,7 +182,7 @@
<el-button type="text" @click="handleGh(scope.row)" v-hasPermi="['business:resource:gsp:gh']">{{
$t('page.business.resource.gsp.guihuan') }}</el-button>
</template>
<template v-if="scope.row.zjzt == 9 && scope.row.jyzt == 1 && id == scope.row.dasqrId">
<template v-if="scope.row.zjzt == 9 && scope.row.jyzt == 1 && id == scope.row.gdsqrId">
<!-- 解档 -->
<el-button type="text" @click="handleJd(scope.row)" v-hasPermi="['business:resource:gsp:jd']">{{
$t('page.business.resource.gsp.jiedang') }}</el-button>

+ 2
- 2
src/views/business/resource/gsp/comps/rkjlList.vue View File

@ -146,11 +146,11 @@
v-hasPermi="['business:resource:gsp:rkgd']">{{
$t('page.business.resource.gsp.guidang') }}</el-button>
<!-- 解档 -->
<el-button type="text" v-if="scope.row.jlzt == 7 && id == scope.row.dasqrId" @click="handleJd(scope.row)"
<el-button type="text" v-if="scope.row.jlzt == 7 && id == scope.row.gdsqrId" @click="handleJd(scope.row)"
v-hasPermi="['business:resource:gsp:rkjd']">{{
$t('page.business.resource.gsp.jiedang') }}</el-button>
<!-- 借阅 -->
<el-button type="text" v-if="scope.row.jlzt == 7 && scope.row.jyzt == 1 && id == scope.row.dasqrId" @click="handleJy(scope.row)"
<el-button type="text" v-if="scope.row.jlzt == 7 && scope.row.jyzt == 1 && id == scope.row.gdsqrId" @click="handleJy(scope.row)"
v-hasPermi="['business:resource:gsp:rkjy']">{{
$t('page.business.resource.gsp.jieyue') }}</el-button>
</template>

+ 1
- 1
src/views/business/resource/sj/list.vue View File

@ -160,7 +160,7 @@
<el-button type="text" @click="handleGd(scope.row)" v-hasPermi="['business:resource:sj:gd']">{{
$t('page.business.resource.sj.guidang') }}</el-button>
</template>
<template v-if="scope.row.zjzt == 9 && scope.row.jyzt == 1 && scope.row.dasqrId == id">
<template v-if="scope.row.zjzt == 9 && scope.row.jyzt == 1 && scope.row.gdsqrId == id">
<!-- 解档 -->
<el-button type="text" @click="handleJd(scope.row)" v-hasPermi="['business:resource:sj:jd']">{{
$t('page.business.resource.sj.jiedang') }}</el-button>

Loading…
Cancel
Save