diff --git a/src/api/dictionary.js b/src/api/dictionary.js index 75e05240..d0ac4ede 100644 --- a/src/api/dictionary.js +++ b/src/api/dictionary.js @@ -1069,4 +1069,27 @@ export function batchAddEnrollOrPdEmailConfig(params) { method: 'post', params }) +} +// 文件记录-系统文件列表 +export function getSysFileTypeList(data) { + return request({ + url: `/SysFileType/getSysFileTypeList`, + method: 'post', + data + }) +} +// 文件记录-新增/编辑系统文件 +export function addOrUpdateSysFileType(data) { + return request({ + url: `/SysFileType/addOrUpdateSysFileType`, + method: 'post', + data + }) +} +// 文件记录-删除系统文件 +export function deleteSysFileType(id) { + return request({ + url: `/SysFileType/deleteSysFileType/${id}`, + method: 'delete' + }) } \ No newline at end of file diff --git a/src/views/dictionary/template/file/fileForm.vue b/src/views/dictionary/template/file/fileForm.vue new file mode 100644 index 00000000..bbfc6a4a --- /dev/null +++ b/src/views/dictionary/template/file/fileForm.vue @@ -0,0 +1,224 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ $t('dictionary:browser:button:canel') }} + + + {{ $t('dictionary:browser:button:save') }} + + + + + \ No newline at end of file diff --git a/src/views/dictionary/template/file/index.vue b/src/views/dictionary/template/file/index.vue new file mode 100644 index 00000000..096ea417 --- /dev/null +++ b/src/views/dictionary/template/file/index.vue @@ -0,0 +1,336 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {{ $t('common:button:search') }} + + + {{ $t('common:button:reset') }} + + + + + + {{ $t('dictionary:browser:button:add') }} + + + + + + + + + + + + {{ $fd('ArchiveType', scope.row.ArchiveTypeEnum) }} + + + + + {{ $fd('SubIdentification', scope.row.SubIdentificationEnum) }} + + + + + + {{ $fd('YesOrNo', scope.row.IsEnable) }} + + + + + + + {{ $fd('YesOrNo', scope.row.IsConfirmRecord) }} + + + + + + + + + {{ $t('dictionary:file:button:edit') }} + + + {{ $t('dictionary:file:button:delete') }} + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/dictionary/template/index.vue b/src/views/dictionary/template/index.vue index 6dd5e340..62f19a95 100644 --- a/src/views/dictionary/template/index.vue +++ b/src/views/dictionary/template/index.vue @@ -6,52 +6,84 @@ - + - + - + - + - + - + - + - + + + + +