Commit 95b480dc by lujunyi

电子印章

parent 7863403b
...@@ -204,7 +204,7 @@ public function search() ...@@ -204,7 +204,7 @@ public function search()
// 电子印章版处方图片生成 // 电子印章版处方图片生成
$eseal = Image::read(public_path('static/images/dianzizhang.png')); $eseal = Image::read(public_path('static/images/dianzizhang.png'));
// $eseal->rotate(90); // $eseal->rotate(90);
// $eseal->resize(500, 500); $eseal->resize(420, 420);
$img->place($eseal, 'bottom-right', 180, 500); $img->place($eseal, 'bottom-right', 180, 500);
$picEsealName = $prescriptionNo.'-eseal.jpg'; $picEsealName = $prescriptionNo.'-eseal.jpg';
$tempEsealPath = storage_path('app/public').$picEsealName; $tempEsealPath = storage_path('app/public').$picEsealName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment