Explorar o código

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

liuhj hai 1 mes
pai
achega
2294253cc2
Modificáronse 1 ficheiros con 1 adicións e 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;
                     }