Commit 1264b762 by 西瓜

标注统计

parent fd68aab5
......@@ -681,4 +681,9 @@ export default {
<style scoped lang="scss">
@import "@/assets/styles/rightContent.scss";
.el-radio {
color: #606266;
cursor: pointer;
margin-right: 13px;
}
</style>
......@@ -38,8 +38,16 @@ export default [
auth: 5
},
component: () => import("@/views/zdgl.vue")
}
,
},
{
path: "/bztj",
name: "bztj",
meta: {
title: "标注统计",
auth: 5
},
component: () => import("@/views/bztj.vue")
},
{
path: "/ajbzDetail",
name: "ajbzDetail",
......
......@@ -41,14 +41,24 @@ export default {
cxQueryField: [
/*立案信息 侦查终结信息 立案信息审批 侦查终结审批通用开始*/
{
name: '案件编号',
name: '案(事)件编号',
id: 'asjbh',
type: 'text',
value: '',
placeholder: '',
placeholder: '请输入',
col: '3'
},
{
name: '案(事)件类别',
id: 'ajlbdm',
type: 'codeTreeDialog',
props: [], //字典弹框需要的字段
value: '',
col: '3',
codeOptions: [],
codeTree: 'CODE_AJLB'
},
{
name: '立案单位',
id: 'Ladw_gajgjgdms',
type: 'lazyCodeTreeDialog',
......@@ -59,17 +69,37 @@ export default {
codeTree: 'CODE_QGUNIT'
},
{
name: '案件类别',
id: 'ajlbdm',
type: 'codeTreeDialog',
name: '立案类别',
id: 'xszalxdm',
type: 'lazyCodeTreeDialog',
props: [], //字典弹框需要的字段
value: '',
col: '3',
codeOptions: [],
codeTree: 'CODE_AJLB'
codeTree: 'CODE_QGUNIT'
},
{
name: '立案日期',
name: '类案类别',
id: 'xslalxdm',
type: 'lazyCodeTreeDialog',
props: [], //字典弹框需要的字段
value: '',
col: '3',
codeOptions: [],
codeTree: 'CODE_QGUNIT'
},
{
name: '次类案类别',
id: 'xsclalxdm',
type: 'lazyCodeTreeDialog',
props: [], //字典弹框需要的字段
value: '',
col: '3',
codeOptions: [],
codeTree: 'CODE_QGUNIT'
},
{
name: '立案时间',
id: 'lasjRqsjKssj',
id2: 'lasjRqsjJssj',
type: 'zdyDate',
......@@ -77,7 +107,7 @@ export default {
col: '3'
},
{
name: '案发日期',
name: '发案事件',
id: 'asjfssjKssj',
id2: 'asjfssjJssj',
type: 'zdyDate',
......@@ -85,34 +115,31 @@ export default {
col: '3'
},
{
name: '登记人姓名',
id: 'xxdjryXm',
type: 'text',
value: '',
name: '案件分类',
id: 'asjbz_ajfl',
type: 'radio',
value: '01',
placeholder: '',
col: '3'
col: '3',
radioData: [
{ label: '盗窃', val: '01' },
{ label: '诈骗案', val: '02' },
{ label: '抢劫案', val: '03' },
{ label: '抢夺案', val: '04' },
{ label: '招摇撞骗案', val: '05' }
]
},
{
name: '登记时间',
id: 'djsjQssj',
id2: 'djsjJssj',
name: '损失总价值',
id: 'ssjzMin',
id2: 'ssjzMax',
type: 'zdyDate',
value: '',
col: '3'
},
{
name: '案件性质',
id: 'zatzJyqk',
type: 'codeTreeDialog',
props: [], //字典弹框需要的字段
value: '',
col: '3',
codeOptions: [],
codeTree: 'CODE_AJXZ'
},
{
name: '登记单位',
id: 'xxdjdwGajgjgdm',
name: '案发地行政区划',
id: 'asjfsdd_xzqhdm',
type: 'lazyCodeTreeDialog',
props: [], //字典弹框需要的字段
value: '',
......@@ -120,30 +147,26 @@ export default {
codeOptions: [],
codeTree: 'CODE_QGUNIT'
},
{
name: '审核时间',
id: 'spsjQssj',
id2: 'spsjJssj',
type: 'zdyDate',
value: '',
col: '3'
name: '标注状态',
id: 'bzzt',
type: 'radio',
value: '1',
placeholder: '',
col: '3',
radioData: [
{ label: '已标注', val: '1' },
{ label: '未标注', val: '2' },
{ label: '待标准', val: '3' }
]
},
/*立案信息 侦查终结信息 立案信息审批 侦查终结审批通用结束*/
{
name: '业务状态',
id: 'ajywztdm',
type: 'select',
selectData: [
{ value: '', name: '全部' },
{ value: '00', name: '草稿' },
{ value: '01', name: '等待立案审批' },
{ value: '02', name: '通过立案审批' },
{ value: '03', name: '立案审批不通过' },
{ value: '05', name: '已撤销' }
],
name: '案发地详址',
id: 'asjfsddDzmc',
type: 'text',
value: '',
col: '3'
placeholder: '请输入',
col: '6'
}
],
cxDefaultFormThead: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment