Commit cf02e316 authored by hj's avatar hj

更新

parent d65bc546
...@@ -206,7 +206,7 @@ class InvoiceService ...@@ -206,7 +206,7 @@ class InvoiceService
$applyInvoiceItems['fphxz'] = 0; $applyInvoiceItems['fphxz'] = 0;
$applyInvoiceItems['hsbz'] = 1; //默认含税 $applyInvoiceItems['hsbz'] = 1; //默认含税
$applyInvoiceItems['spmc'] = $item['item_name'];//$this->charsetToGBK($item['item_name']); $applyInvoiceItems['spmc'] = $item['item_name'];//$this->charsetToGBK($item['item_name']);
$applyInvoiceItems['spbm'] = $invoiceParams['spbm'] ?? '1070214010000000000';//$item['p_code']; $applyInvoiceItems['spbm'] = $item['spbm'] ?? '1070214010000000000';//$item['p_code'];
$applyInvoiceItems['ggxh'] = $item['item_spec']; $applyInvoiceItems['ggxh'] = $item['item_spec'];
$applyInvoiceItems['dw'] = $item['item_unit']; $applyInvoiceItems['dw'] = $item['item_unit'];
$applyInvoiceItems['je'] = bcmul($item['item_price'],1,2); $applyInvoiceItems['je'] = bcmul($item['item_price'],1,2);
......
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