Commit 66629484 by hcy001

1

parent 613c9df7
Showing with 1 additions and 1 deletions
......@@ -51,7 +51,7 @@ class QuoteModel extends Model
$v["price_origin"] = $v["currency"] >1 ? InquiryMap::$currency_sign[$v["currency"]].$v["price_origin"] : "--";
$v["price_rmb"] = $v["currency"] == 1 ? "¥".$v["price_rmb"]:"--";
$v['status'] = QuoteMap::$status[$v["status"]];
if ($v["create_name"] == "digikey"){
if ($v["raw_goods_packing"] != ""){
$v["create_name"] = "digikey(包装:".$v["raw_goods_packing"].")";
}
}
......
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