miaofuhao лет назад: 6
Родитель
Сommit
52150da9e8

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

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

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

19
 					$(".dkRmove").show();
19
 					$(".dkRmove").show();
20
 				} else {
20
 				} else {
21
 					$(".snRmove").show();
21
 					$(".snRmove").show();
22
+					$(".complainDiv2").hide();
22
 					$(".dkRmove").remove();
23
 					$(".dkRmove").remove();
23
 				}
24
 				}
24
 			}
25
 			}

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

649
                                                     </div>
649
                                                     </div>
650
                                                 </td>
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
 					                                <div class="form-group">
654
 					                                <div class="form-group">
655
 					                                    <select name="" class="form-control complaintType2"></select>
655
 					                                    <select name="" class="form-control complaintType2"></select>
656
 					                                </div>
656
 					                                </div>

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

16
 					$(".dkRmove").show();
16
 					$(".dkRmove").show();
17
 				} else {
17
 				} else {
18
 					$(".snRmove").show();
18
 					$(".snRmove").show();
19
+					$(".complainDiv2").hide();
19
 					$(".dkRmove").remove();
20
 					$(".dkRmove").remove();
20
 				}
21
 				}
21
 			}
22
 			}