From 5641321dcc3218512b1954b42380175c3c23bf00 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Fri, 24 May 2024 11:13:51 +0800 Subject: [PATCH] add --- src/api/oa_work.ts | 2 +- src/views/contract_ledger/index.vue | 2 + src/views/financial_invoice/index.vue | 30 +++++--- src/views/financial_refund/index.vue | 1 + src/views/oa_work/components/reciveReport.vue | 4 +- src/views/oa_work/index.vue | 2 +- src/views/oa_work/report.vue | 77 +++++++++++++++---- src/views/supervision_project/detail.js | 6 +- 8 files changed, 92 insertions(+), 32 deletions(-) diff --git a/src/api/oa_work.ts b/src/api/oa_work.ts index 3f64d5d..10de5f8 100644 --- a/src/api/oa_work.ts +++ b/src/api/oa_work.ts @@ -56,7 +56,7 @@ export function apiOaWorkrcommentAdd(params: any) { } // 汇报工作表列表 export function apiOaWorkrcommentDelete(params: any) { - return request.get({ + return request.post({ url: "/works.rcbg.oa_work_comment/delete", params, }); diff --git a/src/views/contract_ledger/index.vue b/src/views/contract_ledger/index.vue index 7f392da..86b30f7 100644 --- a/src/views/contract_ledger/index.vue +++ b/src/views/contract_ledger/index.vue @@ -49,6 +49,8 @@ {{ (+row.signed_amount) - (+row.total_refund_amount) }} + diff --git a/src/views/financial_invoice/index.vue b/src/views/financial_invoice/index.vue index 4b8cf51..c4acc24 100644 --- a/src/views/financial_invoice/index.vue +++ b/src/views/financial_invoice/index.vue @@ -40,16 +40,26 @@ - - - - - - - - - - + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/supervision_project/detail.js b/src/views/supervision_project/detail.js index 4237d9d..57f208a 100644 --- a/src/views/supervision_project/detail.js +++ b/src/views/supervision_project/detail.js @@ -76,15 +76,15 @@ const detailConfig = { }, { label: "监管部门", - value: "supervision_department_text" + value: "supervision_department_name" }, { label: "实施部门", - value: "implementation_department_text" + value: "implementation_department_name" }, { label: "项目部", - value: "project_department_text" + value: "project_department_name" }, { label: "工程状态",