Browse Source

Merge branch 'sit'

xiaodai2022 2 years ago
parent
commit
cbe2f7ff19
2 changed files with 12 additions and 2 deletions
  1. 10 0
      dist/static/js/0.js
  2. 2 2
      src/views/goodStore/goodsCost/components/baseForm.vue

File diff suppressed because it is too large
+ 10 - 0
dist/static/js/0.js


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

Some files were not shown because too many files changed in this diff