Commit 5c95433e by hcy001

1

parent 40b60386
Showing with 2 additions and 0 deletions
......@@ -233,6 +233,8 @@ class QuoteModel extends Model
if (empty($data)) return $data;
foreach ($data as &$v) {
$v["inquiry_sn_origin"] = $v["inquiry_sn"];
$currency_sign = $v['currency'] == 1 ? '¥' : '$';
$v['currency_val'] = array_get(Config('quote.currency'), $v['currency'], '人民币');
......
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