|
@@ -1575,7 +1575,7 @@ export default {
|
|
|
},
|
|
|
count_fee(e) {
|
|
|
const {
|
|
|
- cgd_gold_price, //供应商采购金价
|
|
|
+ noble_price, //供应商采购金价
|
|
|
is_gold_price, //是否启用实时金价
|
|
|
noble_weight, //贵金属重量
|
|
|
} = this.ruleForm;
|
|
@@ -1597,7 +1597,7 @@ export default {
|
|
|
// console.log(total);
|
|
|
if (this.is_noble && is_gold_price === "1") {
|
|
|
XD = this.add_sum(
|
|
|
- this.accMul(cgd_gold_price, noble_weight),
|
|
|
+ this.accMul(noble_price, noble_weight),
|
|
|
this.accMul(noble_weight, cost_fee)
|
|
|
);
|
|
|
total = this.add_sum(total, XD);
|