瀏覽代碼

Merge branch 'master' of http://132.232.92.186:3000/XinXiBu/oa-system

liuhj 1 月之前
父節點
當前提交
2294253cc2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Finance/Cost.vue

+ 1 - 1
src/components/Finance/Cost.vue

@@ -5062,7 +5062,7 @@ export default {
                     var singleQuoteKey = paramArr[i].singleQuote[k];
                     var price = Number(that.calculateDRBJ(singleQuoteKey));
 
-                    if (this.excludeGroupList.includes(this.diid) && costPersonKey.indexOf('gwc') != -1) {
+                    if (this.excludeGroupList.includes(this.diid) && singleQuoteKey.indexOf('gwc') != -1) {
                         price = price * this.grouptitleinfo.visitPNumber;
                     }