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
33
34
35
36
37
38
39
40
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>${Constants.CUSTOMER_CONSTANTS}配置</title>
 
[#include "/business/pages/include/static.html" /]
</head>
 
<body>
[#include "/business/pages/include/header.html" /]
<nav class="fs_nav">
  <div class="fsnav_con">
    <h3>${Constants.CUSTOMER_CONSTANTS}配置</h3>
    <a  class="focus"><span>${Constants.CUSTOMER_CONSTANTS}配置</span></a> 
</nav>
<table class="configpath" border="0">
  <tr>
    <td><a href="${base}/business/pages/customerconfig/cussub/childcus.html?customerId=${RequestParameters.customerId}"><img src="${common_static}/static/ui/images/jms_icon3.png"/></a>
    <h2><a href="${base}/business/pages/customerconfig/cussub/childcus.html?customerId=${RequestParameters.customerId}">${Constants.UNIT_CONSTANTS}</a></h2><p>该${Constants.CUSTOMER_CONSTANTS}的${Constants.UNIT_CONSTANTS}。</p></td>
    <td><a href="${base}/business/pages/servicelist/slaproject/projectContactsList.html?customerId=${RequestParameters.customerId}"><img src="${common_static}/static/ui/images/jms_icon2.png"/></a>
    <h2><a href="${base}/business/pages/servicelist/slaproject/projectContactsList.html?customerId=${RequestParameters.customerId}">${Constants.CUSTOMER_CONSTANTS}联系人</a></h2><p>${Constants.CUSTOMER_CONSTANTS}的对外的主要负责人。</p></td>
    <td><a href="${base}/business/pages/customerconfig/slacus/customerSl.html?customerId=${RequestParameters.customerId}"><img src="${common_static}/static/ui/images/jms_icon4.png"/></a>
    <h2><a href="${base}/business/pages/customerconfig/slacus/customerSl.html?customerId=${RequestParameters.customerId}">服务目录</a></h2><p>该${Constants.CUSTOMER_CONSTANTS}所提供的服务类型。</p></td>
    </tr>
  <tr>
    <td><a href="${base}/business/pages/customerconfig/slacustomer/dailyCheckDevice.html?customerId=${RequestParameters.customerId}"><img src="${common_static}/static/ui/images/jms_icon7.png"/></a>
    <h2><a href="${base}/business/pages/customerconfig/slacustomer/dailyCheckDevice.html?customerId=${RequestParameters.customerId}">预防性维护</a></h2><p>预防性维护。</p></td>
    <td><a href="${base}/business/pages/customerconfig/incidentflow/incidentNodeDeal.html?customerId=${RequestParameters.customerId}"><img src="${common_static}/static/ui/images/jms_icon5.png"/></a>
    <h2><a href="${base}/business/pages/customerconfig/incidentflow/incidentNodeDeal.html?customerId=${RequestParameters.customerId}">事件流程配置</a></h2><p>工单流程节点。</p></td>
    <td><a href="${base}/business/pages/customerconfig/cuscs/cslist.html?customerId=${RequestParameters.customerId}&type=${Constants.CMDB_MAINUFACTURER_CS}"><img src="${common_static}/static/ui/images/jms_icon6.png"/></a>
    <h2><a href="${base}/business/pages/customerconfig/cuscs/cslist.html?customerId=${RequestParameters.customerId}&type=${Constants.CMDB_MAINUFACTURER_CS}">厂商/集成商</a></h2><p>厂商/集成商。</p></td>
    </tr>
  <tr>
    <td><a href="${base}/business/pages/customerconfig/questionflow/questionNodeDeal.html?customerId=${RequestParameters.customerId}"><img src="${common_static}/static/ui/images/jms_icon9.png"/></a>
    <h2><a href="${base}/business/pages/customerconfig/questionflow/questionNodeDeal.html?customerId=${RequestParameters.customerId}">问题流程设置</a></h2><p>工单流程节点。</p></td>
    </tr>
</table>
</body>
</html>