zhaomin 4 年 前
コミット
04c11dae9a

+ 0 - 1
WebUI/CallCenterWeb.UI/equipmentOperationManage/js/distributingEquipment.js

@@ -94,7 +94,6 @@ function formatterOperate(val, row) {
94 94
 		 str = '<ul class="tool_downs">' +
95 95
 		 		'<li><a onclick="btn_getTime(\'' + row.id +  '\',\'' + row.Cktime +'\')">确认到达</a><li>'+
96 96
 				'</ul>';
97
-		   console.log(str)
98 97
 	 }
99 98
   }else{
100 99
 	  str = '<ul class="tool_downs">' +

+ 2 - 2
WebUI/CallCenterWeb.UI/equipmentOperationManage/js/notSingleRepair.js

@@ -120,8 +120,8 @@ function initTable1() {
120 120
 				floorid: $('#floor').val(), //楼层名称
121 121
 				systemid: $('#sysname').val(), //系统名称
122 122
 				equipmentid: $('#equipname').val(), //设备名称
123
-				// usercode: $('#usercode').val(), //维修工账号
124
-				usercode: 8000, //维修工账号
123
+				usercode: $('#usercode').val(), //维修工账号
124
+				// usercode: 8000, //维修工账号
125 125
 				stime: $('#startTime').val() && $('#startTime').val().split(' ~ ')[0], //开始时间
126 126
 				etime: $('#startTime').val() && $('#startTime').val().split(' ~ ')[1], //结束时间
127 127
 				//replace: getReplice(),//保修地点