diff --git a/src/api/business/archiveLog/archiveLog.js b/src/api/business/archiveLog/archiveLog.js
new file mode 100644
index 0000000..557b979
--- /dev/null
+++ b/src/api/business/archiveLog/archiveLog.js
@@ -0,0 +1,9 @@
+import request from '@/utils/request'
+
+export function archiveLog_list(query) {
+ return request({
+ url: '/system/business/archiveLog/list',
+ method: 'get',
+ params: query
+ })
+}
diff --git a/src/lang/en.js b/src/lang/en.js
index 50a5d10..158e0bf 100644
--- a/src/lang/en.js
+++ b/src/lang/en.js
@@ -57,6 +57,8 @@ import gyzj from './en/business/resource/gyzj'
import sj from './en/business/resource/sj'
// 供试品
import gsp from './en/business/resource/gsp'
+//档案记录
+import archive from './en/business/archive/archive'
export default {
system: {
@@ -169,7 +171,8 @@ export default {
drug: drug,
cell: cell
},
- form: form
+ form: form,
+ archive: archive
}
},
template: {
diff --git a/src/lang/en/business/archive/archive.js b/src/lang/en/business/archive/archive.js
new file mode 100644
index 0000000..9ae83c1
--- /dev/null
+++ b/src/lang/en/business/archive/archive.js
@@ -0,0 +1,25 @@
+export default {
+ //档案管理
+ syfsyda: 'Study / Non-study',
+ gspda: 'Test Item',
+ gsplqffda: 'Test Item In-and-Out',
+ gyzjda: 'Dose Formulation',
+ gyzjlqffda: 'Dose Formulation In-and-Out',
+ mjyda: 'Controlled Drug',
+ mjylqffda: 'Controlled Drug In-and-Out',
+ sjda: 'Reagent',
+
+ sybh: 'Study Number',
+ symc: 'Study Name',
+ syfzr: 'Study Director',
+
+ czlx: 'Action',
+ czr: 'User',
+ czsj: 'Datetime',
+ mc: 'Name',
+ ph: 'Batch Number',
+ gg: 'Specification',
+ nd: 'Concentration',
+ md: 'Purpose',
+ bh: 'ID'
+}
diff --git a/src/lang/zh.js b/src/lang/zh.js
index bc53c7c..d29d4b0 100644
--- a/src/lang/zh.js
+++ b/src/lang/zh.js
@@ -56,6 +56,9 @@ import gyzj from './zh/business/resource/gyzj'
import sj from './zh/business/resource/sj'
// 供试品
import gsp from './zh/business/resource/gsp'
+//档案记录
+import archive from './zh/business/archive/archive'
+
export default {
system: {
name: '华西海圻ELN系统',
@@ -164,12 +167,13 @@ export default {
drug: drug,
cell: cell
},
- form: form
+ form: form,
+ archive: archive
}
},
template: {
common: commonTemplate,
sp: sp,
- gsp: gspmb,
+ gsp: gspmb
}
}
diff --git a/src/lang/zh/business/archive/archive.js b/src/lang/zh/business/archive/archive.js
new file mode 100644
index 0000000..73fc033
--- /dev/null
+++ b/src/lang/zh/business/archive/archive.js
@@ -0,0 +1,25 @@
+export default {
+ //档案管理
+ syfsyda: '试验/非试验档案',
+ gspda: '供试品档案',
+ gsplqffda: '供试品领取发放档案',
+ gyzjda: '给药制剂档案',
+ gyzjlqffda: '给药制剂领取发放档案',
+ mjyda: '麻精药档案',
+ mjylqffda: '麻精药领取发放档案',
+ sjda: '试剂档案',
+
+ sybh: '试验编号',
+ symc: '试验名称',
+ syfzr: '试验负责人',
+
+ czlx: '操作类型',
+ czr: '操作人',
+ czsj: '操作时间',
+ mc: '名称',
+ ph: '批号',
+ gg: '规格',
+ nd: '浓度',
+ md: '目的',
+ bh: '编号'
+}
diff --git a/src/views/business/archive/record/comp/gspda.vue b/src/views/business/archive/record/comp/gspda.vue
new file mode 100644
index 0000000..bacd264
--- /dev/null
+++ b/src/views/business/archive/record/comp/gspda.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('page.business.study.study.search') }}
+ {{ $t('form.reset') }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/business/archive/record/comp/gsplqffda.vue b/src/views/business/archive/record/comp/gsplqffda.vue
new file mode 100644
index 0000000..4c6aa10
--- /dev/null
+++ b/src/views/business/archive/record/comp/gsplqffda.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('page.business.study.study.search') }}
+ {{ $t('form.reset') }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/business/archive/record/comp/gyzjda.vue b/src/views/business/archive/record/comp/gyzjda.vue
new file mode 100644
index 0000000..b396ba8
--- /dev/null
+++ b/src/views/business/archive/record/comp/gyzjda.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('page.business.study.study.search') }}
+ {{ $t('form.reset') }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/business/archive/record/comp/gyzjlqffda.vue b/src/views/business/archive/record/comp/gyzjlqffda.vue
new file mode 100644
index 0000000..434138a
--- /dev/null
+++ b/src/views/business/archive/record/comp/gyzjlqffda.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('page.business.study.study.search') }}
+ {{ $t('form.reset') }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/business/archive/record/comp/mjyda.vue b/src/views/business/archive/record/comp/mjyda.vue
new file mode 100644
index 0000000..449edc8
--- /dev/null
+++ b/src/views/business/archive/record/comp/mjyda.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('page.business.study.study.search') }}
+ {{ $t('form.reset') }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/business/archive/record/comp/mjylqffda.vue b/src/views/business/archive/record/comp/mjylqffda.vue
new file mode 100644
index 0000000..c1513a7
--- /dev/null
+++ b/src/views/business/archive/record/comp/mjylqffda.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('page.business.study.study.search') }}
+ {{ $t('form.reset') }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/business/archive/record/comp/sjda.vue b/src/views/business/archive/record/comp/sjda.vue
new file mode 100644
index 0000000..2a9c599
--- /dev/null
+++ b/src/views/business/archive/record/comp/sjda.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('page.business.study.study.search') }}
+ {{ $t('form.reset') }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/business/archive/record/comp/syfsyda.vue b/src/views/business/archive/record/comp/syfsyda.vue
new file mode 100644
index 0000000..c05145c
--- /dev/null
+++ b/src/views/business/archive/record/comp/syfsyda.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('page.business.study.study.search') }}
+ {{ $t('form.reset') }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/business/archive/record/list.vue b/src/views/business/archive/record/list.vue
new file mode 100644
index 0000000..febbe36
--- /dev/null
+++ b/src/views/business/archive/record/list.vue
@@ -0,0 +1,110 @@
+
+
+
+
+
+ {{ $t(item.name) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/business/form/drug/comp/enter.vue b/src/views/business/form/drug/comp/enter.vue
index 7e91949..3d70a29 100644
--- a/src/views/business/form/drug/comp/enter.vue
+++ b/src/views/business/form/drug/comp/enter.vue
@@ -4,7 +4,7 @@
- {{ item.name }}
+ {{ $t(item.name) }}
@@ -34,10 +34,10 @@ export default {
return {
showDetail: false,
tabList: [
- { key: 'ytbd', name: this.$t('page.business.study.studyEnter.ytbdlb') },
- { key: 'tbbd', name: this.$t('page.business.study.studyEnter.tbbdlb') },
- { key: 'sqbd', name: this.$t('page.business.study.studyEnter.sqbdlb') },
- { key: 'wzlb', name: this.$t('page.business.study.studyEnter.wzlb') },
+ { key: 'ytbd', name: 'page.business.study.studyEnter.ytbdlb' },
+ { key: 'tbbd', name: 'page.business.study.studyEnter.tbbdlb' },
+ { key: 'sqbd', name: 'page.business.study.studyEnter.sqbdlb' },
+ { key: 'wzlb', name: 'page.business.study.studyEnter.wzlb' },
],
active: this.$route.params.tab || 'ytbd',
diff --git a/src/views/business/form/nonTrial/comp/enter.vue b/src/views/business/form/nonTrial/comp/enter.vue
index d8cf116..ef8e236 100644
--- a/src/views/business/form/nonTrial/comp/enter.vue
+++ b/src/views/business/form/nonTrial/comp/enter.vue
@@ -4,7 +4,7 @@
- {{ item.name }}
+ {{ $t(item.name) }}
@@ -34,10 +34,10 @@ export default {
return {
showDetail: false,
tabList: [
- { key: 'ytbd', name: this.$t('page.business.study.studyEnter.ytbdlb') },
- { key: 'tbbd', name: this.$t('page.business.study.studyEnter.tbbdlb') },
- { key: 'wzlb', name: this.$t('page.business.study.studyEnter.wzlb') },
- { key: 'syff', name: this.$t('page.business.study.studyEnter.pzfflb') }
+ { key: 'ytbd', name: 'page.business.study.studyEnter.ytbdlb' },
+ { key: 'tbbd', name: 'page.business.study.studyEnter.tbbdlb' },
+ { key: 'wzlb', name: 'page.business.study.studyEnter.wzlb' },
+ { key: 'syff', name: 'page.business.study.studyEnter.pzfflb' }
],
active: this.$route.params.tab || 'ytbd',
diff --git a/src/views/business/study/comp/enter.vue b/src/views/business/study/comp/enter.vue
index 22646f7..135a59b 100644
--- a/src/views/business/study/comp/enter.vue
+++ b/src/views/business/study/comp/enter.vue
@@ -4,7 +4,7 @@
- {{ item.name }}
+ {{ $t(item.name) }}
@@ -38,12 +38,12 @@ export default {
return {
showDetail: false,
tabList: [
- { key: 'ytbd', name: this.$t('page.business.study.studyEnter.ytbdlb') },
- { key: 'tbbd', name: this.$t('page.business.study.studyEnter.tbbdlb') },
- { key: 'syxx', name: this.$t('page.business.study.studyEnter.syxx') },
- { key: 'wzlb', name: this.$t('page.business.study.studyEnter.wzlb') },
- { key: 'syff', name: this.$t('page.business.study.studyEnter.syfflb') },
- { key: 'syj', name: this.$t('page.business.study.studyEnter.syjsygl') }
+ { key: 'ytbd', name: 'page.business.study.studyEnter.ytbdlb' },
+ { key: 'tbbd', name: 'page.business.study.studyEnter.tbbdlb' },
+ { key: 'syxx', name: 'page.business.study.studyEnter.syxx' },
+ { key: 'wzlb', name: 'page.business.study.studyEnter.wzlb' },
+ { key: 'syff', name: 'page.business.study.studyEnter.syfflb' },
+ { key: 'syj', name: 'page.business.study.studyEnter.syjsygl' }
],
active: this.$route.params.tab || 'ytbd',