浏览代码

知识库修改

miaofuhao 6 年之前
父节点
当前提交
526438198a

+ 4 - 2
WebUI/CallCenterWeb.UI/zhiShiKu/auditText.html

@@ -29,7 +29,7 @@
29 29
 					          是
30 30
 					</label>
31 31
 					<label class="radio-inline">
32
-					  <input type="radio" name="isAudit" id="isAudit" value="0"> 
32
+					  <input type="radio" name="isAudit" id="isAudit" value="2"> 
33 33
 					  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;否
34 34
 					</label>
35 35
 				</td>
@@ -48,8 +48,10 @@
48 48
 			var id = helper.request.queryString("id");
49 49
 			var isAudit= $('input[name="isAudit"]:checked ').val()
50 50
 			$('input[type=radio][name="isAudit"]').change(function() {
51
-		        if (this.value == 0) {
51
+				
52
+		        if (this.value == 2) {
52 53
 		            $(".auditDiv").show();
54
+		            $(".auditText").val("");
53 55
 		        }
54 56
 		        else if (this.value == 1) {
55 57
 		            $(".auditDiv").hide();

+ 0 - 6
WebUI/CallCenterWeb.UI/zhiShiKu/js/newRepositoryAdd.js

@@ -218,12 +218,6 @@ $(document).ready(function() {
218 218
 								template.html(con.F_Template);
219 219
 								payinfo.html(con.F_PayInfo);
220 220
 								depId=con.F_DeptId;
221
-//								$('#baseon').val(con.F_BaseOn);//设定依据
222
-//								$('#process').val(con.F_Process);//办理流程
223
-//								$('#material').val(con.F_Material);//办理材料
224
-//								$('#template').val(con.F_Template);//办理结果样本
225
-//								$('#payinfo').val(con.F_PayInfo);//收费标准及依据
226
-			//					$('#files').val() //收费标准及依据
227 221
 								$(result.data.file).each(function(k,q){
228 222
 										var strs='<span class="files" fiel-num="'+ q.F_FileId +'">'+ q.F_FileName.substring(19) +'<i class="fa fa-remove del_file"></i></span>'
229 223
 										$(strs).appendTo($('.fileBox')).find('.del_file').click(function(event){

+ 88 - 54
WebUI/CallCenterWeb.UI/zhiShiKu/newRepositoryDetail.html

@@ -110,7 +110,11 @@
110 110
 				    /*width: 95%;
111 111
 				    margin: 0 auto;*/
112 112
 			}
113
-			
113
+			.shdetail table{
114
+				width: 100%;
115
+				line-height: 30px;
116
+				text-align: center;
117
+			}
114 118
 		</style>
115 119
 	</head>
116 120
 		<body class="gray-bg">
@@ -227,67 +231,81 @@
227 231
 						<td></td>
228 232
 					</tr>-->
229 233
 				</table>
230
-			
231
-					<ul class="tab_list clearfix">
232
-						<li class="active">设定依据</li>
233
-						<li>办理流程</li>
234
-						<li>办理材料</li>
235
-						<li>办理结果样本</li>
236
-						<li>收费标准及依据</li>
237
-						<li>附件</li>
238
-					</ul>
239
-					<div class="tab_content">
240
-						<div class="cons" style="display: block;">
241
-							<div  id="baseon" >
242
-								
243
-							</div>
244
-							<!--<textarea name=""  readonly="readonly"></textarea>--> 
234
+				<div style="width: 100%;padding: 10px;" class="shdetail">
235
+					<table class="Table" border="" cellspacing="0" cellpadding="0">
236
+						<theard>
237
+							<tr>
238
+								<td class="text-center" style="min-width:50px;">次数</td>
239
+								<td class="text-center" style="min-width:100px;">审核人</td>
240
+								<td class="text-center" style="min-width:100px;">审核内容</td>
241
+								<td class="text-center" style="min-width:100px;">审核时间</td>
242
+								<td class="text-center authority" style="min-width:100px;">是否通过</td>
243
+							</tr>
244
+						</theard>
245
+						<tbody class="SHXX">
246
+						</tbody>
247
+					</table>
248
+				</div>
249
+				<ul class="tab_list clearfix">
250
+					<li class="active">设定依据</li>
251
+					<li>办理流程</li>
252
+					<li>办理材料</li>
253
+					<li>办理结果样本</li>
254
+					<li>收费标准及依据</li>
255
+					<li>附件</li>
256
+				</ul>
257
+				<div class="tab_content">
258
+					<div class="cons" style="display: block;">
259
+						<div  id="baseon" >
260
+							
245 261
 						</div>
246
-						<div class="cons">
247
-							<div  id="process" >
248
-								
249
-							</div>
250
-							<!--<textarea name=""   id="process"  readonly="readonly"></textarea>--> 
262
+						<!--<textarea name=""  readonly="readonly"></textarea>--> 
263
+					</div>
264
+					<div class="cons">
265
+						<div  id="process" >
266
+							
251 267
 						</div>
252
-						<div class="cons">
253
-							<div  id="material" >
254
-								
255
-							</div>
256
-								<!--<textarea name=""  id="material"  readonly="readonly"></textarea>--> 
268
+						<!--<textarea name=""   id="process"  readonly="readonly"></textarea>--> 
269
+					</div>
270
+					<div class="cons">
271
+						<div  id="material" >
272
+							
257 273
 						</div>
258
-						<div class="cons">
259
-							<div  id="template" >
260
-								
261
-							</div>
262
-								<!--<textarea name="" id="template" readonly="readonly"></textarea>--> 
274
+							<!--<textarea name=""  id="material"  readonly="readonly"></textarea>--> 
275
+					</div>
276
+					<div class="cons">
277
+						<div  id="template" >
278
+							
263 279
 						</div>
264
-						<div class="cons">
265
-							<div  id="payinfo" >
266
-								
267
-							</div>
268
-								<!--<textarea name="" id="payinfo" readonly="readonly"></textarea>--> 
280
+							<!--<textarea name="" id="template" readonly="readonly"></textarea>--> 
281
+					</div>
282
+					<div class="cons">
283
+						<div  id="payinfo" >
284
+							
269 285
 						</div>
286
+							<!--<textarea name="" id="payinfo" readonly="readonly"></textarea>--> 
287
+					</div>
288
+					
289
+					<div class="cons">
290
+						<div>
291
+							
270 292
 						
271
-						<div class="cons">
272
-							<div>
293
+						<table class="table-bordered table-condensed feilTable" style="width: 100%;">
294
+							<thead>
295
+								<tr>
296
+									<th>文件名称</th>
297
+									<th>添加时间</th>
298
+									<th>文件大小</th>
299
+								</tr>
300
+							</thead>
301
+							<tbody>
273 302
 								
303
+							</tbody>
274 304
 							
275
-							<table class="table-bordered table-condensed feilTable" style="width: 100%;">
276
-								<thead>
277
-									<tr>
278
-										<th>文件名称</th>
279
-										<th>添加时间</th>
280
-										<th>文件大小</th>
281
-									</tr>
282
-								</thead>
283
-								<tbody>
284
-									
285
-								</tbody>
286
-								
287
-							</table>
288
-							</div>
305
+						</table>
306
+						</div>
289 307
 					</div>
290
-			</div>
308
+				</div>
291 309
 			
292 310
 			<script src="../js/kindeditor/kindeditor-all-min.js"></script>
293 311
 			<script src="../js/kindeditor/lang/zh-CN.js"></script>
@@ -357,7 +375,23 @@
357 375
 												'</tr>'
358 376
 										$(strs).appendTo($('.feilTable tbody'))
359 377
 									})
360
-			
378
+								var shaudit;
379
+								$(res.data.shData).each(function(k,q){
380
+									if (q.F_ISPass==2) {
381
+										shaudit="未通过"
382
+									}else if(q.F_ISPass==1){
383
+										shaudit="通过"
384
+									}
385
+									var num=k+1;
386
+									var strs='<tr>'+
387
+									         '<td>'+ num +'</td>'+
388
+									         '<td>'+ q.F_AuditBy +'</td>'+
389
+									         '<td>'+ q.F_AuditRemark +'</td>'+
390
+									         '<td>'+ q.F_CreateOn +'</td>'+
391
+									         '<td>'+ shaudit +'</td>'+
392
+											'</tr>'
393
+									$(strs).appendTo($('.SHXX'))
394
+								})
361 395
 			
362 396
 			
363 397