<!doctype html>
|
<html class="no-js">
|
<head>
|
<meta charset="utf-8">
|
<title>增加/修改服务目录</title>
|
|
[#include "/business/pages/include/static.html" /]
|
<style type="text/css">
|
html{_overflow-y:scroll}
|
.edit_layout td{
|
width:200px;
|
}
|
.edit_layout th{
|
width:150px;
|
}
|
</style>
|
</head>
|
<body>
|
<div class="pad_10" style="margin-top: 10px;">
|
<div class="col-tab">
|
<div id="div_setting_1" class="contentList pad_10">
|
<table align="center" width="98%" class="edit_layout">
|
<tr>
|
<th width="70px;" align="center">响应支持类:</th>
|
<th width="8%" align="right">调查覆盖率:</th>
|
<td><input style="width:100px;" type="text" class="general" value="${xyMap.FG_RATE}" name="fg_rate" id="fg_rate1" readonly/><span style="height:24px;line-height:24px;margin:5px;">%</span></td>
|
<th width="8%" align="right">权重:</th>
|
<td><input style="width:100px;" type="text" class="general" value="${xyMap.SATIS_QZ}" name="bigqz" id="template_weight1" readonly/><span style="height:24px;line-height:24px;margin:5px;">%</span></td>
|
</tr>
|
<tr>
|
<th width="70px;" align="center"></th>
|
<th width="8%" align="right">要求得分:</th>
|
<td><input style="width:100px;" type="text" class="general" value="${xyMap.SATIS_SCORE}" name="score" id="score1" readonly/></td>
|
<th width="8%" align="right">默认得分:</th>
|
<td><input style="width:100px;" type="text" class="general" value="${xyMap.DEFAULT_SCORE}" name="defaultscore" id="defaultscore1" readonly/></td>
|
</tr>
|
<tr>
|
<th align="center">驻场:</th>
|
<th width="8%" align="right">调查覆盖率:</th>
|
<td><input style="width:100px;" type="text" class="general" value="${zcMap.FG_RATE}" name="fg_rate" id="fg_rate3" readonly /><span style="height:24px;line-height:24px;margin:5px;">%</span></td>
|
<th width="8%" align="right">权重:</th>
|
<td><input style="width:100px;" type="text" class="general" value="${zcMap.SATIS_QZ}" name="bigqz" id="template_weight3" readonly/><span style="height:24px;line-height:24px;margin:5px;">%</span></td>
|
</tr>
|
<tr>
|
<th align="center"></th>
|
<th width="8%" align="right">要求得分:</th>
|
<td><input style="width:100px;" type="text" class="general" value="${zcMap.SATIS_SCORE}" name="score" id="score3" readonly/></td>
|
<th width="8%" align="right">默认得分:</th>
|
<td><input style="width:100px;" type="text" class="general" value="${zcMap.DEFAULT_SCORE}" name="defaultscore" id="defaultscore3" readonly/></td>
|
</tr>
|
</table>
|
</div>
|
</div>
|
</div>
|
</body>
|
</html>
|