Commit 3e1d7165 by hcy001

1

parent 9e74afb4
Showing with 5 additions and 3 deletions
...@@ -133,9 +133,11 @@ class InquiryModel extends Model ...@@ -133,9 +133,11 @@ class InquiryModel extends Model
$v["customer_name"] = $v['user_name'] ; $v["customer_name"] = $v['user_name'] ;
$currency_sign = $v['currency'] == 1 ? '¥' : '$'; #目标价
if (@$input["types"] != 5){
$v['target_price'] = $currency_sign . $v['target_price']."\t"; // 客户目标报价 $currency_sign = $v['currency'] == 1 ? '¥' : '$';
$v['target_price'] = $currency_sign . $v['target_price']."\t"; // 客户目标报价
}
#查询所有报价 #查询所有报价
$v['quote_price'] = "--"; $v['quote_price'] = "--";
......
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