Commit e963053e by hd

fix: 修改警情线索初查

parent aa863373
......@@ -148,6 +148,7 @@ export default {
bzzt: "",
ifKyxs: "",
},
// 报警时间开始/结束时间:bjsjKssj/bjsjJssj
cxQueryField: [
{
name: "报警人姓名",
......@@ -165,14 +166,14 @@ export default {
placeholder: "",
col: "3",
},
{
name: "案事件编号",
id: "asjbh",
type: "text",
value: "",
placeholder: "",
col: "3",
},
// {
// name: "案事件编号",
// id: "asjbh",
// type: "text",
// value: "",
// placeholder: "",
// col: "3",
// },
{
name: "案件名称",
id: "ajmc",
......@@ -182,75 +183,104 @@ export default {
col: "3",
},
{
name: "开始立案日期",
id: "larqStart",
type: "date",
value: "",
placeholder: "",
col: "3",
},
{
name: "结束立案日期",
id: "larqEnd",
type: "date",
value: "",
placeholder: "",
col: "3",
},
{
name: "案件分类",
id: "ajfl",
type: "codeTreeDialog",
codeTree: "CODE_AJLB",
codeOptions: [],
value: "",
placeholder: "",
col: "3",
multiple: true,
},
{
name: "案事件发生地点",
id: "asjfsddXzqhmc",
type: "text",
value: "",
placeholder: "",
col: "3",
},
{
name: "案件发生时间",
id: "asjfssjAsjfskssj",
name: "报警时间开始",
id: "bjsjKssj",
type: "datetime",
value: "",
placeholder: "",
col: "3",
},
{
name: "案件结束时间",
id: "asjfssjAsjfsjssj",
name: "结束时间",
id: "bjsjJssj",
type: "datetime",
value: "",
placeholder: "",
col: "3",
},
// {
// name: "开始立案日期",
// id: "larqStart",
// type: "date",
// value: "",
// placeholder: "",
// col: "3",
// },
// {
// name: "结束立案日期",
// id: "larqEnd",
// type: "date",
// value: "",
// placeholder: "",
// col: "3",
// },
// {
// name: "案件分类",
// id: "ajfl",
// type: "codeTreeDialog",
// codeTree: "CODE_AJLB",
// codeOptions: [],
// value: "",
// placeholder: "",
// col: "3",
// multiple: true,
// },
// {
// name: "案事件发生地点",
// id: "asjfsddXzqhmc",
// type: "text",
// value: "",
// placeholder: "",
// col: "3",
// },
// {
// name: "案件发生时间",
// id: "asjfssjAsjfskssj",
// type: "datetime",
// value: "",
// placeholder: "",
// col: "3",
// },
// {
// name: "案件结束时间",
// id: "asjfssjAsjfsjssj",
// type: "datetime",
// value: "",
// placeholder: "",
// col: "3",
// },
// {
// name: "简要案情",
// id: "jyaq",
// type: "textarea",
// value: "",
// placeholder: "",
// col: "textarea",
// },
// {
// name: "标注状态",
// id: "bzzt",
// type: "radio",
// value: "1",
// placeholder: "",
// col: "3",
// radioData: [
// { label: "全部", val: "" },
// { label: "已标注", val: "1" },
// { label: "未标注", val: "0" },
// ],
// },
{
name: "简要案情",
id: "jyaq",
type: "textarea",
value: "",
placeholder: "",
col: "textarea",
},
{
name: "标注状态",
id: "bzzt",
name: "是否标注",
id: "sfbz",
type: "radio",
value: "1",
placeholder: "",
col: "3",
radioData: [
{ label: "全部", val: "" },
{ label: "已标注", val: "1" },
{ label: "未标注", val: "2" },
{ label: "", val: "1" },
{ label: "否", val: "0" },
],
},
{
......@@ -282,14 +312,14 @@ export default {
},
{
label: "受理单位",
prop: "jjdwMc",
prop: "sldw",
},
{
label: "警情类别",
prop: "dicLhlbdm",
prop: "jqlb",
},
],
cxUrl: "/jjxxEs/JjxxQuery",
cxUrl: "/kyxs/getJjxx",
Menu: [
{
id: "queryJqcc",
......
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