|
|
@@ -26,180 +26,177 @@
|
|
26
|
26
|
</style>
|
|
27
|
27
|
</head>
|
|
28
|
28
|
|
|
29
|
|
- <body>
|
|
30
|
|
- <div class="daoHang clearfix">
|
|
31
|
|
- <div class="dhLeft">
|
|
32
|
|
- <sapn><i class="syIcon"></i>位置:
|
|
33
|
|
- <a href="javaScript:;" id="ReIndex">首页</a>>
|
|
34
|
|
- <a href="javaScript:;">质检管理</a>>
|
|
35
|
|
- <a href="" style="color: #000;">指标管理</a>
|
|
36
|
|
- </sapn>
|
|
37
|
|
- </div>
|
|
38
|
|
- <div class="dhRight">
|
|
39
|
|
- <a href="#" title="刷新"><i class="fa fa-refresh"></i></a>
|
|
40
|
|
- </div>
|
|
41
|
|
- </div>
|
|
42
|
|
- <div class="top clearfix">
|
|
43
|
|
- <div class="topCon">
|
|
44
|
|
- 关键字:
|
|
45
|
|
- <input type="text" id="Keys" placeholder="输入指标标题" />
|
|
46
|
|
- <button class="btn sear">搜索</button>
|
|
47
|
|
- </div>
|
|
48
|
|
- </div>
|
|
49
|
|
- <div class='wrap'>
|
|
50
|
|
- <div class="tbleft">
|
|
51
|
|
- <h4 style="text-align: center;">指标分类</h4>
|
|
52
|
|
- <div class="anniu" class="toolbar1">
|
|
53
|
|
- <button class="leftAdd btn">增加</button>
|
|
54
|
|
- <button class="leftChange btn">修改</button>
|
|
55
|
|
- <button class="leftDelete btn">删除</button>
|
|
56
|
|
- </div>
|
|
57
|
|
- <table id="tb1">
|
|
58
|
|
- <thead>
|
|
59
|
|
- <tr>
|
|
60
|
|
- <th data-field="checkbox" data-align="center" data-formatter="setCode"></th>
|
|
61
|
|
- <th data-align="center" data-field="F_ParentId" data-formatter="Type">分类名称</th>
|
|
62
|
|
- <th data-align="center" data-field="F_Expand1">分值</th>
|
|
63
|
|
- </tr>
|
|
64
|
|
- </thead>
|
|
65
|
|
- <tbody>
|
|
66
|
|
- </tbody>
|
|
67
|
|
- </table>
|
|
68
|
|
- </div>
|
|
69
|
|
- <!--右边/-->
|
|
70
|
|
- <div class="tbright">
|
|
71
|
|
- <h4 style="text-align: center;">指标列表</h4>
|
|
72
|
|
- <div class="anniu" class="toolbar2">
|
|
73
|
|
- <button class="rightAdd btn">增加</button>
|
|
74
|
|
- <button class="rightChange btn">修改</button>
|
|
75
|
|
- <button class="rightDelete btn">删除</button>
|
|
76
|
|
- <button class="rightAll btn">所有指标</button>
|
|
77
|
|
- </div>
|
|
78
|
|
- <table id="tbr">
|
|
79
|
|
- <thead>
|
|
80
|
|
- <tr>
|
|
81
|
|
- <th data-align="center" data-field="id" data-formatter="setCode">编号</th>
|
|
82
|
|
- <th data-align="center" data-field="F_CategoryName" data-formatter="Type">指标分类</th>
|
|
83
|
|
- <th data-align="center" data-field="F_Title">指标标题</th>
|
|
84
|
|
- <th data-align="center" data-field="F_Score">分值</th>
|
|
85
|
|
- </tr>
|
|
86
|
|
- </thead>
|
|
87
|
|
- <tbody>
|
|
88
|
|
- </tbody>
|
|
89
|
|
- </table>
|
|
90
|
|
- </div>
|
|
91
|
|
- </div>
|
|
92
|
|
- <div class="model">
|
|
93
|
|
- <!--右边弹框-->
|
|
94
|
|
- <div class="rightBox">
|
|
95
|
|
- <div class="btop clearfix">
|
|
96
|
|
- <p class="rbtl"> <span class="tps" style="color: red;"></span></p>
|
|
97
|
|
- <p class="rbtr" title="关闭">X</p>
|
|
|
29
|
+ <body>
|
|
|
30
|
+ <div class="daoHang clearfix">
|
|
|
31
|
+ <div class="dhLeft">
|
|
|
32
|
+ <sapn>
|
|
|
33
|
+ <i class="syIcon"></i>位置:
|
|
|
34
|
+ <a href="javaScript:;" id="ReIndex">首页</a>>
|
|
|
35
|
+ <a href="javaScript:;">质检管理</a>>
|
|
|
36
|
+ <a href="" style="color: #000;">指标管理</a>
|
|
|
37
|
+ </sapn>
|
|
|
38
|
+ </div>
|
|
|
39
|
+ <div class="dhRight">
|
|
|
40
|
+ <a href="#" title="刷新"><i class="fa fa-refresh"></i></a>
|
|
|
41
|
+ </div>
|
|
|
42
|
+ </div>
|
|
|
43
|
+ <div class="top clearfix">
|
|
|
44
|
+ <div class="topCon">
|
|
|
45
|
+ 关键字:
|
|
|
46
|
+ <input type="text" id="Keys" placeholder="输入指标标题" />
|
|
|
47
|
+ <button class="btn sear">搜索</button>
|
|
|
48
|
+ </div>
|
|
|
49
|
+ </div>
|
|
|
50
|
+ <div class='wrap'>
|
|
|
51
|
+ <div class="tbleft">
|
|
|
52
|
+ <h4 style="text-align: center;">指标分类</h4>
|
|
|
53
|
+ <div class="anniu" class="toolbar1">
|
|
|
54
|
+ <button class="leftAdd btn">增加</button>
|
|
|
55
|
+ <button class="leftChange btn">修改</button>
|
|
|
56
|
+ <button class="leftDelete btn">删除</button>
|
|
|
57
|
+ </div>
|
|
|
58
|
+ <table id="tb1">
|
|
|
59
|
+ <thead>
|
|
|
60
|
+ <tr>
|
|
|
61
|
+ <th data-field="checkbox" data-align="center" data-formatter="setCode"></th>
|
|
|
62
|
+ <th data-align="center" data-field="F_ParentId" data-formatter="Type">分类名称</th>
|
|
|
63
|
+ <th data-align="center" data-field="F_Expand1">分值</th>
|
|
|
64
|
+ </tr>
|
|
|
65
|
+ </thead>
|
|
|
66
|
+ <tbody></tbody>
|
|
|
67
|
+ </table>
|
|
|
68
|
+ </div>
|
|
|
69
|
+ <!--右边/-->
|
|
|
70
|
+ <div class="tbright">
|
|
|
71
|
+ <h4 style="text-align: center;">指标列表</h4>
|
|
|
72
|
+ <div class="anniu" class="toolbar2">
|
|
|
73
|
+ <button class="rightAdd btn">增加</button>
|
|
|
74
|
+ <button class="rightChange btn">修改</button>
|
|
|
75
|
+ <button class="rightDelete btn">删除</button>
|
|
|
76
|
+ <button class="rightAll btn">所有指标</button>
|
|
|
77
|
+ </div>
|
|
|
78
|
+ <table id="tbr">
|
|
|
79
|
+ <thead>
|
|
|
80
|
+ <tr>
|
|
|
81
|
+ <th data-align="center" data-field="id" data-formatter="setCode">编号</th>
|
|
|
82
|
+ <th data-align="center" data-field="F_CategoryName" data-formatter="Type">指标分类</th>
|
|
|
83
|
+ <th data-align="center" data-field="F_Title">指标标题</th>
|
|
|
84
|
+ <th data-align="center" data-field="F_Score">分值</th>
|
|
|
85
|
+ </tr>
|
|
|
86
|
+ </thead>
|
|
|
87
|
+ <tbody></tbody>
|
|
|
88
|
+ </table>
|
|
|
89
|
+ </div>
|
|
|
90
|
+ </div>
|
|
|
91
|
+ <div class="model">
|
|
|
92
|
+ <!--右边弹框-->
|
|
|
93
|
+ <div class="rightBox">
|
|
|
94
|
+ <div class="btop clearfix">
|
|
|
95
|
+ <p class="rbtl"> <span class="tps" style="color: red;"></span></p>
|
|
|
96
|
+ <p class="rbtr" title="关闭">X</p>
|
|
98
|
97
|
|
|
99
|
|
- </div>
|
|
|
98
|
+ </div>
|
|
100
|
99
|
|
|
101
|
|
- <div class="sqzx">
|
|
102
|
|
- <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
|
|
103
|
|
- <tr>
|
|
104
|
|
- <th>所属分类:</th>
|
|
105
|
|
- <td>
|
|
106
|
|
- <div class="inpBox">
|
|
107
|
|
- <input type="text" class="inps inps2 _CategoryName tree" id="clbmname" />
|
|
108
|
|
- <input type="hidden" class="inps" id="zrbm" />
|
|
109
|
|
- <i class="xl xl_two"></i>
|
|
110
|
|
- <b class="de_icon">X</b>
|
|
111
|
|
- <div class="addTree">
|
|
112
|
|
- <ul id="clbmtree" class="ztree"></ul>
|
|
113
|
|
- </div>
|
|
114
|
|
- </div>
|
|
115
|
|
- </td>
|
|
116
|
|
- </tr>
|
|
117
|
|
- <tr>
|
|
118
|
|
- <th>指标标题:</th>
|
|
119
|
|
- <td>
|
|
120
|
|
- <div class="inpBox">
|
|
121
|
|
- <input type="text" class="inps inps2 F_Title" />
|
|
122
|
|
- </div>
|
|
123
|
|
- </td>
|
|
124
|
|
- </tr>
|
|
125
|
|
- <tr>
|
|
126
|
|
- <th>指标描述:</th>
|
|
127
|
|
- <td colspan="5">
|
|
|
100
|
+ <div class="sqzx">
|
|
|
101
|
+ <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
|
|
|
102
|
+ <tr>
|
|
|
103
|
+ <th>所属分类:</th>
|
|
|
104
|
+ <td>
|
|
|
105
|
+ <div class="inpBox">
|
|
|
106
|
+ <input type="text" class="inps inps2 _CategoryName tree" id="clbmname" />
|
|
|
107
|
+ <input type="hidden" class="inps" id="zrbm" />
|
|
|
108
|
+ <i class="xl xl_two"></i>
|
|
|
109
|
+ <b class="de_icon">X</b>
|
|
|
110
|
+ <div class="addTree">
|
|
|
111
|
+ <ul id="clbmtree" class="ztree"></ul>
|
|
|
112
|
+ </div>
|
|
|
113
|
+ </div>
|
|
|
114
|
+ </td>
|
|
|
115
|
+ </tr>
|
|
|
116
|
+ <tr>
|
|
|
117
|
+ <th>指标标题:</th>
|
|
|
118
|
+ <td>
|
|
|
119
|
+ <div class="inpBox">
|
|
|
120
|
+ <input type="text" class="inps inps2 F_Title" />
|
|
|
121
|
+ </div>
|
|
|
122
|
+ </td>
|
|
|
123
|
+ </tr>
|
|
|
124
|
+ <tr>
|
|
|
125
|
+ <th>指标描述:</th>
|
|
|
126
|
+ <td colspan="5">
|
|
128
|
127
|
|
|
129
|
|
- <textarea name="" rows="3" cols="20" class="F_Remark"></textarea>
|
|
|
128
|
+ <textarea name="" rows="3" cols="20" class="F_Remark"></textarea>
|
|
130
|
129
|
|
|
131
|
|
- </td>
|
|
132
|
|
- </tr>
|
|
133
|
|
- <tr>
|
|
134
|
|
- <th>指标分值:</th>
|
|
135
|
|
- <td>
|
|
136
|
|
- <div class="inpBox">
|
|
137
|
|
- <input type="text" class="inps inps2 _Score" />
|
|
138
|
|
- </div>
|
|
139
|
|
- </td>
|
|
140
|
|
- </tr>
|
|
141
|
|
- <tr>
|
|
142
|
|
- <th>排列序号:</th>
|
|
143
|
|
- <td>
|
|
144
|
|
- <div class="inpBox">
|
|
145
|
|
- <input type="text" class="inps inps2 _Sort" />
|
|
146
|
|
- </div>
|
|
147
|
|
- </td>
|
|
148
|
|
- </tr>
|
|
149
|
|
- </table>
|
|
150
|
|
- <div class="btn_">
|
|
151
|
|
- <input type="button" value="保存" class="btns" id="xg_btn" />
|
|
152
|
|
- <input type="button" value="保存" class="btns" id="add" />
|
|
153
|
|
- </div>
|
|
154
|
|
- </div>
|
|
155
|
|
- </div>
|
|
156
|
|
- <!--左边弹框-->
|
|
157
|
|
- <div class="leftBox">
|
|
158
|
|
- <div class="btop clearfix">
|
|
159
|
|
- <p class="rbtl"> <span class="tps" style="color: red;"></span></p>
|
|
160
|
|
- <p class="rbtr" title="关闭">X</p>
|
|
|
130
|
+ </td>
|
|
|
131
|
+ </tr>
|
|
|
132
|
+ <tr>
|
|
|
133
|
+ <th>指标分值:</th>
|
|
|
134
|
+ <td>
|
|
|
135
|
+ <div class="inpBox">
|
|
|
136
|
+ <input type="text" class="inps inps2 _Score" />
|
|
|
137
|
+ </div>
|
|
|
138
|
+ </td>
|
|
|
139
|
+ </tr>
|
|
|
140
|
+ <tr>
|
|
|
141
|
+ <th>排列序号:</th>
|
|
|
142
|
+ <td>
|
|
|
143
|
+ <div class="inpBox">
|
|
|
144
|
+ <input type="text" class="inps inps2 _Sort" />
|
|
|
145
|
+ </div>
|
|
|
146
|
+ </td>
|
|
|
147
|
+ </tr>
|
|
|
148
|
+ </table>
|
|
|
149
|
+ <div class="btn_">
|
|
|
150
|
+ <input type="button" value="保存" class="btns" id="xg_btn" />
|
|
|
151
|
+ <input type="button" value="保存" class="btns" id="add" />
|
|
|
152
|
+ </div>
|
|
|
153
|
+ </div>
|
|
|
154
|
+ </div>
|
|
|
155
|
+ <!--左边弹框-->
|
|
|
156
|
+ <div class="leftBox">
|
|
|
157
|
+ <div class="btop clearfix">
|
|
|
158
|
+ <p class="rbtl"> <span class="tps" style="color: red;"></span></p>
|
|
|
159
|
+ <p class="rbtr" title="关闭">X</p>
|
|
161
|
160
|
|
|
162
|
|
- </div>
|
|
|
161
|
+ </div>
|
|
163
|
162
|
|
|
164
|
|
- <div class="sqzx">
|
|
165
|
|
- <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
|
|
166
|
|
- <tr>
|
|
167
|
|
- <th>所属分类:</th>
|
|
168
|
|
- <td>
|
|
169
|
|
- <div class="inpBox">
|
|
170
|
|
- <select name="" id="Left_ParentId">
|
|
171
|
|
-
|
|
172
|
|
- </select>
|
|
173
|
|
- </div>
|
|
174
|
|
- </td>
|
|
175
|
|
- </tr>
|
|
176
|
|
- <tr>
|
|
177
|
|
- <th>分类名称:</th>
|
|
178
|
|
- <td>
|
|
179
|
|
- <div class="inpBox">
|
|
180
|
|
- <input type="text" class="inps inps2 " id="Left_CategoryName" />
|
|
181
|
|
- </div>
|
|
182
|
|
- </td>
|
|
183
|
|
- </tr>
|
|
184
|
|
- <tr>
|
|
185
|
|
- <th>排列序号:</th>
|
|
186
|
|
- <td>
|
|
187
|
|
- <div class="inpBox">
|
|
188
|
|
- <input type="text" class="inps inps2 " id="Left_Sort" />
|
|
189
|
|
- </div>
|
|
190
|
|
- </td>
|
|
191
|
|
- </tr>
|
|
192
|
|
- </table>
|
|
193
|
|
- <div class="btn_">
|
|
194
|
|
- <input type="button" value="保存" class="btns" id="Left_xgbtn" />
|
|
195
|
|
- <input type="button" value="保存" class="btns" id="Left_add" />
|
|
196
|
|
- </div>
|
|
197
|
|
- </div>
|
|
198
|
|
- </div>
|
|
199
|
|
- </div>
|
|
200
|
|
- </body>
|
|
201
|
|
- <script src="../js/zTree/jquery.ztree.core.js"></script>
|
|
202
|
|
- <script src="../css/laydate/laydate.js"></script>
|
|
203
|
|
- <script src="../css/layer/layer.js"></script>
|
|
204
|
|
- <script src="../js/Quality/zhibiaoguanli.js"></script>
|
|
|
163
|
+ <div class="sqzx">
|
|
|
164
|
+ <table id="sqzx" style="width: 100%;" border="0" cellspacing="0" cellpadding="0">
|
|
|
165
|
+ <tr>
|
|
|
166
|
+ <th>所属分类:</th>
|
|
|
167
|
+ <td>
|
|
|
168
|
+ <div class="inpBox">
|
|
|
169
|
+ <select name="" id="Left_ParentId"></select>
|
|
|
170
|
+ </div>
|
|
|
171
|
+ </td>
|
|
|
172
|
+ </tr>
|
|
|
173
|
+ <tr>
|
|
|
174
|
+ <th>分类名称:</th>
|
|
|
175
|
+ <td>
|
|
|
176
|
+ <div class="inpBox">
|
|
|
177
|
+ <input type="text" class="inps inps2 " id="Left_CategoryName" />
|
|
|
178
|
+ </div>
|
|
|
179
|
+ </td>
|
|
|
180
|
+ </tr>
|
|
|
181
|
+ <tr>
|
|
|
182
|
+ <th>排列序号:</th>
|
|
|
183
|
+ <td>
|
|
|
184
|
+ <div class="inpBox">
|
|
|
185
|
+ <input type="text" class="inps inps2 " id="Left_Sort" />
|
|
|
186
|
+ </div>
|
|
|
187
|
+ </td>
|
|
|
188
|
+ </tr>
|
|
|
189
|
+ </table>
|
|
|
190
|
+ <div class="btn_">
|
|
|
191
|
+ <input type="button" value="保存" class="btns" id="Left_xgbtn" />
|
|
|
192
|
+ <input type="button" value="保存" class="btns" id="Left_add" />
|
|
|
193
|
+ </div>
|
|
|
194
|
+ </div>
|
|
|
195
|
+ </div>
|
|
|
196
|
+ </div>
|
|
|
197
|
+ <script src="../js/zTree/jquery.ztree.core.js"></script>
|
|
|
198
|
+ <script src="../css/laydate/laydate.js"></script>
|
|
|
199
|
+ <script src="../css/layer/layer.js"></script>
|
|
|
200
|
+ <script src="../js/Quality/zhibiaoguanli.js"></script>
|
|
|
201
|
+ </body>
|
|
205
|
202
|
</html>
|