Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
1 changed file
with
38 additions
and
33 deletions
| ... | @@ -19,7 +19,7 @@ | ... | @@ -19,7 +19,7 @@ |
| 19 | <th colspan="12">宗地基本信息</th> | 19 | <th colspan="12">宗地基本信息</th> |
| 20 | </tr> | 20 | </tr> |
| 21 | <tr> | 21 | <tr> |
| 22 | <td colspan="2">行政区</td> | 22 | <td colspan="2" class="tdright">行政区</td> |
| 23 | <td colspan="2"> | 23 | <td colspan="2"> |
| 24 | <el-select | 24 | <el-select |
| 25 | :disabled="formData.qszt!='0'" | 25 | :disabled="formData.qszt!='0'" |
| ... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
| 36 | </el-option> | 36 | </el-option> |
| 37 | </el-select> | 37 | </el-select> |
| 38 | </td> | 38 | </td> |
| 39 | <td colspan="2">地籍区</td> | 39 | <td colspan="2" class="tdright">地籍区</td> |
| 40 | <td colspan="2"> | 40 | <td colspan="2"> |
| 41 | <el-select | 41 | <el-select |
| 42 | class="formSelect" | 42 | class="formSelect" |
| ... | @@ -53,7 +53,7 @@ | ... | @@ -53,7 +53,7 @@ |
| 53 | </el-option> | 53 | </el-option> |
| 54 | </el-select> | 54 | </el-select> |
| 55 | </td> | 55 | </td> |
| 56 | <td colspan="2">地籍子区</td> | 56 | <td colspan="2" class="tdright">地籍子区</td> |
| 57 | <td colspan="2"> | 57 | <td colspan="2"> |
| 58 | <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.djzqbsm"> | 58 | <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.djzqbsm"> |
| 59 | <el-option | 59 | <el-option |
| ... | @@ -67,7 +67,7 @@ | ... | @@ -67,7 +67,7 @@ |
| 67 | </td> | 67 | </td> |
| 68 | </tr> | 68 | </tr> |
| 69 | <tr> | 69 | <tr> |
| 70 | <td colspan="2">权利类型</td> | 70 | <td colspan="2" class="tdright">权利类型</td> |
| 71 | <td colspan="4"> | 71 | <td colspan="4"> |
| 72 | <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.qllxbsm"> | 72 | <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.qllxbsm"> |
| 73 | <el-option | 73 | <el-option |
| ... | @@ -79,7 +79,7 @@ | ... | @@ -79,7 +79,7 @@ |
| 79 | </el-option> | 79 | </el-option> |
| 80 | </el-select> | 80 | </el-select> |
| 81 | </td> | 81 | </td> |
| 82 | <td colspan="2">宗地特征码<i class="requisite">*</i></td> | 82 | <td colspan="2" class="tdright">宗地特征码<i class="requisite">*</i></td> |
| 83 | <td colspan="4"> | 83 | <td colspan="4"> |
| 84 | <el-select class="formSelect" ref="zdtzm" :disabled="formData.qszt!='0'" | 84 | <el-select class="formSelect" ref="zdtzm" :disabled="formData.qszt!='0'" |
| 85 | v-model="formData.zdtzmbsm"> | 85 | v-model="formData.zdtzmbsm"> |
| ... | @@ -94,7 +94,7 @@ | ... | @@ -94,7 +94,7 @@ |
| 94 | </td> | 94 | </td> |
| 95 | </tr> | 95 | </tr> |
| 96 | <tr> | 96 | <tr> |
| 97 | <td colspan="2">权利设定方式</td> | 97 | <td colspan="2" class="tdright">权利设定方式</td> |
| 98 | <td colspan="4"> | 98 | <td colspan="4"> |
| 99 | <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.qlsdfs"> | 99 | <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.qlsdfs"> |
| 100 | <el-option | 100 | <el-option |
| ... | @@ -106,7 +106,7 @@ | ... | @@ -106,7 +106,7 @@ |
| 106 | </el-option> | 106 | </el-option> |
| 107 | </el-select> | 107 | </el-select> |
| 108 | </td> | 108 | </td> |
| 109 | <td colspan="2">宗地代码<i class="requisite">*</i></td> | 109 | <td colspan="2" class="tdright">宗地代码<i class="requisite">*</i></td> |
| 110 | <td colspan="4" class="psr"> | 110 | <td colspan="4" class="psr"> |
| 111 | <input :disabled="formData.qszt!='0'" @blur="inputBlur($event)" ref="zddm" on maxlength="19" | 111 | <input :disabled="formData.qszt!='0'" @blur="inputBlur($event)" ref="zddm" on maxlength="19" |
| 112 | type="text" | 112 | type="text" |
| ... | @@ -120,12 +120,12 @@ | ... | @@ -120,12 +120,12 @@ |
| 120 | </td> | 120 | </td> |
| 121 | </tr> | 121 | </tr> |
| 122 | <tr> | 122 | <tr> |
| 123 | <td colspan="2">地籍号</td> | 123 | <td colspan="2" class="tdright">地籍号</td> |
| 124 | <td colspan="4"> | 124 | <td colspan="4"> |
| 125 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.djh"/> | 125 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.djh"/> |
| 126 | </td> | 126 | </td> |
| 127 | 127 | ||
| 128 | <td colspan="2">不动产单元号<i class="requisite">*</i></td> | 128 | <td colspan="2" class="tdright">不动产单元号<i class="requisite">*</i></td> |
| 129 | <td colspan="4" class="psr"> | 129 | <td colspan="4" class="psr"> |
| 130 | <input | 130 | <input |
| 131 | type="text" :disabled="formData.qszt!='0'" @blur="inputBlur($event)" ref="bdcdyh" | 131 | type="text" :disabled="formData.qszt!='0'" @blur="inputBlur($event)" ref="bdcdyh" |
| ... | @@ -137,12 +137,12 @@ | ... | @@ -137,12 +137,12 @@ |
| 137 | </td> | 137 | </td> |
| 138 | </tr> | 138 | </tr> |
| 139 | <tr> | 139 | <tr> |
| 140 | <td colspan="2">坐落<i class="requisite">*</i></td> | 140 | <td colspan="2" class="tdright">坐落<i class="requisite">*</i></td> |
| 141 | <td colspan="4"> | 141 | <td colspan="4"> |
| 142 | <input type="text" :disabled="formData.qszt!='0'" @blur="inputBlur($event)" ref="zl" | 142 | <input type="text" :disabled="formData.qszt!='0'" @blur="inputBlur($event)" ref="zl" |
| 143 | class="formInput" v-model="formData.zl"/> | 143 | class="formInput" v-model="formData.zl"/> |
| 144 | </td> | 144 | </td> |
| 145 | <td colspan="2">项目名称</td> | 145 | <td colspan="2" class="tdright">项目名称</td> |
| 146 | <td colspan="4" class="psr"> | 146 | <td colspan="4" class="psr"> |
| 147 | <input :disabled="formData.qszt!='0'" | 147 | <input :disabled="formData.qszt!='0'" |
| 148 | type="text" | 148 | type="text" |
| ... | @@ -152,7 +152,7 @@ | ... | @@ -152,7 +152,7 @@ |
| 152 | </td> | 152 | </td> |
| 153 | </tr> | 153 | </tr> |
| 154 | <tr> | 154 | <tr> |
| 155 | <td colspan="2">国民经济行业分类</td> | 155 | <td colspan="2" class="tdright">国民经济行业分类</td> |
| 156 | <td colspan="4"> | 156 | <td colspan="4"> |
| 157 | <!-- <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.gmjjhyflbsm">--> | 157 | <!-- <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.gmjjhyflbsm">--> |
| 158 | <!-- <el-option--> | 158 | <!-- <el-option--> |
| ... | @@ -176,13 +176,13 @@ | ... | @@ -176,13 +176,13 @@ |
| 176 | v-model="formData.gmjjhyflbsm" | 176 | v-model="formData.gmjjhyflbsm" |
| 177 | ></el-select-tree> | 177 | ></el-select-tree> |
| 178 | </td> | 178 | </td> |
| 179 | <td colspan="2">价格(元)</td> | 179 | <td colspan="2" class="tdright">价格(元)</td> |
| 180 | <td colspan="4" class="psr"> | 180 | <td colspan="4" class="psr"> |
| 181 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.jg"/> | 181 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.jg"/> |
| 182 | </td> | 182 | </td> |
| 183 | </tr> | 183 | </tr> |
| 184 | <tr> | 184 | <tr> |
| 185 | <td colspan="2">容积率</td> | 185 | <td colspan="2" class="tdright">容积率</td> |
| 186 | <td colspan="2"> | 186 | <td colspan="2"> |
| 187 | <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.jyrjl"> | 187 | <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.jyrjl"> |
| 188 | <el-option | 188 | <el-option |
| ... | @@ -208,13 +208,13 @@ | ... | @@ -208,13 +208,13 @@ |
| 208 | :class="isInterval(formData.jyrjl) ? 'formInput percent47' : 'formInput'" | 208 | :class="isInterval(formData.jyrjl) ? 'formInput percent47' : 'formInput'" |
| 209 | /> | 209 | /> |
| 210 | </td> | 210 | </td> |
| 211 | <td colspan="2">容积说明</td> | 211 | <td colspan="2" class="tdright">容积说明</td> |
| 212 | <td colspan="4" class="psr"> | 212 | <td colspan="4" class="psr"> |
| 213 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.rjlsm"/> | 213 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.rjlsm"/> |
| 214 | </td> | 214 | </td> |
| 215 | </tr> | 215 | </tr> |
| 216 | <tr> | 216 | <tr> |
| 217 | <td colspan="2">建筑密度</td> | 217 | <td colspan="2" class="tdright">建筑密度</td> |
| 218 | <td colspan="2"> | 218 | <td colspan="2"> |
| 219 | <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.jyjzmd"> | 219 | <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.jyjzmd"> |
| 220 | <el-option | 220 | <el-option |
| ... | @@ -240,13 +240,13 @@ | ... | @@ -240,13 +240,13 @@ |
| 240 | :class="isInterval(formData.jyjzmd) ? 'formInput percent47' : 'formInput'" | 240 | :class="isInterval(formData.jyjzmd) ? 'formInput percent47' : 'formInput'" |
| 241 | /> | 241 | /> |
| 242 | </td> | 242 | </td> |
| 243 | <td colspan="2">建筑密度说明</td> | 243 | <td colspan="2" class="tdright">建筑密度说明</td> |
| 244 | <td colspan="4" class="psr"> | 244 | <td colspan="4" class="psr"> |
| 245 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.jzmdsm"/> | 245 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.jzmdsm"/> |
| 246 | </td> | 246 | </td> |
| 247 | </tr> | 247 | </tr> |
| 248 | <tr> | 248 | <tr> |
| 249 | <td colspan="2">建筑限高</td> | 249 | <td colspan="2" class="tdright">建筑限高</td> |
| 250 | <td colspan="2"> | 250 | <td colspan="2"> |
| 251 | <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.jyjzxg"> | 251 | <el-select class="formSelect" :disabled="formData.qszt!='0'" v-model="formData.jyjzxg"> |
| 252 | <el-option | 252 | <el-option |
| ... | @@ -272,49 +272,49 @@ | ... | @@ -272,49 +272,49 @@ |
| 272 | :class="isInterval(formData.jyjzxg) ? 'formInput percent47' : 'formInput'" | 272 | :class="isInterval(formData.jyjzxg) ? 'formInput percent47' : 'formInput'" |
| 273 | /> | 273 | /> |
| 274 | </td> | 274 | </td> |
| 275 | <td colspan="2">建筑限高说明</td> | 275 | <td colspan="2" class="tdright">建筑限高说明</td> |
| 276 | <td colspan="4" class="psr"> | 276 | <td colspan="4" class="psr"> |
| 277 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.jzxgsm"/> | 277 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.jzxgsm"/> |
| 278 | </td> | 278 | </td> |
| 279 | </tr> | 279 | </tr> |
| 280 | <tr> | 280 | <tr> |
| 281 | <td colspan="2" rowspan="2">所在图幅号</td> | 281 | <td colspan="2" rowspan="2" class="tdright">所在图幅号</td> |
| 282 | <td colspan="2">比例尺</td> | 282 | <td colspan="2" class="tdright">比例尺</td> |
| 283 | <td colspan="8" class="psr"> | 283 | <td colspan="8" class="psr"> |
| 284 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.blc"/> | 284 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.blc"/> |
| 285 | </td> | 285 | </td> |
| 286 | </tr> | 286 | </tr> |
| 287 | <tr> | 287 | <tr> |
| 288 | <td colspan="2">图幅号</td> | 288 | <td colspan="2" class="tdright">图幅号</td> |
| 289 | <td colspan="8" class="psr"> | 289 | <td colspan="8" class="psr"> |
| 290 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.tfh"/> | 290 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.tfh"/> |
| 291 | </td> | 291 | </td> |
| 292 | </tr> | 292 | </tr> |
| 293 | 293 | ||
| 294 | <tr> | 294 | <tr> |
| 295 | <td colspan="2" rowspan="4">宗地四至</td> | 295 | <td colspan="2" rowspan="4" class="tdright">宗地四至</td> |
| 296 | <td colspan="2">北至<i class="requisite">*</i></td> | 296 | <td colspan="2" class="tdright">北至<i class="requisite">*</i></td> |
| 297 | <td colspan="8" class="psr"> | 297 | <td colspan="8" class="psr"> |
| 298 | <input type="text" @blur="inputBlur($event)" ref="zdszb" :disabled="formData.qszt!='0'" | 298 | <input type="text" @blur="inputBlur($event)" ref="zdszb" :disabled="formData.qszt!='0'" |
| 299 | class="formInput" v-model="formData.zdszb"/> | 299 | class="formInput" v-model="formData.zdszb"/> |
| 300 | </td> | 300 | </td> |
| 301 | </tr> | 301 | </tr> |
| 302 | <tr> | 302 | <tr> |
| 303 | <td colspan="2">东至<i class="requisite">*</i></td> | 303 | <td colspan="2" class="tdright">东至<i class="requisite">*</i></td> |
| 304 | <td colspan="8" class="psr"> | 304 | <td colspan="8" class="psr"> |
| 305 | <input type="text" @blur="inputBlur($event)" ref="zdszd" :disabled="formData.qszt!='0'" | 305 | <input type="text" @blur="inputBlur($event)" ref="zdszd" :disabled="formData.qszt!='0'" |
| 306 | class="formInput" v-model="formData.zdszd"/> | 306 | class="formInput" v-model="formData.zdszd"/> |
| 307 | </td> | 307 | </td> |
| 308 | </tr> | 308 | </tr> |
| 309 | <tr> | 309 | <tr> |
| 310 | <td colspan="2">南至<i class="requisite">*</i></td> | 310 | <td colspan="2" class="tdright">南至<i class="requisite">*</i></td> |
| 311 | <td colspan="8" class="psr"> | 311 | <td colspan="8" class="psr"> |
| 312 | <input type="text" @blur="inputBlur($event)" ref="zdszn" :disabled="formData.qszt!='0'" | 312 | <input type="text" @blur="inputBlur($event)" ref="zdszn" :disabled="formData.qszt!='0'" |
| 313 | class="formInput" v-model="formData.zdszn"/> | 313 | class="formInput" v-model="formData.zdszn"/> |
| 314 | </td> | 314 | </td> |
| 315 | </tr> | 315 | </tr> |
| 316 | <tr> | 316 | <tr> |
| 317 | <td colspan="2">西至<i class="requisite">*</i></td> | 317 | <td colspan="2" class="tdright">西至<i class="requisite">*</i></td> |
| 318 | <td colspan="8" class="psr"> | 318 | <td colspan="8" class="psr"> |
| 319 | <input type="text" @blur="inputBlur($event)" ref="zdszx" :disabled="formData.qszt!='0'" | 319 | <input type="text" @blur="inputBlur($event)" ref="zdszx" :disabled="formData.qszt!='0'" |
| 320 | class="formInput" v-model="formData.zdszx"/> | 320 | class="formInput" v-model="formData.zdszx"/> |
| ... | @@ -326,38 +326,38 @@ | ... | @@ -326,38 +326,38 @@ |
| 326 | </td> | 326 | </td> |
| 327 | </tr> | 327 | </tr> |
| 328 | <tr> | 328 | <tr> |
| 329 | <td colspan="2" rowspan="2">批准面积(㎡)</td> | 329 | <td colspan="2" rowspan="2" class="tdright">批准面积(㎡)</td> |
| 330 | <td colspan="2" rowspan="2"> | 330 | <td colspan="2" rowspan="2"> |
| 331 | <input type="text" :disabled="formData.qszt!='0'" onkeyup="value=value.replace(/[^\d\.]/g,'')" | 331 | <input type="text" :disabled="formData.qszt!='0'" onkeyup="value=value.replace(/[^\d\.]/g,'')" |
| 332 | class="formInput" v-model="formData.pzmj"/> | 332 | class="formInput" v-model="formData.pzmj"/> |
| 333 | </td> | 333 | </td> |
| 334 | <td colspan="2" rowspan="2">宗地面积(㎡)<i class="requisite">*</i></td> | 334 | <td colspan="2" rowspan="2" class="tdright">宗地面积(㎡)<i class="requisite">*</i></td> |
| 335 | <td colspan="2" rowspan="2"> | 335 | <td colspan="2" rowspan="2"> |
| 336 | <input type="text" :disabled="formData.qszt!='0'" @blur="inputBlur($event)" ref="zdmj" | 336 | <input type="text" :disabled="formData.qszt!='0'" @blur="inputBlur($event)" ref="zdmj" |
| 337 | onkeyup="value=value.replace(/[^\d\.]/g,'')" class="formInput" v-model="formData.zdmj"/> | 337 | onkeyup="value=value.replace(/[^\d\.]/g,'')" class="formInput" v-model="formData.zdmj"/> |
| 338 | </td> | 338 | </td> |
| 339 | <td colspan="2">建筑占地总面积</td> | 339 | <td colspan="2" class="tdright">建筑占地总面积</td> |
| 340 | <td colspan="2"> | 340 | <td colspan="2"> |
| 341 | <input type="text" :disabled="formData.qszt!='0'" onkeyup="value=value.replace(/[^\d\.]/g,'')" | 341 | <input type="text" :disabled="formData.qszt!='0'" onkeyup="value=value.replace(/[^\d\.]/g,'')" |
| 342 | class="formInput" v-model="formData.jzzdzmj"/> | 342 | class="formInput" v-model="formData.jzzdzmj"/> |
| 343 | </td> | 343 | </td> |
| 344 | </tr> | 344 | </tr> |
| 345 | <tr> | 345 | <tr> |
| 346 | <td colspan="2">建筑面积(㎡)</td> | 346 | <td colspan="2" class="tdright">建筑面积(㎡)</td> |
| 347 | <td colspan="2"> | 347 | <td colspan="2"> |
| 348 | <input type="text" :disabled="formData.qszt!='0'" onkeyup="value=value.replace(/[^\d\.]/g,'')" | 348 | <input type="text" :disabled="formData.qszt!='0'" onkeyup="value=value.replace(/[^\d\.]/g,'')" |
| 349 | class="formInput" v-model="formData.jzzmj"/> | 349 | class="formInput" v-model="formData.jzzmj"/> |
| 350 | </td> | 350 | </td> |
| 351 | </tr> | 351 | </tr> |
| 352 | <tr> | 352 | <tr> |
| 353 | <td colspan="2">共有/共用权利人情况</td> | 353 | <td colspan="2" class="tdright">共有/共用权利人情况</td> |
| 354 | <td colspan="10"> | 354 | <td colspan="10"> |
| 355 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" | 355 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" |
| 356 | v-model="formData.gygyqlrqk"/> | 356 | v-model="formData.gygyqlrqk"/> |
| 357 | </td> | 357 | </td> |
| 358 | </tr> | 358 | </tr> |
| 359 | <tr> | 359 | <tr> |
| 360 | <td colspan="2" rowspan="2">说明</td> | 360 | <td colspan="2" class="tdright" rowspan="2">说明</td> |
| 361 | <td colspan="10" rowspan="2"> | 361 | <td colspan="10" rowspan="2"> |
| 362 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.sm"/> | 362 | <input type="text" :disabled="formData.qszt!='0'" class="formInput" v-model="formData.sm"/> |
| 363 | </td> | 363 | </td> |
| ... | @@ -982,6 +982,11 @@ | ... | @@ -982,6 +982,11 @@ |
| 982 | height: 36px; | 982 | height: 36px; |
| 983 | border-color: #E6E6E6; | 983 | border-color: #E6E6E6; |
| 984 | } | 984 | } |
| 985 | .tdright { | ||
| 986 | text-align: right; | ||
| 987 | padding-right: 10px; | ||
| 988 | } | ||
| 989 | |||
| 985 | /deep/ .el-input__inner { | 990 | /deep/ .el-input__inner { |
| 986 | margin: 0; | 991 | margin: 0; |
| 987 | height: 36px; | 992 | height: 36px; | ... | ... |
-
Please register or sign in to post a comment