From a570d12c44ced89bbfe7299798ce77aab0c087f3 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Wed, 22 Oct 2025 14:35:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=B0=E8=B4=A6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../equipment/equipmentRecord/index.vue | 99 ++++++++++++++++++- 1 file changed, 95 insertions(+), 4 deletions(-) diff --git a/src/views/materialsStation/equipment/equipmentRecord/index.vue b/src/views/materialsStation/equipment/equipmentRecord/index.vue index 9a001a94..44370967 100644 --- a/src/views/materialsStation/equipment/equipmentRecord/index.vue +++ b/src/views/materialsStation/equipment/equipmentRecord/index.vue @@ -159,7 +159,57 @@
班组总数
+
+
+
计件类
+
+
+
+ 总保有量: + {{ tipForm.countNum || 0 }} +
+
+ 站内数量: + {{ tipForm.inCountNum || 0 }} +
+
+ 在用数量: + {{ tipForm.useCountNum || 0 }} +
+
+
+ +
+
+
绳索类
+
+
+
+ 总保有量: + {{ tipForm.ropeNum || 0 }} +
+
+ 站内数量: + {{ tipForm.inRopeNum || 0 }} +
+
+ 在用数量: + {{ tipForm.useRopeNum || 0 }} +
+
+
+
+
¥ {{ tipForm.totalPrice || 0 }}
+
投入费用(万元)
+
+ +
+
¥ {{ tipForm.rentPrice || 0 }}
+
租赁费用(万元)
+
+ + @@ -204,7 +254,7 @@ width="55" :index="index => (queryParams.pageNum - 1) * queryParams.pageSize + index + 1" /> - + @@ -222,7 +272,7 @@ - + +