yuanrf hace 2 meses
padre
commit
e4fbd3a508
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
                     }