b777d9bf by tianhaohao@pashanhoo.com

修改计费相关功能

1 parent 3dc796b6
...@@ -111,46 +111,51 @@ ...@@ -111,46 +111,51 @@
111 data: [], 111 data: [],
112 }, 112 },
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 },
131
132 {
133 prop: "qlxzmc",
134 label: "性质",
130 }, 135 },
131 { 136 {
132 prop: "zkhysje", 137 prop: "qlmjmc",
133 label: "折扣后应收金额", 138 label: "面积",
134 }, 139 },
135 { 140 {
136 prop: "qlrmc", 141 prop: "qlytmc",
137 label: "权利人名称", 142 label: "用途",
138 }, 143 },
139 { 144 {
140 prop: "ywrmc", 145 prop: "jflxmc",
141 label: "义务人名称", 146 label: "计费类型",
142 }, 147 },
143 { 148 {
144 prop: "qlytmc", 149 prop: "ysje",
145 label: "权利用途名称", 150 label: "应收金额",
146 }, 151 },
147 { 152 {
148 prop: "qlxzmc", 153 prop: "jfjs",
149 label: "权利性质名称", 154 label: "计费基数",
150 }, 155 },
151 { 156 {
152 prop: "zl", 157 prop: "zkhysje",
153 label: "坐落", 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">
......