From 32b343b1cb3a9001355f48339e729dc3263e9c8d Mon Sep 17 00:00:00 2001
From: hongchao <3228015117@qq.com>
Date: Mon, 17 Nov 2025 09:11:18 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E4=BF=AE=E5=AF=BC=E5=85=A5=E5=8A=9F?=
=?UTF-8?q?=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/cost/cost.js | 10 +
.../cost/csotSettlement/repairCostList.vue | 412 ++++++++++--------
2 files changed, 235 insertions(+), 187 deletions(-)
diff --git a/src/api/cost/cost.js b/src/api/cost/cost.js
index 3f33109..1a8f0ca 100644
--- a/src/api/cost/cost.js
+++ b/src/api/cost/cost.js
@@ -129,6 +129,16 @@ export function exportLeaseAll(data) {
}
+//新增维修导入信息
+export function addRepairInputInfoApi(data) {
+ return request({
+ url: '/material/purchaseCheckInfo/addRepairInputInfo',
+ method: 'post',
+ data: data,
+ })
+}
+
+
diff --git a/src/views/cost/csotSettlement/repairCostList.vue b/src/views/cost/csotSettlement/repairCostList.vue
index 58c3f4b..2f6e63e 100644
--- a/src/views/cost/csotSettlement/repairCostList.vue
+++ b/src/views/cost/csotSettlement/repairCostList.vue
@@ -35,6 +35,10 @@
+
+
+
+
-
-
+ >
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
+
@@ -105,21 +109,21 @@
-
+
@@ -166,9 +170,10 @@