From 3ccd3341da82c0a1b191269cce95a981f8d2197a Mon Sep 17 00:00:00 2001 From: lewis <604446095@qq.com> Date: Sat, 1 Mar 2025 16:57:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/bank_account.ts | 26 - src/api/consult_project.ts | 31 - src/api/cost_approved_project.ts | 49 - src/api/cost_budget.ts | 32 - src/api/cost_budget_adjust.ts | 31 - src/api/cost_budget_detail.ts | 26 - src/api/cost_project.ts | 31 - src/api/cost_subject.ts | 27 - src/api/financial_borrow_money.ts | 32 - src/api/financial_budget_doc.ts | 34 - src/api/financial_fee_application.ts | 36 - src/api/financial_invoice.ts | 39 - src/api/manage_project.ts | 30 - src/api/marketing_bid_evaluation.ts | 50 - src/api/marketing_bid_info.ts | 26 - src/api/marketing_bid_result.ts | 45 - src/api/marketing_bid_statistics.ts | 36 - src/api/marketing_branch_filing.ts | 26 - src/api/marketing_business_opportunity.ts | 26 - src/api/marketing_competitor.ts | 26 - src/api/marketing_contract.ts | 31 - src/api/marketing_contract_change.ts | 26 - src/api/marketing_custom.ts | 37 - src/api/marketing_custom_return_visit.ts | 50 - .../marketing_custom_return_visit_evaluate.ts | 26 - .../marketing_custom_return_visit_template.ts | 45 - src/api/marketing_framework_agreement.ts | 35 - src/api/marketing_handover_contract.ts | 12 - src/api/marketing_project_filing.ts | 65 -- src/api/marketing_project_filing_detail.ts | 26 - src/api/marketing_reflux_contract.ts | 15 - src/api/marketing_supplementary_agreement.ts | 26 - src/api/oa/oaSelfExamine.ts | 36 + src/api/{ => oa}/oa_Initiate.ts | 0 src/api/{ => oa}/oa_car_cate.ts | 0 src/api/{ => oa}/oa_department_change.ts | 0 src/api/oa/oa_examine.ts | 32 + src/api/oa/oa_examine_temp_item.ts | 34 + src/api/{ => oa}/oa_financial.ts | 0 src/api/{ => oa}/oa_flow.ts | 0 src/api/{ => oa}/oa_flow_type.ts | 0 src/api/oa/oa_message.ts | 31 + src/api/{ => oa}/oa_personal_quit.ts | 0 src/api/{ => oa}/oa_plan.ts | 0 src/api/{ => oa}/oa_schedule.ts | 0 src/api/{ => oa}/oa_work.ts | 0 src/api/oaSelfExamine.ts | 36 - src/api/oa_examine_temp_item.ts | 34 - src/api/paymentplan.ts | 26 - src/api/procurement_contract.ts | 30 - src/api/project_attendance_record.ts | 26 - src/api/subcontracting_contract.ts | 45 - src/api/supervision_check_item.ts | 34 - ...vision_dangerous_engineering_monitoring.ts | 26 - src/api/supervision_material_entry.ts | 63 - .../supervision_material_equipment_info.ts | 26 - src/api/supervision_participating_units.ts | 57 - ...sion_participating_units_qualifications.ts | 26 - src/api/supervision_project.ts | 48 - src/api/suppler_list.ts | 30 - src/api/supplier.ts | 26 - src/api/task_allocation.ts | 26 - src/api/task_detail.ts | 26 - src/api/task_handling_three_level_review.ts | 26 - src/api/task_type.ts | 26 - src/api/zjzx_invoice.ts | 32 - .../dialogTable/dialogTableConfig.ts | 1039 +---------------- src/views/allAssessments/index.vue | 2 +- src/views/oa_CopyMe/index.vue | 4 +- src/views/oa_Deal/index.vue | 4 +- src/views/oa_Initiate/detail.vue | 2 +- src/views/oa_Initiate/edit.vue | 2 +- src/views/oa_Initiate/form/xz/yc.vue | 2 +- src/views/oa_Initiate/form/xz/ycgh.vue | 2 +- src/views/oa_Initiate/index.vue | 4 +- src/views/oa_apply/detail.vue | 4 +- src/views/oa_apply/edit.vue | 2 +- src/views/oa_apply/index.vue | 2 +- src/views/oa_arrival/detail.vue | 2 +- src/views/oa_arrival/edit.vue | 2 +- src/views/oa_arrival/index.vue | 2 +- src/views/oa_car_cate/edit.vue | 2 +- src/views/oa_car_cate/index.vue | 2 +- src/views/oa_copy_to_me/detail.vue | 5 +- src/views/oa_copy_to_me/index.vue | 2 +- src/views/oa_department_change/edit.vue | 2 +- src/views/oa_department_change/index.vue | 2 +- src/views/oa_examine/detail.vue | 2 +- src/views/oa_examine/edit.vue | 4 +- src/views/oa_examine/index.vue | 2 +- src/views/oa_examine_temp/edit.vue | 2 +- src/views/oa_examine_temp/index.vue | 2 +- src/views/oa_flow/edit.vue | 2 +- src/views/oa_flow/index.vue | 2 +- src/views/oa_flow_type/edit.vue | 2 +- src/views/oa_flow_type/index.vue | 2 +- src/views/oa_invoice_apply/detail.vue | 2 +- src/views/oa_invoice_apply/edit.vue | 2 +- src/views/oa_invoice_apply/index.vue | 4 +- src/views/oa_invoice_copy/detail.vue | 2 +- src/views/oa_invoice_copy/index.vue | 2 +- src/views/oa_invoice_deal/detail.vue | 2 +- src/views/oa_invoice_deal/index.vue | 4 +- src/views/oa_invoice_invoice/detail.vue | 2 +- src/views/oa_invoice_invoice/index.vue | 4 +- src/views/oa_message/edit.vue | 2 +- src/views/oa_message/index.vue | 2 +- src/views/oa_myDeal/detail.vue | 4 +- src/views/oa_myDeal/index.vue | 2 +- src/views/oa_personal_quit/edit.vue | 2 +- src/views/oa_personal_quit/index.vue | 2 +- src/views/oa_plan/edit.vue | 2 +- src/views/oa_plan/index.vue | 2 +- src/views/oa_plan_calendar/index.vue | 2 +- src/views/oa_schedule/edit.vue | 2 +- src/views/oa_schedule/index.vue | 2 +- src/views/oa_schedule_calendar/index.vue | 2 +- src/views/oa_self_examine/detail.vue | 2 +- src/views/oa_self_examine/edit.vue | 4 +- src/views/oa_self_examine/index.vue | 2 +- src/views/oa_transfe/detail.vue | 4 +- src/views/oa_transfe/index.vue | 4 +- src/views/oa_work/components/reciveReport.vue | 2 +- src/views/oa_work/components/sendReport.vue | 2 +- src/views/oa_work/edit.vue | 2 +- src/views/oa_work/report.vue | 2 +- .../{ => os_deprecared}/oa_admin/edit.vue | 0 .../{ => os_deprecared}/oa_admin/index.vue | 0 .../oa_meeting_cate/edit.vue | 0 .../oa_meeting_cate/index.vue | 0 130 files changed, 208 insertions(+), 2831 deletions(-) delete mode 100644 src/api/bank_account.ts delete mode 100644 src/api/consult_project.ts delete mode 100644 src/api/cost_approved_project.ts delete mode 100644 src/api/cost_budget.ts delete mode 100644 src/api/cost_budget_adjust.ts delete mode 100644 src/api/cost_budget_detail.ts delete mode 100644 src/api/cost_project.ts delete mode 100644 src/api/cost_subject.ts delete mode 100644 src/api/financial_borrow_money.ts delete mode 100644 src/api/financial_budget_doc.ts delete mode 100644 src/api/financial_fee_application.ts delete mode 100644 src/api/financial_invoice.ts delete mode 100644 src/api/manage_project.ts delete mode 100644 src/api/marketing_bid_evaluation.ts delete mode 100644 src/api/marketing_bid_info.ts delete mode 100644 src/api/marketing_bid_result.ts delete mode 100644 src/api/marketing_bid_statistics.ts delete mode 100644 src/api/marketing_branch_filing.ts delete mode 100644 src/api/marketing_business_opportunity.ts delete mode 100644 src/api/marketing_competitor.ts delete mode 100644 src/api/marketing_contract.ts delete mode 100644 src/api/marketing_contract_change.ts delete mode 100644 src/api/marketing_custom.ts delete mode 100644 src/api/marketing_custom_return_visit.ts delete mode 100644 src/api/marketing_custom_return_visit_evaluate.ts delete mode 100644 src/api/marketing_custom_return_visit_template.ts delete mode 100644 src/api/marketing_framework_agreement.ts delete mode 100644 src/api/marketing_handover_contract.ts delete mode 100644 src/api/marketing_project_filing.ts delete mode 100644 src/api/marketing_project_filing_detail.ts delete mode 100644 src/api/marketing_reflux_contract.ts delete mode 100644 src/api/marketing_supplementary_agreement.ts create mode 100644 src/api/oa/oaSelfExamine.ts rename src/api/{ => oa}/oa_Initiate.ts (100%) rename src/api/{ => oa}/oa_car_cate.ts (100%) rename src/api/{ => oa}/oa_department_change.ts (100%) create mode 100644 src/api/oa/oa_examine.ts create mode 100644 src/api/oa/oa_examine_temp_item.ts rename src/api/{ => oa}/oa_financial.ts (100%) rename src/api/{ => oa}/oa_flow.ts (100%) rename src/api/{ => oa}/oa_flow_type.ts (100%) create mode 100644 src/api/oa/oa_message.ts rename src/api/{ => oa}/oa_personal_quit.ts (100%) rename src/api/{ => oa}/oa_plan.ts (100%) rename src/api/{ => oa}/oa_schedule.ts (100%) rename src/api/{ => oa}/oa_work.ts (100%) delete mode 100644 src/api/oaSelfExamine.ts delete mode 100644 src/api/oa_examine_temp_item.ts delete mode 100644 src/api/paymentplan.ts delete mode 100644 src/api/procurement_contract.ts delete mode 100644 src/api/project_attendance_record.ts delete mode 100644 src/api/subcontracting_contract.ts delete mode 100644 src/api/supervision_check_item.ts delete mode 100644 src/api/supervision_dangerous_engineering_monitoring.ts delete mode 100644 src/api/supervision_material_entry.ts delete mode 100644 src/api/supervision_material_equipment_info.ts delete mode 100644 src/api/supervision_participating_units.ts delete mode 100644 src/api/supervision_participating_units_qualifications.ts delete mode 100644 src/api/supervision_project.ts delete mode 100644 src/api/suppler_list.ts delete mode 100644 src/api/supplier.ts delete mode 100644 src/api/task_allocation.ts delete mode 100644 src/api/task_detail.ts delete mode 100644 src/api/task_handling_three_level_review.ts delete mode 100644 src/api/task_type.ts delete mode 100644 src/api/zjzx_invoice.ts rename src/views/{ => os_deprecared}/oa_admin/edit.vue (100%) rename src/views/{ => os_deprecared}/oa_admin/index.vue (100%) rename src/views/{ => os_deprecared}/oa_meeting_cate/edit.vue (100%) rename src/views/{ => os_deprecared}/oa_meeting_cate/index.vue (100%) diff --git a/src/api/bank_account.ts b/src/api/bank_account.ts deleted file mode 100644 index 76a9f5e49..000000000 --- a/src/api/bank_account.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 银行账户列表 -export function bankaccountLists(params: any) { - return request.get({ url: '/bank.bank_account/lists', params }) -} - -// 添加银行账户 -export function bankaccountAdd(params: any) { - return request.post({ url: '/bank.bank_account/add', params }) -} - -// 编辑银行账户 -export function bankaccountEdit(params: any) { - return request.post({ url: '/bank.bank_account/edit', params }) -} - -// 删除银行账户 -export function bankaccountDelete(params: any) { - return request.post({ url: '/bank.bank_account/delete', params }) -} - -//银行账户详情 -export function bankaccountDetail(params: any) { - return request.get({ url: '/bank.bank_account/detail', params }) -} \ No newline at end of file diff --git a/src/api/consult_project.ts b/src/api/consult_project.ts deleted file mode 100644 index 1d0f537bd..000000000 --- a/src/api/consult_project.ts +++ /dev/null @@ -1,31 +0,0 @@ -import request from "@/utils/request"; - -// 项目咨询--基本信息列表 -export function apiConsultProjectLists(params: any) { - return request.get({ url: "/consult_basic.consult_project/lists", params }); -} - -// 添加项目咨询--基本信息 -export function apiConsultProjectAdd(params: any) { - return request.post({ url: "/consult_basic.consult_project/add", params }); -} - -// 编辑项目咨询--基本信息 -export function apiConsultProjectEdit(params: any) { - return request.post({ url: "/consult_basic.consult_project/edit", params }); -} - -// 删除项目咨询--基本信息 -export function apiConsultProjectDelete(params: any) { - return request.post({ url: "/consult_basic.consult_project/delete", params }); -} - -// 项目咨询--基本信息详情 -export function apiConsultProjectDetail(params: any) { - return request.get({ url: "/consult_basic.consult_project/detail", params }); -} - -//apiConsultProjectSearch -export function apiConsultProjectSearch(params: any) { - return request.get({ url: "/consult_basic.consult_project/datas", params }); -} diff --git a/src/api/cost_approved_project.ts b/src/api/cost_approved_project.ts deleted file mode 100644 index 5db29c92d..000000000 --- a/src/api/cost_approved_project.ts +++ /dev/null @@ -1,49 +0,0 @@ -import request from "@/utils/request"; - -// 待立项造价项目列表 -export function apiCostApprovedProjectLists(params: any) { - return request.get({ - url: "/cost_project.cost_approved_project/lists", - params, - }); -} - -// 添加待立项造价项目 -export function apiCostApprovedProjectAdd(params: any) { - return request.post({ - url: "/cost_project.cost_approved_project/add", - params, - }); -} - -// 编辑待立项造价项目 -export function apiCostApprovedProjectEdit(params: any) { - return request.post({ - url: "/cost_project.cost_approved_project/edit", - params, - }); -} - -// 删除待立项造价项目 -export function apiCostApprovedProjectDelete(params: any) { - return request.post({ - url: "/cost_project.cost_approved_project/delete", - params, - }); -} - -// 待立项造价项目详情 -export function apiCostApprovedProjectDetail(params: any) { - return request.get({ - url: "/cost_project.cost_approved_project/detail", - params, - }); -} - -// 待立项造价项目列表 -export function apiCostApprovedProjectSerch(params: any) { - return request.get({ - url: "/cost_project.cost_approved_project/datas", - params, - }); -} diff --git a/src/api/cost_budget.ts b/src/api/cost_budget.ts deleted file mode 100644 index f0c942df8..000000000 --- a/src/api/cost_budget.ts +++ /dev/null @@ -1,32 +0,0 @@ -import request from '@/utils/request' - -// 费用预算表列表 -export function apiCustomLists(params: any) { - return request.get({ url: '/cost.cost_budget/lists', params }) -} - -// 添加费用预算表 -export function apiCustomAdd(params: any) { - return request.post({ url: '/cost.cost_budget/add', params }) -} - -// 编辑费用预算表 -export function apiCustomEdit(params: any) { - return request.post({ url: '/cost.cost_budget/edit', params }) -} - -// 删除费用预算表 -export function apiCustomDelete(params: any) { - return request.post({ url: '/cost.cost_budget/delete', params }) -} - -// 费用预算表详情 -export function apiCustomDetail(params: any) { - return request.get({ url: '/cost.cost_budget/detail', params }) -} - - -//费用预算表详情列表 -export function apiCustomdetailDetail(params: any) { - return request.get({ url: '/cost.cost_budget_detail/lists', params }) -} diff --git a/src/api/cost_budget_adjust.ts b/src/api/cost_budget_adjust.ts deleted file mode 100644 index e4a39c1c7..000000000 --- a/src/api/cost_budget_adjust.ts +++ /dev/null @@ -1,31 +0,0 @@ -import request from '@/utils/request' - -// 预算调整表列表 -export function apiadjustLists(params: any) { - return request.get({ url: '/cost.cost_budget_adjust/lists', params }) -} - -// 添加预算调整表 -export function apiadjustAdd(params: any) { - return request.post({ url: '/cost.cost_budget_adjust/add', params }) -} - -// 编辑预算调整表 -export function apiadjustEdit(params: any) { - return request.post({ url: '/cost.cost_budget_adjust/edit', params }) -} - -// 删除预算调整表 -export function apiadjustDelete(params: any) { - return request.post({ url: '/cost.cost_budget_adjust/delete', params }) -} - -// 预算调整表详情 -export function apiadjustDetail(params: any) { - return request.get({ url: '/cost.cost_budget_adjust/detail', params }) -} - -// 预算调整表详情列表 -export function apiadjustdetailDetail(params: any) { - return request.get({ url: '/cost.cost_budget_adjust_detail/lists', params }) -} \ No newline at end of file diff --git a/src/api/cost_budget_detail.ts b/src/api/cost_budget_detail.ts deleted file mode 100644 index 2c4450406..000000000 --- a/src/api/cost_budget_detail.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 预算明细列表 -export function apiCostBudgetDetailLists(params: any) { - return request.get({ url: '/cost.cost_budget_detail/lists', params }) -} - -// 添加预算明细 -export function apiCostBudgetDetailAdd(params: any) { - return request.post({ url: '/cost.cost_budget_detail/add', params }) -} - -// 编辑预算明细 -export function apiCostBudgetDetailEdit(params: any) { - return request.post({ url: '/cost.cost_budget_detail/edit', params }) -} - -// 删除预算明细 -export function apiCostBudgetDetailDelete(params: any) { - return request.post({ url: '/cost.cost_budget_detail/delete', params }) -} - -// 预算明细详情 -export function apiCostBudgetDetailDetail(params: any) { - return request.get({ url: '/cost.cost_budget_detail/detail', params }) -} \ No newline at end of file diff --git a/src/api/cost_project.ts b/src/api/cost_project.ts deleted file mode 100644 index c1fc8afc8..000000000 --- a/src/api/cost_project.ts +++ /dev/null @@ -1,31 +0,0 @@ -import request from '@/utils/request' - -// 造价项目台账列表 -export function apiCostProjectLists(params: any) { - return request.get({ url: '/cost_project.cost_project/lists', params }) -} - -// 添加造价项目台账 -export function apiCostProjectAdd(params: any) { - return request.post({ url: '/cost_project.cost_project/add', params }) -} - -// 编辑造价项目台账 -export function apiCostProjectEdit(params: any) { - return request.post({ url: '/cost_project.cost_project/edit', params }) -} - -// 删除造价项目台账 -export function apiCostProjectDelete(params: any) { - return request.post({ url: '/cost_project.cost_project/delete', params }) -} - -// 造价项目台账详情 -export function apiCostProjectDetail(params: any) { - return request.get({ url: '/cost_project.cost_project/detail', params }) -} - -// 造价项目台账下拉列表 -export function apiCostProjectDatas(params: any) { - return request.get({ url: '/cost_project.cost_project/datas', params }) -} \ No newline at end of file diff --git a/src/api/cost_subject.ts b/src/api/cost_subject.ts deleted file mode 100644 index c44296eb9..000000000 --- a/src/api/cost_subject.ts +++ /dev/null @@ -1,27 +0,0 @@ -import request from '@/utils/request' - -// 费用科目表列表 -export function apisubjectLists(params: any) { - return request.get({ url: '/cost.cost_subject/lists', params }) -} - - -// 添加费用科目表 -export function apisubjectAdd(params: any) { - return request.post({ url: '/cost.cost_subject/add', params }) -} - -// 编辑费用科目表 -export function apisubjectEdit(params: any) { - return request.post({ url: '/cost.cost_subject/edit', params }) -} - -// 删除费用科目表 -export function apisubjectDelete(params: any) { - return request.post({ url: '/cost.cost_subject/delete', params }) -} - -// 费用科目表详情 -export function apisubjectDetail(params: any) { - return request.get({ url: '/cost.cost_subject/detail', params }) -} \ No newline at end of file diff --git a/src/api/financial_borrow_money.ts b/src/api/financial_borrow_money.ts deleted file mode 100644 index f8ba0a245..000000000 --- a/src/api/financial_borrow_money.ts +++ /dev/null @@ -1,32 +0,0 @@ -import request from '@/utils/request' - -// 财务管理--借款单列表 -export function apiFinancialBorrowMoneyLists(params: any) { - return request.get({ url: '/financial.financial_borrow_money/lists', params }) -} - -// 添加财务管理--借款单 -export function apiFinancialBorrowMoneyAdd(params: any) { - return request.post({ url: '/financial.financial_borrow_money/add', params }) -} - -// 编辑财务管理--借款单 -export function apiFinancialBorrowMoneyEdit(params: any) { - return request.post({ url: '/financial.financial_borrow_money/edit', params }) -} - -// 删除财务管理--借款单 -export function apiFinancialBorrowMoneyDelete(params: any) { - return request.post({ url: '/financial.financial_borrow_money/delete', params }) -} - -// 财务管理--借款单详情 -export function apiFinancialBorrowMoneyDetail(params: any) { - return request.get({ url: '/financial.financial_borrow_money/detail', params }) -} - - -// 财务管理--借款单列表 -export function apiFinancialBorrowMoneySearch(params: any) { - return request.get({ url: '/financial.financial_borrow_money/datas', params }) -} \ No newline at end of file diff --git a/src/api/financial_budget_doc.ts b/src/api/financial_budget_doc.ts deleted file mode 100644 index 3436f70a8..000000000 --- a/src/api/financial_budget_doc.ts +++ /dev/null @@ -1,34 +0,0 @@ -import request from "@/utils/request"; - -// 财务管理--项目预算书列表 -export function apiFinancialBudgetDocLists(params: any) { - return request.get({ url: "/financial.financial_budget_doc/lists", params }); -} - -// 添加财务管理--项目预算书 -export function apiFinancialBudgetDocAdd(params: any) { - return request.post({ url: "/financial.financial_budget_doc/add", params }); -} - -// 编辑财务管理--项目预算书 -export function apiFinancialBudgetDocEdit(params: any) { - return request.post({ url: "/financial.financial_budget_doc/edit", params }); -} - -// 删除财务管理--项目预算书 -export function apiFinancialBudgetDocDelete(params: any) { - return request.post({ - url: "/financial.financial_budget_doc/delete", - params, - }); -} - -// 财务管理--项目预算书详情 -export function apiFinancialBudgetDocDetail(params: any) { - return request.get({ url: "/financial.financial_budget_doc/detail", params }); -} - -// 财务管理--项目预算书 -export function apiFinancialBudgetDocSearch(params: any) { - return request.get({ url: "/financial.financial_budget_doc/datas", params }); -} diff --git a/src/api/financial_fee_application.ts b/src/api/financial_fee_application.ts deleted file mode 100644 index 5fc3531cb..000000000 --- a/src/api/financial_fee_application.ts +++ /dev/null @@ -1,36 +0,0 @@ -import request from '@/utils/request' - -// 财务管理--费用申请列表 -export function apiFinancialFeeApplicationLists(params: any) { - return request.get({ url: '/financial.financial_fee_applications/lists', params }) -} - -// 添加财务管理--费用申请 -export function apiFinancialFeeApplicationAdd(params: any) { - return request.post({ url: '/financial.financial_fee_applications/add', params }) -} - -// 编辑财务管理--费用申请 -export function apiFinancialFeeApplicationEdit(params: any) { - return request.post({ url: '/financial.financial_fee_applications/edit', params }) -} - -// 删除财务管理--费用申请 -export function apiFinancialFeeApplicationDelete(params: any) { - return request.post({ url: '/financial.financial_fee_applications/delete', params }) -} - -// 财务管理--费用申请详情 -export function apiFinancialFeeApplicationDetail(params: any) { - return request.get({ url: '/financial.financial_fee_applications/detail', params }) -} - -// 财务管理--费用申请列表 -export function apiFinancialFeeApplicationDetailLists(params: any) { - return request.get({ url: '/financial.financial_fee_application_detail/lists', params }) -} - -// 删除财务管理--费用申请 -export function apiFinancialFeeApplicationDetailDelete(params: any) { - return request.post({ url: '/financial.financial_fee_application_detail/delete', params }) -} \ No newline at end of file diff --git a/src/api/financial_invoice.ts b/src/api/financial_invoice.ts deleted file mode 100644 index 5b9fea990..000000000 --- a/src/api/financial_invoice.ts +++ /dev/null @@ -1,39 +0,0 @@ -import request from "@/utils/request"; - -// 财务管理--开票台账列表 -export function apiFinancialInvoiceLists(params: any) { - return request.get({ url: "/financial.financial_invoice/lists", params }); -} - -// 添加财务管理--开票台账 -export function apiFinancialInvoiceAdd(params: any) { - return request.post({ url: "/financial.financial_invoice/add", params }); -} - -// 编辑财务管理--开票台账 -export function apiFinancialInvoiceEdit(params: any) { - return request.post({ url: "/financial.financial_invoice/edit", params }); -} - -// 删除财务管理--开票台账 -export function apiFinancialInvoiceDelete(params: any) { - return request.post({ url: "/financial.financial_invoice/delete", params }); -} - -// 财务管理--开票台账详情 -export function apiFinancialInvoiceDetail(params: any) { - return request.get({ url: "/financial.financial_invoice/detail", params }); -} - -// 财务管理--开票台账列表 -export function apiFinancialInvoiceSearch(params: any) { - return request.get({ url: "/financial.financial_invoice/datas", params }); -} - -// 财务管理--下载开票台账列表 -export function apiFinancialInvoiceDown(params: any) { - return request.post({ - url: "/financial.financial_invoice/download", - params, - }); -} diff --git a/src/api/manage_project.ts b/src/api/manage_project.ts deleted file mode 100644 index a622ce844..000000000 --- a/src/api/manage_project.ts +++ /dev/null @@ -1,30 +0,0 @@ -import request from "@/utils/request"; - -// 项目管理--项目信息列表 -export function apiManageProjectLists(params: any) { - return request.get({ url: "/manage_basic.manage_project/lists", params }); -} - -// 添加项目管理--项目信息 -export function apiManageProjectAdd(params: any) { - return request.post({ url: "/manage_basic.manage_project/add", params }); -} - -// 编辑项目管理--项目信息 -export function apiManageProjectEdit(params: any) { - return request.post({ url: "/manage_basic.manage_project/edit", params }); -} - -// 删除项目管理--项目信息 -export function apiManageProjectDelete(params: any) { - return request.post({ url: "/manage_basic.manage_project/delete", params }); -} - -// 项目管理--项目信息详情 -export function apiManageProjectDetail(params: any) { - return request.get({ url: "/manage_basic.manage_project/detail", params }); -} - -export function apiManageProjectSearch(params: any) { - return request.get({ url: "/manage_basic.manage_project/datas", params }); -} diff --git a/src/api/marketing_bid_evaluation.ts b/src/api/marketing_bid_evaluation.ts deleted file mode 100644 index 7f700be92..000000000 --- a/src/api/marketing_bid_evaluation.ts +++ /dev/null @@ -1,50 +0,0 @@ -import request from "@/utils/request"; - -// 市场经营--投标管理--投标评审列表 -export function apiMarketingBidEvaluationLists(params: any) { - return request.get({ - url: "/marketing.marketing_bid_evaluation/lists", - params, - }); -} - -// 添加市场经营--投标管理--投标评审 -export function apiMarketingBidEvaluationAdd(params: any) { - return request.post({ - url: "/marketing.marketing_bid_evaluation/add", - params, - }); -} - -// 编辑市场经营--投标管理--投标评审 -export function apiMarketingBidEvaluationEdit(params: any) { - return request.post({ - url: "/marketing.marketing_bid_evaluation/edit", - params, - }); -} - -// 删除市场经营--投标管理--投标评审 -export function apiMarketingBidEvaluationDelete(params: any) { - return request.post({ - url: "/marketing.marketing_bid_evaluation/delete", - params, - }); -} - -// 市场经营--投标管理--投标评审详情 -export function apiMarketingBidEvaluationDetail(params: any) { - return request.get({ - url: "/marketing.marketing_bid_evaluation/detail", - params, - }); -} - -// 报名登记 - -export function apiMarketingBidEvaluationReg(params: any) { - return request.post({ - url: "/marketing.marketing_bid_evaluation/reg", - params, - }); -} diff --git a/src/api/marketing_bid_info.ts b/src/api/marketing_bid_info.ts deleted file mode 100644 index d2e4cd363..000000000 --- a/src/api/marketing_bid_info.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 市场经营--投标管理--投标信息列表 -export function apiMarketingBidInfoLists(params: any) { - return request.get({ url: '/marketing.marketing_bid_info/lists', params }) -} - -// 添加市场经营--投标管理--投标信息 -export function apiMarketingBidInfoAdd(params: any) { - return request.post({ url: '/marketing.marketing_bid_info/add', params }) -} - -// 编辑市场经营--投标管理--投标信息 -export function apiMarketingBidInfoEdit(params: any) { - return request.post({ url: '/marketing.marketing_bid_info/edit', params }) -} - -// 删除市场经营--投标管理--投标信息 -export function apiMarketingBidInfoDelete(params: any) { - return request.post({ url: '/marketing.marketing_bid_info/delete', params }) -} - -// 市场经营--投标管理--投标信息详情 -export function apiMarketingBidInfoDetail(params: any) { - return request.get({ url: '/marketing.marketing_bid_info/detail', params }) -} \ No newline at end of file diff --git a/src/api/marketing_bid_result.ts b/src/api/marketing_bid_result.ts deleted file mode 100644 index 045a9f3ce..000000000 --- a/src/api/marketing_bid_result.ts +++ /dev/null @@ -1,45 +0,0 @@ -import request from "@/utils/request"; - -// 市场经营--投标管理--投标结果列表 -export function apiMarketingBidResultLists(params: any) { - return request.get({ url: "/marketing.marketing_bid_result/lists", params }); -} - -// 添加市场经营--投标管理--投标结果 -export function apiMarketingBidResultAdd(params: any) { - return request.post({ url: "/marketing.marketing_bid_result/add", params }); -} - -// 编辑市场经营--投标管理--投标结果 -export function apiMarketingBidResultEdit(params: any) { - return request.post({ url: "/marketing.marketing_bid_result/edit", params }); -} - -// 删除市场经营--投标管理--投标结果 -export function apiMarketingBidResultDelete(params: any) { - return request.post({ - url: "/marketing.marketing_bid_result/delete", - params, - }); -} - -// 市场经营--投标管理--投标结果详情 -export function apiMarketingBidResultDetail(params: any) { - return request.get({ url: "/marketing.marketing_bid_result/detail", params }); -} - -// 市场经营--投标管理--投标结果列表 -export function apiMarketingBidResultDetailLists(params: any) { - return request.get({ - url: "/marketing.marketing_bid_result_detail/lists", - params, - }); -} - -// 删除市场经营--投标管理--投标结果 -export function apiMarketingBidResultDetailDelete(params: any) { - return request.post({ - url: "/marketing.marketing_bid_result_detail/delete", - params, - }); -} diff --git a/src/api/marketing_bid_statistics.ts b/src/api/marketing_bid_statistics.ts deleted file mode 100644 index 68efbacea..000000000 --- a/src/api/marketing_bid_statistics.ts +++ /dev/null @@ -1,36 +0,0 @@ -import request from "@/utils/request"; - -export function apiwinning_project(params: any) { - return request.get({ - url: "/marketing.marketing_bid_statistics/winning_project", - params, - }); -} - -export function apibid_project_status(params: any) { - return request.get({ - url: "/marketing.marketing_bid_statistics/bid_project_status", - params, - }); -} - -export function apibid_project_number(params: any) { - return request.get({ - url: "/marketing.marketing_bid_statistics/bid_project_number", - params, - }); -} - -export function apibid_project_analysis(params: any) { - return request.get({ - url: "/marketing.marketing_bid_statistics/bid_project_analysis", - params, - }); -} - -export function apibid_industry_analysis(params: any) { - return request.get({ - url: "/marketing.marketing_bid_statistics/bid_industry_analysis", - params, - }); -} diff --git a/src/api/marketing_branch_filing.ts b/src/api/marketing_branch_filing.ts deleted file mode 100644 index f7c3a55a8..000000000 --- a/src/api/marketing_branch_filing.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 市场经营--分支机构备案列表 -export function apiMarketingBranchFilingLists(params: any) { - return request.get({ url: '/marketing.marketing_branch_filing/lists', params }) -} - -// 添加市场经营--分支机构备案 -export function apiMarketingBranchFilingAdd(params: any) { - return request.post({ url: '/marketing.marketing_branch_filing/add', params }) -} - -// 编辑市场经营--分支机构备案 -export function apiMarketingBranchFilingEdit(params: any) { - return request.post({ url: '/marketing.marketing_branch_filing/edit', params }) -} - -// 删除市场经营--分支机构备案 -export function apiMarketingBranchFilingDelete(params: any) { - return request.post({ url: '/marketing.marketing_branch_filing/delete', params }) -} - -// 市场经营--分支机构备案详情 -export function apiMarketingBranchFilingDetail(params: any) { - return request.get({ url: '/marketing.marketing_branch_filing/detail', params }) -} \ No newline at end of file diff --git a/src/api/marketing_business_opportunity.ts b/src/api/marketing_business_opportunity.ts deleted file mode 100644 index 266f49952..000000000 --- a/src/api/marketing_business_opportunity.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 市场经营--投标管理--业务机会列表 -export function apiMarketingBusinessOpportunityLists(params: any) { - return request.get({ url: '/marketing.marketing_business_opportunity/lists', params }) -} - -// 添加市场经营--投标管理--业务机会 -export function apiMarketingBusinessOpportunityAdd(params: any) { - return request.post({ url: '/marketing.marketing_business_opportunity/add', params }) -} - -// 编辑市场经营--投标管理--业务机会 -export function apiMarketingBusinessOpportunityEdit(params: any) { - return request.post({ url: '/marketing.marketing_business_opportunity/edit', params }) -} - -// 删除市场经营--投标管理--业务机会 -export function apiMarketingBusinessOpportunityDelete(params: any) { - return request.post({ url: '/marketing.marketing_business_opportunity/delete', params }) -} - -// 市场经营--投标管理--业务机会详情 -export function apiMarketingBusinessOpportunityDetail(params: any) { - return request.get({ url: '/marketing.marketing_business_opportunity/detail', params }) -} \ No newline at end of file diff --git a/src/api/marketing_competitor.ts b/src/api/marketing_competitor.ts deleted file mode 100644 index 4228ce2fa..000000000 --- a/src/api/marketing_competitor.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 市场经营--投标管理--竞争对手列表 -export function apiMarketingCompetitorLists(params: any) { - return request.get({ url: '/marketing.marketing_competitor/lists', params }) -} - -// 添加市场经营--投标管理--竞争对手 -export function apiMarketingCompetitorAdd(params: any) { - return request.post({ url: '/marketing.marketing_competitor/add', params }) -} - -// 编辑市场经营--投标管理--竞争对手 -export function apiMarketingCompetitorEdit(params: any) { - return request.post({ url: '/marketing.marketing_competitor/edit', params }) -} - -// 删除市场经营--投标管理--竞争对手 -export function apiMarketingCompetitorDelete(params: any) { - return request.post({ url: '/marketing.marketing_competitor/delete', params }) -} - -// 市场经营--投标管理--竞争对手详情 -export function apiMarketingCompetitorDetail(params: any) { - return request.get({ url: '/marketing.marketing_competitor/detail', params }) -} \ No newline at end of file diff --git a/src/api/marketing_contract.ts b/src/api/marketing_contract.ts deleted file mode 100644 index 2ef2df0e0..000000000 --- a/src/api/marketing_contract.ts +++ /dev/null @@ -1,31 +0,0 @@ -import request from "@/utils/request"; - -// 市场经营--合同信息列表 -export function apiMarketingContractLists(params: any) { - return request.get({ url: "/marketing.marketing_contract/lists", params }); -} - -// 添加市场经营--合同信息 -export function apiMarketingContractAdd(params: any) { - return request.post({ url: "/marketing.marketing_contract/add", params }); -} - -// 编辑市场经营--合同信息 -export function apiMarketingContractEdit(params: any) { - return request.post({ url: "/marketing.marketing_contract/edit", params }); -} - -// 删除市场经营--合同信息 -export function apiMarketingContractDelete(params: any) { - return request.post({ url: "/marketing.marketing_contract/delete", params }); -} - -// 市场经营--合同信息详情 -export function apiMarketingContractDetail(params: any) { - return request.get({ url: "/marketing.marketing_contract/detail", params }); -} - -// 市场经营--合同信息列表 -export function apiMarketingContractSearch(params: any) { - return request.get({ url: "/marketing.marketing_contract/datas", params }); -} diff --git a/src/api/marketing_contract_change.ts b/src/api/marketing_contract_change.ts deleted file mode 100644 index dd13be912..000000000 --- a/src/api/marketing_contract_change.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 市场经营--合同信息--合同变更列表 -export function apiMarketingContractChangeLists(params: any) { - return request.get({ url: '/marketing.marketing_contract_change/lists', params }) -} - -// 添加市场经营--合同信息--合同变更 -export function apiMarketingContractChangeAdd(params: any) { - return request.post({ url: '/marketing.marketing_contract_change/add', params }) -} - -// 编辑市场经营--合同信息--合同变更 -export function apiMarketingContractChangeEdit(params: any) { - return request.post({ url: '/marketing.marketing_contract_change/edit', params }) -} - -// 删除市场经营--合同信息--合同变更 -export function apiMarketingContractChangeDelete(params: any) { - return request.post({ url: '/marketing.marketing_contract_change/delete', params }) -} - -// 市场经营--合同信息--合同变更详情 -export function apiMarketingContractChangeDetail(params: any) { - return request.get({ url: '/marketing.marketing_contract_change/detail', params }) -} \ No newline at end of file diff --git a/src/api/marketing_custom.ts b/src/api/marketing_custom.ts deleted file mode 100644 index 8952b7f40..000000000 --- a/src/api/marketing_custom.ts +++ /dev/null @@ -1,37 +0,0 @@ -import request from '@/utils/request' - -// 市场经营--客户信息列表 -export function apiMarketingCustomLists(params: any) { - return request.get({ url: '/marketing.marketing_custom/lists', params }) -} - -// 添加市场经营--客户信息 -export function apiMarketingCustomAdd(params: any) { - return request.post({ url: '/marketing.marketing_custom/add', params }) -} - -// 编辑市场经营--客户信息 -export function apiMarketingCustomEdit(params: any) { - return request.post({ url: '/marketing.marketing_custom/edit', params }) -} - -// 删除市场经营--客户信息 -export function apiMarketingCustomDelete(params: any) { - return request.post({ url: '/marketing.marketing_custom/delete', params }) -} - -// 市场经营--客户信息详情 -export function apiMarketingCustomDetail(params: any) { - return request.get({ url: '/marketing.marketing_custom/detail', params }) -} - -// 删除市场经营--客户联系人 -export function apiMarketingCustomContactsDelete(params: any) { - return request.post({ url: '/marketing.marketing_custom_contacts/delete', params }) -} - - -// 市场经营--客户联系人列表 -export function apiMarketingCustomContactsLists(params: any) { - return request.get({ url: '/marketing.marketing_custom_contacts/lists', params }) -} \ No newline at end of file diff --git a/src/api/marketing_custom_return_visit.ts b/src/api/marketing_custom_return_visit.ts deleted file mode 100644 index 114328ee2..000000000 --- a/src/api/marketing_custom_return_visit.ts +++ /dev/null @@ -1,50 +0,0 @@ -import request from '@/utils/request' - -// 市场经营--客户回访列表列表 -export function apiMarketingCustomReturnVisitLists(params: any) { - return request.get({ url: '/marketing.marketing_custom_return_visit/lists', params }) -} - -// 添加市场经营--客户回访列表 -export function apiMarketingCustomReturnVisitAdd(params: any) { - return request.post({ url: '/marketing.marketing_custom_return_visit/add', params }) -} - -// 编辑市场经营--客户回访列表 -export function apiMarketingCustomReturnVisitEdit(params: any) { - return request.post({ url: '/marketing.marketing_custom_return_visit/edit', params }) -} - -// 删除市场经营--客户回访列表 -export function apiMarketingCustomReturnVisitDelete(params: any) { - return request.post({ url: '/marketing.marketing_custom_return_visit/delete', params }) -} - -// 市场经营--客户回访列表详情 -export function apiMarketingCustomReturnVisitDetail(params: any) { - return request.get({ url: '/marketing.marketing_custom_return_visit/detail', params }) -} - - -export function apimarketing_custom_return_visit_surveyLists(params: any) { - return request.get({ url: '/marketing.marketing_custom_return_visit_survey/lists', params }) -} - -// 删除市场经营--客户回访列表 -export function apimarketing_custom_return_visit_surveytDelete(params: any) { - return request.post({ url: '/marketing.marketing_custom_return_visit_survey/delete', params }) -} - -export function apimarketing_custom_return_visit_evaluateLists(params: any) { - return request.get({ url: '/marketing.marketing_custom_return_visit_evaluate/lists', params }) -} - -// 删除市场经营--客户回访列表 -export function apimarketing_custom_return_visit_evaluateDelete(params: any) { - return request.post({ url: '/marketing.marketing_custom_return_visit_evaluate/delete', params }) -} - -// 市场经营--客户回访列表列表 -export function apiMarketingCustomReturnVisitSearch(params: any) { - return request.get({ url: '/marketing.marketing_custom_return_visit/datas', params }) -} \ No newline at end of file diff --git a/src/api/marketing_custom_return_visit_evaluate.ts b/src/api/marketing_custom_return_visit_evaluate.ts deleted file mode 100644 index 3c0a0e7cd..000000000 --- a/src/api/marketing_custom_return_visit_evaluate.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 市场经营--客户回访列表--成员评价列表 -export function apiMarketingCustomReturnVisitEvaluateLists(params: any) { - return request.get({ url: '/marketing.marketing_custom_return_visit_evaluate/lists', params }) -} - -// 添加市场经营--客户回访列表--成员评价 -export function apiMarketingCustomReturnVisitEvaluateAdd(params: any) { - return request.post({ url: '/marketing.marketing_custom_return_visit_evaluate/add', params }) -} - -// 编辑市场经营--客户回访列表--成员评价 -export function apiMarketingCustomReturnVisitEvaluateEdit(params: any) { - return request.post({ url: '/marketing.marketing_custom_return_visit_evaluate/edit', params }) -} - -// 删除市场经营--客户回访列表--成员评价 -export function apiMarketingCustomReturnVisitEvaluateDelete(params: any) { - return request.post({ url: '/marketing.marketing_custom_return_visit_evaluate/delete', params }) -} - -// 市场经营--客户回访列表--成员评价详情 -export function apiMarketingCustomReturnVisitEvaluateDetail(params: any) { - return request.get({ url: '/marketing.marketing_custom_return_visit_evaluate/detail', params }) -} \ No newline at end of file diff --git a/src/api/marketing_custom_return_visit_template.ts b/src/api/marketing_custom_return_visit_template.ts deleted file mode 100644 index f2c812b96..000000000 --- a/src/api/marketing_custom_return_visit_template.ts +++ /dev/null @@ -1,45 +0,0 @@ -import request from '@/utils/request' - -// 市场经营--客户回访模板列表 -export function apiMarketingCustomReturnVisitTemplateLists(params: any) { - return request.get({ url: '/marketing.marketing_custom_return_visit_template/lists', params }) -} - -// 添加市场经营--客户回访模板 -export function apiMarketingCustomReturnVisitTemplateAdd(params: any) { - return request.post({ url: '/marketing.marketing_custom_return_visit_template/add', params }) -} - -// 编辑市场经营--客户回访模板 -export function apiMarketingCustomReturnVisitTemplateEdit(params: any) { - return request.post({ url: '/marketing.marketing_custom_return_visit_template/edit', params }) -} - -// 删除市场经营--客户回访模板 -export function apiMarketingCustomReturnVisitTemplateDelete(params: any) { - return request.post({ url: '/marketing.marketing_custom_return_visit_template/delete', params }) -} - -// 市场经营--客户回访模板详情 -export function apiMarketingCustomReturnVisitTemplateDetail(params: any) { - return request.get({ url: '/marketing.marketing_custom_return_visit_template/detail', params }) -} - - -// 市场经营--客户回访模板列表 -export function apiMarketingCustomReturnVisitTemplateDetailLists(params: any) { - return request.get({ url: '/marketing.marketing_custom_return_visit_template_detail/lists', params }) -} - - - -// 删除市场经营--客户回访模板 -export function apiMarketingCustomReturnVisitTemplateDetailDelete(params: any) { - return request.post({ url: '/marketing.marketing_custom_return_visit_template_detail/delete', params }) -} - - -// 市场经营--客户回访模板列表 -export function apiMarketingCustomReturnVisitTemplateSearch(params: any) { - return request.get({ url: '/marketing.marketing_custom_return_visit_template/datas', params }) -} \ No newline at end of file diff --git a/src/api/marketing_framework_agreement.ts b/src/api/marketing_framework_agreement.ts deleted file mode 100644 index 2dc498d49..000000000 --- a/src/api/marketing_framework_agreement.ts +++ /dev/null @@ -1,35 +0,0 @@ -import request from '@/utils/request' - -// 市场经营--项目备案明细列表 -export function apimketingFrameworkAgreementLists(params: any) { - return request.get({ url: '/marketing.marketing_framework_agreement/lists', params }) -} - -// 添加市场经营--项目备案明细 -export function apimketingFrameworkAgreementAdd(params: any) { - return request.post({ url: '/marketing.marketing_framework_agreement/add', params }) -} - -// 编辑市场经营--项目备案明细 -export function apimketingFrameworkAgreementEdit(params: any) { - return request.post({ url: '/marketing.marketing_framework_agreement/edit', params }) -} - -// 删除市场经营--项目备案明细 -export function apimketingFrameworkAgreementDelete(params: any) { - return request.post({ url: '/marketing.marketing_framework_agreement/delete', params }) -} - -// 市场经营--项目备案明细详情 -export function apimketingFrameworkAgreementDetail(params: any) { - return request.get({ url: '/marketing.marketing_framework_agreement/detail', params }) -} - -// 市场经营--项目备案明细列表 -export function apimarketingFrameworkAgreementFlows(params: any) { - return request.get({ url: '/marketing.marketing_framework_agreement/flows', params }) -} -// 市场经营--项目备案明细列表 -export function apimarketingFrameworkAgreementApprove(params: any) { - return request.post({ url: '/marketing.marketing_framework_agreement/approve', params }) -} \ No newline at end of file diff --git a/src/api/marketing_handover_contract.ts b/src/api/marketing_handover_contract.ts deleted file mode 100644 index 9665f7057..000000000 --- a/src/api/marketing_handover_contract.ts +++ /dev/null @@ -1,12 +0,0 @@ -import request from '@/utils/request' - -// 市场经营--项目备案明细列表 -export function apiMarketingHandoverContractLists(params: any) { - return request.get({ url: '/marketing.marketing_handover_contract/lists', params }) -} - -// 添加市场经营--项目备案明细 -export function apiMarketingHandoverContractHandover(params: any) { - return request.post({ url: '/marketing.marketing_handover_contract/handover', params }) -} - diff --git a/src/api/marketing_project_filing.ts b/src/api/marketing_project_filing.ts deleted file mode 100644 index 3fdd26055..000000000 --- a/src/api/marketing_project_filing.ts +++ /dev/null @@ -1,65 +0,0 @@ -import request from "@/utils/request"; - -// 市场经营--项目备案列表 -export function apiMarketingProjectFilingLists(params: any) { - return request.get({ - url: "/marketing.marketing_project_filing/lists", - params, - }); -} - -// 添加市场经营--项目备案 -export function apiMarketingProjectFilingAdd(params: any) { - return request.post({ - url: "/marketing.marketing_project_filing/add", - params, - }); -} - -// 编辑市场经营--项目备案 -export function apiMarketingProjectFilingEdit(params: any) { - return request.post({ - url: "/marketing.marketing_project_filing/edit", - params, - }); -} - -// 删除市场经营--项目备案 -export function apiMarketingProjectFilingDelete(params: any) { - return request.post({ - url: "/marketing.marketing_project_filing/delete", - params, - }); -} - -// 市场经营--项目备案详情 -export function apiMarketingProjectFilingDetail(params: any) { - return request.get({ - url: "/marketing.marketing_project_filing/detail", - params, - }); -} - -// 市场经营-- -export function apiMarketingProjectFilingDetailDelete(params: any) { - return request.post({ - url: "/marketing.marketing_project_filing_detail/delete", - params, - }); -} - -// 市场经营--项目备案详情 -export function apiMarketingProjectFilingDetailLists(params: any) { - return request.get({ - url: "/marketing.marketing_project_filing_detail/lists", - params, - }); -} - -// 市场经营--项目备案列表 -export function apiMarketingProjectFilingSearch(params: any) { - return request.get({ - url: "/marketing.marketing_project_filing/datas", - params, - }); -} diff --git a/src/api/marketing_project_filing_detail.ts b/src/api/marketing_project_filing_detail.ts deleted file mode 100644 index 79f02564c..000000000 --- a/src/api/marketing_project_filing_detail.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 市场经营--项目备案明细列表 -export function apiMarketingProjectFilingDetailLists(params: any) { - return request.get({ url: '/marketing.marketing_project_filing_detail/lists', params }) -} - -// 添加市场经营--项目备案明细 -export function apiMarketingProjectFilingDetailAdd(params: any) { - return request.post({ url: '/marketing.marketing_project_filing_detail/add', params }) -} - -// 编辑市场经营--项目备案明细 -export function apiMarketingProjectFilingDetailEdit(params: any) { - return request.post({ url: '/marketing.marketing_project_filing_detail/edit', params }) -} - -// 删除市场经营--项目备案明细 -export function apiMarketingProjectFilingDetailDelete(params: any) { - return request.post({ url: '/marketing.marketing_project_filing_detail/delete', params }) -} - -// 市场经营--项目备案明细详情 -export function apiMarketingProjectFilingDetailDetail(params: any) { - return request.get({ url: '/marketing.marketing_project_filing_detail/detail', params }) -} \ No newline at end of file diff --git a/src/api/marketing_reflux_contract.ts b/src/api/marketing_reflux_contract.ts deleted file mode 100644 index a6ccbc452..000000000 --- a/src/api/marketing_reflux_contract.ts +++ /dev/null @@ -1,15 +0,0 @@ -import request from "@/utils/request"; - -export function apiMarketingRefluxContractLists(params: any) { - return request.get({ - url: "/marketing.marketing_contract_reflux/lists", - params, - }); -} - -export function apiMarketingRefluxContractReflux(params: any) { - return request.post({ - url: "/marketing.marketing_contract_reflux/reflux", - params, - }); -} diff --git a/src/api/marketing_supplementary_agreement.ts b/src/api/marketing_supplementary_agreement.ts deleted file mode 100644 index f643e94b1..000000000 --- a/src/api/marketing_supplementary_agreement.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 市场经营--项目备案列表 -export function apiMarketingSupplementaryAgreementLists(params: any) { - return request.get({ url: '/marketing.marketing_supplementary_agreement/lists', params }) -} - -// 添加市场经营--项目备案 -export function apiMarketingSupplementaryAgreementAdd(params: any) { - return request.post({ url: '/marketing.marketing_supplementary_agreement/add', params }) -} - -// 编辑市场经营--项目备案 -export function apiMarketingSupplementaryAgreementEdit(params: any) { - return request.post({ url: '/marketing.marketing_supplementary_agreement/edit', params }) -} - -// 删除市场经营--项目备案 -export function apiMarketingSupplementaryAgreementDelete(params: any) { - return request.post({ url: '/marketing.marketing_supplementary_agreement/delete', params }) -} - -// 市场经营--项目备案详情 -export function apiMarketingSupplementaryAgreementDetail(params: any) { - return request.get({ url: '/marketing.marketing_supplementary_agreement/detail', params }) -} \ No newline at end of file diff --git a/src/api/oa/oaSelfExamine.ts b/src/api/oa/oaSelfExamine.ts new file mode 100644 index 000000000..bab269428 --- /dev/null +++ b/src/api/oa/oaSelfExamine.ts @@ -0,0 +1,36 @@ +import request from "@/utils/request"; + +// 自评记录列表 +export function apiOaSelfExamineLists(params: any) { + return request.get({ url: "/jxgl/oaSelfExamine/lists", params }, { urlPrefix: 'oa' }); +} + +// 添加自评记录 +export function apiOaSelfExamineAdd(params: any) { + return request.post({ url: "/jxgl/oaSelfExamine/add", params }, { urlPrefix: 'oa' }); +} + +// 编辑自评记录 +export function apiOaSelfExamineEdit(params: any) { + return request.post({ url: "/jxgl/oaSelfExamine/edit", params }, { urlPrefix: 'oa' }); +} + +// 删除自评记录 +export function apiOaSelfExamineDelete(params: any) { + return request.post({ url: "/jxgl/oaSelfExamine/delete", params }, { urlPrefix: 'oa' }); +} + +// 自评记录详情 +export function apiOaSelfExamineDetail(params: any) { + return request.get({ url: "/jxgl/oaSelfExamine/detail", params }, { urlPrefix: 'oa' }); +} + +// 删除自评记录 +export function apidelete_detail(params: any) { + return request.post({ url: "/jxgl/oaSelfExamine/delete_detail", params }, { urlPrefix: 'oa' }); +} + +// 自评记录列表 +export function apioa_examine_allLists(params: any) { + return request.get({ url: "/jxgl/oaExamineAll/lists", params }, { urlPrefix: 'oa' }); +} diff --git a/src/api/oa_Initiate.ts b/src/api/oa/oa_Initiate.ts similarity index 100% rename from src/api/oa_Initiate.ts rename to src/api/oa/oa_Initiate.ts diff --git a/src/api/oa_car_cate.ts b/src/api/oa/oa_car_cate.ts similarity index 100% rename from src/api/oa_car_cate.ts rename to src/api/oa/oa_car_cate.ts diff --git a/src/api/oa_department_change.ts b/src/api/oa/oa_department_change.ts similarity index 100% rename from src/api/oa_department_change.ts rename to src/api/oa/oa_department_change.ts diff --git a/src/api/oa/oa_examine.ts b/src/api/oa/oa_examine.ts new file mode 100644 index 000000000..4f8dbebc3 --- /dev/null +++ b/src/api/oa/oa_examine.ts @@ -0,0 +1,32 @@ +import request from "@/utils/request"; + +// 我申请的 +export function apiExpenseList(params : any) { + return request.get({ url: "/jxgl/oaExamine/lists", params }, { urlPrefix: 'oa' }); +} + +// 我申请的 +export function apiExpenseDetail(params : any) { + return request.get({ url: "/jxgl/oaExamine/detail", params }, { urlPrefix: 'oa' }); +} + +// 审核 +export function apiExpenseAdd(params : any) { + return request.post({ url: "/jxgl/oaExamine/add", params }, { urlPrefix: 'oa' }); +} + +// 审核 +export function apiExpenseDelete(params : any) { + return request.post({ url: "/jxgl/oaExamine/delete", params }, { urlPrefix: 'oa' }); +} + +export function apiExpenseEdit(params : any) { + return request.post({ url: "/jxgl/oaExamine/edit", params }, { urlPrefix: 'oa' }); +} + +export function apiExpensedelete_detail(params : any) { + return request.post({ + url: "/jxgl/oaExamine/delete_detail", + params, + }, { urlPrefix: 'oa' }); +} \ No newline at end of file diff --git a/src/api/oa/oa_examine_temp_item.ts b/src/api/oa/oa_examine_temp_item.ts new file mode 100644 index 000000000..2d3c1d17f --- /dev/null +++ b/src/api/oa/oa_examine_temp_item.ts @@ -0,0 +1,34 @@ +import request from "@/utils/request"; + +// 考核模板-考核项列表 +export function apiOaExamineTempLists(params : any) { + return request.get({ url: "/jxgl/oaExamineTemp/lists", params }, { urlPrefix: 'oa' }); +} + +// 添加考核模板-考核项 +export function apiOaExamineTempAdd(params : any) { + return request.post({ url: "/jxgl/oaExamineTemp/add", params }, { urlPrefix: 'oa' }); +} + +// 编辑考核模板-考核项 +export function apiOaExamineTempEdit(params : any) { + return request.post({ url: "/jxgl/oaExamineTemp/edit", params }, { urlPrefix: 'oa' }); +} + +// 删除考核模板-考核项 +export function apiOaExamineTempDelete(params : any) { + return request.post({ url: "/jxgl/oaExamineTemp/delete", params }, { urlPrefix: 'oa' }); +} + +// 考核模板-考核项详情 +export function apiOaExamineTempDetail(params : any) { + return request.get({ url: "/jxgl/oaExamineTemp/detail", params }, { urlPrefix: 'oa' }); +} + +// 考核模板-考核项详情 +export function apiOaExamineTempItemDetail(params : any) { + return request.post({ + url: "/jxgl/oaExamineTemp/delete_item", + params, + }, { urlPrefix: 'oa' }); +} \ No newline at end of file diff --git a/src/api/oa_financial.ts b/src/api/oa/oa_financial.ts similarity index 100% rename from src/api/oa_financial.ts rename to src/api/oa/oa_financial.ts diff --git a/src/api/oa_flow.ts b/src/api/oa/oa_flow.ts similarity index 100% rename from src/api/oa_flow.ts rename to src/api/oa/oa_flow.ts diff --git a/src/api/oa_flow_type.ts b/src/api/oa/oa_flow_type.ts similarity index 100% rename from src/api/oa_flow_type.ts rename to src/api/oa/oa_flow_type.ts diff --git a/src/api/oa/oa_message.ts b/src/api/oa/oa_message.ts new file mode 100644 index 000000000..8b53ab73e --- /dev/null +++ b/src/api/oa/oa_message.ts @@ -0,0 +1,31 @@ +import request from "@/utils/request"; + +// 消息表列表 +export function apiOaMessageLists(params : any) { + return request.get({ url: "/works/oaMessage/lists", params }, { urlPrefix: 'oa' }); +} + +// 添加消息表 +export function apiOaMessageAdd(params : any) { + return request.post({ url: "/works/oaMessage/add", params }, { urlPrefix: 'oa' }); +} + +// 编辑消息表 +export function apiOaMessageEdit(params : any) { + return request.post({ url: "/works/oaMessage/edit", params }, { urlPrefix: 'oa' }); +} + +// 删除消息表 +export function apiOaMessageDelete(params : any) { + return request.post({ url: "/works/oaMessage/delete", params }, { urlPrefix: 'oa' }); +} + +// 消息表详情 +export function apiOaMessageDetail(params : any) { + return request.get({ url: "/works/oaMessage/detail", params }, { urlPrefix: 'oa' }); +} + +// 消息表详情 +export function apiOaMsgNums(params : any) { + return request.get({ url: "/index/index", params }, { urlPrefix: 'oa' }); +} \ No newline at end of file diff --git a/src/api/oa_personal_quit.ts b/src/api/oa/oa_personal_quit.ts similarity index 100% rename from src/api/oa_personal_quit.ts rename to src/api/oa/oa_personal_quit.ts diff --git a/src/api/oa_plan.ts b/src/api/oa/oa_plan.ts similarity index 100% rename from src/api/oa_plan.ts rename to src/api/oa/oa_plan.ts diff --git a/src/api/oa_schedule.ts b/src/api/oa/oa_schedule.ts similarity index 100% rename from src/api/oa_schedule.ts rename to src/api/oa/oa_schedule.ts diff --git a/src/api/oa_work.ts b/src/api/oa/oa_work.ts similarity index 100% rename from src/api/oa_work.ts rename to src/api/oa/oa_work.ts diff --git a/src/api/oaSelfExamine.ts b/src/api/oaSelfExamine.ts deleted file mode 100644 index dd9e2724b..000000000 --- a/src/api/oaSelfExamine.ts +++ /dev/null @@ -1,36 +0,0 @@ -import request from "@/utils/request"; - -// 自评记录列表 -export function apiOaSelfExamineLists(params: any) { - return request.get({ url: "/jxgl.oa_self_examine/lists", params }); -} - -// 添加自评记录 -export function apiOaSelfExamineAdd(params: any) { - return request.post({ url: "/jxgl.oa_self_examine/add", params }); -} - -// 编辑自评记录 -export function apiOaSelfExamineEdit(params: any) { - return request.post({ url: "/jxgl.oa_self_examine/edit", params }); -} - -// 删除自评记录 -export function apiOaSelfExamineDelete(params: any) { - return request.post({ url: "/jxgl.oa_self_examine/delete", params }); -} - -// 自评记录详情 -export function apiOaSelfExamineDetail(params: any) { - return request.get({ url: "/jxgl.oa_self_examine/detail", params }); -} - -// 删除自评记录 -export function apidelete_detail(params: any) { - return request.post({ url: "/jxgl.oa_self_examine/delete_detail", params }); -} - -// 自评记录列表 -export function apioa_examine_allLists(params: any) { - return request.get({ url: "/jxgl.oa_examine_all/lists", params }); -} diff --git a/src/api/oa_examine_temp_item.ts b/src/api/oa_examine_temp_item.ts deleted file mode 100644 index c664dac27..000000000 --- a/src/api/oa_examine_temp_item.ts +++ /dev/null @@ -1,34 +0,0 @@ -import request from "@/utils/request"; - -// 考核模板-考核项列表 -export function apiOaExamineTempLists(params: any) { - return request.get({ url: "/jxgl.oa_examine_temp/lists", params }); -} - -// 添加考核模板-考核项 -export function apiOaExamineTempAdd(params: any) { - return request.post({ url: "/jxgl.oa_examine_temp/add", params }); -} - -// 编辑考核模板-考核项 -export function apiOaExamineTempEdit(params: any) { - return request.post({ url: "/jxgl.oa_examine_temp/edit", params }); -} - -// 删除考核模板-考核项 -export function apiOaExamineTempDelete(params: any) { - return request.post({ url: "/jxgl.oa_examine_temp/delete", params }); -} - -// 考核模板-考核项详情 -export function apiOaExamineTempDetail(params: any) { - return request.get({ url: "/jxgl.oa_examine_temp/detail", params }); -} - -// 考核模板-考核项详情 -export function apiOaExamineTempItemDetail(params: any) { - return request.post({ - url: "/jxgl.oa_examine_temp/delete_item", - params, - }); -} diff --git a/src/api/paymentplan.ts b/src/api/paymentplan.ts deleted file mode 100644 index 0c62dd212..000000000 --- a/src/api/paymentplan.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 付款计划表列表 -export function paymentplanLists(params: any) { - return request.get({ url: '/finance.finance_payment_plan/lists', params }) -} - -// 添加付款计划 -export function paymentplanAdd(params: any) { - return request.post({ url: '/finance.finance_payment_plan/add', params }) -} - -// 编辑付款计划 -export function paymentplanEdit(params: any) { - return request.post({ url: '/finance.finance_payment_plan/edit', params }) -} - -// 删除付款计划 -export function paymentplanDelete(params: any) { - return request.post({ url: '/finance.finance_payment_plan/delete', params }) -} - -// 付款计划详情 -export function paymentplanDetail(params: any) { - return request.get({ url: '/finance.finance_payment_plan/detail', params }) -} diff --git a/src/api/procurement_contract.ts b/src/api/procurement_contract.ts deleted file mode 100644 index 2de6336fc..000000000 --- a/src/api/procurement_contract.ts +++ /dev/null @@ -1,30 +0,0 @@ -import request from "@/utils/request"; - -// 采购合同列表 -export function apiProcurementContractLists(params: any) { - return request.get({ url: "/contract.procurement_contract/lists", params }); -} - -// 添加采购合同 -export function apiProcurementContractAdd(params: any) { - return request.post({ url: "/contract.procurement_contract/add", params }); -} - -// 编辑采购合同 -export function apiProcurementContractEdit(params: any) { - return request.post({ url: "/contract.procurement_contract/edit", params }); -} - -// 删除采购合同 -export function apiProcurementContractDelete(params: any) { - return request.post({ url: "/contract.procurement_contract/delete", params }); -} - -// 采购合同详情 -export function apiProcurementContractDetail(params: any) { - return request.get({ url: "/contract.procurement_contract/detail", params }); -} - -export function apiProcurementContractSearch(params: any) { - return request.get({ url: "/contract.procurement_contract/datas", params }); -} diff --git a/src/api/project_attendance_record.ts b/src/api/project_attendance_record.ts deleted file mode 100644 index bb1bb58e0..000000000 --- a/src/api/project_attendance_record.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 考勤记录表列表 -export function attendanceRecordLists(params: any) { - return request.get({ url: '/project.project_attendance_record/lists', params }) -} - -// 添加考勤记录 -export function attendanceRecordAdd(params: any) { - return request.post({ url: '/project.project_attendance_record/add', params }) -} - -// 编辑考勤记录 -export function attendanceRecordEdit(params: any) { - return request.post({ url: '/project.project_attendance_record/edit', params }) -} - -// 删除考勤记录 -export function attendanceRecordDelete(params: any) { - return request.post({ url: '/project.project_attendance_record/delete', params }) -} - -// 考勤记录详情 -export function attendanceRecordDetail(params: any) { - return request.get({ url: '/project.project_attendance_record/detail', params }) -} diff --git a/src/api/subcontracting_contract.ts b/src/api/subcontracting_contract.ts deleted file mode 100644 index f4130cb2a..000000000 --- a/src/api/subcontracting_contract.ts +++ /dev/null @@ -1,45 +0,0 @@ -import request from "@/utils/request"; - -// 分包合同列表 -export function apiSubcontractingContractLists(params: any) { - return request.get({ - url: "/contract.subcontracting_contract/lists", - params, - }); -} - -// 添加分包合同 -export function apiSubcontractingContractAdd(params: any) { - return request.post({ url: "/contract.subcontracting_contract/add", params }); -} - -// 编辑分包合同 -export function apiSubcontractingContractEdit(params: any) { - return request.post({ - url: "/contract.subcontracting_contract/edit", - params, - }); -} - -// 删除分包合同 -export function apiSubcontractingContractDelete(params: any) { - return request.post({ - url: "/contract.subcontracting_contract/delete", - params, - }); -} - -// 分包合同详情 -export function apiSubcontractingContractDetail(params: any) { - return request.get({ - url: "/contract.subcontracting_contract/detail", - params, - }); -} - -export function apiSubcontractingContractSearch(params: any) { - return request.get({ - url: "/contract.subcontracting_contract/datas", - params, - }); -} diff --git a/src/api/supervision_check_item.ts b/src/api/supervision_check_item.ts deleted file mode 100644 index 2eb19c0a0..000000000 --- a/src/api/supervision_check_item.ts +++ /dev/null @@ -1,34 +0,0 @@ -import request from '@/utils/request' - -// 工程监理--新增检查项列表 -export function apiSupervisionCheckItemLists(params: any) { - return request.get({ url: '/supervision_work.supervision_check_item/lists', params }) -} - -// 添加工程监理--新增检查项 -export function apiSupervisionCheckItemAdd(params: any) { - return request.post({ url: '/supervision_work.supervision_check_item/add', params }) -} - -// 编辑工程监理--新增检查项 -export function apiSupervisionCheckItemEdit(params: any) { - return request.post({ url: '/supervision_work.supervision_check_item/edit', params }) -} - -// 删除工程监理--新增检查项 -export function apiSupervisionCheckItemDelete(params: any) { - return request.post({ url: '/supervision_work.supervision_check_item/delete', params }) -} - -// 工程监理--新增检查项详情 -export function apiSupervisionCheckItemDetail(params: any) { - return request.get({ url: '/supervision_work.supervision_check_item/detail', params }) -} - -export function apisupervision_check_item_detailLists(params: any) { - return request.get({ url: '/supervision_work.supervision_check_item_detail/lists', params }) -} - -export function apisupervision_check_item_detail_delete(params: any) { - return request.post({ url: '/supervision_work.supervision_check_item_detail/delete', params }) -} \ No newline at end of file diff --git a/src/api/supervision_dangerous_engineering_monitoring.ts b/src/api/supervision_dangerous_engineering_monitoring.ts deleted file mode 100644 index b058c67a0..000000000 --- a/src/api/supervision_dangerous_engineering_monitoring.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 工程监理--危大工程监控列表 -export function apiSupervisionDangerousEngineeringMonitoringLists(params: any) { - return request.get({ url: '/supervision_dangerous.supervision_dangerous_engineering_monitoring/lists', params }) -} - -// 添加工程监理--危大工程监控 -export function apiSupervisionDangerousEngineeringMonitoringAdd(params: any) { - return request.post({ url: '/supervision_dangerous.supervision_dangerous_engineering_monitoring/add', params }) -} - -// 编辑工程监理--危大工程监控 -export function apiSupervisionDangerousEngineeringMonitoringEdit(params: any) { - return request.post({ url: '/supervision_dangerous.supervision_dangerous_engineering_monitoring/edit', params }) -} - -// 删除工程监理--危大工程监控 -export function apiSupervisionDangerousEngineeringMonitoringDelete(params: any) { - return request.post({ url: '/supervision_dangerous.supervision_dangerous_engineering_monitoring/delete', params }) -} - -// 工程监理--危大工程监控详情 -export function apiSupervisionDangerousEngineeringMonitoringDetail(params: any) { - return request.get({ url: '/supervision_dangerous.supervision_dangerous_engineering_monitoring/detail', params }) -} \ No newline at end of file diff --git a/src/api/supervision_material_entry.ts b/src/api/supervision_material_entry.ts deleted file mode 100644 index 7ae45f116..000000000 --- a/src/api/supervision_material_entry.ts +++ /dev/null @@ -1,63 +0,0 @@ -import request from "@/utils/request"; - -// 工程监理--材料进场列表 -export function apiSupervisionMaterialEntryLists(params: any) { - return request.get({ - url: "/supervision_work.supervision_material_entry/lists", - params, - }); -} - -// 添加工程监理--材料进场 -export function apiSupervisionMaterialEntryAdd(params: any) { - return request.post({ - url: "/supervision_work.supervision_material_entry/add", - params, - }); -} - -// 编辑工程监理--材料进场 -export function apiSupervisionMaterialEntryEdit(params: any) { - return request.post({ - url: "/supervision_work.supervision_material_entry/edit", - params, - }); -} - -// 删除工程监理--材料进场 -export function apiSupervisionMaterialEntryDelete(params: any) { - return request.post({ - url: "/supervision_work.supervision_material_entry/delete", - params, - }); -} - -// 工程监理--材料进场详情 -export function apiSupervisionMaterialEntryDetail(params: any) { - return request.get({ - url: "/supervision_work.supervision_material_entry/detail", - params, - }); -} - -// 工程监理--材料进场详情 -export function apisupervision_material_entry_detail(params: any) { - return request.get({ - url: "/supervision_work.supervision_material_entry_detail/lists", - params, - }); -} - -export function apisupervision_material_entry_detail_delete(params: any) { - return request.post({ - url: "/supervision_work.supervision_material_entry_detail/delete", - params, - }); -} - -export function apiSupervisionMaterialEntrySearch(params: any) { - return request.post({ - url: "/supervision_work.supervision_material_entry/datas", - params, - }); -} diff --git a/src/api/supervision_material_equipment_info.ts b/src/api/supervision_material_equipment_info.ts deleted file mode 100644 index 0f3cbd7bc..000000000 --- a/src/api/supervision_material_equipment_info.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 工程监理--材料设备信息列表 -export function apiSupervisionMaterialEquipmentInfoLists(params: any) { - return request.get({ url: '/supervision_work.supervision_material_equipment_info/lists', params }) -} - -// 添加工程监理--材料设备信息 -export function apiSupervisionMaterialEquipmentInfoAdd(params: any) { - return request.post({ url: '/supervision_work.supervision_material_equipment_info/add', params }) -} - -// 编辑工程监理--材料设备信息 -export function apiSupervisionMaterialEquipmentInfoEdit(params: any) { - return request.post({ url: '/supervision_work.supervision_material_equipment_info/edit', params }) -} - -// 删除工程监理--材料设备信息 -export function apiSupervisionMaterialEquipmentInfoDelete(params: any) { - return request.post({ url: '/supervision_work.supervision_material_equipment_info/delete', params }) -} - -// 工程监理--材料设备信息详情 -export function apiSupervisionMaterialEquipmentInfoDetail(params: any) { - return request.get({ url: '/supervision_work.supervision_material_equipment_info/detail', params }) -} \ No newline at end of file diff --git a/src/api/supervision_participating_units.ts b/src/api/supervision_participating_units.ts deleted file mode 100644 index 47770ae1c..000000000 --- a/src/api/supervision_participating_units.ts +++ /dev/null @@ -1,57 +0,0 @@ -import request from "@/utils/request"; - -// 工程监理--参建单位列表 -export function apiSupervisionParticipatingUnitsLists(params: any) { - return request.get({ - url: "/supervision_project.supervision_participating_units/lists", - params, - }); -} - -// 添加工程监理--参建单位 -export function apiSupervisionParticipatingUnitsAdd(params: any) { - return request.post({ - url: "/supervision_project.supervision_participating_units/add", - params, - }); -} - -// 编辑工程监理--参建单位 -export function apiSupervisionParticipatingUnitsEdit(params: any) { - return request.post({ - url: "/supervision_project.supervision_participating_units/edit", - params, - }); -} - -// 删除工程监理--参建单位 -export function apiSupervisionParticipatingUnitsDelete(params: any) { - return request.post({ - url: "/supervision_project.supervision_participating_units/delete", - params, - }); -} - -// 工程监理--参建单位详情 -export function apiSupervisionParticipatingUnitsDetail(params: any) { - return request.get({ - url: "/supervision_project.supervision_participating_units/detail", - params, - }); -} - -// 工程监理--参建单位列表 -export function supervision_participating_units_contactsapi(params: any) { - return request.get({ - url: "/supervision_project.supervision_participating_units_contacts/lists", - params, - }); -} - -//apiSupervisionParticipatingUnitsSearch -export function apiSupervisionParticipatingUnitsSearch(params: any) { - return request.get({ - url: "/supervision_project.supervision_participating_units/datas", - params, - }); -} diff --git a/src/api/supervision_participating_units_qualifications.ts b/src/api/supervision_participating_units_qualifications.ts deleted file mode 100644 index d9fff47ec..000000000 --- a/src/api/supervision_participating_units_qualifications.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 工程监理--参建单位资质列表 -export function apiSupervisionParticipatingUnitsQualificationsLists(params: any) { - return request.get({ url: '/supervision_qualification_review.supervision_participating_units_qualifications/lists', params }) -} - -// 添加工程监理--参建单位资质 -export function apiSupervisionParticipatingUnitsQualificationsAdd(params: any) { - return request.post({ url: '/supervision_qualification_review.supervision_participating_units_qualifications/add', params }) -} - -// 编辑工程监理--参建单位资质 -export function apiSupervisionParticipatingUnitsQualificationsEdit(params: any) { - return request.post({ url: '/supervision_qualification_review.supervision_participating_units_qualifications/edit', params }) -} - -// 删除工程监理--参建单位资质 -export function apiSupervisionParticipatingUnitsQualificationsDelete(params: any) { - return request.post({ url: '/supervision_qualification_review.supervision_participating_units_qualifications/delete', params }) -} - -// 工程监理--参建单位资质详情 -export function apiSupervisionParticipatingUnitsQualificationsDetail(params: any) { - return request.get({ url: '/supervision_qualification_review.supervision_participating_units_qualifications/detail', params }) -} \ No newline at end of file diff --git a/src/api/supervision_project.ts b/src/api/supervision_project.ts deleted file mode 100644 index 38593ff98..000000000 --- a/src/api/supervision_project.ts +++ /dev/null @@ -1,48 +0,0 @@ -import request from "@/utils/request"; - -// 工程监理--监理项目信息列表 -export function apiSupervisionProjectLists(params: any) { - return request.get({ - url: "/supervision_project.supervision_project/lists", - params, - }); -} - -// 添加工程监理--监理项目信息 -export function apiSupervisionProjectAdd(params: any) { - return request.post({ - url: "/supervision_project.supervision_project/add", - params, - }); -} - -// 编辑工程监理--监理项目信息 -export function apiSupervisionProjectEdit(params: any) { - return request.post({ - url: "/supervision_project.supervision_project/edit", - params, - }); -} - -// 删除工程监理--监理项目信息 -export function apiSupervisionProjectDelete(params: any) { - return request.post({ - url: "/supervision_project.supervision_project/delete", - params, - }); -} - -// 工程监理--监理项目信息详情 -export function apiSupervisionProjectDetail(params: any) { - return request.get({ - url: "/supervision_project.supervision_project/detail", - params, - }); -} - -export function apiSupervisionProjectSearch(params: any) { - return request.get({ - url: "/supervision_project.supervision_project/datas", - params, - }); -} diff --git a/src/api/suppler_list.ts b/src/api/suppler_list.ts deleted file mode 100644 index b82962749..000000000 --- a/src/api/suppler_list.ts +++ /dev/null @@ -1,30 +0,0 @@ -import request from "@/utils/request"; - -// 供应商表列表 -export function apisupplierLists(params: any) { - return request.get({ url: "/supplier.supplier/lists", params }); -} - -// 添加供应商 -export function apisupplierAdd(params: any) { - return request.post({ url: "/supplier.supplier/add", params }); -} - -// 编辑供应商 -export function apisupplierEdit(params: any) { - return request.post({ url: "/supplier.supplier/edit", params }); -} - -// 删除供应商 -export function apisupplierDelete(params: any) { - return request.post({ url: "/supplier.supplier/delete", params }); -} - -// 供应商详情 -export function apisupplierDetail(params: any) { - return request.get({ url: "/supplier.supplier/detail", params }); -} - -export function apiSupplierSearch(params: any) { - return request.get({ url: "/supplier.supplier/datas", params }); -} diff --git a/src/api/supplier.ts b/src/api/supplier.ts deleted file mode 100644 index 01c7448bf..000000000 --- a/src/api/supplier.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 供应商户表列表 -export function apiSupplierLists(params: any) { - return request.get({ url: '/supplier/supplier/lists', params }) -} - -// 添加供应商户表 -export function apiSupplierAdd(params: any) { - return request.post({ url: '/supplier/supplier/add', params }) -} - -// 编辑供应商户表 -export function apiSupplierEdit(params: any) { - return request.post({ url: '/supplier/supplier/edit', params }) -} - -// 删除供应商户表 -export function apiSupplierDelete(params: any) { - return request.post({ url: '/supplier/supplier/delete', params }) -} - -// 供应商户表详情 -export function apiSupplierDetail(params: any) { - return request.get({ url: '/supplier/supplier/detail', params }) -} \ No newline at end of file diff --git a/src/api/task_allocation.ts b/src/api/task_allocation.ts deleted file mode 100644 index 16fe6cb13..000000000 --- a/src/api/task_allocation.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 任务分配列表 -export function apiTaskAllocationLists(params: any) { - return request.get({ url: '/task.task_allocation/lists', params }) -} - -// 添加任务分配 -export function apiTaskAllocationAdd(params: any) { - return request.post({ url: '/task.task_allocation/add', params }) -} - -// 编辑任务分配 -export function apiTaskAllocationEdit(params: any) { - return request.post({ url: '/task.task_allocation/edit', params }) -} - -// 删除任务分配 -export function apiTaskAllocationDelete(params: any) { - return request.post({ url: '/task.task_allocation/delete', params }) -} - -// 任务分配详情 -export function apiTaskAllocationDetail(params: any) { - return request.get({ url: '/task.task_allocation/detail', params }) -} \ No newline at end of file diff --git a/src/api/task_detail.ts b/src/api/task_detail.ts deleted file mode 100644 index 821bd4421..000000000 --- a/src/api/task_detail.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 任务明细列表 -export function apiTaskDetailLists(params: any) { - return request.get({ url: '/task_detail/lists', params }) -} - -// 添加任务明细 -export function apiTaskDetailAdd(params: any) { - return request.post({ url: '/task_detail/add', params }) -} - -// 编辑任务明细 -export function apiTaskDetailEdit(params: any) { - return request.post({ url: '/task_detail/edit', params }) -} - -// 删除任务明细 -export function apiTaskDetailDelete(params: any) { - return request.post({ url: '/task_detail/delete', params }) -} - -// 任务明细详情 -export function apiTaskDetailDetail(params: any) { - return request.get({ url: '/task_detail/detail', params }) -} \ No newline at end of file diff --git a/src/api/task_handling_three_level_review.ts b/src/api/task_handling_three_level_review.ts deleted file mode 100644 index 79baaf534..000000000 --- a/src/api/task_handling_three_level_review.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 任务办理与三级审核列表 -export function apiTaskHandlingThreeLevelReviewLists(params: any) { - return request.get({ url: '/task_handling_three_level_review/lists', params }) -} - -// 添加任务办理与三级审核 -export function apiTaskHandlingThreeLevelReviewAdd(params: any) { - return request.post({ url: '/task_handling_three_level_review/add', params }) -} - -// 编辑任务办理与三级审核 -export function apiTaskHandlingThreeLevelReviewEdit(params: any) { - return request.post({ url: '/task_handling_three_level_review/edit', params }) -} - -// 删除任务办理与三级审核 -export function apiTaskHandlingThreeLevelReviewDelete(params: any) { - return request.post({ url: '/task_handling_three_level_review/delete', params }) -} - -// 任务办理与三级审核详情 -export function apiTaskHandlingThreeLevelReviewDetail(params: any) { - return request.get({ url: '/task_handling_three_level_review/detail', params }) -} \ No newline at end of file diff --git a/src/api/task_type.ts b/src/api/task_type.ts deleted file mode 100644 index 67aed889c..000000000 --- a/src/api/task_type.ts +++ /dev/null @@ -1,26 +0,0 @@ -import request from '@/utils/request' - -// 任务类型列表 -export function apiTaskTypeLists(params: any) { - return request.get({ url: '/task.task_type/lists', params }) -} - -// 添加任务类型 -export function apiTaskTypeAdd(params: any) { - return request.post({ url: '/task.task_type/add', params }) -} - -// 编辑任务类型 -export function apiTaskTypeEdit(params: any) { - return request.post({ url: '/task.task_type/edit', params }) -} - -// 删除任务类型 -export function apiTaskTypeDelete(params: any) { - return request.post({ url: '/task.task_type/delete', params }) -} - -// 任务类型详情 -export function apiTaskTypeDetail(params: any) { - return request.get({ url: '/task.task_type/detail', params }) -} \ No newline at end of file diff --git a/src/api/zjzx_invoice.ts b/src/api/zjzx_invoice.ts deleted file mode 100644 index 3d31bc20f..000000000 --- a/src/api/zjzx_invoice.ts +++ /dev/null @@ -1,32 +0,0 @@ -import request from '@/utils/request' - -// 造价咨询--开票台账列表 -export function apiZjzxInvoiceLists(params: any) { - return request.get({ url: '/zjzx_finance.zjzx_invoice/lists', params }) -} - -// 添加造价咨询--开票台账 -export function apiZjzxInvoiceAdd(params: any) { - return request.post({ url: '/zjzx_finance.zjzx_invoice/add', params }) -} - -// 编辑造价咨询--开票台账 -export function apiZjzxInvoiceEdit(params: any) { - return request.post({ url: '/zjzx_finance.zjzx_invoice/edit', params }) -} - -// 删除造价咨询--开票台账 -export function apiZjzxInvoiceDelete(params: any) { - return request.post({ url: '/zjzx_finance.zjzx_invoice/delete', params }) -} - -// 造价咨询--开票台账详情 -export function apiZjzxInvoiceDetail(params: any) { - return request.get({ url: '/zjzx_finance.zjzx_invoice/detail', params }) -} - -// 造价咨询--开票台账列表 -export function apiZjzxInvoiceDatas(params: any) { - return request.get({ url: '/zjzx_finance.zjzx_invoice/datas', params }) -} - diff --git a/src/components/dialogTable/dialogTableConfig.ts b/src/components/dialogTable/dialogTableConfig.ts index 7f0aefb6b..9a6c5ca0a 100644 --- a/src/components/dialogTable/dialogTableConfig.ts +++ b/src/components/dialogTable/dialogTableConfig.ts @@ -16,1040 +16,7 @@ interface Iconfig { tableList: Array; } -import { apiSupervisionProjectLists } from "@/api/supervision_project"; -import { apiSupervisionParticipatingUnitsLists } from "@/api/supervision_participating_units"; -import { apiSupervisionCheckItemLists } from "@/api/supervision_check_item"; -import { apiManageProjectLists } from "@/api/manage_project"; -import { apiSupervisionDangerousEngineeringMonitoringLists } from "@/api/supervision_dangerous_engineering_monitoring"; -import { apiSupervisionMaterialEntryLists } from "@/api/supervision_material_entry"; -import { apiSupervisionParticipatingUnitsQualificationsLists } from "@/api/supervision_participating_units_qualifications"; -import { apiCostApprovedProjectLists } from "@/api/cost_approved_project"; -import { apiCostProjectLists } from "@/api/cost_project"; -import { apiTaskTypeLists } from "@/api/task_type"; -import { apiSupervisionMaterialEquipmentInfoLists } from "@/api/supervision_material_equipment_info"; -import { apiConsultProjectLists } from "@/api/consult_project"; -import { apiZjzxInvoiceLists } from "@/api/zjzx_invoice"; -import { apiSubcontractingContractLists } from "@/api/subcontracting_contract"; -import { apisupplierLists } from "@/api/suppler_list"; - -export const supervision_project: Iconfig = { - fetchFn: apiSupervisionProjectLists, - serchList: [ - { - label: "项目名称", - value: "project_name", - }, - { - label: "项目编号", - value: "project_code", - }, - ], - tableList: [ - { project_name: "项目名称" }, - { project_code: "项目编号" }, - { industry_text: "性质" }, - { build_unit: "建设单位" }, - { build_area_text: "建设区域" }, - { address: "项目地址" }, - { project_level_text: "项目等级" }, - { total_investment: "总投资" }, - { initiation_date: "立项日期" }, - { contract: "关联合同" }, - { contract_amount: "合同金额" }, - { project_overview: "项目概况" }, - { contract_content: "合同服务内容" }, - { project_requirements: "项目要求" }, - { remark: "备注" }, - { supervision_department: "监管部门" }, - { implementation_department: "实施部门" }, - { project_department: "项目部" }, - { engineering_status_text: "工程状态" }, - { project_manager: "项目负责人员" }, - { part_a_unit: "甲方单位" }, - ], -}; - -export const supervision_participating_units: Iconfig = { - fetchFn: apiSupervisionParticipatingUnitsLists, - serchList: [ - { - label: "单位名称", - value: "unit_name", - }, - { - label: "资质等级", - value: "qualification_grade", - }, - ], - tableList: [ - { unit_name: "单位名称" }, - { unit_type_text: "单位类别" }, - { qualification_grade: "资质等级" }, - { telephone: "联系电话" }, - { duty: "责任范围" }, - ], -}; - -export const supervision_check_item: Iconfig = { - fetchFn: apiSupervisionCheckItemLists, - dictData: "check_item_node_type", - serchList: [ - { - label: "节点名称", - value: "node_name", - }, - { - label: "节点类型", - value: "node_type", - select: "check_item_node_type", - }, - ], - tableList: [ - { project_name: "项目名称" }, - { node_name: "节点名称" }, - { node_type_text: "节点类型" }, - { node_code: "节点编号" }, - ], -}; - -export const manage_project: Iconfig = { - fetchFn: apiManageProjectLists, - dictData: "cost_consultation_industry_nature,industry,engineering_status", - serchList: [ - { - label: "项目名称", - value: "project_name", - }, - { - label: "项目编号", - value: "project_code", - }, - { - label: "性质", - value: "nature", - select: "cost_consultation_industry_nature", - }, - { - label: "行业", - value: "industry", - select: "industry", - }, - { - label: "工程状态", - value: "engineering_status", - select: "engineering_status", - }, - ], - tableList: [ - { project_name: "项目名称" }, - { project_code: "项目编号" }, - { nature_text: "性质" }, - { industry_text: "行业" }, - { build_area_text: "建设区域" }, - { project_level_text: "项目级别" }, - { total_investment: "总投资" }, - { engineering_status_text: "工程状态" }, - { implementation_department: "实施部门" }, - { supervision_department: "监管部门" }, - { project_manager: "项目经理" }, - ], -}; - -export const supervision_dangerous_engineering_monitoring: Iconfig = { - fetchFn: apiSupervisionDangerousEngineeringMonitoringLists, - dictData: "partial_project", - serchList: [ - { - label: "危大工程类型", - value: "type", - }, - { - label: "分部分项工程", - value: "partial_project", - select: "partial_project", - }, - { - label: "施工部位", - value: "position", - }, - ], - tableList: [ - { project_name: "项目名称" }, - { type_text: "危大工程类型" }, - { partial_project_text: "分部分项工程" }, - { planned_construction_time: "计划施工时间" }, - { position: "施工部位" }, - ], -}; - -export const supervision_material_entry: Iconfig = { - fetchFn: apiSupervisionMaterialEntryLists, - serchList: [ - { - label: "进场主题", - value: "theme", - }, - { - label: "编号", - value: "code", - }, - ], - tableList: [ - { project_name: "项目名称" }, - { company_name: "采购单位" }, - { theme: "进场主题" }, - { code: "编号" }, - { enter_time: "进场时间" }, - { enter_result_text: "进场结果" }, - { parallel_test_text: "是否平行检验" }, - ], -}; - -export const supervision_material_equipment_info: Iconfig = { - fetchFn: apiSupervisionMaterialEquipmentInfoLists, - serchList: [ - { - label: "材料/设备名称", - value: "name", - }, - { - label: "材料/设备品牌", - value: "brand", - }, - { - label: "合同约定品牌", - value: "contract_brand", - select: [ - { - name: "否", - value: 0, - }, - { - name: "是", - value: 1, - }, - ], - }, - { - label: "类型", - value: "type", - select: [ - { - name: "材料", - value: 0, - }, - { - name: "设备", - value: 1, - }, - ], - }, - ], - tableList: [ - { project_name: "项目名称" }, - { name: "材料/设备名称" }, - { brand: "材料/设备品牌" }, - { model: "型号" }, - { unit: "计数单位" }, - { number: "计划数量" }, - { contract_brand_text: "合同约定品牌" }, - { type_text: "类型" }, - { remark: "备注" }, - ], -}; - -export const supervision_participating_units_qualifications: Iconfig = { - fetchFn: apiSupervisionParticipatingUnitsQualificationsLists, - serchList: [ - { - label: "资质名称", - value: "qualification_name", - }, - { - label: "资质编号", - value: "qualification_number", - }, - ], - tableList: [ - { project_name: "项目名称" }, - { company_name: "所属单位" }, - { qualification_name: "资质名称" }, - { qualification_number: "资质编号" }, - { get_date: "发证日期" }, - { effective_date: "有效日期" }, - { qualification_status_text: "资质状态" }, - { remark: "备注" }, - ], -}; - -export const cost_approved_projects: Iconfig = { - fetchFn: apiCostApprovedProjectLists, - serchList: [ - { - label: "合同名称", - value: "contract_name", - }, - { - label: "合同编号", - value: "contract_code", - }, - ], - tableList: [ - { contract_code: "合同编号" }, - { contract_name: "合同名称" }, - { contract_type_text: "合同类型" }, - { part_a_name: "甲方单位" }, - { part_b: "乙方单位" }, - { project_money: "工程投资" }, - { signed_amount: "签订金额" }, - { signed_dept_name: "签订部门" }, - { business_nature_text: "业务性质" }, - ], -}; - -export const cost_project: Iconfig = { - fetchFn: apiCostProjectLists, - serchList: [ - { - label: "项目编号", - value: "project_num", - }, - { - label: "项目名称", - value: "project_name", - }, - ], - tableList: [ - { project_name: "项目名称" }, - { address: "具体地址" }, - { starting: "计划开始日期" }, - { endtime: "计划结束日期" }, - { jhgq: "计划工期(天)" }, - { person_text: "项目相关人员" }, - { invest: "项目总投资(元)" }, - { budget: "预算造价(元)" }, - { cost: "送审造价(元)" }, - { approval: "审定造价(元)" }, - { aunit: "委托单位" }, - { acontactnum: "联系电话" }, - { date: "登记日期" }, - { generalize: "项目规模及概括" }, - { note: "注意事项" }, - { remark: "备注" }, - ], -}; - -export const task_type: Iconfig = { - fetchFn: apiTaskTypeLists, - dictData: "superior_category", - serchList: [ - { - label: "任务名称", - value: "unit_name", - }, - { - label: "上级类别", - value: "superior_sort", - select: "superior_category", - }, - ], - tableList: [ - { dataid: "标识" }, - { num: "任务编号" }, - { name: "任务名称" }, - { level: "任务级次" }, - { remarks: "备注" }, - ], -}; - -export const consult_project: Iconfig = { - fetchFn: apiConsultProjectLists, - dictData: "", - serchList: [ - { - label: "项目名称", - value: "project_name", - }, - { - label: "项目编号", - value: "project_code", - }, - ], - tableList: [ - { project_name: "项目名称" }, - { project_code: "项目编号" }, - { company: "委托单位" }, - { total_investment: "总投资" }, - { contract: "关联合同" }, - { engineering_status_text: "工程状态" }, - { consult_type_text: "咨询类型" }, - { supervision_department: "监管部门" }, - { implementation_department: "实施部门" }, - { project_manager: "项目负责人员" }, - ], -}; - -export const zjzx_invoice: Iconfig = { - fetchFn: apiZjzxInvoiceLists, - dictData: "zjzx_invoice_type", - serchList: [ - { - label: "开票编号", - value: "invoice_code", - }, - { - label: "发票类型", - value: "invoice_type", - select: "zjzx_invoice_type", - }, - { - label: "开票单位名称", - value: "apply_company", - }, - ], - tableList: [ - { project_name: "项目名称" }, - { invoice_code: "开票编号" }, - { invoice_type_text: "发票类型" }, - { apply_amount: "开票申请金额" }, - ], -}; - -export const subcontracting_contract: Iconfig = { - fetchFn: apiSubcontractingContractLists, - // dictData: "zjzx_invoice_type", - serchList: [ - { - label: "合同编号", - value: "contract_no", - }, - ], - tableList: [ - { supplier_name: "供应商名称" }, - { project_name: "项目名称" }, - { contract_no: "合同编号" }, - { contract_name: "合同名称" }, - { signing_date: "签订日期" }, - { contract_type: "合同类型" }, - { contract_amount: "合同金额" }, - { negotiation_amount: "洽商金额" }, - { excluding_tax_amount: "不含税金额" }, - { reality_contract_amount: "实际合同金额" }, - { has_pay_amount: "已付款金额" }, - { not_pay_amount: "未付款金额" }, - { invoice_amount: "已开票金额" }, - { not_invoice_amount: "未开票金额" }, - { refund_amount: "已退款金额" }, - { settlement_difference: "结算差异" }, - ], -}; - -export const supplier_tab: Iconfig = { - fetchFn: apisupplierLists, - serchList: [ - { - label: "联系人", - value: "contacts", - }, - { - label: "建档人", - value: "create_user_name", - }, - { - label: "供应商编码", - value: "supplier_code", - }, - ], - tableList: [ - { create_user_name: "建档人" }, - { supplier_code: "供应商编码" }, - { supplier_name: "供应商名称" }, - { brand_category: "品牌类别" }, - { supplier_group: "供应商分组" }, - { supplier_category: "供应商分类" }, - { supplier_grade: "供应商等级" }, - { contacts: "联系人" }, - { contacts_sex: "性别" }, - { phone: "电话号码" }, - ], -}; - -import { apiProcurementContractLists } from "@/api/procurement_contract"; -export const procurement_contract: Iconfig = { - fetchFn: apiProcurementContractLists, - serchList: [ - { - label: "合同编号", - value: "contract_no", - }, - ], - tableList: [ - { supplier_name: "供应商名称" }, - { project_name: "项目名称" }, - { contract_name: "合同名称" }, - { contract_type: "合同类型" }, - { signing_date: "签订日期" }, - { contract_amount: "合同金额" }, - { has_pay_amount: "已付款金额" }, - { has_invoice_amount: "已开票金额" }, - { not_pay_amount: "未付款金额" }, - { not_invoice_amount: "未开票金额" }, - { refund_amount: "退款金额" }, - { has_storage_num: "已入库数量" }, - { not_storage_num: "未入库数量" }, - { num: "数量" }, - ], -}; - -import { paymentplanLists } from "@/api/paymentplan"; -export const finance_payment_plan: Iconfig = { - fetchFn: paymentplanLists, - dictData: "pay_status", - serchList: [ - { - label: "状态", - value: "status", - select: "pay_status", - }, - ], - tableList: [ - { supplier_name: "供应商名称" }, - { project_name: "项目名称" }, - { contract_name: "合同名称" }, - { contract_type_text: "合同类型" }, - { pay_date: "计划付款日期" }, - { amount: "金额" }, - { period_text: "期次" }, - { status_text: "状态" }, - { has_payment_amount: "已付款" }, - { not_payment_amount: "未付款" }, - ], -}; - -import { bankaccountLists } from "@/api/bank_account"; -export const bank_account: Iconfig = { - fetchFn: bankaccountLists, - serchList: [ - { - label: "账户编码", - value: "account_sn", - }, - { - label: "账号", - value: "account", - }, - { - label: "开户银行", - value: "deposit_bank", - }, - { - label: "开户名称", - value: "account_name", - }, - ], - tableList: [ - { account_sn: "账户编码" }, - { deposit_bank: "开户银行" }, - { account_name: "开户名称" }, - { account: "账号" }, - { account_opening_date: "开户日期" }, - { opening_amount: "期初金额" }, - ], -}; - -import { apiFinancialInvoiceLists } from "@/api/financial_invoice"; - -export const financial_invoice: Iconfig = { - fetchFn: apiFinancialInvoiceLists, - serchList: [ - { - label: "开票编号", - value: "invoice_type", - }, - ], - tableList: [ - { contract_name: "合同名称" }, - { invoice_code: "开票编号" }, - { apply_amount: "开票申请金额" }, - { apply_company: "开票单位名称" }, - { part_a: "甲方签约单位" }, - { part_b: "乙方签约单位" }, - { sign_money: "签订金额(元)" }, - { sign_time: "签约时间" }, - { invoice_type_text: "发票类型" }, - { is_refund: "到账状态" }, - { refund_amount: "到账金额" }, - ], -}; - -import { apiFinancialBudgetDocLists } from "@/api/financial_budget_doc"; - -export const financial_budget_doc: Iconfig = { - fetchFn: apiFinancialBudgetDocLists, - serchList: [ - { - label: "预算书编号", - value: "code", - }, - { - label: "预算书名称", - value: "name", - }, - ], - tableList: [ - { contract_name: "合同名称" }, - { total_amount: "合同金额" }, - { code: "预算书编号" }, - { name: "预算书名称" }, - { issue_date: "下达日期" }, - ], -}; - -import { apiFinancialFeeApplicationLists } from "@/api/financial_fee_application"; - -export const financial_fee_application: Iconfig = { - fetchFn: apiFinancialFeeApplicationLists, - serchList: [ - { - label: "单据主题", - value: "theme", - }, - { - label: "单据编号", - value: "code", - }, - { - label: "申请人", - value: "create_user", - }, - ], - tableList: [ - { theme: "单据主题" }, - { code: "单据编号" }, - { days: "借款天数" }, - { create_user: "申请人" }, - { total_amount: "申请金额" }, - { create_time: "申请日期" }, - { total_bill_num: "票据总张数" }, - { remark: "备注" }, - ], -}; - -import { apiFinancialBorrowMoneyLists } from "@/api/financial_borrow_money"; - -export const financial_borrow_money: Iconfig = { - fetchFn: apiFinancialBorrowMoneyLists, - dictData: "cost_type,financial_pay_type", - serchList: [ - { - label: "单据编号", - value: "code", - }, - { - label: "费用类别", - value: "cost_type", - select: "cost_type", - }, - { - label: "支付方式", - value: "pay_type", - select: "financial_pay_type", - }, - ], - tableList: [ - { code: "单据编号" }, - { dept_name: "所在部门" }, - { cost_type_text: "费用类别" }, - { pay_type_text: "支付方式" }, - { amount: "金额" }, - { content: "事由" }, - { create_user: "申请人" }, - { create_time: "申请日期" }, - ], -}; - -import { apiMarketingCustomReturnVisitTemplateLists } from "@/api/marketing_custom_return_visit_template"; - -export const marketing_custom_return_visit_template: Iconfig = { - fetchFn: apiMarketingCustomReturnVisitTemplateLists, - dictData: "cost_type,financial_pay_type", - serchList: [ - { - label: "模板名称", - value: "name", - }, - { - label: "是否启用", - value: "is_use", - select: [ - { - name: "启用", - value: 0, - }, - { - name: "不启用", - value: 1, - }, - ], - }, - { - label: "模板名称", - value: "name", - }, - { - label: "创建人", - value: "create_user", - }, - ], - tableList: [ - { name: "模板名称" }, - { is_use_text: "是否启用" }, - { create_user: "创建人" }, - { create_time: "创建时间" }, - ], -}; - -import { apiMarketingCustomReturnVisitLists } from "@/api/marketing_custom_return_visit"; - -export const marketing_custom_return_visit: Iconfig = { - fetchFn: apiMarketingCustomReturnVisitLists, - dictData: "return_visit_type", - serchList: [ - { - label: "回访编号", - value: "code", - }, - { - label: "回访方式", - value: "return_visit_type", - select: "return_visit_type", - }, - { - label: "回访人", - value: "create_user", - }, - ], - tableList: [ - { contract_name: "合同名称" }, - { code: "回访编号" }, - { return_visit_type_text: "回访方式" }, - { template_name: "回访表模板" }, - { create_user: "回访人" }, - { create_time: "回访日期" }, - ], -}; - -import { apiMarketingCustomLists } from "@/api/marketing_custom"; - -export const marketing_custom: Iconfig = { - fetchFn: apiMarketingCustomLists, - // dictData: "return_visit_type", - serchList: [ - { - label: "客户名称", - value: "name", - }, - { - label: "客户编号", - value: "code", - }, - { - label: "重要等级", - value: "important_level", - select: "custom_important_level", - }, - ], - tableList: [ - { name: "客户名称" }, - { code: "客户编号" }, - { important_level_text: "重要等级" }, - { dept_name: "负责部门" }, - { category_text: "客户分类" }, - { province_name: "省份" }, - { city_name: "城市" }, - { create_user: "录入人" }, - { create_time: "录入日期" }, - ], -}; - -import { attendanceRecordLists } from "@/api/project_attendance_record"; - -export const project_attendance_record: Iconfig = { - fetchFn: attendanceRecordLists, - // dictData: "return_visit_type", - serchList: [ - // { - // label: "客户名称", - // value: "name", - // }, - // { - // label: "客户编号", - // value: "code", - // }, - // { - // label: "重要等级", - // value: "important_level", - // select: "custom_important_level", - // }, - ], - tableList: [ - { attendance_code: "日记工单号" }, - { project_code: "项目编码" }, - { project_name: "项目名称" }, - { attendance_date: "日期" }, - { cqrs: "出勤人数" }, - { work_record_num_total: "记工数量" }, - { daily_salary_total: "日工资合计" }, - { daily_living_total: "日生活费合计" }, - { daily_subsidy_total: "日补贴合计" }, - { daily_other_total: "日其它合计" }, - { daily_income_total: "日收入合计" }, - ], -}; - -import { apimketingFrameworkAgreementLists } from "@/api/marketing_framework_agreement"; - -export const marketing_framework_agreement: Iconfig = { - fetchFn: apimketingFrameworkAgreementLists, - dictData: "custom_important_level,cost_consultation_business_nature", - serchList: [ - { - label: "合同名称", - value: "contract_name", - }, - { - label: "协议性质", - value: "important_level", - select: "custom_important_level", - }, - { - label: "业务性质", - value: "business_nature", - select: "cost_consultation_business_nature", - }, - ], - tableList: [ - { contract_name: "协议名称" }, - { contract_code: "合同编号" }, - { part_a_contact: "甲方签约单位联系人" }, - { part_b: "乙方签约单位" }, - { business_nature_text: "业务性质" }, - { signed_dept_name: "签订部门" }, - { signed_head_name: "签订负责人" }, - { seal_user_name: "盖章人" }, - { agreement_nature_text: "协议性质" }, - { seal_name_text: "盖章名称" }, - { is_limit_text: "是否限制次数" }, - { file_type_text: "文件类型" }, - ], -}; - -import { apiMarketingContractLists } from "@/api/marketing_contract"; - -export const marketing_contract: Iconfig = { - fetchFn: apiMarketingContractLists, - dictData: "cost_consultation_business_nature", - serchList: [ - { - label: "合同类型", - value: "contract_type", - select: [ - { - name: "主合同", - value: 0, - }, - { - name: "框架协议", - value: 1, - }, - { - name: "补充协议", - value: 2, - }, - ], - }, - { - label: "合同名称", - value: "contract_name", - }, - { - label: "业务性质", - value: "business_nature", - select: "cost_consultation_business_nature", - }, - ], - tableList: [ - { contract_name: "合同名称" }, - { contract_code: "合同编号" }, - { part_a_name: "甲方签约单位" }, - { part_b: "乙方签约单位" }, - { business_nature_text: "业务性质" }, - { industry_nature_text: "行业性质" }, - { fund_sources_text: "资金来源" }, - { const_area_text: "建设区域" }, - { project_money: "工程总投资" }, - { project_scale: "工程规模及概况" }, - { signed_rate: "合同签订费率" }, - { service_duration: "合同服务工期" }, - { start_date: "计划开始日期" }, - { end_date: "计划结束日期" }, - ], -}; - -import { apiMarketingProjectFilingLists } from "@/api/marketing_project_filing"; - -export const marketing_project_filing: Iconfig = { - fetchFn: apiMarketingProjectFilingLists, - serchList: [ - { - label: "录入人", - value: "create_user", - }, - ], - tableList: [ - { contract_name: "合同名称" }, - { create_user: "录入人" }, - { create_time: "录入日期" }, - { remark: "备注" }, - ], -}; - -import { apiMarketingBusinessOpportunityLists } from "@/api/marketing_business_opportunity"; - -export const marketing_business_opportunity: Iconfig = { - fetchFn: apiMarketingBusinessOpportunityLists, - serchList: [ - { - label: "招标方式", - value: "bid_type", - select: "bidding_method", - }, - { - label: "投标性质", - value: "bid__nature", - select: "bid_nature", - }, - { - label: "投标项目编号", - value: "bid_code", - }, - ], - tableList: [ - { project_name: "项目名称" }, - { project_code: "项目编号" }, - { bid_date: "预计招标日期" }, - { construct_company_name: "建设单位" }, - { construct_company_name: "建设管理单位" }, - { business_nature_text: "业务性质" }, - { industry_nature_text: "行业性质" }, - { total_investment: "工程总投资" }, - { dept_name: "负责部门" }, - { status_text: "投标状态" }, - { approve_status_text: "流程状态" }, - ], -}; - -import { apiMarketingBidEvaluationLists } from "@/api/marketing_bid_evaluation"; - -export const marketing_bid_evaluation: Iconfig = { - fetchFn: apiMarketingBidEvaluationLists, - dictData: "bidding_method,bid_nature", - - serchList: [ - { - label: "招标方式", - value: "bid_type", - select: "bidding_method", - }, - { - label: "投标性质", - value: "bid__nature", - select: "bid_nature", - }, - { - label: "投标项目编号", - value: "bid_code", - }, - ], - tableList: [ - { "business_opportunity.project_name": "业务机会" }, - { "business_opportunity.project_name": "项目名称" }, - { "business_opportunity.construct_company_name": "建设单位" }, - { "business_opportunity.total_investment": "工程总投资" }, - { bid_date: "投标日期" }, - { "business_opportunity.status_text": "投标状态" }, - { "business_opportunity.jianan_investment": "建安投资额" }, - { "business_opportunity.approve_status_text": "流程状态" }, - { end_date: "报名截止日期" }, - ], -}; - -import { apiMarketingBidInfoLists } from "@/api/marketing_bid_info"; - -export const marketing_bid_info: Iconfig = { - fetchFn: apiMarketingBidInfoLists, - serchList: [ - { - label: "建设单位", - value: "construct_company", - }, - { - label: "拟派总监/总监", - value: "general_manager", - }, - { - label: "投标负责人", - value: "bid_head", - }, - ], - tableList: [ - { "business_opportunity.project_name": "项目名称" }, - { margin_end_date: "保证金递交截止日期" }, - { expected_return_date: "预计归还日期" }, - { service_charge: "中标服务费" }, - { publish_website: "发布网址" }, - { general_manager_name: "拟派总监/经理" }, - { bid_quotation: "拟投标报价" }, - { bid_rate: "拟投标费率" }, - { bid_head_name: "投标负责人" }, - { technology_head_name: "技术标负责人" }, - { business_head_name: "商务标负责人" }, - { other_user_name: "其他拟派人员" }, - { bid_status_text: "状态" }, - ], -}; - -import { apiMarketingCompetitorLists } from "@/api/marketing_competitor"; - -export const marketing_competitor: Iconfig = { - fetchFn: apiMarketingCompetitorLists, - dictData: "company_type", - serchList: [ - { - label: "单位名称", - value: "company_name", - }, - { - label: "企业类型", - value: "company_type", - select: "company_type", - }, - { - label: "法人代表", - value: "legal_representative", - }, - ], - tableList: [ - { company_name: "单位名称" }, - { company_type_text: "企业类型" }, - { legal_representative: "法人代表" }, - { telephone: "联系电话" }, - { address: "单位地址" }, - { qualifications: "企业资质" }, - ], -}; - -import { apiOaFlowTypeLists } from "@/api/oa_flow_type"; +import { apiOaFlowTypeLists } from "@/api/oa/oa_flow_type"; export const oa_flow_type: Iconfig = { fetchFn: apiOaFlowTypeLists, @@ -1078,7 +45,7 @@ export const oa_flow_type: Iconfig = { ], }; -import { apiOaExamineTempLists } from "@/api/oa_examine_temp_item"; +import { apiOaExamineTempLists } from "@/api/oa/oa_examine_temp_item"; export const oa_examine_temp_item: Iconfig = { fetchFn: apiOaExamineTempLists, @@ -1103,7 +70,7 @@ export const oa_examine_temp_item: Iconfig = { ], }; -import { apiOaSelfExamineLists } from "@/api/oaSelfExamine"; +import { apiOaSelfExamineLists } from "@/api/oa/oaSelfExamine"; export const oa_self_examine: Iconfig = { fetchFn: apiOaSelfExamineLists, diff --git a/src/views/allAssessments/index.vue b/src/views/allAssessments/index.vue index e8fb90366..308dea871 100644 --- a/src/views/allAssessments/index.vue +++ b/src/views/allAssessments/index.vue @@ -60,7 +60,7 @@