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