添加查封原告
Showing
2 changed files
with
39 additions
and
22 deletions
... | @@ -53,7 +53,7 @@ | ... | @@ -53,7 +53,7 @@ |
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 | 查封不动产列表({{ ruleForm.ztQlxxList.length }} 个) |
57 | <div class="triangle"></div> | 57 | <div class="triangle"></div> |
58 | </div> | 58 | </div> |
59 | <cfBdcdyTable :tableData="ruleForm.ztQlxxList" /> | 59 | <cfBdcdyTable :tableData="ruleForm.ztQlxxList" /> |
... | @@ -63,8 +63,8 @@ | ... | @@ -63,8 +63,8 @@ |
63 | </div> | 63 | </div> |
64 | <el-row :gutter="10"> | 64 | <el-row :gutter="10"> |
65 | <el-col :span="8"> | 65 | <el-col :span="8"> |
66 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封机关:"> | 66 | <el-form-item :class="flag ? 'marginBot0' : ''" label="原告:"> |
67 | <el-input v-model="ruleForm.cfdjList[0].cfjg" :disabled="!ableOperation|| isJfOperation"></el-input> | 67 | <el-input v-model="ruleForm.cfdjList[0].yg" :disabled="!ableOperation|| isJfOperation"></el-input> |
68 | </el-form-item> | 68 | </el-form-item> |
69 | </el-col> | 69 | </el-col> |
70 | <el-col :span="8"> | 70 | <el-col :span="8"> |
... | @@ -73,13 +73,18 @@ | ... | @@ -73,13 +73,18 @@ |
73 | </el-form-item> | 73 | </el-form-item> |
74 | </el-col> | 74 | </el-col> |
75 | <el-col :span="8"> | 75 | <el-col :span="8"> |
76 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封期限:"> | 76 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封机关:"> |
77 | <el-input v-model="ruleForm.cfdjList[0].cfqx" :disabled="!ableOperation|| isJfOperation"></el-input> | 77 | <el-input v-model="ruleForm.cfdjList[0].cfjg" :disabled="!ableOperation|| isJfOperation"></el-input> |
78 | </el-form-item> | 78 | </el-form-item> |
79 | </el-col> | 79 | </el-col> |
80 | </el-row> | 80 | </el-row> |
81 | <el-row :gutter="10"> | 81 | <el-row :gutter="10"> |
82 | <el-col :span="8"> | 82 | <el-col :span="8"> |
83 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封期限:"> | ||
84 | <el-input v-model="ruleForm.cfdjList[0].cfqx" :disabled="!ableOperation|| isJfOperation"></el-input> | ||
85 | </el-form-item> | ||
86 | </el-col> | ||
87 | <el-col :span="8"> | ||
83 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封起始时间:"> | 88 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封起始时间:"> |
84 | <el-date-picker v-model="ruleForm.cfdjList[0].cfqssj" class="width100" type="date" placeholder="选择日期" | 89 | <el-date-picker v-model="ruleForm.cfdjList[0].cfqssj" class="width100" type="date" placeholder="选择日期" |
85 | value-format="yyyy-MM-dd" :disabled="!ableOperation|| isJfOperation"></el-date-picker> | 90 | value-format="yyyy-MM-dd" :disabled="!ableOperation|| isJfOperation"></el-date-picker> |
... | @@ -92,22 +97,24 @@ | ... | @@ -92,22 +97,24 @@ |
92 | value-format="yyyy-MM-dd"></el-date-picker> | 97 | value-format="yyyy-MM-dd"></el-date-picker> |
93 | </el-form-item> | 98 | </el-form-item> |
94 | </el-col> | 99 | </el-col> |
100 | </el-row> | ||
101 | <el-row :gutter="10"> | ||
95 | <el-col :span="8"> | 102 | <el-col :span="8"> |
96 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封文件:"> | 103 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封文件:"> |
97 | <el-input v-model="ruleForm.cfdjList[0].cfwj" :disabled="!ableOperation|| isJfOperation"></el-input> | 104 | <el-input v-model="ruleForm.cfdjList[0].cfwj" :disabled="!ableOperation|| isJfOperation"></el-input> |
98 | </el-form-item> | 105 | </el-form-item> |
99 | </el-col> | 106 | </el-col> |
100 | </el-row> | 107 | <el-col :span="16"> |
101 | <el-row :gutter="10"> | ||
102 | <el-col :span="8"> | ||
103 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封范围:"> | 108 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封范围:"> |
104 | <el-input v-model="ruleForm.cfdjList[0].cffw" :disabled="!ableOperation|| isJfOperation"></el-input> | 109 | <el-input v-model="ruleForm.cfdjList[0].cffw" :disabled="!ableOperation|| isJfOperation"></el-input> |
105 | </el-form-item> | 110 | </el-form-item> |
106 | </el-col> | 111 | </el-col> |
107 | <el-col :span="16"> | 112 | </el-row> |
108 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:"> | 113 | <el-row :gutter="10"> |
109 | <el-input v-model="ruleForm.cfdjList[0].fj" :disabled="!ableOperation|| isJfOperation"> | 114 | <el-col> |
110 | </el-input> | 115 | <el-form-item :class="flag ? 'marginBot0' : ''" label="附记:" prop="cfdjList[0].fj"> |
116 | <el-input class="textArea" type="textarea" v-model="ruleForm.cfdjList[0].fj" | ||
117 | :disabled="!ableOperation|| isJfOperation"></el-input> | ||
111 | </el-form-item> | 118 | </el-form-item> |
112 | </el-col> | 119 | </el-col> |
113 | </el-row> | 120 | </el-row> | ... | ... |
... | @@ -149,9 +149,9 @@ | ... | @@ -149,9 +149,9 @@ |
149 | </div> | 149 | </div> |
150 | <el-row :gutter="10"> | 150 | <el-row :gutter="10"> |
151 | <el-col :span="8"> | 151 | <el-col :span="8"> |
152 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封机关:" prop="cfdj.cfjg"> | 152 | <el-form-item :class="flag ? 'marginBot0' : ''" label="原告:" prop="cfdj.cfwh"> |
153 | <el-input | 153 | <el-input |
154 | v-model="ruleForm.cfdj.cfjg" | 154 | v-model="ruleForm.cfdj.yg" |
155 | :disabled="!viewEdit || ableEdit || isJfOperation"></el-input> | 155 | :disabled="!viewEdit || ableEdit || isJfOperation"></el-input> |
156 | </el-form-item> | 156 | </el-form-item> |
157 | </el-col> | 157 | </el-col> |
... | @@ -163,10 +163,26 @@ | ... | @@ -163,10 +163,26 @@ |
163 | </el-form-item> | 163 | </el-form-item> |
164 | </el-col> | 164 | </el-col> |
165 | <el-col :span="8"> | 165 | <el-col :span="8"> |
166 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封机关:" prop="cfdj.cfjg"> | ||
167 | <el-input | ||
168 | v-model="ruleForm.cfdj.cfjg" | ||
169 | :disabled="!viewEdit || ableEdit || isJfOperation"></el-input> | ||
170 | </el-form-item> | ||
171 | </el-col> | ||
172 | </el-row> | ||
173 | <el-row :gutter="10"> | ||
174 | <el-col :span="8"> | ||
166 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封类型:" prop="cfdj.cflxmc"> | 175 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封类型:" prop="cfdj.cflxmc"> |
167 | <el-input v-model="ruleForm.cfdj.cflxmc" disabled></el-input> | 176 | <el-input v-model="ruleForm.cfdj.cflxmc" disabled></el-input> |
168 | </el-form-item> | 177 | </el-form-item> |
169 | </el-col> | 178 | </el-col> |
179 | <el-col :span="16"> | ||
180 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封文件:" prop="cfdj.cfwj"> | ||
181 | <el-input | ||
182 | v-model="ruleForm.cfdj.cfwj" | ||
183 | :disabled="!viewEdit || ableEdit || isJfOperation"></el-input> | ||
184 | </el-form-item> | ||
185 | </el-col> | ||
170 | </el-row> | 186 | </el-row> |
171 | <el-row :gutter="10"> | 187 | <el-row :gutter="10"> |
172 | <el-col :span="8"> | 188 | <el-col :span="8"> |
... | @@ -199,15 +215,9 @@ | ... | @@ -199,15 +215,9 @@ |
199 | </el-form-item> | 215 | </el-form-item> |
200 | </el-col> | 216 | </el-col> |
201 | </el-row> | 217 | </el-row> |
218 | |||
202 | <el-row :gutter="10"> | 219 | <el-row :gutter="10"> |
203 | <el-col :span="8"> | 220 | <el-col :span="24"> |
204 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封文件:" prop="cfdj.cfwj"> | ||
205 | <el-input | ||
206 | v-model="ruleForm.cfdj.cfwj" | ||
207 | :disabled="!viewEdit || ableEdit || isJfOperation"></el-input> | ||
208 | </el-form-item> | ||
209 | </el-col> | ||
210 | <el-col :span="16"> | ||
211 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封范围:" prop="cfdj.cffw"> | 221 | <el-form-item :class="flag ? 'marginBot0' : ''" label="查封范围:" prop="cfdj.cffw"> |
212 | <el-input | 222 | <el-input |
213 | v-model="ruleForm.cfdj.cffw" | 223 | v-model="ruleForm.cfdj.cffw" | ... | ... |
-
Please register or sign in to post a comment