|  | @@ -1360,9 +1360,9 @@ function obsoleteAndRepPrint(patientId, times, receiptNo) {
 | 
	
		
			
				|  |  |  function printCommon(url, patientId, times) {
 | 
	
		
			
				|  |  |      setPrint();
 | 
	
		
			
				|  |  |      var height = "93.0mm";
 | 
	
		
			
				|  |  | -    if (countReceiot % 2 == 0) {
 | 
	
		
			
				|  |  | -        height = "93.2mm";
 | 
	
		
			
				|  |  | -    }
 | 
	
		
			
				|  |  | +    // if (countReceiot % 2 == 0) {
 | 
	
		
			
				|  |  | +    //     height = "93.2mm";
 | 
	
		
			
				|  |  | +    // }
 | 
	
		
			
				|  |  |      $.ajax({
 | 
	
		
			
				|  |  |          type: "GET",
 | 
	
		
			
				|  |  |          url: url,
 | 
	
	
		
			
				|  | @@ -1378,7 +1378,7 @@ function printCommon(url, patientId, times) {
 | 
	
		
			
				|  |  |                  if (res.data == null || res.data.length == 0) {
 | 
	
		
			
				|  |  |                      return;
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  | -                countReceiot++;
 | 
	
		
			
				|  |  | +               // countReceiot++;
 | 
	
		
			
				|  |  |                  for (var i = 0; i < res.data.length; i++) {
 | 
	
		
			
				|  |  |                      LODOP = getLodop();
 | 
	
		
			
				|  |  |                      var temp = res.data[i].mzReceiptSerial;
 |