峰峰执法平台简易案件程序板块 pad端
yang
2022-10-17 4107256a8d1fa9a2db0969122bfc760994b12421
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
<template>
   <div class="expropgoodsdischeck-form">
     <basic-container>
       <el-dialog
         :close-on-click-modal="false"
         :visible.sync="visible">
        <span slot="title" class="synthadmpen-dialog-header">
          <div>综 合 行 政 执 法</div>
          <div>没收物品处理审批表</div>
        </span>
         <el-form :model="dataForm" :rules="dataRule" ref="dataForm">
           <el-form-item label="案件" prop="processAjApprovalId">
             <el-select v-model="dataForm.processAjApprovalName" placeholder="请选择" @change="causeChange">
               <el-option
                 v-for="item in processAjApprovalList"
                 :key="item.id"
                 :label="item.processAjCoverName"
                 :value="item">
               </el-option>
             </el-select>
           </el-form-item>
           <table class="examination-table" align="center" border="1" cellpadding="0" cellspacing="0">
             <thead>
             <tr>
               <th colspan="2" rowspan="2">当 事 人</th>
               <th colspan="2">姓名或名称</th>
               <td colspan="3">
                 <el-form-item prop="name">
                   <el-input v-model="dataForm.name"></el-input>
                 </el-form-item>
               </td>
               <th colspan="2">法定代表人</th>
               <td colspan="3">
                 <el-form-item prop="legalPerson">
                   <el-input v-model="dataForm.legalPerson"></el-input>
                 </el-form-item>
               </td>
             </tr>
             <tr>
               <th colspan="2">住址或地址</th>
               <td colspan="3">
                 <el-form-item prop="address">
                   <el-input v-model="dataForm.address"></el-input>
                 </el-form-item>
               </td>
               <th colspan="2">联系电话</th>
               <td colspan="3">
                 <el-form-item prop="phone">
                   <el-input v-model="dataForm.phone" placeholder="联系电话"></el-input>
                 </el-form-item>
               </td>
             </tr>
             </thead>
             <tbody>
             <tr>
               <th class="yijianbox" colspan="2">违法事实及处罚决定</th>
               <td class="yijianbox" colspan="10">
                 <div class="shenbian-box weifaArea">
                   <el-form-item prop="illegalFactAndDisIdea">
                     <el-input v-model="dataForm.illegalFactAndDisIdea" type="textarea"></el-input>
                   </el-form-item>
                 </div>
               </td>
             </tr>
             <tr>
               <th class="yijianbox" colspan="2">没收物品及数量</th>
               <td class="yijianbox" colspan="10">
                 <div class="shenbian-box weifaArea">
                   <el-form-item prop="goodsAndNum">
                     <el-input v-model="dataForm.goodsAndNum" type="textarea"></el-input>
                   </el-form-item>
                 </div>
               </td>
             </tr>
             <tr>
               <th class="yijianbox" colspan="2">处理方式</th>
               <td class="yijianbox" colspan="10">
                 <div class="shenbian-box weifaArea">
                   <el-form-item prop="processMode">
                     <el-input v-model="dataForm.processMode" type="textarea"></el-input>
                   </el-form-item>
                 </div>
               </td>
             </tr>
             <tr>
               <th class="yijianbox" colspan="2">承办人意见</th>
               <td class="chengbanyijian" colspan="10">
                 <el-form-item prop="agentOpinion">
                   <el-input v-model="dataForm.agentOpinion" type="textarea" :autosize="{minRows: 3,maxRows:5}"></el-input>
                 </el-form-item>
                 <div class="chengbanDate">
                   <el-form-item prop="agentDate">
                     <el-date-picker v-model="dataForm.agentDate" type="date" value-format="yyyy-MM-dd"
                                     placeholder="法制部门审核意见时间"></el-date-picker>
                   </el-form-item>
                 </div>
               </td>
             </tr>
             <tr>
               <th class="yijianbox" colspan="2">承办机构意见</th>
               <td class="chengbanyijian" colspan="10">
                 <div class="examinat-box">
                   <div class="qianming-main-inside2">
                     <el-form-item prop="organizerOpinion">
                       <el-input type="textarea" :autosize="{minRows:3,maxRows:5}" v-model="dataForm.organizerOpinion"></el-input>
                     </el-form-item>
                   </div>
                 </div>
                 <div class="chengbanDate">
                   <el-form-item prop="organizerDate">
                     <el-date-picker
                       v-model="dataForm.organizerDate"
                       type="date"
                       placeholder="选择日期">
                     </el-date-picker>
                   </el-form-item>
                 </div>
               </td>
 
             </tr>
             <tr>
               <th class="yijianbox" colspan="2">法制机构审核意见</th>
               <td class="chengbanyijian" colspan="10">
                 <div class="examinat-box">
                   <div class="qianming-main-inside2">
                     <el-form-item prop="legalDepartmentOpinion">
                       <el-input type="textarea" :autosize="{minRows:3,maxRows:5}" v-model="dataForm.legalDepartmentOpinion"></el-input>
                     </el-form-item>
                   </div>
                 </div>
                 <div class="chengbanDate">
                   <el-form-item prop="legalDepartmentDate">
                     <el-date-picker
                       v-model="dataForm.legalDepartmentDate"
                       type="date"
                       placeholder="选择日期">
                     </el-date-picker>
                   </el-form-item>
                 </div>
               </td>
 
             </tr>
             <tr>
               <th class="yijianbox" colspan="2">行政执法机关负责人意见</th>
               <td class="chengbanyijian" colspan="10">
                 <div class="examinat-box">
                   <div class="qianming-main-inside2">
                     <el-form-item prop="executiveBranchOpinion">
                       <el-input type="textarea" :autosize="{minRows:3,maxRows:5}" v-model="dataForm.executiveBranchOpinion"></el-input>
                     </el-form-item>
                   </div>
                 </div>
                 <div class="chengbanDate">
                   <el-form-item prop="executiveBranchDate">
                     <el-date-picker
                       v-model="dataForm.executiveBranchDate"
                       type="date"
                       placeholder="选择日期">
                     </el-date-picker>
                   </el-form-item>
                 </div>
               </td>
 
             </tr>
             <tr>
               <th class="yijianbox" colspan="2">备 注</th>
               <td class="yijianbox" colspan="10">
                 <div class="shenbian-box weifaArea">
                   <el-form-item prop="remarks">
                     <el-input v-model="dataForm.remarks" type="textarea" :autosize="{minRow:2,maxRows:5}"></el-input>
                   </el-form-item>
                 </div>
               </td>
             </tr>
             </tbody>
           </table>
         </el-form>
         <div class="examinat-submitBtns">
           <el-button @click="visible = false">取消</el-button>
           <el-button type="primary" @click="dataFormSubmit()">确定</el-button>
         </div>
       </el-dialog>
     </basic-container>
   </div>
</template>
 
<script>
    import {getObj, addObj, putObj} from '@/api/process/expropgoodsdischeck'
    import {findAll} from '@/api/process/processajapproval'
    export default {
        name: "expropgoodsdischeck-form",
        data() {
            return {
                visible: false,
                processAjApprovalList: [],//案件列表
 
                dataForm: {
                    processAjApprovalName: '',
                    address: '',
                    agentDate: '',
                    agentOpinion: '',
                    executiveBranchDate: '',
                    executiveBranchOpinion: '',
                    goodsAndNum: '',
                    illegalFactAndDisIdea: '',
                    legalDepartmentDate: '',
                    legalDepartmentOpinion: '',
                    legalPerson: '',
                    name: '',
                    organizerDate: '',
                    organizerOpinion: '',
                    phone: '',
                    processAjApprovalId: '',
                    processMode: '',
                    goods: [{
                        forfeit: '',
                        number: ''
                    }]
                },
                dataRule: {
 
                    address: [
                        {required: true, message: '住址或地址不能为空', trigger: 'blur'}
                    ],
                    agentDate: [
                        {required: true, message: '承办人日期不能为空', trigger: 'blur'}
                    ],
                    agentOpinion: [
                        {required: true, message: '承办人意见不能为空', trigger: 'blur'}
                    ],
                    executiveBranchDate: [
                        {required: true, message: '行政机关日期不能为空', trigger: 'blur'}
                    ],
                    executiveBranchOpinion: [
                        {required: true, message: '行政机关意见不能为空', trigger: 'blur'}
                    ],
                    goodsAndNum: [
                        {required: true, message: '没收物品及数量不能为空', trigger: 'blur'}
                    ],
                    illegalFactAndDisIdea: [
                        {required: true, message: '违法事实及处罚决定不能为空', trigger: 'blur'}
                    ],
                    legalDepartmentDate: [
                        {required: true, message: '法制部门日期不能为空', trigger: 'blur'}
                    ],
                    legalDepartmentOpinion: [
                        {required: true, message: '法制部门审核意见不能为空', trigger: 'blur'}
                    ],
                    name: [
                        {required: true, message: '姓名或名称不能为空', trigger: 'blur'}
                    ],
                    organizerDate: [
                        {required: true, message: '承办机构日期不能为空', trigger: 'blur'}
                    ],
                    organizerOpinion: [
                        {required: true, message: '承办机构意见不能为空', trigger: 'blur'}
                    ],
                    processAjApprovalId: [
                        {required: true, message: '立案审批表ID不能为空', trigger: 'blur'}
                    ],
                    processMode: [
                        {required: true, message: '处理方式不能为空', trigger: 'blur'}
                    ]
                },
 
                option: {
                    column: [{
                        label: '',
                        prop: 'goods',
                        type: 'dynamic',
                        span: 24,
                        children: {
                            align: 'center',
                            headerAlign: 'center',
                            rowAdd: (done) => {
                                this.$message.success('新增回调');
                                done({
                                    input:''
                                });
                            },
                            rowDel: (row, done) => {
                                this.$message.success('删除回调' + JSON.stringify(row));
                                done();
                            },
                            column: [{
                                width: 200,
                                label: '没收物品',
                                prop: "forfeit",
                                formslot: false,
                            }, {
                                width: 200,
                                label: '数量',
                                prop: "number",
                                formslot: false,
                            }]
                        }
                    }
                    ]
                }
            }
        },
        methods: {
            init(id) {
                this.dataForm.id = id || 0
                this.visible = true
                this.$nextTick(() => {
                    this.$refs['dataForm'].resetFields()
                    if (this.dataForm.id) {
                        getObj(this.dataForm.id).then(response => {
                            this.dataForm = response.data.data
                        })
                    }
                })
                //获取所有案件
                this.findAllProcessAj();
            },
 
            //查询所有案件
            findAllProcessAj() {
                findAll().then(res => {
                    console.log(res.data.data)
                    this.processAjApprovalList = res.data.data
                });
            },
 
            //选择案件改变
            causeChange(item) {
                console.log(item);
                this.dataForm.processAjApprovalId = item.id
                this.dataForm.processAjApprovalName = item.processAjCoverName
                if(item.caseType == 0) {
                    this.dataForm.name = item.citizenName
                }
                if(item.caseType == 1) {
                    this.dataForm.name = item.unitName
                }
            },
 
            // 表单提交
            dataFormSubmit() {
                // let arr = []
                // this.dataForm.goods.forEach(item=>{
                //     let param = {}
                //     param.forfeit = item.forfeit
                //     param.number = item.number
                //     arr.push(param)
                // })
                this.dataForm.executiveBranchDate && (this.dataForm.executiveBranchDate = this.moment(this.dataForm.executiveBranchDate).format('YYYY-MM-DD'))
                this.dataForm.legalDepartmentDate && (this.dataForm.legalDepartmentDate = this.moment(this.dataForm.legalDepartmentDate).format('YYYY-MM-DD'))
                this.dataForm.suggestDate && (this.dataForm.suggestDate = this.moment(this.dataForm.suggestDate).format('YYYY-MM-DD'))
                this.dataForm.organizerDate && (this.dataForm.organizerDate = this.moment(this.dataForm.organizerDate).format('YYYY-MM-DD'))
                // this.dataForm.goodsAndNum = JSON.stringify(arr)
                console.log(this.dataForm.goodsAndNum,"------")
                this.$refs['dataForm'].validate((valid) => {
                    if (valid) {
                        if (this.dataForm.id) {
                            putObj(this.dataForm).then(data => {
                                this.$message.success('修改成功')
                                this.visible = false
                                this.$emit('refreshDataList')
                            });
                        } else {
                            addObj(this.dataForm).then(data => {
                                this.$message.success('添加成功')
                                this.visible = false
                                this.$emit('refreshDataList')
                            })
                        }
                    }
                })
            }
        }
    }
</script>
 
<style>
  .examination-table .el-textarea__inner,.examination-table .el-input__inner {
    background-color: transparent;
    border: none;
  }
  .examination-table .el-form-item{
    height: 90%;
  }
  .examination-table .el-form-item__content,.examination-table .el-textarea{
    height: 100%;
  }
  .chooseadmpenBox .el-form-item{
    margin-bottom: 0;
  }
  .examinat-box .el-form-item{
    width: 100%;
  }
  .shenbian-box .el-textarea__inner{
    height: 100% !important;
  }
  .synthadmpen-dialog-header{
    text-align: center;
    font-weight: 700;
    font-size: 18px;
  }
</style>
<style scoped>
  .examination-table {
    table-layout: fixed;
    width: 90%;
    margin: 0 auto;
    min-width: 600px;
  }
  .shulie-font{
    width: 24px;
  }
  .leftTh{
    width: 70px;
  }
  .rightTh{
    width: 88px;
  }
  .yijianbox {
    height: 160px;
  }
  .chengbanyijian {
    position: relative;
  }
  .chooseadmpenBox {
    height: 50px;
    padding-left: 10px;
  }
  .examinat-box {
    position: absolute;
    bottom: 0px;
    left: 20px;
    height: 100%;
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
  }
  .qianming-box-inside{
    display: flex;
    height: 25%;
  }
  .qianming-box-main {
    display: flex;
    align-items: center;
    width: 50%;
  }
  .qianming-box-main2{
    display: flex;
    align-items: center;
    width: 50%;
    height: 50%;
  }
  .chengbanDate {
    position: absolute;
    right: 0px;
    bottom: 0px;
    display: flex;
  }
  .qianming-main-inside2 {
    display: flex;
    height: 40%;
  }
  .examinat-submitBtns{
    display: flex;
    justify-content: center;
    margin: 40px 0;
  }
  .examinationpenaltCloumn{
    flex-direction: column;
    display: flex;
    height: 50%;
  }
  .examinationFlex{
    display: flex;
    height: 50%;
  }
  .weifaArea{
    height: 90%;
  }
</style>