|
@@ -870,7 +870,8 @@ function __construct(){
|
|
|
]);
|
|
|
$price_tmp = isset($v['price'])?$v['price']:"0";
|
|
|
$row_total_tmp = isset($v['row_total'])?$v['row_total']:"0";
|
|
|
- $post['extra_price'] = $this->tranExtraPrice($post['issku'],$post['quantity'],$price_tmp,$row_total_tmp);
|
|
|
+ $extra_price = $this->tranExtraPrice($post['issku'],$post['quantity'],$price_tmp,$row_total_tmp);
|
|
|
+ $post['extra_price'] = json_encode($extra_price,JSON_UNESCAPED_UNICODE);
|
|
|
$post['shipremarks'] = $matching['title'];
|
|
|
$post['cost'] = $matching['cost'];
|
|
|
$post['purchase'] = $matching['purchase'];
|