05b96cee by renchao@pashanhoo.com

style:单位面积

1 parent 15365076
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-04 16:29:10 4 * @LastEditTime: 2023-08-16 11:14:21
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -266,7 +266,7 @@ ...@@ -266,7 +266,7 @@
266 maxlength="13" 266 maxlength="13"
267 v-model="ruleForm.diyaq.dymj" 267 v-model="ruleForm.diyaq.dymj"
268 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> 268 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input>
269 <el-select v-model="ruleForm.diyaq.mjdw" style="width: 20%"> 269 <el-select v-model="ruleForm.diyaq.mjdw" style="width: 68px">
270 <el-option 270 <el-option
271 v-for="item in dictData['A7']" 271 v-for="item in dictData['A7']"
272 :key="item.dcode" 272 :key="item.dcode"
......
...@@ -126,7 +126,7 @@ ...@@ -126,7 +126,7 @@
126 <el-input 126 <el-input
127 v-model="ruleForm.fdcq2.dytdmj" 127 v-model="ruleForm.fdcq2.dytdmj"
128 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> 128 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input>
129 <el-select disabled v-model="mjdw" style="width: 20%"> 129 <el-select disabled v-model="mjdw" style="width: 68px">
130 <el-option 130 <el-option
131 v-for="item in dictData['A7']" 131 v-for="item in dictData['A7']"
132 :key="item.dcode" 132 :key="item.dcode"
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
143 <el-input 143 <el-input
144 v-model="ruleForm.fdcq2.fttdmj" 144 v-model="ruleForm.fdcq2.fttdmj"
145 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> 145 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input>
146 <el-select disabled v-model="mjdw" style="width: 20%"> 146 <el-select disabled v-model="mjdw" style="width: 68px">
147 <el-option 147 <el-option
148 v-for="item in dictData['A7']" 148 v-for="item in dictData['A7']"
149 :key="item.dcode" 149 :key="item.dcode"
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
262 <el-input 262 <el-input
263 v-model="ruleForm.fdcq2.jzmj" 263 v-model="ruleForm.fdcq2.jzmj"
264 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> 264 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input>
265 <el-select disabled v-model="mjdw" style="width: 20%"> 265 <el-select disabled v-model="mjdw" style="width: 68px">
266 <el-option 266 <el-option
267 v-for="item in dictData['A7']" 267 v-for="item in dictData['A7']"
268 :key="item.dcode" 268 :key="item.dcode"
...@@ -279,7 +279,7 @@ ...@@ -279,7 +279,7 @@
279 <el-input 279 <el-input
280 v-model="ruleForm.fdcq2.zyjzmj" 280 v-model="ruleForm.fdcq2.zyjzmj"
281 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> 281 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input>
282 <el-select disabled v-model="mjdw" style="width: 20%"> 282 <el-select disabled v-model="mjdw" style="width: 68px">
283 <el-option 283 <el-option
284 v-for="item in dictData['A7']" 284 v-for="item in dictData['A7']"
285 :key="item.dcode" 285 :key="item.dcode"
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
296 <el-input 296 <el-input
297 v-model="ruleForm.fdcq2.ftjzmj" 297 v-model="ruleForm.fdcq2.ftjzmj"
298 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> 298 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input>
299 <el-select disabled v-model="mjdw" style="width: 20%"> 299 <el-select disabled v-model="mjdw" style="width: 68px">
300 <el-option 300 <el-option
301 v-for="item in dictData['A7']" 301 v-for="item in dictData['A7']"
302 :key="item.dcode" 302 :key="item.dcode"
......
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
140 maxlength="12" 140 maxlength="12"
141 v-model="ruleForm.jsydsyq.syqmj" 141 v-model="ruleForm.jsydsyq.syqmj"
142 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input> 142 oninput="value = (value.match(/^\d*(\.?\d{0,2})/g)[0]) || null"></el-input>
143 <el-select disabled v-model="mjdw" style="width: 20%"> 143 <el-select disabled v-model="mjdw" style="width: 68px">
144 <el-option 144 <el-option
145 v-for="item in dictData['A7']" 145 v-for="item in dictData['A7']"
146 :key="item.dcode" 146 :key="item.dcode"
......
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-08-14 10:29:57 4 * @LastEditTime: 2023-08-16 11:15:56
5 --> 5 -->
6 <template> 6 <template>
7 <!-- 受理信息 --> 7 <!-- 受理信息 -->
...@@ -173,7 +173,7 @@ ...@@ -173,7 +173,7 @@
173 <el-select 173 <el-select
174 v-model="ruleForm.tdsyq.mjdw" 174 v-model="ruleForm.tdsyq.mjdw"
175 :disabled="!ableOperation" 175 :disabled="!ableOperation"
176 style="width: 20%"> 176 style="width: 68px">
177 <el-option 177 <el-option
178 v-for="item in dictData['A7']" 178 v-for="item in dictData['A7']"
179 :key="item.dcode" 179 :key="item.dcode"
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
194 <el-select 194 <el-select
195 v-model="ruleForm.tdsyq.mjdw" 195 v-model="ruleForm.tdsyq.mjdw"
196 :disabled="!ableOperation" 196 :disabled="!ableOperation"
197 style="width: 20%"> 197 style="width: 68px">
198 <el-option 198 <el-option
199 v-for="item in dictData['A7']" 199 v-for="item in dictData['A7']"
200 :key="item.dcode" 200 :key="item.dcode"
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
215 <el-select 215 <el-select
216 v-model="ruleForm.tdsyq.mjdw" 216 v-model="ruleForm.tdsyq.mjdw"
217 :disabled="!ableOperation" 217 :disabled="!ableOperation"
218 style="width: 20%"> 218 style="width: 68px">
219 <el-option 219 <el-option
220 v-for="item in dictData['A7']" 220 v-for="item in dictData['A7']"
221 :key="item.dcode" 221 :key="item.dcode"
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
238 <el-select 238 <el-select
239 v-model="ruleForm.tdsyq.mjdw" 239 v-model="ruleForm.tdsyq.mjdw"
240 :disabled="!ableOperation" 240 :disabled="!ableOperation"
241 style="width: 20%"> 241 style="width: 68px">
242 <el-option 242 <el-option
243 v-for="item in dictData['A7']" 243 v-for="item in dictData['A7']"
244 :key="item.dcode" 244 :key="item.dcode"
...@@ -259,7 +259,7 @@ ...@@ -259,7 +259,7 @@
259 <el-select 259 <el-select
260 v-model="ruleForm.tdsyq.mjdw" 260 v-model="ruleForm.tdsyq.mjdw"
261 :disabled="!ableOperation" 261 :disabled="!ableOperation"
262 style="width: 20%"> 262 style="width: 68px">
263 <el-option 263 <el-option
264 v-for="item in dictData['A7']" 264 v-for="item in dictData['A7']"
265 :key="item.dcode" 265 :key="item.dcode"
...@@ -280,7 +280,7 @@ ...@@ -280,7 +280,7 @@
280 <el-select 280 <el-select
281 v-model="ruleForm.tdsyq.mjdw" 281 v-model="ruleForm.tdsyq.mjdw"
282 :disabled="!ableOperation" 282 :disabled="!ableOperation"
283 style="width: 20%"> 283 style="width: 68px">
284 <el-option 284 <el-option
285 v-for="item in dictData['A7']" 285 v-for="item in dictData['A7']"
286 :key="item.dcode" 286 :key="item.dcode"
...@@ -303,7 +303,7 @@ ...@@ -303,7 +303,7 @@
303 <el-select 303 <el-select
304 v-model="ruleForm.tdsyq.mjdw" 304 v-model="ruleForm.tdsyq.mjdw"
305 :disabled="!ableOperation" 305 :disabled="!ableOperation"
306 style="width: 20%"> 306 style="width: 68px">
307 <el-option 307 <el-option
308 v-for="item in dictData['A7']" 308 v-for="item in dictData['A7']"
309 :key="item.dcode" 309 :key="item.dcode"
......
...@@ -338,7 +338,7 @@ ...@@ -338,7 +338,7 @@
338 <el-select 338 <el-select
339 v-model="ruleForm.ygdj.mjdw" 339 v-model="ruleForm.ygdj.mjdw"
340 :disabled="!ableOperation" 340 :disabled="!ableOperation"
341 style="width: 20%"> 341 style="width: 68px">
342 <el-option 342 <el-option
343 v-for="item in dictData['A7']" 343 v-for="item in dictData['A7']"
344 :key="item.dcode" 344 :key="item.dcode"
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
388 <el-select 388 <el-select
389 v-model="ruleForm.ygdj.jedw" 389 v-model="ruleForm.ygdj.jedw"
390 :disabled="!ableOperation" 390 :disabled="!ableOperation"
391 style="width: 20%"> 391 style="width: 68px">
392 <el-option 392 <el-option
393 v-for="item in dictData['A57']" 393 v-for="item in dictData['A57']"
394 :key="item.dcode" 394 :key="item.dcode"
......
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
249 </el-col> 249 </el-col>
250 <el-col :span="8"> 250 <el-col :span="8">
251 <el-form-item label="总层数:"> 251 <el-form-item label="总层数:">
252 <el-input oninput = "value=value.replace(/[^\d]/g,'')" maxlength="4" v-model="ruleForm.ygdj.zcs"></el-input> 252 <el-input oninput="value=value.replace(/[^\d]/g,'')" maxlength="4" v-model="ruleForm.ygdj.zcs"></el-input>
253 </el-form-item> 253 </el-form-item>
254 </el-col> 254 </el-col>
255 <el-col :span="8"> 255 <el-col :span="8">
...@@ -261,7 +261,7 @@ ...@@ -261,7 +261,7 @@
261 <el-select 261 <el-select
262 v-model="ruleForm.ygdj.mjdw" 262 v-model="ruleForm.ygdj.mjdw"
263 :disabled="!ableOperation" 263 :disabled="!ableOperation"
264 style="width: 20%"> 264 style="width: 68px">
265 <el-option 265 <el-option
266 v-for="item in dictData['A7']" 266 v-for="item in dictData['A7']"
267 :key="item.dcode" 267 :key="item.dcode"
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
315 <el-select 315 <el-select
316 v-model="ruleForm.ygdj.jedw" 316 v-model="ruleForm.ygdj.jedw"
317 :disabled="!ableOperation" 317 :disabled="!ableOperation"
318 style="width: 20%"> 318 style="width: 68px">
319 <el-option 319 <el-option
320 v-for="item in dictData['A57']" 320 v-for="item in dictData['A57']"
321 :key="item.dcode" 321 :key="item.dcode"
......
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
75 <el-select 75 <el-select
76 disabled 76 disabled
77 v-model="ruleForm.zdjbxx.mjdw" 77 v-model="ruleForm.zdjbxx.mjdw"
78 style="width: 20%"> 78 style="width: 68px">
79 <el-option 79 <el-option
80 v-for="item in dictData['A7']" 80 v-for="item in dictData['A7']"
81 :key="item.dcode" 81 :key="item.dcode"
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
114 <el-select 114 <el-select
115 disabled 115 disabled
116 v-model="mjdw" 116 v-model="mjdw"
117 style="width: 20%"> 117 style="width: 68px">
118 <el-option 118 <el-option
119 v-for="item in dictData['A7']" 119 v-for="item in dictData['A7']"
120 :key="item.dcode" 120 :key="item.dcode"
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
133 <el-select 133 <el-select
134 disabled 134 disabled
135 v-model="mjdw" 135 v-model="mjdw"
136 style="width: 20%"> 136 style="width: 68px">
137 <el-option 137 <el-option
138 v-for="item in dictData['A7']" 138 v-for="item in dictData['A7']"
139 :key="item.dcode" 139 :key="item.dcode"
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
234 <el-select 234 <el-select
235 disabled 235 disabled
236 v-model="mjdw" 236 v-model="mjdw"
237 style="width: 20%"> 237 style="width: 68px">
238 <el-option 238 <el-option
239 v-for="item in dictData['A7']" 239 v-for="item in dictData['A7']"
240 :key="item.dcode" 240 :key="item.dcode"
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
253 <el-select 253 <el-select
254 disabled 254 disabled
255 v-model="mjdw" 255 v-model="mjdw"
256 style="width: 20%"> 256 style="width: 68px">
257 <el-option 257 <el-option
258 v-for="item in dictData['A7']" 258 v-for="item in dictData['A7']"
259 :key="item.dcode" 259 :key="item.dcode"
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
272 <el-select 272 <el-select
273 disabled 273 disabled
274 v-model="mjdw" 274 v-model="mjdw"
275 style="width: 20%"> 275 style="width: 68px">
276 <el-option 276 <el-option
277 v-for="item in dictData['A7']" 277 v-for="item in dictData['A7']"
278 :key="item.dcode" 278 :key="item.dcode"
......
...@@ -124,7 +124,7 @@ ...@@ -124,7 +124,7 @@
124 <el-select 124 <el-select
125 disabled 125 disabled
126 v-model="mjdw" 126 v-model="mjdw"
127 style="width: 20%"> 127 style="width: 68px">
128 <el-option 128 <el-option
129 v-for="item in dictData['A7']" 129 v-for="item in dictData['A7']"
130 :key="item.dcode" 130 :key="item.dcode"
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
143 <el-select 143 <el-select
144 disabled 144 disabled
145 v-model="mjdw" 145 v-model="mjdw"
146 style="width: 20%"> 146 style="width: 68px">
147 <el-option 147 <el-option
148 v-for="item in dictData['A7']" 148 v-for="item in dictData['A7']"
149 :key="item.dcode" 149 :key="item.dcode"
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
162 <el-select 162 <el-select
163 disabled 163 disabled
164 v-model="mjdw" 164 v-model="mjdw"
165 style="width: 20%"> 165 style="width: 68px">
166 <el-option 166 <el-option
167 v-for="item in dictData['A7']" 167 v-for="item in dictData['A7']"
168 :key="item.dcode" 168 :key="item.dcode"
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
78 <el-select 78 <el-select
79 disabled 79 disabled
80 v-model="mjdw" 80 v-model="mjdw"
81 style="width: 20%"> 81 style="width: 68px">
82 <el-option 82 <el-option
83 v-for="item in dictData['A7']" 83 v-for="item in dictData['A7']"
84 :key="item.dcode" 84 :key="item.dcode"
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
97 <el-select 97 <el-select
98 v-model="mjdw" 98 v-model="mjdw"
99 :disabled="!viewEdit" 99 :disabled="!viewEdit"
100 style="width: 20%"> 100 style="width: 68px">
101 <el-option 101 <el-option
102 v-for="item in dictData['A7']" 102 v-for="item in dictData['A7']"
103 :key="item.dcode" 103 :key="item.dcode"
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
118 <el-select 118 <el-select
119 v-model="mjdw" 119 v-model="mjdw"
120 :disabled="!viewEdit" 120 :disabled="!viewEdit"
121 style="width: 20%"> 121 style="width: 68px">
122 <el-option 122 <el-option
123 v-for="item in dictData['A7']" 123 v-for="item in dictData['A7']"
124 :key="item.dcode" 124 :key="item.dcode"
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
139 <el-select 139 <el-select
140 v-model="mjdw" 140 v-model="mjdw"
141 :disabled="!viewEdit" 141 :disabled="!viewEdit"
142 style="width: 20%"> 142 style="width: 68px">
143 <el-option 143 <el-option
144 v-for="item in dictData['A7']" 144 v-for="item in dictData['A7']"
145 :key="item.dcode" 145 :key="item.dcode"
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
162 <el-select 162 <el-select
163 v-model="mjdw" 163 v-model="mjdw"
164 :disabled="!viewEdit" 164 :disabled="!viewEdit"
165 style="width: 20%"> 165 style="width: 68px">
166 <el-option 166 <el-option
167 v-for="item in dictData['A7']" 167 v-for="item in dictData['A7']"
168 :key="item.dcode" 168 :key="item.dcode"
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
183 <el-select 183 <el-select
184 v-model="mjdw" 184 v-model="mjdw"
185 :disabled="!viewEdit" 185 :disabled="!viewEdit"
186 style="width: 20%"> 186 style="width: 68px">
187 <el-option 187 <el-option
188 v-for="item in dictData['A7']" 188 v-for="item in dictData['A7']"
189 :key="item.dcode" 189 :key="item.dcode"
...@@ -204,7 +204,7 @@ ...@@ -204,7 +204,7 @@
204 <el-select 204 <el-select
205 v-model="mjdw" 205 v-model="mjdw"
206 :disabled="!viewEdit" 206 :disabled="!viewEdit"
207 style="width: 20%"> 207 style="width: 68px">
208 <el-option 208 <el-option
209 v-for="item in dictData['A7']" 209 v-for="item in dictData['A7']"
210 :key="item.dcode" 210 :key="item.dcode"
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
227 <el-select 227 <el-select
228 v-model="mjdw" 228 v-model="mjdw"
229 :disabled="!viewEdit" 229 :disabled="!viewEdit"
230 style="width: 20%"> 230 style="width: 68px">
231 <el-option 231 <el-option
232 v-for="item in dictData['A7']" 232 v-for="item in dictData['A7']"
233 :key="item.dcode" 233 :key="item.dcode"
......
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
114 <el-select 114 <el-select
115 v-model="ruleForm.ygdj.jedw" 115 v-model="ruleForm.ygdj.jedw"
116 :disabled="!ableOperation" 116 :disabled="!ableOperation"
117 style="width: 20%"> 117 style="width: 68px">
118 <el-option 118 <el-option
119 v-for="item in dictData['A57']" 119 v-for="item in dictData['A57']"
120 :key="item.dcode" 120 :key="item.dcode"
......
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
121 <el-select 121 <el-select
122 v-model="ruleForm.ygdj.jedw" 122 v-model="ruleForm.ygdj.jedw"
123 :disabled="!ableOperation" 123 :disabled="!ableOperation"
124 style="width: 20%"> 124 style="width: 68px">
125 <el-option 125 <el-option
126 v-for="item in dictData['A57']" 126 v-for="item in dictData['A57']"
127 :key="item.dcode" 127 :key="item.dcode"
......