From 1544db731f64a1021c6ad26ea9f242eaef7c66cd Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Fri, 10 Oct 2025 12:19:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=E7=94=A8=E9=85=8D=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E5=9C=A8=E4=BF=AE=E5=B7=A5=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/cost/cost.js | 27 ++ src/api/stquery/stquery.js | 9 + src/views/material/repair/partUsing/index.vue | 334 ++++++++++++++++++ .../repair/projectRepairing/index.vue | 231 ++++++++++++ .../equipment/teamEntrance/index.vue | 216 ++++++++++- .../apply/component/addToolsApply.vue | 11 +- .../outBound/component/addToolsApply.vue | 18 +- 7 files changed, 815 insertions(+), 31 deletions(-) create mode 100644 src/views/material/repair/partUsing/index.vue create mode 100644 src/views/material/repair/projectRepairing/index.vue diff --git a/src/api/cost/cost.js b/src/api/cost/cost.js index 90759100..e86b8411 100644 --- a/src/api/cost/cost.js +++ b/src/api/cost/cost.js @@ -36,6 +36,15 @@ export function getSltInfo(params){ }) } +// 查询材料站结算待审核详情(仅需 sltApplyCode) +export function getClzSettledInfo(sltApplyCode) { + return request({ + url: '/material/material_sltAgreementInfo/getSettledInfo', + method: 'get', + params: { sltApplyCode } + }) +} + // 查询材料站费用结算申请详情 export function getClzSltInfo(params){ return request({ @@ -119,6 +128,15 @@ export function getSltList(query) { }) } +// 查询材料站的结算审批列表 +export function getClzSltList(query) { + return request({ + url: '/material/material_sltAgreementInfo/getSltList', + method: 'get', + params: query + }) +} + // 查询已结算报表列表 export function getSltReportedList(params){ return request({ @@ -137,6 +155,15 @@ export function costExamine(params){ }) } +// 材料站结算审批提交 +export function clzCostExamine(params){ + return request({ + url: '/material/material_sltAgreementInfo/costExamine', + method: 'post', + data: params + }) +} + // 查询减免费用列表 export function getReliefList(query) { return request({ diff --git a/src/api/stquery/stquery.js b/src/api/stquery/stquery.js index 2aaccd20..3cc09462 100644 --- a/src/api/stquery/stquery.js +++ b/src/api/stquery/stquery.js @@ -193,6 +193,15 @@ export function getAllUsDetailsApi(query) { }) } +// 查询配件使用查询列表 +export function getPartUsingListApi(query) { + return request({ + url: '/material/repair/getPartUsingList', + method: 'get', + params: query + }) +} + diff --git a/src/views/material/repair/partUsing/index.vue b/src/views/material/repair/partUsing/index.vue new file mode 100644 index 00000000..56011bac --- /dev/null +++ b/src/views/material/repair/partUsing/index.vue @@ -0,0 +1,334 @@ + + + + diff --git a/src/views/material/repair/projectRepairing/index.vue b/src/views/material/repair/projectRepairing/index.vue new file mode 100644 index 00000000..c665b19e --- /dev/null +++ b/src/views/material/repair/projectRepairing/index.vue @@ -0,0 +1,231 @@ + + + + diff --git a/src/views/materialsStation/equipment/teamEntrance/index.vue b/src/views/materialsStation/equipment/teamEntrance/index.vue index 4c4896df..08e042a0 100644 --- a/src/views/materialsStation/equipment/teamEntrance/index.vue +++ b/src/views/materialsStation/equipment/teamEntrance/index.vue @@ -2,7 +2,74 @@
- + + + + + + + + + + + + + + + + + + + + + + + + + +