From da5084d1d81e806433f76f5466c827d3481aaf59 Mon Sep 17 00:00:00 2001 From: lonewolfyx <877085893@qq.com> Date: Mon, 16 Mar 2026 13:36:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E8=B4=A6=E6=9C=9F?= =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E5=A4=8D=E5=AE=A1=20=C2=B7=20=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC=E7=BB=88=E5=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/AccountPriceFinallReview.js | 27 +++ .../children/PriceFinal.vue | 111 +++++++++++ .../children/components/PriceFinalReview.vue | 181 ++++++++++++++++++ 3 files changed, 319 insertions(+) create mode 100644 pages/work/AccountPriceFinallReview/children/PriceFinal.vue create mode 100644 pages/work/AccountPriceFinallReview/children/components/PriceFinalReview.vue diff --git a/api/AccountPriceFinallReview.js b/api/AccountPriceFinallReview.js index 1f437c9..40895a0 100644 --- a/api/AccountPriceFinallReview.js +++ b/api/AccountPriceFinallReview.js @@ -27,4 +27,31 @@ export const directorLastReviewPayment = (query) => { url: '/bussiness/baseusercredithistory/goods-credit-period-repeatedly-review', params: query, }) +} + +export const getCreditPerRepeatReviewlist = (data, query) => { + return request({ + method: 'post', + url: '/bussiness/baseusercredithistory/goods-credit-line-repeatedly-review-list', + params: query, + data: data, + }) +} + +// 价格终审 的回退 +export const putBackDataLastPrice = (data) => { + return request({ + method: 'put', + url: '/bussiness/businessgoods/goods-credit-line-repeatedly-review-back', + data, + }) +} + +/// 价格终审(副总监初审) +export const directorLastReviewPrice = (data)=> { + return request({ + method: 'put', + url: '/bussiness/businessgoods/goods-credit-line-repeatedly-review', + data, + }) } \ No newline at end of file diff --git a/pages/work/AccountPriceFinallReview/children/PriceFinal.vue b/pages/work/AccountPriceFinallReview/children/PriceFinal.vue new file mode 100644 index 0000000..5a016bb --- /dev/null +++ b/pages/work/AccountPriceFinallReview/children/PriceFinal.vue @@ -0,0 +1,111 @@ + + + \ No newline at end of file diff --git a/pages/work/AccountPriceFinallReview/children/components/PriceFinalReview.vue b/pages/work/AccountPriceFinallReview/children/components/PriceFinalReview.vue new file mode 100644 index 0000000..cdd76a9 --- /dev/null +++ b/pages/work/AccountPriceFinallReview/children/components/PriceFinalReview.vue @@ -0,0 +1,181 @@ + + + \ No newline at end of file