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">
[#include "/business/wechat/include/title.html" /]
[#include "/business/wechat/include/wheader.html" /]
 
</head>
 
<body>
<header class="kltit clearfix"><a href="javascript:window.location.href='${base}/ewyw/ewIncident/ewMyIncident.html'"><span></span></a>结束任务</header>
<section class="wlresponse">
    <button class="bluebtn upgrade" onclick="javascript:checkSubmit();">升级问题</button>
    <button class="bluebtn upgrade  included"  onclick="javascript:sjknow();">纳入知识库</button>
        <div class="note2">
            说明:在工单详情里也可以完成升级问题或者纳入知识库
        </div>
</section>
<script type="text/javascript">
function checkSubmit(){
     window.location.href="${base}/ewyw/ewQuestion/ewAddQuestion.html?add=1&changeId=${RequestParameters.orderId}&bustype=${RequestParameters.bustype}";
}
function sjknow(){
     window.location.href="${base}/ewyw/ewKnowledge/ewAddKnowledge.html?add=1&changeId=${RequestParameters.orderId}&bustype=${RequestParameters.bustype}";
}
</script> 
</body>
</html>