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