@dongkboy 1 год назад
Родитель
Сommit
7a4b121f42
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/views/Task/daikeComponents/KtLetter1.vue

+ 3 - 3
src/views/Task/daikeComponents/KtLetter1.vue

@@ -10652,9 +10652,9 @@ export default {
         cqryCdeSy: this.cqryCdeSy,
         renewalCodeJq: this.renewalCodeJq,
         renewalCodeSy: this.renewalCodeSy,
-        pricingCoefficient: this.totalCompanyList[num].pricingCoefficient,
-        pricingCoefficientUpper: this.totalCompanyList[num].pricingCoefficientUpper,
-        pricingCoefficientLower: this.totalCompanyList[num].pricingCoefficientLower,
+        pricingCoefficient: this.totalCompanyList[num].result.pricingCoefficient,
+        pricingCoefficientUpper: this.totalCompanyList[num].result.pricingCoefficientUpper,
+        pricingCoefficientLower: this.totalCompanyList[num].result.pricingCoefficientLower,
         agreementId: this.totalCompanyList[num].agreementId,
         isTaxSource: isTaxSource == 1 ? isTaxSource : null,
         kinds: this.totalCompanyList[num].kindList,