Commit 7734fde0 by 朱继来

Merge branch 'zjl_adjust_20181026' into development

parents e6c7f339 adef431e
Showing with 7 additions and 2 deletions
......@@ -152,9 +152,14 @@
@if (strpos($k, '.') !== false)
<p>
<?php
$sid = explode('.', $k)[1];
$sid = explode('.', $k);
// echo App\Http\Controllers\getSupplierName($sid);
echo $sid;
if ($sid[0] == 17) { // 联营供应商
echo $sid[1];
} else {
echo $v['supplier_name'];
}
?>
</p>
@else
......
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 sign in to comment