<!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/ewQuestion/ewMyQuestion.html'"><span></span></a>结束任务</header>
|
<section class="wlresponse">
|
<button class="bluebtn upgrade included" onclick="javascript:checkSubmit();">纳入知识库</button>
|
<div class="note2">
|
说明:在工单详情里也可以完成纳入知识库
|
</div>
|
</section>
|
<script type="text/javascript">
|
function checkSubmit(){
|
window.location.href="${base}/ewyw/ewKnowledge/ewAddKnowledge.html?add=1&changeId=${RequestParameters.orderId}&bustype=${RequestParameters.bustype}";
|
}
|
</script>
|
</body>
|
</html>
|