Your Name 2 years ago
parent
commit
fccf1decb5
1 changed files with 7 additions and 7 deletions
  1. 7 7
      service/agent/lib/Agreement.php

+ 7 - 7
service/agent/lib/Agreement.php

@@ -439,7 +439,7 @@ class Agreement
             $temp = explode('?', $info['sign']);
             $temp = explode('?', $info['sign']);
             $info['sign'] = $temp[0];
             $info['sign'] = $temp[0];
         	if (strstr($info['sign'], 'http')) {
         	if (strstr($info['sign'], 'http')) {
-        		$pdf->Image($info['sign'], $x, $y, 20, 20);
+        		$pdf->Image($info['sign'], $x, $y, 50, 50);
         	}
         	}
         }
         }
 
 
@@ -742,7 +742,7 @@ class Agreement
         $x = $cx + 50;
         $x = $cx + 50;
         $y = $cy - 25;
         $y = $cy - 25;
 
 
-        $pdf->Image($pic, $x, $y, 15, 15);
+        $pdf->Image($pic, $x, $y, 50, 50);
 
 
         $x += 100;
         $x += 100;
 
 
@@ -751,7 +751,7 @@ class Agreement
             $temp = explode('?', $info['sign']);
             $temp = explode('?', $info['sign']);
             $info['sign'] = $temp[0];
             $info['sign'] = $temp[0];
         	if (strstr($info['sign'], 'http')) {
         	if (strstr($info['sign'], 'http')) {
-        		$pdf->Image($info['sign'], $x, $y, 15, 15);
+        		$pdf->Image($info['sign'], $x, $y, 50, 50);
         	}
         	}
         }
         }
 
 
@@ -1219,7 +1219,7 @@ class Agreement
         $x = $cx + 48;
         $x = $cx + 48;
         $y = $cy - 42;
         $y = $cy - 42;
 
 
-        $pdf->Image($pic, $x, $y, 30, 30);
+        $pdf->Image($pic, $x, $y, 50, 50);
 
 
         $x += 100;
         $x += 100;
 
 
@@ -1228,7 +1228,7 @@ class Agreement
             $temp = explode('?', $info['sign']);
             $temp = explode('?', $info['sign']);
             $info['sign'] = $temp[0];
             $info['sign'] = $temp[0];
         	if (strstr($info['sign'], 'http')) {
         	if (strstr($info['sign'], 'http')) {
-        		$pdf->Image($info['sign'], $x, $y, 30, 30);
+        		$pdf->Image($info['sign'], $x, $y, 50, 50);
         	}
         	}
         }
         }
 
 
@@ -1660,7 +1660,7 @@ class Agreement
         $x = $cx + 50;
         $x = $cx + 50;
         $y = $cy - 50;
         $y = $cy - 50;
 
 
-        $pdf->Image($pic, $x, $y, 30, 30);
+        $pdf->Image($pic, $x, $y, 50, 50);
 
 
         $x += 20;
         $x += 20;
         $y -= 48;
         $y -= 48;
@@ -1670,7 +1670,7 @@ class Agreement
             $temp = explode('?', $info['sign']);
             $temp = explode('?', $info['sign']);
             $info['sign'] = $temp[0];
             $info['sign'] = $temp[0];
             if (strstr($info['sign'], 'http')) {
             if (strstr($info['sign'], 'http')) {
-                $pdf->Image($info['sign'], $x, $y, 30, 30);
+                $pdf->Image($info['sign'], $x, $y, 50, 50);
             }
             }
         }
         }