From 7e4758ef981654bbdde1da26076287131847dd68 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Fri, 23 Feb 2024 15:09:14 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E7=94=A8=E7=AB=A0=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/apply_with_seal.ts | 26 +++ src/views/apply_with_seal/edit.vue | 257 ++++++++++++++++++++++++++++ src/views/apply_with_seal/index.vue | 165 ++++++++++++++++++ 3 files changed, 448 insertions(+) create mode 100644 src/api/apply_with_seal.ts create mode 100644 src/views/apply_with_seal/edit.vue create mode 100644 src/views/apply_with_seal/index.vue diff --git a/src/api/apply_with_seal.ts b/src/api/apply_with_seal.ts new file mode 100644 index 0000000..f6c5817 --- /dev/null +++ b/src/api/apply_with_seal.ts @@ -0,0 +1,26 @@ +import request from '@/utils/request' + +// 用章申请列表 +export function apiApplyWithSealLists(params: any) { + return request.get({ url: '/project_process_management.apply_with_seal/lists', params }) +} + +// 添加用章申请 +export function apiApplyWithSealAdd(params: any) { + return request.post({ url: '/project_process_management.apply_with_seal/add', params }) +} + +// 编辑用章申请 +export function apiApplyWithSealEdit(params: any) { + return request.post({ url: '/project_process_management.apply_with_seal/edit', params }) +} + +// 删除用章申请 +export function apiApplyWithSealDelete(params: any) { + return request.post({ url: '/project_process_management.apply_with_seal/delete', params }) +} + +// 用章申请详情 +export function apiApplyWithSealDetail(params: any) { + return request.get({ url: '/project_process_management.apply_with_seal/detail', params }) +} \ No newline at end of file diff --git a/src/views/apply_with_seal/edit.vue b/src/views/apply_with_seal/edit.vue new file mode 100644 index 0000000..3456c34 --- /dev/null +++ b/src/views/apply_with_seal/edit.vue @@ -0,0 +1,257 @@ + + + diff --git a/src/views/apply_with_seal/index.vue b/src/views/apply_with_seal/index.vue new file mode 100644 index 0000000..6a1f8d4 --- /dev/null +++ b/src/views/apply_with_seal/index.vue @@ -0,0 +1,165 @@ + + + +