Commit f5cbe331 authored by hangjun83's avatar hangjun83

财务开票模块更新

parent 462522a1
...@@ -195,7 +195,7 @@ class InvoiceService ...@@ -195,7 +195,7 @@ class InvoiceService
$applyInvoiceItems = []; $applyInvoiceItems = [];
$applyInvoiceItems['fphxz'] = 0; $applyInvoiceItems['fphxz'] = 0;
$applyInvoiceItems['hsbz'] = 1; //默认含税 $applyInvoiceItems['hsbz'] = 1; //默认含税
$applyInvoiceItems['spmc'] = mb_convert_encoding($item['item_name'],'gbk','utf-8'); $applyInvoiceItems['spmc'] = $item['item_name'];
$applyInvoiceItems['spbm'] = '1070214010000000000';//$item['p_code']; $applyInvoiceItems['spbm'] = '1070214010000000000';//$item['p_code'];
$applyInvoiceItems['ggxh'] = $item['item_spec']; $applyInvoiceItems['ggxh'] = $item['item_spec'];
$applyInvoiceItems['dw'] = 'EA'; $applyInvoiceItems['dw'] = 'EA';
......
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