style:上报详情
Showing
2 changed files
with
11 additions
and
12 deletions
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
8 | 要素代码: <br /> | 8 | 要素代码: <br /> |
9 | <p class="label-detail">(YSDM)</p> | 9 | <p class="label-detail">(YSDM)</p> |
10 | </span> | 10 | </span> |
11 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.YSDM" | 11 | <el-input :disabled="$store.state.business.Edit" v-model="ruleForm.ysdm" |
12 | :placeholder="$store.state.business.Edit ? '' : '要素代码'"></el-input> | 12 | :placeholder="$store.state.business.Edit ? '' : '要素代码'"></el-input> |
13 | </el-form-item> | 13 | </el-form-item> |
14 | </el-col> | 14 | </el-col> |
... | @@ -24,7 +24,7 @@ | ... | @@ -24,7 +24,7 @@ |
24 | </el-form-item> | 24 | </el-form-item> |
25 | </el-col> | 25 | </el-col> |
26 | 26 | ||
27 | <el-col :span="8"> | 27 | <!-- <el-col :span="8"> |
28 | <el-form-item prop="DJDL" class="borderTopNone"> | 28 | <el-form-item prop="DJDL" class="borderTopNone"> |
29 | <span slot="label"> | 29 | <span slot="label"> |
30 | 登记大类: <br /> | 30 | 登记大类: <br /> |
... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
36 | </el-option> | 36 | </el-option> |
37 | </el-select> | 37 | </el-select> |
38 | </el-form-item> | 38 | </el-form-item> |
39 | </el-col> | 39 | </el-col> --> |
40 | </el-row> | 40 | </el-row> |
41 | 41 | ||
42 | <el-row> | 42 | <el-row> |
... | @@ -134,7 +134,7 @@ | ... | @@ -134,7 +134,7 @@ |
134 | </el-form-item> | 134 | </el-form-item> |
135 | </el-col> | 135 | </el-col> |
136 | 136 | ||
137 | <el-col :span="8"> | 137 | <!-- <el-col :span="8"> |
138 | <el-form-item prop="TZFS"> | 138 | <el-form-item prop="TZFS"> |
139 | <span slot="label"> | 139 | <span slot="label"> |
140 | 通知方式: <br /> | 140 | 通知方式: <br /> |
... | @@ -145,7 +145,7 @@ | ... | @@ -145,7 +145,7 @@ |
145 | </el-option> | 145 | </el-option> |
146 | </el-select> | 146 | </el-select> |
147 | </el-form-item> | 147 | </el-form-item> |
148 | </el-col> | 148 | </el-col> --> |
149 | </el-row> | 149 | </el-row> |
150 | 150 | ||
151 | <el-row> | 151 | <el-row> |
... | @@ -184,7 +184,7 @@ | ... | @@ -184,7 +184,7 @@ |
184 | </el-row> | 184 | </el-row> |
185 | 185 | ||
186 | <el-row> | 186 | <el-row> |
187 | <el-col :span="8"> | 187 | <!-- <el-col :span="8"> |
188 | <el-form-item prop="SFWTAJ"> | 188 | <el-form-item prop="SFWTAJ"> |
189 | <span slot="label"> | 189 | <span slot="label"> |
190 | 是否问题案件: <br /> | 190 | 是否问题案件: <br /> |
... | @@ -195,7 +195,7 @@ | ... | @@ -195,7 +195,7 @@ |
195 | </el-option> | 195 | </el-option> |
196 | </el-select> | 196 | </el-select> |
197 | </el-form-item> | 197 | </el-form-item> |
198 | </el-col> | 198 | </el-col> --> |
199 | 199 | ||
200 | <el-col :span="8"> | 200 | <el-col :span="8"> |
201 | <el-form-item prop="JSSJ"> | 201 | <el-form-item prop="JSSJ"> |
... | @@ -209,7 +209,7 @@ | ... | @@ -209,7 +209,7 @@ |
209 | </el-form-item> | 209 | </el-form-item> |
210 | </el-col> | 210 | </el-col> |
211 | 211 | ||
212 | <el-col :span="8"> | 212 | <!-- <el-col :span="8"> |
213 | <el-form-item prop="AJZT"> | 213 | <el-form-item prop="AJZT"> |
214 | <span slot="label"> | 214 | <span slot="label"> |
215 | 案件状态: <br /> | 215 | 案件状态: <br /> |
... | @@ -220,7 +220,7 @@ | ... | @@ -220,7 +220,7 @@ |
220 | </el-option> | 220 | </el-option> |
221 | </el-select> | 221 | </el-select> |
222 | </el-form-item> | 222 | </el-form-item> |
223 | </el-col> | 223 | </el-col> --> |
224 | </el-row> | 224 | </el-row> |
225 | 225 | ||
226 | <el-row> | 226 | <el-row> |
... | @@ -257,7 +257,7 @@ export default { | ... | @@ -257,7 +257,7 @@ export default { |
257 | data () { | 257 | data () { |
258 | return { | 258 | return { |
259 | ruleForm: { | 259 | ruleForm: { |
260 | YSDM: '', | 260 | ysdm: '', |
261 | YWH: '', | 261 | YWH: '', |
262 | DJDL: '', | 262 | DJDL: '', |
263 | DJXL: '', | 263 | DJXL: '', |
... | @@ -293,7 +293,6 @@ export default { | ... | @@ -293,7 +293,6 @@ export default { |
293 | return new Promise(async (resolve) => { | 293 | return new Promise(async (resolve) => { |
294 | try { | 294 | try { |
295 | let res = await business.updateDjtDjSlsq(this.ruleForm) | 295 | let res = await business.updateDjtDjSlsq(this.ruleForm) |
296 | // this.$refs['formList'].resetFields(); | ||
297 | resolve(res.code) | 296 | resolve(res.code) |
298 | } catch (error) { | 297 | } catch (error) { |
299 | this.$refs.msg.messageShow() | 298 | this.$refs.msg.messageShow() | ... | ... |
... | @@ -229,7 +229,7 @@ export default { | ... | @@ -229,7 +229,7 @@ export default { |
229 | this.diaData.list = [{ | 229 | this.diaData.list = [{ |
230 | chineseTable: '测试', | 230 | chineseTable: '测试', |
231 | dataTable: '222', | 231 | dataTable: '222', |
232 | soleUrl: 'boundaryLine' | 232 | soleUrl: 'acceptanceInfo' |
233 | }] | 233 | }] |
234 | this.$refs.editLog.isShow() | 234 | this.$refs.editLog.isShow() |
235 | } | 235 | } | ... | ... |
-
Please register or sign in to post a comment