From 953e349d96ce480ce315d5807ec2a94742406a04 Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Fri, 23 Feb 2024 10:33:34 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E9=A1=B9=E7=9B=AE=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=E7=AD=BE=E8=AF=81=E6=98=8E=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/project_change_visa_content.ts | 26 +++ .../project_change_visa_content/edit.vue | 155 +++++++++++++++ .../project_change_visa_content/index.vue | 187 ++++++++++++++++++ 3 files changed, 368 insertions(+) create mode 100644 src/api/project_change_visa_content.ts create mode 100644 src/views/project_change_visa_content/edit.vue create mode 100644 src/views/project_change_visa_content/index.vue diff --git a/src/api/project_change_visa_content.ts b/src/api/project_change_visa_content.ts new file mode 100644 index 0000000..3495c40 --- /dev/null +++ b/src/api/project_change_visa_content.ts @@ -0,0 +1,26 @@ +import request from '@/utils/request' + +// 项目变更签证内容列表 +export function apiProjectChangeVisaContentLists(params: any) { + return request.get({ url: '/project_process_management.project_change_visa_content/lists', params }) +} + +// 添加项目变更签证内容 +export function apiProjectChangeVisaContentAdd(params: any) { + return request.post({ url: '/project_process_management.project_change_visa_content/add', params }) +} + +// 编辑项目变更签证内容 +export function apiProjectChangeVisaContentEdit(params: any) { + return request.post({ url: '/project_process_management.project_change_visa_content/edit', params }) +} + +// 删除项目变更签证内容 +export function apiProjectChangeVisaContentDelete(params: any) { + return request.post({ url: '/project_process_management.project_change_visa_content/delete', params }) +} + +// 项目变更签证内容详情 +export function apiProjectChangeVisaContentDetail(params: any) { + return request.get({ url: '/project_process_management.project_change_visa_content/detail', params }) +} \ No newline at end of file diff --git a/src/views/project_change_visa_content/edit.vue b/src/views/project_change_visa_content/edit.vue new file mode 100644 index 0000000..59d9d8c --- /dev/null +++ b/src/views/project_change_visa_content/edit.vue @@ -0,0 +1,155 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/views/project_change_visa_content/index.vue b/src/views/project_change_visa_content/index.vue new file mode 100644 index 0000000..6ee4a16 --- /dev/null +++ b/src/views/project_change_visa_content/index.vue @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 查询 + 重置 + + + + + + + + + 新增 + + + 删除 + + + + + + + + + + + + + + + + + + + + + + 编辑 + + + 删除 + + + + + + + + + + + + + + +