Quellcode durchsuchen

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

miaofuhao vor 7 Jahren
Ursprung
Commit
4a413ec18f

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

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

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

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

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

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