Kaynağa Gözat

思念修改

miaofuhao 6 yıl önce
ebeveyn
işleme
52150da9e8

+ 2 - 2
CallCenterWeb.UI/WorkOrder/Xga.html

@@ -196,8 +196,8 @@
196 196
                                 <select name="" class="form-control orderType" disabled></select>
197 197
                             </div>
198 198
                         </td>
199
-                        <th class="complainDiv2">咨询类型:</th>
200
-                        <td class="complainDiv2">
199
+                        <th class="complainDiv2 snRmove">咨询类型:</th>
200
+                        <td class="complainDiv2 snRmove">
201 201
                             <div class="form-group">
202 202
                                 <select name="" class="form-control complaintType2"></select>
203 203
                             </div>

+ 1 - 0
CallCenterWeb.UI/callScreen/call.js

@@ -19,6 +19,7 @@ $(document).ready(function () {
19 19
 					$(".dkRmove").show();
20 20
 				} else {
21 21
 					$(".snRmove").show();
22
+					$(".complainDiv2").hide();
22 23
 					$(".dkRmove").remove();
23 24
 				}
24 25
 			}

+ 2 - 2
CallCenterWeb.UI/callScreen/callScreen.html

@@ -649,8 +649,8 @@
649 649
                                                     </div>
650 650
                                                 </td>
651 651
 
652
-                                                <th class="complainDiv2">咨询类型:</th>
653
-					                            <td class="complainDiv2">
652
+                                                <th class="complainDiv2 snRmove">咨询类型:</th>
653
+					                            <td class="complainDiv2 snRmove">
654 654
 					                                <div class="form-group">
655 655
 					                                    <select name="" class="form-control complaintType2"></select>
656 656
 					                                </div>

+ 1 - 0
CallCenterWeb.UI/js/WorkOrder/xgWork.js

@@ -16,6 +16,7 @@ $(document).ready(function () {
16 16
 					$(".dkRmove").show();
17 17
 				} else {
18 18
 					$(".snRmove").show();
19
+					$(".complainDiv2").hide();
19 20
 					$(".dkRmove").remove();
20 21
 				}
21 22
 			}