|
|
@ -182,7 +182,7 @@ |
|
|
<el-button type="text" @click="handleGh(scope.row)" v-hasPermi="['business:resource:gsp:gh']">{{ |
|
|
<el-button type="text" @click="handleGh(scope.row)" v-hasPermi="['business:resource:gsp:gh']">{{ |
|
|
$t('page.business.resource.gsp.guihuan') }}</el-button> |
|
|
$t('page.business.resource.gsp.guihuan') }}</el-button> |
|
|
</template> |
|
|
</template> |
|
|
<template v-if="scope.row.zjzt == 9 && scope.row.jyzt == 1"> |
|
|
|
|
|
|
|
|
<template v-if="scope.row.zjzt == 9 && scope.row.jyzt == 1 && id == scope.row.dasqrId"> |
|
|
<!-- 解档 --> |
|
|
<!-- 解档 --> |
|
|
<el-button type="text" @click="handleJd(scope.row)" v-hasPermi="['business:resource:gsp:jd']">{{ |
|
|
<el-button type="text" @click="handleJd(scope.row)" v-hasPermi="['business:resource:gsp:jd']">{{ |
|
|
$t('page.business.resource.gsp.jiedang') }}</el-button> |
|
|
$t('page.business.resource.gsp.jiedang') }}</el-button> |
|
|
@ -252,6 +252,7 @@ import Cz from "./gsp/Cz"; |
|
|
import CzBatch from "./gsp/CzBatch"; |
|
|
import CzBatch from "./gsp/CzBatch"; |
|
|
import Ysff from "./gsp/Ysff"; |
|
|
import Ysff from "./gsp/Ysff"; |
|
|
import { deepClone } from "@/utils/index"; |
|
|
import { deepClone } from "@/utils/index"; |
|
|
|
|
|
import { mapGetters } from 'vuex' |
|
|
export default { |
|
|
export default { |
|
|
name: "GspList", |
|
|
name: "GspList", |
|
|
components: { Xz, Sd, Js, Gd, Xq, Jd, Bj, Shbj, Xgkc, Shxgkc, Jy, Gh, Cz, CzBatch, Ff, Ysff }, |
|
|
components: { Xz, Sd, Js, Gd, Xq, Jd, Bj, Shbj, Xgkc, Shxgkc, Jy, Gh, Cz, CzBatch, Ff, Ysff }, |
|
|
@ -282,6 +283,11 @@ export default { |
|
|
created() { |
|
|
created() { |
|
|
this.getList() |
|
|
this.getList() |
|
|
}, |
|
|
}, |
|
|
|
|
|
computed: { |
|
|
|
|
|
...mapGetters([ |
|
|
|
|
|
'id' |
|
|
|
|
|
]), |
|
|
|
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
//导出 |
|
|
//导出 |
|
|
exportExcel() { |
|
|
exportExcel() { |
|
|
|