Commit f2766303 authored by hangjun83's avatar hangjun83

药明康德价格折扣

parent 0d123a35
......@@ -33,7 +33,7 @@ class WuxiLabPackagesExportModel implements FromArray,WithHeadings, ShouldAutoSi
foreach($rows as $key => $row){
array_push($exportRows,[
$row['r_code'], '', trim($row['p_pack']).''.strtolower($row['p_pack_unit']), rand(5,10), 'CN-SH', $row['p_price'], '0.5',
'RMB', 'CN', $row['p_price'] * 0.5
'RMB', 'CN', $row['p_price'] * 0.6
]);
}
......
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