|
|
@@ -458,6 +458,9 @@ class ApproachReconsumeOrderForm extends Model
|
|
|
throw new Exception(Yii::t('app', 'productsDoesSoldOut'));
|
|
|
}
|
|
|
|
|
|
+ // 汇率
|
|
|
+ $this->exchangeRate = CurrencyConversions::getToUSDRate($goodsNature['LOCAL_CURRENCY_ID']);
|
|
|
+
|
|
|
if($goods['STORE_NUMS']>0){
|
|
|
if ($goods['TYPE'] == 1 || $goods['TYPE'] == 2) {
|
|
|
$discount = $goodsType[$goods['TYPE']]['discount'];
|