|
|
@@ -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,
|