xiaodai2022 2 년 전
부모
커밋
d3d2372904
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/goodStore/goodsCost/components/baseForm.vue

+ 2 - 2
src/views/goodStore/goodsCost/components/baseForm.vue

@@ -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);