<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>
|