From d1db26472377e24ca14f6a38fdf95efe4ec29d0f Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Mon, 14 Aug 2023 14:07:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/modules/huizhou.ts | 20 +++++ .../components/transformInfo1.vue | 31 +++++-- .../components/transformInfo2.vue | 8 +- .../investmentPayment/index.vue | 24 ++++-- .../components/transformInfo1.vue | 80 ++++++++++++++----- .../planFinishSituation/index.vue | 22 ++++- 6 files changed, 147 insertions(+), 38 deletions(-) diff --git a/src/api/modules/huizhou.ts b/src/api/modules/huizhou.ts index 78ce0c4..5353d8d 100644 --- a/src/api/modules/huizhou.ts +++ b/src/api/modules/huizhou.ts @@ -107,6 +107,10 @@ export const applyTimePage = (params: any) => { export const applyTimeAdd = (params: any) => { return http.post(BASEURL + `/project/investmentApply/add`, params); }; +// 申报时段编辑 +export const applyTimeEdit = (params: any) => { + return http.post(BASEURL + `/gov/investmentApply/edit`, params); +}; // 投资支付管理(政务端)------ // 投资支付合同工程列表 @@ -125,6 +129,10 @@ export const payGovermentList = (params: any) => { export const payGovermentContactAdd = (params: any) => { return http.post(BASEURL + `/gov/investmentContract/add`, params); }; +// 投资支付合同编辑 +export const payGovermentContactEdit = (params: any) => { + return http.post(BASEURL + `/gov/investmentContract/edit`, params); +}; // 投资支付合同设置结算定额日期 export const payGovermentContactSet = (params: any) => { return http.post(BASEURL + `/gov/engineering/edit`, params); @@ -137,6 +145,10 @@ export const payGovermentAllList = (params: any) => { export const payGovermentAdd = (params: any) => { return http.post(BASEURL + `/gov/investmentPayment/add`, params); }; +// 投资支付编辑 +export const payGovermentEdit = (params: any) => { + return http.post(BASEURL + `/gov/investmentPayment/edit`, params); +}; // 未支付申报时段列表 export const govermentApplyTimeList = (params: any) => { return http.post(BASEURL + `/gov/investmentApply/unPayList`, params); @@ -356,6 +368,10 @@ export const entPaySubItemList = (params: any) => { export const entPaySubItemAdd = (params: any) => { return http.post(BASEURL + `/ent/investmentPaymentItem/add`, params); }; +// 投资支付子项编辑 +export const entPaySubItemEdit = (params: any) => { + return http.post(BASEURL + `/ent/investmentPaymentItem/edit`, params); +}; // 投资支付统计管理 export const entPayCountList = (params: any) => { return http.post(BASEURL + `/ent/investmentPaymentStat/queryByApplyId`, params); @@ -376,6 +392,10 @@ export const entApplyTimeList = (params: any) => { export const entSubItemDetailAdd = (params: any) => { return http.post(BASEURL + `/ent/investmentPaymentDetail/add`, params); }; +// 投资支付子项详细编辑 +export const entSubItemDetailEdit = (params: any) => { + return http.post(BASEURL + `/gov/investmentPaymentDetail/edit`, params); +}; // 分页列表查询投资支付工程 export const getEntApplyTimeproject = (params: User.ReqUserParams) => { return http.post>(BASEURL + `/ent/investmentApply/engineeringPage`, params); diff --git a/src/views/goverment/huizhou/progressManagement/investmentPayment/components/transformInfo1.vue b/src/views/goverment/huizhou/progressManagement/investmentPayment/components/transformInfo1.vue index 1b92951..7ab629e 100644 --- a/src/views/goverment/huizhou/progressManagement/investmentPayment/components/transformInfo1.vue +++ b/src/views/goverment/huizhou/progressManagement/investmentPayment/components/transformInfo1.vue @@ -36,10 +36,14 @@ - + @@ -90,7 +94,13 @@