修改计费相关功能
Showing
3 changed files
with
28 additions
and
22 deletions
| ... | @@ -113,44 +113,49 @@ | ... | @@ -113,44 +113,49 @@ |
| 113 | tableDatajf: { | 113 | tableDatajf: { |
| 114 | columns: [ | 114 | columns: [ |
| 115 | { | 115 | { |
| 116 | prop: "jfjs", | 116 | prop: "bdcdyh", |
| 117 | label: "计费基数", | 117 | label: "不动产单元号", |
| 118 | }, | 118 | }, |
| 119 | { | 119 | { |
| 120 | prop: "jflx", | 120 | prop: "zl", |
| 121 | label: "计费类型", | 121 | label: "坐落", |
| 122 | }, | 122 | }, |
| 123 | { | 123 | { |
| 124 | prop: "jflxmc", | 124 | prop: "qlrmc", |
| 125 | label: "计费类型名称", | 125 | label: "权利人名称", |
| 126 | }, | 126 | }, |
| 127 | { | 127 | { |
| 128 | prop: "ysje", | 128 | prop: "ywrmc", |
| 129 | label: "应收金额", | 129 | label: "义务人名称", |
| 130 | }, | 130 | }, |
| 131 | |||
| 131 | { | 132 | { |
| 132 | prop: "zkhysje", | 133 | prop: "qlxzmc", |
| 133 | label: "折扣后应收金额", | 134 | label: "性质", |
| 134 | }, | 135 | }, |
| 135 | { | 136 | { |
| 136 | prop: "qlrmc", | 137 | prop: "qlmjmc", |
| 137 | label: "权利人名称", | 138 | label: "面积", |
| 138 | }, | 139 | }, |
| 139 | { | 140 | { |
| 140 | prop: "ywrmc", | 141 | prop: "qlytmc", |
| 141 | label: "义务人名称", | 142 | label: "用途", |
| 142 | }, | 143 | }, |
| 143 | { | 144 | { |
| 144 | prop: "qlytmc", | 145 | prop: "jflxmc", |
| 145 | label: "权利用途名称", | 146 | label: "计费类型", |
| 146 | }, | 147 | }, |
| 147 | { | 148 | { |
| 148 | prop: "qlxzmc", | 149 | prop: "ysje", |
| 149 | label: "权利性质名称", | 150 | label: "应收金额", |
| 150 | }, | 151 | }, |
| 151 | { | 152 | { |
| 152 | prop: "zl", | 153 | prop: "jfjs", |
| 153 | label: "坐落", | 154 | label: "计费基数", |
| 155 | }, | ||
| 156 | { | ||
| 157 | prop: "zkhysje", | ||
| 158 | label: "折扣后应收金额", | ||
| 154 | } | 159 | } |
| 155 | ], | 160 | ], |
| 156 | data: [], | 161 | data: [], | ... | ... |
| ... | @@ -5,7 +5,7 @@ | ... | @@ -5,7 +5,7 @@ |
| 5 | </lb-table> | 5 | </lb-table> |
| 6 | 6 | ||
| 7 | <div class="text-center"> | 7 | <div class="text-center"> |
| 8 | <el-button type="primary" @click="hanldeRecharge">重新计费</el-button> | 8 | <el-button type="primary" @click="hanldeRecharge">重置</el-button> |
| 9 | <el-button @click="$popupCacel">取消</el-button> | 9 | <el-button @click="$popupCacel">取消</el-button> |
| 10 | <el-button type="primary" @click="handleSubmit" plain>保存</el-button> | 10 | <el-button type="primary" @click="handleSubmit" plain>保存</el-button> |
| 11 | </div> | 11 | </div> | ... | ... |
| ... | @@ -126,7 +126,8 @@ | ... | @@ -126,7 +126,8 @@ |
| 126 | <el-row :gutter="10"> | 126 | <el-row :gutter="10"> |
| 127 | <el-col :span="8"> | 127 | <el-col :span="8"> |
| 128 | <el-form-item label="原不动产证号:"> | 128 | <el-form-item label="原不动产证号:"> |
| 129 | <el-input disabled v-model="ruleForm.sldy.ybdcqzsh"></el-input> | 129 | <el-input v-if="ruleForm.sldy.djlx=='100'" disabled ></el-input> |
| 130 | <el-input v-else disabled v-model="ruleForm.sldy.ybdcqzsh"></el-input> | ||
| 130 | </el-form-item> | 131 | </el-form-item> |
| 131 | </el-col> | 132 | </el-col> |
| 132 | <el-col :span="8"> | 133 | <el-col :span="8"> | ... | ... |
-
Please register or sign in to post a comment