Bladeren bron

工单详情,省平台工单查询

miaofuhao 3 jaren geleden
bovenliggende
commit
72dbb48611

+ 13 - 2
WebUI/CallCenterWeb.UI/CommonHtml/WorkDatil.html

107
 			.tdWidth td{
107
 			.tdWidth td{
108
 				width: 20%;
108
 				width: 20%;
109
 			}
109
 			}
110
+			.provinceState{
111
+				display: none;
112
+			}
110
 		</style>
113
 		</style>
111
 	</head>
114
 	</head>
112
 
115
 
569
 							结案时间:
572
 							结案时间:
570
 							<span class="lawsuitTime"></span>
573
 							<span class="lawsuitTime"></span>
571
 						</li>
574
 						</li>
575
+						<li class="provinceState">
576
+							省平台办理时限:
577
+							<span class="provinceDealTime"></span>
578
+						</li>
572
 					</ul>
579
 					</ul>
573
 					<div class="clearfix wh_btn" style="width:100%;text-align:center;margin:10px 0;">
580
 					<div class="clearfix wh_btn" style="width:100%;text-align:center;margin:10px 0;">
574
 						<input type="hidden" class="hidWid" />
581
 						<input type="hidden" class="hidWid" />
648
 							$('.submitTime').text(Data[0].F_SubmitTime); //提交时间
655
 							$('.submitTime').text(Data[0].F_SubmitTime); //提交时间
649
 							$('.SLHJ').text(Data[0].F_DealTime); //办理时间
656
 							$('.SLHJ').text(Data[0].F_DealTime); //办理时间
650
 							$('.lawsuitTime').text(Data[0].F_CloseTime); //结案时间
657
 							$('.lawsuitTime').text(Data[0].F_CloseTime); //结案时间
658
+							if (Data[0].F_InfoSource ===109) {
659
+								$(".provinceState").show()
660
+								$(".provinceDealTime").text(Data[0].TFDBACKTIME_BF) //省平台办理时限
661
+							}
651
 							$('.SL').text(Data[0].UserName);
662
 							$('.SL').text(Data[0].UserName);
652
 							$(".DH").text(Data[0].F_WorkOrderId);
663
 							$(".DH").text(Data[0].F_WorkOrderId);
653
 							$(".LY").text(Data[0].SourceName);
664
 							$(".LY").text(Data[0].SourceName);
1146
 									//办理过程
1157
 									//办理过程
1147
 									$("#BLGC_").empty();
1158
 									$("#BLGC_").empty();
1148
 
1159
 
1149
-									if($.cookie('code')!='WLDW'&& $.cookie('code')!='EJWLDW'){
1160
+//									if($.cookie('code')!='WLDW'&& $.cookie('code')!='EJWLDW'){
1150
 										$(result.data.gcdata).each(function(i, n) {
1161
 										$(result.data.gcdata).each(function(i, n) {
1151
 											var html = '<tr>' +
1162
 											var html = '<tr>' +
1152
 												'<td class="text-center">' + (i + 1) + '</td>' +
1163
 												'<td class="text-center">' + (i + 1) + '</td>' +
1155
 												'</tr>';
1166
 												'</tr>';
1156
 											$(html).appendTo($("#BLGC_"));
1167
 											$(html).appendTo($("#BLGC_"));
1157
 										});
1168
 										});
1158
-									}
1169
+//									}
1159
 
1170
 
1160
 									//领导批示
1171
 									//领导批示
1161
 									$(".LDPS").empty();
1172
 									$(".LDPS").empty();

+ 6 - 0
WebUI/CallCenterWeb.UI/ProvincialPlatformManagement/LawsuitProvincialPlatform.html

132
 										<option value="">请选择调度员</option>
132
 										<option value="">请选择调度员</option>
133
 									</select>
133
 									</select>
134
                                 </td>
134
                                 </td>
135
+                                <th>省平台编号:</th>
136
+                                <td>
137
+                                    <input type="text" placeholder="输入工单号" id="strworkorderid" class="form-control" />
138
+                                </td>
135
                                 <td colspan="7" style="text-align: center;" >
139
                                 <td colspan="7" style="text-align: center;" >
136
                                     <botton class="btns Seach">搜索</botton>
140
                                     <botton class="btns Seach">搜索</botton>
137
                                     <botton class="btns Export">导出</botton>
141
                                     <botton class="btns Export">导出</botton>
138
                                 </td>
142
                                 </td>
143
+                                
139
                             </tr>
144
                             </tr>
140
                             
145
                             
141
                         </table>
146
                         </table>
242
                        	key: $("#key").val(), //=关键字
247
                        	key: $("#key").val(), //=关键字
243
                        	workid: $("#wids").val(), //工单号
248
                        	workid: $("#wids").val(), //工单号
244
                        	state: $("#state").val(), //=工单状态
249
                        	state: $("#state").val(), //=工单状态
250
+                       	strworkorderid:$("#strworkorderid").val().replace(/\s+/g, ""),
245
                        	starttime: $('#starttime').val() && $('#starttime').val().split(' ~ ')[0], //=开始时间
251
                        	starttime: $('#starttime').val() && $('#starttime').val().split(' ~ ')[0], //=开始时间
246
                         endtime: $('#starttime').val() && $('#starttime').val().split(' ~ ')[1], //=结束时间
252
                         endtime: $('#starttime').val() && $('#starttime').val().split(' ~ ')[1], //=结束时间
247
                         source: 109, //=来源&
253
                         source: 109, //=来源&