修改签章坐标

This commit is contained in:
2023-04-03 16:13:39 +08:00
parent 8207fa6512
commit 7a1d7b2632
2 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -500,10 +500,10 @@ class OrderPrescriptionService extends BaseService
$sign_param = [
[ // 医院签章
"llx"=>"1550", // 左边底部X坐标
"lly"=>"1350", // 左边底部Y坐标
"urx"=>"2250", // 右边上部x坐标
"ury"=>"650", // 右边上部y坐标
"llx"=>"370", // 左边底部X坐标 控制左右(越小越左)
"lly"=>"210", // 左边底部Y坐标 控制上下(越小越下)
"urx"=>"520", // 右边上部x坐标
"ury"=>"360", // 右边上部y坐标
"pageList"=>[1],
"sealImg"=>$sign_image
],