Commit 8f5eb043 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 252453c5
......@@ -526,11 +526,11 @@ class InvoiceService
$message .= "<div style='width:500px;'>";
$message .= '尊敬的'.$customerInfo['cust_name'].','. $platformName . '给您开具了电子发票,请查收。';
$message .= "<br /><h3 style='border-bottom: 1px solid #dbdbdb;'>发票信息:</h3><br />";
$message .= "<span style='height:35px;background-color: #dbdbdb'>开票日期 : ".date('Y-m-d H:i:s',$invoiceParams['invoice_real_date'])."</span><br/>";
$message .= "<span style='height:35px;background-color: #dbdbdb'>销方名称 : ".$platformName."</span><br />";
$message .= "<span style='height:35px;background-color: #dbdbdb'>购方名称 : ".$customerInfo['cust_name']."</span><br/>";
$message .= "<span style='height:35px;background-color: #dbdbdb'>合计金额 : ".bcmul($invoiceParams['invoice_money'],1,2)."</span><br /><br />";
$message .= "<span style='height:35px;background-color: #dbdbdb'>发票号码 : ".$invoiceParams['invoice_real_number']."</span><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'>销方名称 : ".$platformName."</span><br />";
$message .= "<span style='height:55px;background-color: #EDF3F5'>购方名称 : ".$customerInfo['cust_name']."</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 .= "<a href='".$downloadUrl."'>电子发票下载地址</a>";
$message .= "</div></body></html>";
......
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