From 1f36650c1c6e160f511a5670e4f039e285d3ce64 Mon Sep 17 00:00:00 2001 From: zhouzy062 Date: Fri, 8 Mar 2024 17:13:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E9=A9=B3=E5=9B=9E=EF=BC=8C?= =?UTF-8?q?=E5=B7=A5=E5=9C=B0=E7=9B=B4=E8=BD=AC=E6=8E=A5=E5=8F=A3=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/claimAndRefund/constructionSite.js | 35 ++ sgzb-ui/src/api/claimAndRefund/return.js | 9 + .../constructionSite/constructionSite.vue | 426 ++++++++++-------- .../claimAndRefund/return/returnApplyAdd.vue | 88 ++-- sgzb-ui/src/views/store/tools/toolsType.vue | 158 ++----- 5 files changed, 365 insertions(+), 351 deletions(-) create mode 100644 sgzb-ui/src/api/claimAndRefund/constructionSite.js diff --git a/sgzb-ui/src/api/claimAndRefund/constructionSite.js b/sgzb-ui/src/api/claimAndRefund/constructionSite.js new file mode 100644 index 00000000..a7b06d57 --- /dev/null +++ b/sgzb-ui/src/api/claimAndRefund/constructionSite.js @@ -0,0 +1,35 @@ +import request from '@/utils/request' + +// 记录列表 +export function getWorkSiteList(query) { + return request({ + url: '/material/workSite/list', + method: 'get', + params: query + }) + } + +// 工地直转-根据协议号获取设备 +export function getUseringData(query) { + return request({ + url: '/material/workSite/getUseringData', + method: 'get', + params: query + }) + } + + + + + + + + + + + + + + + + diff --git a/sgzb-ui/src/api/claimAndRefund/return.js b/sgzb-ui/src/api/claimAndRefund/return.js index 3845eff0..56c92bf0 100644 --- a/sgzb-ui/src/api/claimAndRefund/return.js +++ b/sgzb-ui/src/api/claimAndRefund/return.js @@ -103,6 +103,15 @@ export function submitBackApplyApi(data) { data: data }) } +// 退料审核-驳回重新提交 +export function submitRefuseBackApply(data) { + return request({ + url: '/material/backApply/submitRefuseBackApply', + method: 'post', + data: data + }) +} + // 退料申请-详情 export function materialReturnNoteByApply(query) { diff --git a/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue b/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue index f64c5ae3..444adaed 100644 --- a/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue +++ b/sgzb-ui/src/views/claimAndRefund/constructionSite/constructionSite.vue @@ -1,54 +1,56 @@ @@ -144,125 +138,118 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 查询 - 重置 + 重置 - + @@ -280,15 +267,6 @@ - - -