Commit 6ffc140a authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 72858a5c
......@@ -169,8 +169,8 @@ class InvoiceService
$applyInvoiceParams['gmfDh'] = $invoiceParams['invoice_customer']['cust_phone']; // 购买方电话
$applyInvoiceParams['gmfYh'] = $invoiceParams['invoice_customer']['cust_bankname']; // 购买方银行名称
$applyInvoiceParams['gmfZh'] = $invoiceParams['invoice_customer']['cust_bankaccount']; // 购买方银行账户
$applyInvoiceParams['gmfMobile'] = '';//$invoiceParams['invoice_customer']['cust_mobile']; // 购买方银行账户
$applyInvoiceParams['gmfEmail'] = ''; // 购买方邮箱
$applyInvoiceParams['gmfMobile'] = $invoiceParams['invoice_customer']['cust_mobile']; // 购买方银行账户
$applyInvoiceParams['gmfEmail'] = $invoiceParams['invoice_customer']['cust_email']; // 购买方邮箱
$applyInvoiceParams['sqr'] = $invoiceParams['invoice_creater_by'];
$applyInvoiceParams['dlzh'] = $platformInfo['qyid'];
......
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