Преглед на файлове

fix(额度支用):IRR修改

sufan преди 5 месеца
родител
ревизия
0d54ad5b0f

+ 2 - 2
src/views/financingManage/limitExpenditure/components/RevenueExpenditurePlan.vue

@@ -11,7 +11,7 @@
     <el-form ref="ruleForm" :model="ruleForm" :rules="rules" label-width="150px" label-position="top" class="rule-form-orange">
       <el-form-item label="预期IRR" prop="planIrrStr" style="width: 100%">
         <el-input v-model="ruleForm.planIrrStr" disabled placeholder="请输入预期IRR" clearable>
-          <template slot="append">%</template>
+          <!-- <template slot="append">%</template> -->
         </el-input>
       </el-form-item>
     </el-form>
@@ -152,7 +152,7 @@ export default {
         if (newV && Object.keys(newV).length) {
           const list = JSON.parse(JSON.stringify(newV.incomeExpenditurePlanList))
           replaceNull(list)
-          this.tableData = JSON.parse(JSON.stringify(list)) 
+          this.tableData = JSON.parse(JSON.stringify(list))
           this.handlerTable()
           this.ruleForm.planIrrStr = newV.planIrrStr
         }

+ 1 - 0
src/views/financingManage/limitExpenditure/mainContent.vue

@@ -268,6 +268,7 @@ export default {
         params = {
           ...params,
           ...this.ruleForm,
+          planIrrStr: this.planIrrStr,
           reviewFinancingInfo: financingInfo,
           incomeExpenditurePlanList,
           reviewMasterContract: mainContractInfo,