Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev
Showing
1 changed file
with
52 additions
and
30 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Description: 房屋多幢受理信息 | 2 | * @Description: 房屋多幢受理信息 |
| 3 | * @Autor: ssq | 3 | * @Autor: ssq |
| 4 | * @LastEditTime: 2023-08-03 09:02:02 | 4 | * @LastEditTime: 2023-08-03 14:37:14 |
| 5 | --> | 5 | --> |
| 6 | <template> | 6 | <template> |
| 7 | <div class="slxx"> | 7 | <div class="slxx"> |
| ... | @@ -11,7 +11,7 @@ | ... | @@ -11,7 +11,7 @@ |
| 11 | ref="ruleForm" | 11 | ref="ruleForm" |
| 12 | :label-position="flag ? 'top' : ''" | 12 | :label-position="flag ? 'top' : ''" |
| 13 | :inline="flag" | 13 | :inline="flag" |
| 14 | label-width="120px" | 14 | label-width="140px" |
| 15 | > | 15 | > |
| 16 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> | 16 | <div class="slxx_con" :class="flag ? 'formMarginBot0' : ''"> |
| 17 | <div class="slxx_title title-block"> | 17 | <div class="slxx_title title-block"> |
| ... | @@ -52,7 +52,7 @@ | ... | @@ -52,7 +52,7 @@ |
| 52 | </el-form-item> | 52 | </el-form-item> |
| 53 | </el-col> | 53 | </el-col> |
| 54 | </el-row> | 54 | </el-row> |
| 55 | <!-- <div class="slxx_title title-block"> | 55 | <div class="slxx_title title-block"> |
| 56 | 不动产单元情况 | 56 | 不动产单元情况 |
| 57 | <div class="triangle"></div> | 57 | <div class="triangle"></div> |
| 58 | </div> | 58 | </div> |
| ... | @@ -68,64 +68,86 @@ | ... | @@ -68,64 +68,86 @@ |
| 68 | </el-form-item> | 68 | </el-form-item> |
| 69 | </el-col> | 69 | </el-col> |
| 70 | </el-row> | 70 | </el-row> |
| 71 | <el-row :gutter="10" v-if="ruleForm.fdcq2"> | 71 | <el-row :gutter="10"> |
| 72 | <el-col :span="8"> | 72 | <el-col :span="8"> |
| 73 | <el-form-item label="土地使用期限:"> | 73 | <el-form-item label="发包方:"> |
| 74 | <el-input disabled v-model="ruleForm.fdcq2.tdsyqx"></el-input> | 74 | <el-input v-model="ruleForm.lq.fbf"></el-input> |
| 75 | </el-form-item> | 75 | </el-form-item> |
| 76 | </el-col> | 76 | </el-col> |
| 77 | <el-col :span="8"> | 77 | <el-col :span="8"> |
| 78 | <el-form-item label="规划用途名称:"> | 78 | <el-form-item label="发包方代码:"> |
| 79 | <el-input disabled v-model="ruleForm.zdjbxx.ghytmc"></el-input> | 79 | <el-input v-model="ruleForm.lq.fbfdm"></el-input> |
| 80 | </el-form-item> | 80 | </el-form-item> |
| 81 | </el-col> | 81 | </el-col> |
| 82 | <el-col :span="8"> | 82 | <el-col :span="8"> |
| 83 | <el-form-item label="房屋性质:"> | 83 | <el-form-item label="使用权(承包)面积:"> |
| 84 | <el-input disabled v-model="ruleForm.fdcq2.fwxzmc"></el-input> | 84 | <el-input v-model="ruleForm.lq.syqmj"></el-input> |
| 85 | </el-form-item> | 85 | </el-form-item> |
| 86 | </el-col> | 86 | </el-col> |
| 87 | </el-row> | 87 | </el-row> |
| 88 | <el-row :gutter="10" v-if="ruleForm.qlxx"> | 88 | <el-row :gutter="10"> |
| 89 | <el-col :span="8"> | ||
| 90 | <el-form-item label="林地所有权性质:"> | ||
| 91 | <el-input v-model="ruleForm.lq.ldsyqxz"></el-input> | ||
| 92 | </el-form-item> | ||
| 93 | </el-col> | ||
| 94 | <el-col :span="8"> | ||
| 95 | <el-form-item label="森林类别:"> | ||
| 96 | <el-input v-model="ruleForm.lq.sllb"></el-input> | ||
| 97 | </el-form-item> | ||
| 98 | </el-col> | ||
| 99 | <el-col :span="8"> | ||
| 100 | <el-form-item label="主要树种:"> | ||
| 101 | <el-input v-model="ruleForm.lq.zysz"></el-input> | ||
| 102 | </el-form-item> | ||
| 103 | </el-col> | ||
| 104 | </el-row> | ||
| 105 | <el-row :gutter="10"> | ||
| 89 | <el-col :span="8"> | 106 | <el-col :span="8"> |
| 90 | <el-form-item label="房屋结构:"> | 107 | <el-form-item label="株数:"> |
| 91 | <el-input disabled v-model="ruleForm.fdcq2.fwjgmc"></el-input> | 108 | <el-input v-model="ruleForm.lq.zs"></el-input> |
| 92 | </el-form-item> | 109 | </el-form-item> |
| 93 | </el-col> | 110 | </el-col> |
| 94 | <el-col :span="8"> | 111 | <el-col :span="8"> |
| 95 | <el-form-item label="所在层:"> | 112 | <el-form-item label="林种:"> |
| 96 | <el-input disabled v-model="ruleForm.fdcq2.szc"></el-input> | 113 | <el-input v-model="ruleForm.lq.lz"></el-input> |
| 97 | </el-form-item> | 114 | </el-form-item> |
| 98 | </el-col> | 115 | </el-col> |
| 99 | <el-col :span="8"> | 116 | <el-col :span="8"> |
| 100 | <el-form-item label="总层数:"> | 117 | <el-form-item label="起源:"> |
| 101 | <el-input disabled v-model="ruleForm.fdcq2.zcs"></el-input> | 118 | <el-input v-model="ruleForm.lq.qy"></el-input> |
| 102 | </el-form-item> | 119 | </el-form-item> |
| 103 | </el-col> | 120 | </el-col> |
| 104 | </el-row> | 121 | </el-row> |
| 105 | <el-row :gutter="10" v-if="ruleForm.fdcq2"> | 122 | <el-row :gutter="10"> |
| 106 | <el-col :span="8"> | 123 | <el-col :span="8"> |
| 107 | <el-form-item label="竣工时间:"> | 124 | <el-form-item label="造林年度:"> |
| 108 | <el-input disabled v-model="ruleForm.fdcq2.jgsj"></el-input> | 125 | <el-input v-model="ruleForm.lq.zlnd"></el-input> |
| 109 | </el-form-item> | 126 | </el-form-item> |
| 110 | </el-col> | 127 | </el-col> |
| 111 | <el-col :span="8"> | 128 | <el-col :span="8"> |
| 112 | <el-form-item label="建筑面积:"> | 129 | <el-form-item label="林班:"> |
| 113 | <el-input disabled v-model="ruleForm.qlxx.mj"></el-input> | 130 | <el-input v-model="ruleForm.lq.lb"></el-input> |
| 114 | </el-form-item> | 131 | </el-form-item> |
| 115 | </el-col> | 132 | </el-col> |
| 116 | <el-col :span="8"> | 133 | <el-col :span="8"> |
| 117 | <el-form-item label="专有建筑面积:"> | 134 | <el-form-item label="小班:"> |
| 118 | <el-input disabled v-model="ruleForm.fdcq2.zyjzmj"></el-input> | 135 | <el-input v-model="ruleForm.lq.xb"></el-input> |
| 119 | </el-form-item> | 136 | </el-form-item> |
| 120 | </el-col> | 137 | </el-col> |
| 121 | </el-row> | 138 | </el-row> |
| 122 | <el-row :gutter="10"> | 139 | <el-row :gutter="10"> |
| 123 | <el-col :span="8"> | 140 | <el-col :span="8"> |
| 124 | <el-form-item label="分摊建筑面积:"> | 141 | <el-form-item label="小地名:"> |
| 125 | <el-input disabled v-model="ruleForm.fdcq2.ftjzmj"></el-input> | 142 | <el-input v-model="ruleForm.lq.xdm"></el-input> |
| 126 | </el-form-item> | 143 | </el-form-item> |
| 127 | </el-col> | 144 | </el-col> |
| 128 | </el-row> --> | 145 | <el-col :span="8"> |
| 146 | <el-form-item label="附记:"> | ||
| 147 | <el-input v-model="ruleForm.lq.fj"></el-input> | ||
| 148 | </el-form-item> | ||
| 149 | </el-col> | ||
| 150 | </el-row> | ||
| 129 | <div class="slxx_title title-block"> | 151 | <div class="slxx_title title-block"> |
| 130 | 土地用途 | 152 | 土地用途 |
| 131 | <div class="triangle"></div> | 153 | <div class="triangle"></div> |
| ... | @@ -214,19 +236,19 @@ | ... | @@ -214,19 +236,19 @@ |
| 214 | 登记原因 | 236 | 登记原因 |
| 215 | <div class="triangle"></div> | 237 | <div class="triangle"></div> |
| 216 | </div> | 238 | </div> |
| 217 | <!-- <el-row :gutter="10"> | 239 | <el-row :gutter="10"> |
| 218 | <el-col> | 240 | <el-col> |
| 219 | <el-form-item v-if="ruleForm.sldy" label="登记原因:" prop="djyy"> | 241 | <el-form-item v-if="ruleForm.sldy" label="登记原因:" prop="djyy"> |
| 220 | <el-input | 242 | <el-input |
| 221 | class="textArea" | 243 | class="textArea" |
| 222 | type="textarea" | 244 | type="textarea" |
| 223 | :disabled="!ableOperation" | 245 | :disabled="!ableOperation" |
| 224 | v-model="ruleForm.fdcq2.djyy" | 246 | v-model="ruleForm.lq.djyy" |
| 225 | > | 247 | > |
| 226 | </el-input> | 248 | </el-input> |
| 227 | </el-form-item> | 249 | </el-form-item> |
| 228 | </el-col> | 250 | </el-col> |
| 229 | </el-row> --> | 251 | </el-row> |
| 230 | </div> | 252 | </div> |
| 231 | <el-row class="btn" v-if="ableOperation"> | 253 | <el-row class="btn" v-if="ableOperation"> |
| 232 | <el-form-item> | 254 | <el-form-item> | ... | ... |
-
Please register or sign in to post a comment