Commit 88c8dc712ce8724a6b5801773ec5336763368aaa

Authored by ljq
1 parent 0d0e8203

rfid线路签卡率报表页面去掉debugger;

src/main/resources/static/pages/report/cardInsertion/cardInsertionList.html
@@ -265,13 +265,11 @@ @@ -265,13 +265,11 @@
265 265
266 }); 266 });
267 function showcalcSheetList(){ 267 function showcalcSheetList(){
268 - debugger;  
269 var id = $(this).data('id'); 268 var id = $(this).data('id');
270 var date = $("#date").val(); 269 var date = $("#date").val();
271 var endDate = $("#endDate").val(); 270 var endDate = $("#endDate").val();
272 $("#id").val(id); 271 $("#id").val(id);
273 $get('/CardSigning/calcListSheet',{line:id,date:date,endDate:endDate,type:'query'},function(result){ 272 $get('/CardSigning/calcListSheet',{line:id,date:date,endDate:endDate,type:'query'},function(result){
274 - debugger;  
275 var calcSheetList = template('calcSheetList_1',{list:result}); 273 var calcSheetList = template('calcSheetList_1',{list:result});
276 $('#forms_1 tbody').html(calcSheetList); 274 $('#forms_1 tbody').html(calcSheetList);
277 $('.btn-calcSheetList_1').on('click', opencalcSheetList); 275 $('.btn-calcSheetList_1').on('click', opencalcSheetList);
src/main/resources/static/pages/report/cardInsertion/cardList.html
@@ -65,7 +65,6 @@ @@ -65,7 +65,6 @@
65 var i = layer.load(2); 65 var i = layer.load(2);
66 $get('/CardSigning/calcSheet',{line:no,date:dates,dir:dir,type:'query'},function(result){ 66 $get('/CardSigning/calcSheet',{line:no,date:dates,dir:dir,type:'query'},function(result){
67 layer.close(i); 67 layer.close(i);
68 - debugger;  
69 var calcSheetList_2 = template('calcSheetList_2',{list:result}); 68 var calcSheetList_2 = template('calcSheetList_2',{list:result});
70 $('#forms_2 tbody').html(calcSheetList_2); 69 $('#forms_2 tbody').html(calcSheetList_2);
71 }); 70 });