diff --git a/src/api/project_change_visa.ts b/src/api/project_change_visa.ts new file mode 100644 index 0000000..88f55ea --- /dev/null +++ b/src/api/project_change_visa.ts @@ -0,0 +1,26 @@ +import request from '@/utils/request' + +// 项目变更签证列表 +export function apiProjectChangeVisaLists(params: any) { + return request.get({ url: '/project_process_management.project_change_visa/lists', params }) +} + +// 添加项目变更签证 +export function apiProjectChangeVisaAdd(params: any) { + return request.post({ url: '/project_process_management.project_change_visa/add', params }) +} + +// 编辑项目变更签证 +export function apiProjectChangeVisaEdit(params: any) { + return request.post({ url: '/project_process_management.project_change_visa/edit', params }) +} + +// 删除项目变更签证 +export function apiProjectChangeVisaDelete(params: any) { + return request.post({ url: '/project_process_management.project_change_visa/delete', params }) +} + +// 项目变更签证详情 +export function apiProjectChangeVisaDetail(params: any) { + return request.get({ url: '/project_process_management.project_change_visa/detail', params }) +} \ No newline at end of file diff --git a/src/views/project_change_visa/edit.vue b/src/views/project_change_visa/edit.vue new file mode 100644 index 0000000..7eaf279 --- /dev/null +++ b/src/views/project_change_visa/edit.vue @@ -0,0 +1,127 @@ + + + diff --git a/src/views/project_change_visa/index.vue b/src/views/project_change_visa/index.vue new file mode 100644 index 0000000..8b1a39e --- /dev/null +++ b/src/views/project_change_visa/index.vue @@ -0,0 +1,140 @@ + + + +