Commit c5cf3a1f authored by hangjun83's avatar hangjun83

财务开票模块更新]

parent 5370b768
......@@ -153,7 +153,7 @@ class InvoiceService
$applyInvoiceParams['sksbh'] = $platformInfo['nsrsbh'];
$applyInvoiceParams['bmbBbh'] = '';
$applyInvoiceParams['ddlsh'] = $invoiceNumber;
$applyInvoiceParams['fplxdm'] = '0'.$invoiceParams['invoice_category'] == 2 ? '1' : '2';
$applyInvoiceParams['fplxdm'] = $invoiceParams['invoice_category'] == '2' ? '01' : '02';
$applyInvoiceParams['kplx'] = $invoiceParams['invoice_type'] == 'blue' ? 0 : 1;
$applyInvoiceParams['tspz'] = '';
$applyInvoiceParams['zsfs'] = 0;
......
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