From ad775627c5cc6f4e6a45ba35acc654e5809a840f Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Mon, 26 Feb 2024 10:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=B9=E7=94=A8=E7=BB=93=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/api/claimAndRefund/return.js | 11 +- sgzb-ui/src/api/cost/cost.js | 33 ++ .../claimAndRefund/return/returnExamine.vue | 4 +- .../cost/csotSettlement/costApplyAdd.vue | 16 +- .../cost/csotSettlement/costApplyList.vue | 500 +++++++++--------- 5 files changed, 305 insertions(+), 259 deletions(-) create mode 100644 sgzb-ui/src/api/cost/cost.js diff --git a/sgzb-ui/src/api/claimAndRefund/return.js b/sgzb-ui/src/api/claimAndRefund/return.js index f89be951..e5687a78 100644 --- a/sgzb-ui/src/api/claimAndRefund/return.js +++ b/sgzb-ui/src/api/claimAndRefund/return.js @@ -9,7 +9,16 @@ export function ApiGetBackApplyList(query) { }) } -// 退料审核新增 +// 退料审核列表 +export function getBackAuditList(query) { + return request({ + url: '/material/backApply/getBackAuditList', + method: 'get', + params: query + }) +} + +// 退料申请新增 export function ApiSubmitBackApply(query) { return request({ url: '/material/backApply/submitBackApply', diff --git a/sgzb-ui/src/api/cost/cost.js b/sgzb-ui/src/api/cost/cost.js new file mode 100644 index 00000000..5c818162 --- /dev/null +++ b/sgzb-ui/src/api/cost/cost.js @@ -0,0 +1,33 @@ +import request from '@/utils/request' + +// 查询费用结算列表 +export function getSltAgreementInfo(query) { + return request({ + url: '/material/sltAgreementInfo/getSltAgreementInfo', + method: 'get', + params: query + }) + } + + + + + + + + + + + + + + + + + + + + + + + diff --git a/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue b/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue index e7f1dcac..d93bf34a 100644 --- a/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue +++ b/sgzb-ui/src/views/claimAndRefund/return/returnExamine.vue @@ -496,7 +496,7 @@ - \ No newline at end of file +}; + + \ No newline at end of file