|
|
|
@ -79,9 +79,8 @@ |
|
|
|
</el-col> |
|
|
|
<el-col :span="1.5"> |
|
|
|
<!-- 导出 --> |
|
|
|
<el-button type="primary" @click="exportExcel" |
|
|
|
v-hasPermi="['business:resource:gsp:rkdc']">{{ |
|
|
|
$t('form.export') }}</el-button> |
|
|
|
<el-button type="primary" @click="exportExcel" v-hasPermi="['business:resource:gsp:rkdc']">{{ |
|
|
|
$t('form.export') }}</el-button> |
|
|
|
</el-col> |
|
|
|
</el-row> |
|
|
|
|
|
|
|
@ -98,6 +97,8 @@ |
|
|
|
</el-table-column> |
|
|
|
<el-table-column :label="$t('page.business.resource.gsp.rksj')" align="center" prop="rksj" width="150px" |
|
|
|
:show-overflow-tooltip="true" /> |
|
|
|
<el-table-column :label="$t('page.business.resource.gsp.yxq')" align="center" prop="yxq" width="150px" |
|
|
|
:show-overflow-tooltip="true" /> |
|
|
|
<el-table-column :label="$t('page.business.resource.gsp.rkl')" align="center" width="150px"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
{{ scope.row.rkl }} {{ scope.row.rkdw }} |
|
|
|
@ -150,8 +151,8 @@ |
|
|
|
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.gdsqrId" @click="handleJy(scope.row)" |
|
|
|
v-hasPermi="['business:resource:gsp:rkjy']">{{ |
|
|
|
<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> |
|
|
|
</el-table-column> |
|
|
|
@ -338,7 +339,7 @@ export default { |
|
|
|
a.href = uri + window.btoa(unescape(encodeURIComponent(exportTemplate))) |
|
|
|
a.click() |
|
|
|
that.$modal.closeLoading() |
|
|
|
this.saveSimpleLog({name:'',nameEn:'',jcmc:'供试品入库记录导出',jcmcEn:'Test Item Reception Record Export'}) |
|
|
|
this.saveSimpleLog({ name: '', nameEn: '', jcmc: '供试品入库记录导出', jcmcEn: 'Test Item Reception Record Export' }) |
|
|
|
}).finally(() => { |
|
|
|
that.$modal.closeLoading() |
|
|
|
}) |
|
|
|
|