ソースを参照

修改短消息

zhangshuangnan 7 年 前
コミット
27a987eef4

+ 1 - 1
WebUI/CallCenterWeb.UI/ShortMessage/ShortMessage.html

@@ -48,7 +48,7 @@
48 48
 								<input class="form-control" type="text" id="tel" placeholder="请输入手机号">
49 49
 							</div>
50 50
 							<div class="form-group tool_bars pull-right">
51
-								<button class="btns sear">搜索</button>
51
+								<button class="btns search">搜索</button>
52 52
 							</div>					
53 53
 						</div>
54 54
 					</div>

+ 0 - 8
WebUI/CallCenterWeb.UI/ShortMessage/addShortMessage.html

@@ -51,14 +51,6 @@
51 51
 								<textarea data-adaptheight id="content" name="" rows="5" cols="" style="width: 100%;" placeholder="请输入回复内容......."></textarea>
52 52
 							</td>
53 53
 						</tr>
54
-						<!--<tr>
55
-							<th class="Importent">手机号:</th>
56
-							<td colspan="7">
57
-								<input type="text" class="form-control" id="tel" />
58
-							</td>
59
-						</tr>-->
60
-					
61
-						
62 54
 					</table>
63 55
 					<div class="btn_box">
64 56
 						<button class="btns BC">保存</button>

+ 1 - 4
WebUI/CallCenterWeb.UI/ShortMessage/js/ShortMessage.js

@@ -90,10 +90,7 @@
90 90
 	          		return '<div class="imgs" ></div>';               
91 91
 		                
92 92
 	          	}
93
-	          	
94
-	          
95
-	          
96
-	          
93
+	          }
97 94
 	          
98 95
 	          /*回复消息*/
99 96
 			function btn_revice(ids,tel) {