Просмотр исходного кода

思念城市下来框改为输入框

miaofuhao лет назад: 7
Родитель
Сommit
4a413ec18f

+ 12 - 8
CallCenterWeb.UI/WorkOrder/WorkOrderDispose.html

114
 									<option value="">请选择产品类别</option>
114
 									<option value="">请选择产品类别</option>
115
 								</select>
115
 								</select>
116
 							</div>
116
 							</div>
117
-							<div class="time-box form-group">
117
+							
118
+							<!--<div class="time-box form-group">
118
 								<i class="tub fa fa-caret-down down" style="color: #676b6d;"></i>
119
 								<i class="tub fa fa-caret-down down" style="color: #676b6d;"></i>
119
 								<input class="form-control" type="text" id="typeclass" placeholder="请选择城市" readonly="readonly">
120
 								<input class="form-control" type="text" id="typeclass" placeholder="请选择城市" readonly="readonly">
120
 								<input type="text" class="inps2">
121
 								<input type="text" class="inps2">
126
 
127
 
127
 									</ul>
128
 									</ul>
128
 								</div>
129
 								</div>
129
-							</div>
130
+							</div>-->
130
 							<div class="time-box form-group">
131
 							<div class="time-box form-group">
131
 								<i class="tub fa fa-calendar"></i>
132
 								<i class="tub fa fa-calendar"></i>
132
 								<input class="form-control search_time" type="text" id="greetingTimes" placeholder="请选择时间">
133
 								<input class="form-control search_time" type="text" id="greetingTimes" placeholder="请选择时间">
133
 							</div>
134
 							</div>
134
 							<div class="time-box form-group">
135
 							<div class="time-box form-group">
136
+								<input class="form-control" type="text" id="cityName" placeholder="请输入城市">
137
+							</div>
138
+							<div class="time-box form-group">
135
 								<input class="form-control" type="text" id="keyWord" placeholder="请输入关键字">
139
 								<input class="form-control" type="text" id="keyWord" placeholder="请输入关键字">
136
 							</div>
140
 							</div>
137
 							<div class="time-box form-group">
141
 							<div class="time-box form-group">
574
 							token: $.cookie("token"),
578
 							token: $.cookie("token"),
575
 							source: $('#orderSource').val(), //工单来源
579
 							source: $('#orderSource').val(), //工单来源
576
 							producttype:$('#productTypeFilt').val(), //产品类别
580
 							producttype:$('#productTypeFilt').val(), //产品类别
577
-							province:$(".inps2").val(),
578
-							city:$(".inps3").val(),
581
+//							province:$(".inps2").val(),
582
+							city:$("#cityName").val(),
579
 							type:$("#orderType").val(), //工单类型
583
 							type:$("#orderType").val(), //工单类型
580
 							key:$('#keyWord').val(), //内容关键字
584
 							key:$('#keyWord').val(), //内容关键字
581
 							workid:$('#orderNum').val(), //工单号
585
 							workid:$('#orderNum').val(), //工单号
623
 							source: $('#orderSource').val(), //工单来源
627
 							source: $('#orderSource').val(), //工单来源
624
 							type:$("#orderType").val(), //工单类型
628
 							type:$("#orderType").val(), //工单类型
625
 							producttype:$('#productTypeFilt').val(), //产品类别
629
 							producttype:$('#productTypeFilt').val(), //产品类别
626
-							province:$(".inps2").val(),
627
-							city:$(".inps3").val(),
630
+//							province:$(".inps2").val(),
631
+							city:$("#cityName").val(),
632
+//							city:$(".inps3").val(),
628
 							key:$('#keyWord').val(), //内容关键字
633
 							key:$('#keyWord').val(), //内容关键字
629
 							workid:$('#orderNum').val(), //内容关键字
634
 							workid:$('#orderNum').val(), //内容关键字
630
 							starttime: $('#greetingTimes').val() && $('#greetingTimes').val().split(' ~ ')[0], //开始时间
635
 							starttime: $('#greetingTimes').val() && $('#greetingTimes').val().split(' ~ ')[0], //开始时间
651
 					url += "&source=" + $("#orderSource").val();//工单来源
656
 					url += "&source=" + $("#orderSource").val();//工单来源
652
 					url += "&type=" + $("#orderType").val();//工单类型
657
 					url += "&type=" + $("#orderType").val();//工单类型
653
 					url += "&producttype=" + $('#productTypeFilt').val();//产品类别
658
 					url += "&producttype=" + $('#productTypeFilt').val();//产品类别
654
-					url += "&province=" + $('.inps2').val();//省
655
-					url += "&city=" + $('.inps3').val();//市
659
+					url += "&city=" + $('#cityName').val();//市
656
 					url += "&key=" + $('#keyWord').val();//关键词
660
 					url += "&key=" + $('#keyWord').val();//关键词
657
 					url += "&workid=" + $('#orderNum').val();//关键词
661
 					url += "&workid=" + $('#orderNum').val();//关键词
658
 					url += "&starttime=" + ($("#greetingTimes").val() && $("#greetingTimes").val().split(' ~ ')[0]);//开始时间
662
 					url += "&starttime=" + ($("#greetingTimes").val() && $("#greetingTimes").val().split(' ~ ')[0]);//开始时间

+ 12 - 7
CallCenterWeb.UI/WorkOrder/WorkOrderParty.html

127
 									<option value="">请选择产品类别</option>
127
 									<option value="">请选择产品类别</option>
128
 								</select>
128
 								</select>
129
 							</div>
129
 							</div>
130
-							<div class="time-box form-group">
130
+							
131
+							<!--<div class="time-box form-group">
131
 								<i class="tub fa fa-caret-down down" style="color: #676b6d;"></i>
132
 								<i class="tub fa fa-caret-down down" style="color: #676b6d;"></i>
132
 								<input class="form-control" type="text" id="typeclass" placeholder="请选择城市" readonly="readonly">
133
 								<input class="form-control" type="text" id="typeclass" placeholder="请选择城市" readonly="readonly">
133
 								<input type="text" class="inps2">
134
 								<input type="text" class="inps2">
139
 
140
 
140
 									</ul>
141
 									</ul>
141
 								</div>
142
 								</div>
142
-							</div>
143
+							</div>-->
143
 							<div class="time-box form-group">
144
 							<div class="time-box form-group">
144
 								<i class="tub fa fa-calendar"></i>
145
 								<i class="tub fa fa-calendar"></i>
145
 								<input class="form-control search_time" type="text" id="greetingTimes" placeholder="请选择时间">
146
 								<input class="form-control search_time" type="text" id="greetingTimes" placeholder="请选择时间">
146
 							</div>
147
 							</div>
147
 							<div class="time-box form-group">
148
 							<div class="time-box form-group">
149
+								<input class="form-control" type="text" id="cityName" placeholder="请输入城市">
150
+							</div>
151
+							<div class="time-box form-group">
148
 								<input class="form-control" type="text" id="keyWord" placeholder="请输入关键字">
152
 								<input class="form-control" type="text" id="keyWord" placeholder="请输入关键字">
149
 							</div>
153
 							</div>
150
 							<div class="time-box form-group">
154
 							<div class="time-box form-group">
151
 								<input class="form-control" type="text" id="orderNum" placeholder="请输入工单号">
155
 								<input class="form-control" type="text" id="orderNum" placeholder="请输入工单号">
152
 							</div>
156
 							</div>
157
+							
153
 						</div>
158
 						</div>
154
 					</div>
159
 					</div>
155
 
160
 
525
 							source: $('#orderSource').val(), //工单来源
530
 							source: $('#orderSource').val(), //工单来源
526
 							type:$("#orderType").val(), //工单类型
531
 							type:$("#orderType").val(), //工单类型
527
 							producttype:$('#productTypeFilt').val(), //产品类别
532
 							producttype:$('#productTypeFilt').val(), //产品类别
528
-							province:$(".inps2").val(),
529
-							city:$(".inps3").val(),
533
+//							province:$(".inps2").val(),
534
+							city:$("#cityName").val(),
530
 							key:$('#keyWord').val(), //内容关键字
535
 							key:$('#keyWord').val(), //内容关键字
531
 							workid:$('#orderNum').val(), //内容关键字
536
 							workid:$('#orderNum').val(), //内容关键字
532
 							starttime: $('#greetingTimes').val() && $('#greetingTimes').val().split(' ~ ')[0], //开始时间
537
 							starttime: $('#greetingTimes').val() && $('#greetingTimes').val().split(' ~ ')[0], //开始时间
584
 							source: $('#orderSource').val(), //工单来源
589
 							source: $('#orderSource').val(), //工单来源
585
 							type:$("#orderType").val(), //工单类型
590
 							type:$("#orderType").val(), //工单类型
586
 							producttype:$('#productTypeFilt').val(), //产品类别
591
 							producttype:$('#productTypeFilt').val(), //产品类别
587
-							province:$(".inps2").val(),
588
-							city:$(".inps3").val(),
592
+//							province:$(".inps2").val(),
593
+							city:$("#cityName").val(),
589
 							key:$('#keyWord').val(), //内容关键字
594
 							key:$('#keyWord').val(), //内容关键字
590
 							workid:$('#orderNum').val(), //内容关键字
595
 							workid:$('#orderNum').val(), //内容关键字
591
 							starttime: $('#greetingTimes').val() && $('#greetingTimes').val().split(' ~ ')[0], //开始时间
596
 							starttime: $('#greetingTimes').val() && $('#greetingTimes').val().split(' ~ ')[0], //开始时间
623
 					url += "&type=" + $("#orderType").val();//工单类型
628
 					url += "&type=" + $("#orderType").val();//工单类型
624
 					url += "&producttype=" + $('#productTypeFilt').val();//产品类别
629
 					url += "&producttype=" + $('#productTypeFilt').val();//产品类别
625
 					url += "&province=" + $('.inps2').val();//省
630
 					url += "&province=" + $('.inps2').val();//省
626
-					url += "&city=" + $('.inps3').val();//市
631
+					url += "&city=" + $('#cityName').val();//市
627
 					url += "&key=" + $('#keyWord').val();//关键词
632
 					url += "&key=" + $('#keyWord').val();//关键词
628
 					url += "&workid=" + $('#orderNum').val();//关键词
633
 					url += "&workid=" + $('#orderNum').val();//关键词
629
 					url += "&starttime=" + ($("#greetingTimes").val() && $("#greetingTimes").val().split(' ~ ')[0]);//开始时间
634
 					url += "&starttime=" + ($("#greetingTimes").val() && $("#greetingTimes").val().split(' ~ ')[0]);//开始时间

+ 11 - 8
CallCenterWeb.UI/WorkOrder/WorkOrderSearch.html

118
 									<option value="">请选择产品类别</option>
118
 									<option value="">请选择产品类别</option>
119
 								</select>
119
 								</select>
120
 							</div>
120
 							</div>
121
-							<div class="time-box form-group">
121
+							<!--<div class="time-box form-group">
122
 								<i class="tub fa fa-caret-down down" style="color: #676b6d;"></i>
122
 								<i class="tub fa fa-caret-down down" style="color: #676b6d;"></i>
123
 								<input class="form-control" type="text" id="typeclass" placeholder="请选择城市" readonly="readonly">
123
 								<input class="form-control" type="text" id="typeclass" placeholder="请选择城市" readonly="readonly">
124
 								<input type="text" class="inps2">
124
 								<input type="text" class="inps2">
130
 
130
 
131
 									</ul>
131
 									</ul>
132
 								</div>
132
 								</div>
133
-							</div>
133
+							</div>-->
134
 							<div class="time-box form-group">
134
 							<div class="time-box form-group">
135
 								<i class="tub fa fa-calendar"></i>
135
 								<i class="tub fa fa-calendar"></i>
136
 								<input class="form-control search_time" type="text" id="greetingTimes" placeholder="请选择时间">
136
 								<input class="form-control search_time" type="text" id="greetingTimes" placeholder="请选择时间">
137
 							</div>
137
 							</div>
138
 							<div class="time-box form-group">
138
 							<div class="time-box form-group">
139
+								<input class="form-control" type="text" id="cityName" placeholder="请输入城市">
140
+							</div>
141
+							<div class="time-box form-group">
139
 								<input class="form-control" type="text" id="keyWord" placeholder="请输入关键字">
142
 								<input class="form-control" type="text" id="keyWord" placeholder="请输入关键字">
140
 							</div>
143
 							</div>
141
 							<div class="time-box form-group">
144
 							<div class="time-box form-group">
421
 							source: $('#orderSource').val(), //工单来源
424
 							source: $('#orderSource').val(), //工单来源
422
 							type:$("#orderType").val(), //工单类型
425
 							type:$("#orderType").val(), //工单类型
423
 							producttype:$('#productTypeFilt').val(), //产品类别
426
 							producttype:$('#productTypeFilt').val(), //产品类别
424
-							province:$(".inps2").val(),
425
-							city:$(".inps3").val(),
427
+//							province:$(".inps2").val(),
428
+							city:$("#cityName").val(),
426
 							key:$('#keyWord').val(), //内容关键字
429
 							key:$('#keyWord').val(), //内容关键字
427
 							workid:$('#orderNum').val(), //内容关键字
430
 							workid:$('#orderNum').val(), //内容关键字
428
 							starttime: $('#greetingTimes').val() && $('#greetingTimes').val().split(' ~ ')[0], //开始时间
431
 							starttime: $('#greetingTimes').val() && $('#greetingTimes').val().split(' ~ ')[0], //开始时间
468
 							source: $('#orderSource').val(), //工单来源
471
 							source: $('#orderSource').val(), //工单来源
469
 							type:$("#orderType").val(), //工单类型
472
 							type:$("#orderType").val(), //工单类型
470
 							producttype:$('#productTypeFilt').val(), //产品类别
473
 							producttype:$('#productTypeFilt').val(), //产品类别
471
-							province:$(".inps2").val(),
472
-							city:$(".inps3").val(),
474
+//							province:$(".inps2").val(),
475
+							city:$("#cityName").val(),
473
 							key:$('#keyWord').val(), //内容关键字
476
 							key:$('#keyWord').val(), //内容关键字
474
 							workid:$('#orderNum').val(), //内容关键字
477
 							workid:$('#orderNum').val(), //内容关键字
475
 							starttime: $('#greetingTimes').val() && $('#greetingTimes').val().split(' ~ ')[0], //开始时间
478
 							starttime: $('#greetingTimes').val() && $('#greetingTimes').val().split(' ~ ')[0], //开始时间
494
 					url += "&source=" + $("#orderSource").val();//工单来源
497
 					url += "&source=" + $("#orderSource").val();//工单来源
495
 					url += "&type=" + $("#orderType").val();//工单类型
498
 					url += "&type=" + $("#orderType").val();//工单类型
496
 					url += "&producttype=" + $('#productTypeFilt').val();//产品类别
499
 					url += "&producttype=" + $('#productTypeFilt').val();//产品类别
497
-					url += "&province=" + $('.inps2').val();//省
498
-					url += "&city=" + $('.inps3').val();//市
500
+					
501
+					url += "&city=" + $('#cityName').val();//市
499
 					url += "&key=" + $('#keyWord').val();//关键词
502
 					url += "&key=" + $('#keyWord').val();//关键词
500
 					url += "&workid=" + $('#orderNum').val();//关键词
503
 					url += "&workid=" + $('#orderNum').val();//关键词
501
 					url += "&starttime=" + ($("#greetingTimes").val() && $("#greetingTimes").val().split(' ~ ')[0]);//开始时间
504
 					url += "&starttime=" + ($("#greetingTimes").val() && $("#greetingTimes").val().split(' ~ ')[0]);//开始时间