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
29
30
31
<!doctype html>
<html>
<head>
<meta charset="utf-8">
[#include "/business/wechat/include/title.html" /]
[#include "/business/wechat/include/wheader.html" /]
 
</head>
 
<body>
    <header class="kltit">
    <a href="javascript:history.go(-1);"><span></span></a>预防性维护
    </header>
    <section class="tasksearch">
        <a href="${base}/ewyw/ewWorkplan/emyDailyCheck.html"><span class="taskicon39"></span><em>日常巡检</em></a>
        <a href="${base}/ewyw/ewRemind/ewMyRemind.html"><span class="taskicon19"></span><em>例行维护</em></a>
        <a href="${base}/ewyw/ewHealth/ewMyHealth.html"><span class="taskicon20"></span><em>健康检查</em></a>
        <a href="${base}/ewyw/ewRemind/ewMyRemindCheck.html"><span class="taskicon40"></span><em>例行维护日历</em></a>
        <a href="${base}/ewyw/ewHealth/ewMyHealthCheck.html"><span class="taskicon41"></span><em>健康检查日历</em></a>
        <a href="${base}/ewyw/ewWorkplan/ewmyRcxjList.html"><span class="taskicon44"></span><em>日常巡检填报</em></a>
        <a href="${base}/ewyw/ewWorkplan/ewrcxjShList.html"><span class="taskicon43"></span><em>日常巡检审核</em></a>
        <a href="${base}/ewyw/ewWorkplan/ewrcxjCxList.html"><span class="taskicon42"></span><em>日常巡检查询</em></a>
     </section>
    [#if RequestParameters.t?? && RequestParameters.t==1]
    [#assign label = 'wb']
    [#include "/business/wechat/include/wfooter.html" /]
[/#if] 
</body>
 
 
</html>