cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>预防性维护</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
[#include "/business/wechat/include/whead.html" /]
</head>
 
<body class="user_center maintenance">
    <h3 class="mt_title">日常巡检</h3>
    <!--zhoushuanglong:2015.03.18(start)-->
    <div class="mt_content mt_contentone clearfix">
        <a href="${base}/ewyw/ewWorkplan/emyDailyCheck.html"><em><img src="${common_static}/static/wechat/images/icon-10.png" alt="" /></em><span>日常巡检</span></a>
    </div>
    <h3 class="mt_title">例行维护</h3>
    <div class="mt_content mt_contentwo clearfix">
        <a><em><img src="${common_static}/static/wechat/images/icon-14.png" alt="" /></em><span>工单管理</span></a>
        <a><em><img src="${common_static}/static/wechat/images/icon-9.png" alt="" /></em><span>计划查询</span></a>
    </div>
    <h3 class="mt_title">健康检查</h3>
    <div class="mt_content mt_contentwo clearfix">
        <a><em><img src="${common_static}/static/wechat/images/icon-14.png" alt="" /></em><span>工单管理</span></a>
        <a><em><img src="${common_static}/static/wechat/images/icon-9.png" alt="" /></em><span>计划查询</span></a>
    </div>
    [#include "/business/wechat/include/wfoot.html" /]
</body>
</html>