diff --git a/src/api/financial_bid_margin.ts b/src/api/financial_bid_margin.ts new file mode 100644 index 0000000..7c991f4 --- /dev/null +++ b/src/api/financial_bid_margin.ts @@ -0,0 +1,26 @@ +import request from '@/utils/request' + +// 财务管理--投标保证金申请列表 +export function apiFinancialBidMarginLists(params: any) { + return request.get({ url: '/financial.financial_bid_margin/lists', params }) +} + +// 添加财务管理--投标保证金申请 +export function apiFinancialBidMarginAdd(params: any) { + return request.post({ url: '/financial.financial_bid_margin/add', params }) +} + +// 编辑财务管理--投标保证金申请 +export function apiFinancialBidMarginEdit(params: any) { + return request.post({ url: '/financial.financial_bid_margin/edit', params }) +} + +// 删除财务管理--投标保证金申请 +export function apiFinancialBidMarginDelete(params: any) { + return request.post({ url: '/financial.financial_bid_margin/delete', params }) +} + +// 财务管理--投标保证金申请详情 +export function apiFinancialBidMarginDetail(params: any) { + return request.get({ url: '/financial.financial_bid_margin/detail', params }) +} \ No newline at end of file diff --git a/src/api/financial_bid_margin_recovery.ts b/src/api/financial_bid_margin_recovery.ts new file mode 100644 index 0000000..9498887 --- /dev/null +++ b/src/api/financial_bid_margin_recovery.ts @@ -0,0 +1,26 @@ +import request from '@/utils/request' + +// 财务管理--投标保证金回收列表 +export function apiFinancialBidMarginRecoveryLists(params: any) { + return request.get({ url: '/financial.financial_bid_margin_recovery/lists', params }) +} + +// 添加财务管理--投标保证金回收 +export function apiFinancialBidMarginRecoveryAdd(params: any) { + return request.post({ url: '/financial.financial_bid_margin_recovery/add', params }) +} + +// 编辑财务管理--投标保证金回收 +export function apiFinancialBidMarginRecoveryEdit(params: any) { + return request.post({ url: '/financial.financial_bid_margin_recovery/edit', params }) +} + +// 删除财务管理--投标保证金回收 +export function apiFinancialBidMarginRecoveryDelete(params: any) { + return request.post({ url: '/financial.financial_bid_margin_recovery/delete', params }) +} + +// 财务管理--投标保证金回收详情 +export function apiFinancialBidMarginRecoveryDetail(params: any) { + return request.get({ url: '/financial.financial_bid_margin_recovery/detail', params }) +} \ No newline at end of file diff --git a/src/api/financial_performance_money_apply.ts b/src/api/financial_performance_money_apply.ts new file mode 100644 index 0000000..7ccfe47 --- /dev/null +++ b/src/api/financial_performance_money_apply.ts @@ -0,0 +1,26 @@ +import request from '@/utils/request' + +// 财务管理--履约金申请列表 +export function apiFinancialPerformanceMoneyApplyLists(params: any) { + return request.get({ url: '/financial.financial_performance_money_apply/lists', params }) +} + +// 添加财务管理--履约金申请 +export function apiFinancialPerformanceMoneyApplyAdd(params: any) { + return request.post({ url: '/financial.financial_performance_money_apply/add', params }) +} + +// 编辑财务管理--履约金申请 +export function apiFinancialPerformanceMoneyApplyEdit(params: any) { + return request.post({ url: '/financial.financial_performance_money_apply/edit', params }) +} + +// 删除财务管理--履约金申请 +export function apiFinancialPerformanceMoneyApplyDelete(params: any) { + return request.post({ url: '/financial.financial_performance_money_apply/delete', params }) +} + +// 财务管理--履约金申请详情 +export function apiFinancialPerformanceMoneyApplyDetail(params: any) { + return request.get({ url: '/financial.financial_performance_money_apply/detail', params }) +} \ No newline at end of file diff --git a/src/api/marketing_bid_statistics.ts b/src/api/marketing_bid_statistics.ts new file mode 100644 index 0000000..68efbac --- /dev/null +++ b/src/api/marketing_bid_statistics.ts @@ -0,0 +1,36 @@ +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/views/bid_project_status/index.vue b/src/views/bid_project_status/index.vue new file mode 100644 index 0000000..e66dfd8 --- /dev/null +++ b/src/views/bid_project_status/index.vue @@ -0,0 +1,244 @@ + + + + + diff --git a/src/views/financial_bid_margin/detail.js b/src/views/financial_bid_margin/detail.js new file mode 100644 index 0000000..3286f9b --- /dev/null +++ b/src/views/financial_bid_margin/detail.js @@ -0,0 +1,92 @@ +const detailConfig = { + title: "财务管理--投标保证金申请", + config: [ + { + label: "投标信息id", + value: "" + }, + { + label: "业务机会id", + value: "" + }, + { + label: "甲方单位", + value: "part_a_name" + }, + { + label: "收款单位", + value: "collection_company" + }, + { + label: "收款账号", + value: "collection_account" + }, + { + label: "开户省份", + value: "province_name", + }, + { + label: "开户城市", + value: "city_name", + }, + { + label: "收款银行", + value: "collection_bank", + }, + { + label: "收款开户行", + value: "collection_open_bank", + }, + { + label: "经办人", + value: "agent_name", + }, + { + label: "负责部门", + value: "head_dept_name", + }, + { + label: "投标保证金", + value: "bid_margin", + }, + + { + label: "支付方式", + value: "pay_type_text", + }, + { + label: "缴纳截止日期", + value: "end_date", + }, + { + label: "预计归还日期", + value: "expected_return_date", + }, + { + label: "缴纳截止日期", + value: "end_date", + }, + + { + label: "备注", + value: "remark", + column: 1 + }, + { + label: "附件", + value: "annex", + column: 1 + }, + { + label: "申请人", + value: "create_user" + }, + { + label: "申请时间", + value: "create_time" + }, + ], + + +} +export default detailConfig; \ No newline at end of file diff --git a/src/views/financial_bid_margin/edit.vue b/src/views/financial_bid_margin/edit.vue new file mode 100644 index 0000000..4c2af2e --- /dev/null +++ b/src/views/financial_bid_margin/edit.vue @@ -0,0 +1,393 @@ + + + diff --git a/src/views/financial_bid_margin/index.vue b/src/views/financial_bid_margin/index.vue new file mode 100644 index 0000000..212cde9 --- /dev/null +++ b/src/views/financial_bid_margin/index.vue @@ -0,0 +1,158 @@ + + + diff --git a/src/views/financial_bid_margin_recovery/detail.js b/src/views/financial_bid_margin_recovery/detail.js new file mode 100644 index 0000000..f547405 --- /dev/null +++ b/src/views/financial_bid_margin_recovery/detail.js @@ -0,0 +1,119 @@ +const detailConfig = { + title: "财务管理--投标保证金回收", + config: [ + { + label: "投标信息id", + value: "" + }, + { + label: "业务机会id", + value: "" + }, + { + label: "甲方单位", + value: "part_a_name" + }, + { + label: "收款单位", + value: "collection_company" + }, + { + label: "收款账号", + value: "collection_account" + }, + { + label: "开户省份", + value: "province_name", + }, + { + label: "开户城市", + value: "city_name", + }, + { + label: "收款银行", + value: "collection_bank", + }, + { + label: "收款开户行", + value: "collection_open_bank", + }, + { + label: "经办人", + value: "agent_name", + }, + { + label: "负责部门", + value: "head_dept_name", + }, + { + label: "投标保证金", + value: "bid_margin", + }, + + { + label: "支付方式", + value: "pay_type_text", + }, + { + label: "缴纳截止日期", + value: "end_date", + }, + { + label: "预计归还日期", + value: "expected_return_date", + }, + { + label: "缴纳截止日期", + value: "end_date", + }, + { + label: "支付金额", + value: "pay_amount", + }, + { + label: "操作人", + value: "operator", + }, + { + label: "操作日期", + value: "operation_date", + }, + { + label: "回收金额", + value: "recovery_amount", + }, + { + label: "回收日期", + value: "recovery_date", + }, + { + label: "说明", + value: "recovery_desc", + column: 1 + + }, + + + { + label: "备注", + value: "remark", + column: 1 + }, + { + label: "附件", + value: "annex", + column: 1 + }, + { + label: "申请人", + value: "create_user" + }, + { + label: "申请时间", + value: "create_time" + }, + ], + + +} +export default detailConfig; \ No newline at end of file diff --git a/src/views/financial_bid_margin_recovery/edit.vue b/src/views/financial_bid_margin_recovery/edit.vue new file mode 100644 index 0000000..c4f4068 --- /dev/null +++ b/src/views/financial_bid_margin_recovery/edit.vue @@ -0,0 +1,437 @@ + + + diff --git a/src/views/financial_bid_margin_recovery/index.vue b/src/views/financial_bid_margin_recovery/index.vue new file mode 100644 index 0000000..97a632d --- /dev/null +++ b/src/views/financial_bid_margin_recovery/index.vue @@ -0,0 +1,150 @@ + + + diff --git a/src/views/financial_budget_doc/edit.vue b/src/views/financial_budget_doc/edit.vue index 2d84504..a49707c 100644 --- a/src/views/financial_budget_doc/edit.vue +++ b/src/views/financial_budget_doc/edit.vue @@ -1,6 +1,7 @@ - diff --git a/src/views/financial_invoice/edit.vue b/src/views/financial_invoice/edit.vue index ac79756..16f3e46 100644 --- a/src/views/financial_invoice/edit.vue +++ b/src/views/financial_invoice/edit.vue @@ -1,6 +1,7 @@ @@ -152,4 +153,3 @@ const handleDetail = async (id: any) => { getLists() - diff --git a/src/views/financial_performance_money_apply/detail.js b/src/views/financial_performance_money_apply/detail.js new file mode 100644 index 0000000..93fe341 --- /dev/null +++ b/src/views/financial_performance_money_apply/detail.js @@ -0,0 +1,81 @@ +const detailConfig = { + title: "财务管理--履约金申请", + config: [ + { + label: "合同名称", + value: "contract_name" + }, + { + label: "支付方式", + value: "pay_type_text" + }, + { + label: "要求交款日期", + value: "payment_date" + }, + { + label: "申请金额", + value: "apply_amount" + }, + { + label: "收款单位", + value: "collection_account" + }, + { + label: "收款银行", + value: "collection_bank" + }, + { + label: "收款开户行", + value: "collection_open_bank" + }, + { + label: "开户省份", + value: "province_name" + }, + { + label: "开户市区", + value: "city_name", + }, + { + label: "支付人", + value: "pay_user_name", + }, + { + label: "付款账号", + value: "pay_account", + }, + { + label: "支付金额", + value: "pay_amount", + }, + { + label: "支付日期", + value: "pay_date", + }, + { + label: "备注", + value: "remark", + column: 1 + + }, + { + label: "附件", + value: "annex", + column: 1 + + }, + + { + label: "创建人", + value: "create_user", + }, + { + label: "创建时间", + value: "create_time", + }, + + ] + +} +export default detailConfig; \ No newline at end of file diff --git a/src/views/financial_performance_money_apply/edit.vue b/src/views/financial_performance_money_apply/edit.vue new file mode 100644 index 0000000..42a4fdd --- /dev/null +++ b/src/views/financial_performance_money_apply/edit.vue @@ -0,0 +1,348 @@ + + + diff --git a/src/views/financial_performance_money_apply/index.vue b/src/views/financial_performance_money_apply/index.vue new file mode 100644 index 0000000..5966612 --- /dev/null +++ b/src/views/financial_performance_money_apply/index.vue @@ -0,0 +1,140 @@ + + + diff --git a/src/views/marketing_bid_evaluation/edit.vue b/src/views/marketing_bid_evaluation/edit.vue index ba22842..2de8f40 100644 --- a/src/views/marketing_bid_evaluation/edit.vue +++ b/src/views/marketing_bid_evaluation/edit.vue @@ -1,6 +1,7 @@