Commit 00857f22 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 8f5eb043
...@@ -523,7 +523,7 @@ class InvoiceService ...@@ -523,7 +523,7 @@ class InvoiceService
$message = '<html><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8"></head><bodyclass="">'; $message = '<html><head><meta http-equiv="Content-Type" content="text/html;charset=utf-8"></head><bodyclass="">';
$message .= "<div style='width:500px;'>"; $message .= "<div style='width:800px;'>";
$message .= '尊敬的'.$customerInfo['cust_name'].','. $platformName . '给您开具了电子发票,请查收。'; $message .= '尊敬的'.$customerInfo['cust_name'].','. $platformName . '给您开具了电子发票,请查收。';
$message .= "<br /><h3 style='border-bottom: 1px solid #dbdbdb;'>发票信息:</h3><br />"; $message .= "<br /><h3 style='border-bottom: 1px solid #dbdbdb;'>发票信息:</h3><br />";
$message .= "<span style='height:55px;background-color: #EDF3F5'>开票日期 : ".date('Y-m-d H:i:s',$invoiceParams['invoice_real_date'])."</span><br/>"; $message .= "<span style='height:55px;background-color: #EDF3F5'>开票日期 : ".date('Y-m-d H:i:s',$invoiceParams['invoice_real_date'])."</span><br/>";
...@@ -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."'>电子发票下载地址</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