소스 검색

报价修改

yuanrf 2 달 전
부모
커밋
e4fbd3a508
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;
                     }