yuanrf 2 miesięcy temu
rodzic
commit
e4fbd3a508
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
                     }