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 @@