Commit 14551fc9 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 00857f22
...@@ -532,7 +532,7 @@ class InvoiceService ...@@ -532,7 +532,7 @@ class InvoiceService
$message .= "<span style='height:55px;background-color: #EDF3F5'>合计金额 : ".bcmul($invoiceParams['invoice_money'],1,2)."</span><br />"; $message .= "<span style='height:55px;background-color: #EDF3F5'>合计金额 : ".bcmul($invoiceParams['invoice_money'],1,2)."</span><br />";
$message .= "<span style='height:55px;background-color: #EDF3F5'>发票号码 : ".$invoiceParams['invoice_real_number']."</span><br /><br />"; $message .= "<span style='height:55px;background-color: #EDF3F5'>发票号码 : ".$invoiceParams['invoice_real_number']."</span><br /><br />";
$message .= "<a href='".$downloadUrl."' style='border-bottom: 1px solid #EDF3F5;'>'>电子发票下载地址</a>"; $message .= "<a href='".$downloadUrl."' style='border-bottom: 1px solid #EDF3F5;'>电子发票下载地址</a>";
$message .= "</div></body></html>"; $message .= "</div></body></html>";
//$html = file_get_contents(resource_path('views/emails/invoice.blade.php')); //$html = file_get_contents(resource_path('views/emails/invoice.blade.php'));
......
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 to comment