diff --git a/src/api/business/sj/sj.js b/src/api/business/sj/sj.js
index 212915c..f90f36c 100644
--- a/src/api/business/sj/sj.js
+++ b/src/api/business/sj/sj.js
@@ -99,6 +99,24 @@ export function sj_gd(data) {
})
}
+// 解档
+export function sj_jd(data) {
+ return request({
+ url: '/system/business/sj/jd',
+ method: 'post',
+ data: data
+ })
+}
+
+// 批量解档
+export function sj_jdBatch(data) {
+ return request({
+ url: '/system/business/sj/plgd',
+ method: 'post',
+ data: data
+ })
+}
+
// 批量归档
export function sj_plgd(data) {
return request({
diff --git a/src/router/index.js b/src/router/index.js
index 3304bfc..19e14cc 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -280,6 +280,20 @@ export const dynamicRoutes = [
}
]
},
+ {
+ path: '/resource/specimen',
+ component: Layout,
+ hidden: true,
+ permissions: ['business:resource:gsp:list'],
+ children: [
+ {
+ path: ':tab',
+ component: () => import('@/views/business/resource/gsp/index'),
+ name: 'Gsp',
+ meta: { title: 'loading', activeMenu: '/resource/gsp/gspList' }
+ }
+ ]
+ },
]
// 防止连续点击多次路由报错
diff --git a/src/views/business/archive/gsp/comps/rkjlList.vue b/src/views/business/archive/gsp/comps/rkjlList.vue
index 0728514..9b4f336 100644
--- a/src/views/business/archive/gsp/comps/rkjlList.vue
+++ b/src/views/business/archive/gsp/comps/rkjlList.vue
@@ -57,10 +57,10 @@
{{ scope.row.gg }} {{ scope.row.ggdw }}
-
-
+
{{ $t('page.business.resource.resource.jlzt.wsd') }}
{{ $t('page.business.resource.resource.jlzt.ysd') }}
@@ -69,7 +69,7 @@
{{ $t('page.business.resource.resource.jlzt.djd') }}
-
+
{{ $t('page.business.resource.resource.jyzt.wjy') }}
{{ $t('page.business.resource.resource.jyzt.djy') }}
diff --git a/src/views/business/resource/sj/comps/Bj.vue b/src/views/business/resource/sj/comps/Bj.vue
index f0d228f..1c52054 100644
--- a/src/views/business/resource/sj/comps/Bj.vue
+++ b/src/views/business/resource/sj/comps/Bj.vue
@@ -142,7 +142,7 @@ export default {
ids: null,
mc: null,
bh: null,
- qmyy: this.$t('page.form.edit'),
+ qmyy: this.$t('form.edit'),
sdrmm: null
}
this.resetForm("form")
diff --git a/src/views/business/resource/sj/comps/Jd.vue b/src/views/business/resource/sj/comps/Jd.vue
index 2b0c198..949eb07 100644
--- a/src/views/business/resource/sj/comps/Jd.vue
+++ b/src/views/business/resource/sj/comps/Jd.vue
@@ -30,8 +30,8 @@
-
-
+
+
@@ -45,7 +45,7 @@