Quellcode durchsuchen

Merge branch 'master' of http://192.168.1.222:3000/zhengbingbing/ZXZB_CallCenterUI5.0

d123 vor 8 Jahren
Ursprung
Commit
2f9265dc8c

+ 2 - 1
CallCenterWeb.UI/index.html

@@ -2832,7 +2832,8 @@
2832 2832
 							token: $.cookie("token"),
2833 2833
 							usercode: gh,
2834 2834
 							pwd: ymm,
2835
-							oldpwd: xmm
2835
+							oldpwd: xmm,
2836
+							mobile: $('.mobile').val()
2836 2837
 						},
2837 2838
 						success: function(result) {
2838 2839
 							//                		result = $.parseJSON(result);

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

@@ -209,7 +209,7 @@ function ComXQ(val, row) {
209 209
         str = str + row.Detail + "<br>";
210 210
     }
211 211
     if (row.SureUserName) {
212
-        str = str + row.DealUserName + " 接单。" + "<br>";
212
+        str = str + row.SureUserName + " 接单。" + "<br>";
213 213
     }
214 214
     if (row.ToDeptName) {
215 215
         str = str + row.CreateUserName + " 指派工单给 " + row.ToDeptName + " ";

+ 1 - 7
CallCenterWeb.UI/zuoXiTable.html

@@ -64,12 +64,6 @@
64 64
 				    color: #fff;
65 65
 			}
66 66
 
67
-            .Num_input {
68
-				width: 50px;
69
-				padding: 5px;
70
-				border-color: #CCCCCC;
71
-			}
72
-			
73 67
 		</style>
74 68
 	</head>
75 69
 
@@ -87,7 +81,7 @@
87 81
 					开始时间:
88 82
 				    <input type="text" class="laydate-icon" id="startTime"/>
89 83
 					结束时间:
90
-					<input type="text" class="laydate-icon" id="endTime"/>
84
+					<input type="text" class="laydate-icon" id="endTime" style="width:50px;"/>
91 85
                     月工作天数:
92 86
                     <input type="text" class="Num_input" id="dayss" />
93 87
 					<button class="btns sear">搜索</button>