cy
2022-06-23 b83c40548208609d0d6826be13d742c28a784806
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!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>