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 @@ + + + +