Commit a422f4fe authored by hj's avatar hj

更新提交

parent 26baf52e
...@@ -205,7 +205,7 @@ class InvoiceService ...@@ -205,7 +205,7 @@ class InvoiceService
$applyInvoiceItems = []; $applyInvoiceItems = [];
$applyInvoiceItems['fphxz'] = 0; $applyInvoiceItems['fphxz'] = 0;
$applyInvoiceItems['hsbz'] = 1; //默认含税 $applyInvoiceItems['hsbz'] = 1; //默认含税
$replaceNameKeywords = ['镧','铈','镨','钕','钷','钐','铕','钆','铽','镝','钬','铒','铥','镱','镥']; $replaceNameKeywords = ['镧','铈','镨','钕','钷','钐','铕','钆','铽','镝','钬','铒','铥','镱','镥','钪','钇'];
foreach($replaceNameKeywords as $keyword){ foreach($replaceNameKeywords as $keyword){
if(strpos($item['item_name'],$keyword)){ if(strpos($item['item_name'],$keyword)){
$item['item_name'] = str_replace($keyword, '试剂', $item['item_name']); $item['item_name'] = str_replace($keyword, '试剂', $item['item_name']);
......
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