样式代码提交
Showing
2 changed files
with
10 additions
and
9 deletions
... | @@ -43,22 +43,22 @@ | ... | @@ -43,22 +43,22 @@ |
43 | > | 43 | > |
44 | </td> | 44 | </td> |
45 | <td class="dzwdm"> | 45 | <td class="dzwdm"> |
46 | <el-input v-model="item.dzwdm" placeholder="请输入定着物代码" | 46 | <el-input v-model="item.dzwdm" |
47 | maxlength="9" | 47 | maxlength="9" |
48 | > | 48 | > |
49 | </el-input> | 49 | </el-input> |
50 | </td> | 50 | </td> |
51 | <td class="syqmj"> | 51 | <td class="syqmj"> |
52 | <el-input placeholder="请输入使用所有权面积" style="ime-mode:inactive" | 52 | <el-input style="ime-mode:inactive" |
53 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null" | 53 | oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null" |
54 | v-model="item.tdsyqsyqmj" | 54 | v-model="item.tdsyqsyqmj" |
55 | ></el-input> | 55 | ></el-input> |
56 | </td> | 56 | </td> |
57 | <td class="dytdmj"> | 57 | <td class="dytdmj"> |
58 | <el-input v-model="item.dydytdmj" style="ime-mode:inactive" placeholder="请输入独有独用土地面积" oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> | 58 | <el-input v-model="item.dydytdmj" style="ime-mode:inactive" oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> |
59 | </td> | 59 | </td> |
60 | <td class="fttjmj"> | 60 | <td class="fttjmj"> |
61 | <el-input v-model="item.fttdmj" style="ime-mode:inactive" placeholder="请输入分摊土地面积" oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> | 61 | <el-input v-model="item.fttdmj" style="ime-mode:inactive" oninput="value = (value.match(/^\d*(\.?\d{0,3})/g)[0]) || null"></el-input> |
62 | </td> | 62 | </td> |
63 | </tr> | 63 | </tr> |
64 | <tr> | 64 | <tr> | ... | ... |
... | @@ -148,7 +148,7 @@ | ... | @@ -148,7 +148,7 @@ |
148 | <tr v-for="(item1,index) in form.fwytList" :key="index"> | 148 | <tr v-for="(item1,index) in form.fwytList" :key="index"> |
149 | <td colspan="2" v-if="index===0" :rowspan="ytTitleRowspan" class="tdright" id="ytTitle"> | 149 | <td colspan="2" v-if="index===0" :rowspan="ytTitleRowspan" class="tdright" id="ytTitle"> |
150 | <i class="iconfont iconicon-test1" style="margin-right: 8px;color:#66b1ff;font-size:30px" @click="addYtInfo"></i> | 150 | <i class="iconfont iconicon-test1" style="margin-right: 8px;color:#66b1ff;font-size:30px" @click="addYtInfo"></i> |
151 | <span> <i class="requisite">*</i>用途</span> | 151 | <span><i class="requisite">*</i>房屋用途</span> |
152 | </td> | 152 | </td> |
153 | 153 | ||
154 | <td colspan="1" style="min-width:120px" class="tdright"> | 154 | <td colspan="1" style="min-width:120px" class="tdright"> |
... | @@ -171,7 +171,7 @@ | ... | @@ -171,7 +171,7 @@ |
171 | v-model="item1.fwytzdbsm" | 171 | v-model="item1.fwytzdbsm" |
172 | ></el-select-tree> | 172 | ></el-select-tree> |
173 | </td> | 173 | </td> |
174 | <td colspan="2" class="tdright">用途</td> | 174 | <td colspan="2" class="tdright">实际用途</td> |
175 | <td colspan="4" > | 175 | <td colspan="4" > |
176 | <el-select-tree style="width:100%" | 176 | <el-select-tree style="width:100%" |
177 | ref="yt" | 177 | ref="yt" |
... | @@ -195,8 +195,9 @@ | ... | @@ -195,8 +195,9 @@ |
195 | <span><i class="requisite">*</i>房屋结构</span> | 195 | <span><i class="requisite">*</i>房屋结构</span> |
196 | </td> | 196 | </td> |
197 | <td colspan="1" class="tdright"> | 197 | <td colspan="1" class="tdright"> |
198 | <i class="iconfont iconicon-test" style="margin-right: 8px;color:#FA6400;font-size:30px" @click="deleteFwjgInfo(index)"></i> | 198 | <i class="iconfont iconicon-test" style="color:#FA6400;font-size:30px" @click="deleteFwjgInfo(index)"></i> |
199 | <span> 删除</span> | 199 | 房屋结构 |
200 | |||
200 | </td> | 201 | </td> |
201 | <td colspan="9" > | 202 | <td colspan="9" > |
202 | <el-select class="persent78" ref="fwjg" :disabled="form.qszt!='0'" v-model="item1.fwjgzdbsm" placeholder="请选择" > | 203 | <el-select class="persent78" ref="fwjg" :disabled="form.qszt!='0'" v-model="item1.fwjgzdbsm" placeholder="请选择" > | ... | ... |
-
Please register or sign in to post a comment