Commit 924de079 by hcy001

1

parent 2845ed89
Showing with 1 additions and 1 deletions
...@@ -249,7 +249,7 @@ class QuoteModel extends Model ...@@ -249,7 +249,7 @@ class QuoteModel extends Model
$v['price_rmb'] = $v['currency'] == 1 ? $v['price_rmb'] : ''; $v['price_rmb'] = $v['currency'] == 1 ? $v['price_rmb'] : '';
} }
$v["digikey"] = "包装".$v["raw_goods_packing"]; $v["digikey"] = "包装".@$v["raw_goods_packing"];
} }
return $data; return $data;
......
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