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
32
<nav class="fs_nav">
    <div class="fsnav_con">
        <h3>${Constants.CUSTOMER_CONSTANTS}配置</h3>
        <!-- <a [#if focusLabel=='RCXJZBXPZ']class="focus"[/#if] href="${base}/business/pages/customerconfig/slacustomer/customerItemsList.html?customerId=${RequestParameters.customerId}"><span>日常巡检指标项配置</span></a> -->
        <a [#if focusLabel=='RCXJSB']class="focus"[/#if] href="${base}/business/pages/customerconfig/slacustomer/dailyCheckDevice.html?customerId=${RequestParameters.customerId}"><span>日常巡检配置</span></a>
        <a [#if focusLabel=='RCXJTYXJX']class="focus"[/#if] href="${base}/business/pages/customerconfig/slacustomer/commonCate.html?customerId=${RequestParameters.customerId}"><span>日常巡检通用分类</span></a>
        <a [#if focusLabel=='LXWHXPZ' || focusLabel=='LXWHXPZZDJH' || focusLabel=='LXWHXPZSB' ]class="focus"[/#if] href="${base}/business/pages/remind/remindItemList.html?customerId=${RequestParameters.customerId}"><span>例行维护计划</span></a>
           <!-- <a [#if focusLabel=='JKJCXPZ']class="focus"[/#if] href="${base}/business/pages/customerconfig/slacustomer/healthItem.html?customerId=${RequestParameters.customerId}"><span>健康检查指标项配置</span></a> -->
        <a [#if focusLabel=='JKJCJH']class="focus"[/#if] href="${base}/business/pages/health/healthPlanList.html?customerId=${RequestParameters.customerId}"><span>健康检查计划</span></a>
    </div>
</nav>
 
 
<div class="fs_navpath">
    <h3>当前位置</h3>
    <span></span>
    <a>${Constants.CUSTOMER_CONSTANTS}管理</a>
    <span></span>
    <a>${Constants.CUSTOMER_CONSTANTS}配置</a>
    <span></span>
    <a>预防性维护</a>
    <span></span>
    [#if focusLabel=='RCXJZBXPZ']<a>日常巡检指标项配置 </a>[/#if]
    [#if focusLabel=='RCXJSB']<a>日常巡检配置</a>[/#if]
    [#if focusLabel=='RCXJTYXJX']<a>日常巡检通用分类</a>[/#if]
    [#if focusLabel=='LXWHXPZ']<a>例行维护指标计划</a>[/#if]
    [#if focusLabel=='LXWHXPZZDJH']<a>例行维护指标计划</a><span></span><a>制订计划</a>[/#if]
    [#if focusLabel=='LXWHXPZSB']<a>例行维护指标计划</a><span></span><a>制订计划</a><span></span><a>配置</a>[/#if]
    [#if focusLabel=='JKJCXPZ']<a>健康检查指标项配置</a>[/#if]
    [#if focusLabel=='JKJCJH']<a>健康检查计划</a>[/#if]
 
</div>