diff --git a/pages.json b/pages.json
index 0aed2d0..782d9a8 100644
--- a/pages.json
+++ b/pages.json
@@ -56,6 +56,12 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/modules/EquipMaintainSure",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/modules/EquipRepairExecute",
"style": {
diff --git a/pages/modules/EquipMaintainSure.vue b/pages/modules/EquipMaintainSure.vue
new file mode 100644
index 0000000..b6c2872
--- /dev/null
+++ b/pages/modules/EquipMaintainSure.vue
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+ 设备保养确认
+
+
+
+
+
+
+
+
+
+
+
+ | 保养单 |
+ 设备编号 |
+ 设备名称 |
+ 状态 |
+ 计划保养日期 |
+
+
+
+
+ | {{e.repair_code}} |
+ {{e.device_code}} |
+ {{e.device_name}} |
+ {{e.status_name}} |
+ {{e.plan_start_date}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+