Commit ade016d0 by 叶富雄

Merge remote-tracking branch 'origin/dev_xzeq' into dev_xzeq

parents 313fa495 c985e0c9
...@@ -39,6 +39,7 @@ import ztypRoutes from "./modules/ztyp"; ...@@ -39,6 +39,7 @@ import ztypRoutes from "./modules/ztyp";
import rlxnpgRoutes from "./modules/rlxnpg"; import rlxnpgRoutes from "./modules/rlxnpg";
import zdxnpgRoutes from "./modules/zdxnpg"; import zdxnpgRoutes from "./modules/zdxnpg";
import mxglRoutes from "./modules/mxgl"; import mxglRoutes from "./modules/mxgl";
import xshbRoutes from "./modules/xshb";
import brainPhotoRoutes from "./modules/brainPhoto"; import brainPhotoRoutes from "./modules/brainPhoto";
import brainPhotoXxxxRoutes from "./modules/brainPhotoXxxx"; import brainPhotoXxxxRoutes from "./modules/brainPhotoXxxx";
...@@ -91,6 +92,7 @@ const mainRouters = [ ...@@ -91,6 +92,7 @@ const mainRouters = [
yzzfzxsypRoutes, yzzfzxsypRoutes,
ajzbRoutes, ajzbRoutes,
dswtzxxRoutes, dswtzxxRoutes,
xshbRoutes,
ztypRoutes, ztypRoutes,
mxglRoutes, mxglRoutes,
rlxnpgRoutes, rlxnpgRoutes,
......
import menuLayout from "@/layout/menuLayout.vue";
const menuLayouts = [
{
path: "/queryXshb",
name: "queryXshb",
meta: {
title: '线索核办'
},
component: () => import("@/views/xshb/queryXshb/queryXshb.vue")
},
];
export default {
path: "/right",
component: menuLayout,
children: [...menuLayouts]
};
\ No newline at end of file
...@@ -89,7 +89,6 @@ export default { ...@@ -89,7 +89,6 @@ export default {
zbrXm: "", zbrXm: "",
jjsjStart: "", jjsjStart: "",
jjsjEnd: "", jjsjEnd: "",
sfbjPdbz: "",
bjsjStart: "", bjsjStart: "",
bjsjEnd: "", bjsjEnd: "",
djsjStart: "", djsjStart: "",
...@@ -186,18 +185,18 @@ export default { ...@@ -186,18 +185,18 @@ export default {
value: "", value: "",
col: "3", col: "3",
}, },
{ // {
name: "是否办结", // name: "是否办结",
id: "sfbjPdbz", // id: "sfbjPdbz",
type: "radio", // type: "radio",
value: "1", // value: "",
placeholder: "", // placeholder: "",
col: "3", // col: "3",
radioData: [ // radioData: [
{ label: "否", val: "0" }, // { label: "否", val: "0" },
{ label: "是", val: "1" }, // { label: "是", val: "1" },
], // ],
}, // },
{ {
name: "办结时间", name: "办结时间",
id: "bjsjStart", id: "bjsjStart",
......
<template>
<div class="Content">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
ref="rightContent"
>
</right-content>
</div>
</template>
<script>
import rightContent from "@c/ptCxForm_components.vue";
export default {
name: "queryHbyp",
components: {
rightContent,
},
data() {
return {
header: "线索核办",
pageBs: "queryXshb",
cxFormData: {
limit: 10,
page: 1,
xsmc:'',
xsfldm:'',
xsztdm:'',
sjdq:'',
jbrXm:'',
xyrXm:'',
xxdjdwGajgjgdm:'',
djsjStart:'',
djsjEnd:'',
},
cxQueryField: [
{
name: "线索名称",
id: "xsmc",
type: "text",
value: "",
placeholder: "请输入",
col: "3",
},
{
name: "线索类别",
id: "xsfldm",
type: "codeTreeDialog",
props: [], //字典弹框需要的字段
value: "",
col: "3",
codeOptions: [],
codeTree: "CODE_XSHBFL",
},
{
name: "线索状态",
id: "xsztdm",
type: "codeTreeDialog",
props: [], //字典弹框需要的字段
value: "",
col: "3",
codeOptions: [],
codeTree: "CODE_XSHBZT",
},
{
name: "涉及地区",
id: "sjdq",
type: "codeTreeDialog",
props: [], //字典弹框需要的字段
value: "",
col: "3",
codeOptions: [],
codeTree: "CODE_XZQH",
},
{
name: "截止日期",
id: "jzrqStart",
id2: "jzrqEnd",
type: "zdyDate",
value: "",
col: "3",
},
{
name: "举报人",
id: "jbrXm",
type: "text",
value: "",
placeholder: "请输入",
col: "3",
},
{
name: "嫌疑人",
id: "xyrXm",
type: "text",
value: "",
placeholder: "请输入",
col: "3",
},
{
name: "录入单位",
id: "xxdjdwGajgjgdm",
type: "codeTreeDialog",
props: [], //字典弹框需要的字段
value: "",
col: "3",
codeOptions: [],
codeTree: "CODE_UNIT",
},
],
cxDefaultFormThead: [
{
label: "信息主键编号",
toInfor: true,
prop: "xxzjbh",
width: "250",
},
{
label: "研判任务分类",
prop: "yprwfldmStr",
width: "200",
},
{
label: "当前工作简要情况",
prop: "dqgzJyqk",
width: "200",
},
{
label: "工作要求简要情况",
prop: "gzyqJyqk",
width: "200",
},
{
label: "工作目标简要情况",
prop: "gzmbJyqk",
width: "200",
},
{
label: "工作期限",
prop: "gzsx",
width: "200",
},
{
label: "截止日期",
prop: "jzrq",
width: "200",
},
{
label: "是否分配",
prop: "sffpStr",
width: "200",
},
{
label: "分配时间",
prop: "fpsj",
width: "200",
},
{
label: "接收人姓名",
prop: "jsrXm",
width: "200",
},
{
label: "是否专业研判",
prop: "sfzyypStr",
width: "200",
},
{
label: "是否快速审批",
prop: "sfksspStr",
width: "200",
},
{
label: "接收人身份证号",
prop: "jsrGmsfhm",
width: "200",
},
{
label: "接收人用户组号",
prop: "jsrYhz",
width: "200",
},
{
label: "是否认领",
prop: "sfrlStr",
width: "200",
},
{
label: "认领时间",
prop: "rlsj",
width: "200",
},
{
label: "主办人姓名",
prop: "zbrXm",
width: "200",
},
{
label: "主办人身份证号",
prop: "zbrGmsfhm",
width: "200",
},
{
label: "主办人用户组号",
prop: "zbrYhz",
width: "200",
},
{
label: "退回原因",
prop: "thyyJyqk",
width: "200",
},
{
label: "是否交接",
prop: "sfjjStr",
width: "200",
},
{
label: "交接原因",
prop: "jjyyJyqk",
width: "200",
},
{
label: "交接时间",
prop: "jjsj",
width: "200",
},
{
label: "交接时工作简要情况",
prop: "jjsGzJyqk",
width: "200",
},
{
label: "交接后工作要求",
prop: "jjhGzyqJyqk",
width: "200",
},
{
label: "前主办人姓名",
prop: "qzbrXm",
width: "200",
},
{
label: "是否办结",
prop: "sfbjStr",
width: "200",
},
{
label: "办结时间",
prop: "bjsj",
width: "200",
},
{
label: "办结简要情况",
prop: "bjJyqk",
width: "200",
},
{
label: "是否督办",
prop: "sfdbStr",
width: "200",
},
{
label: "是否反馈",
prop: "sffkStr",
width: "200",
},
{
label: "督办内容",
prop: "dbnrJyqk",
width: "200",
},
{
label: "反馈结果",
prop: "fkjgJyqk",
width: "200",
},
{
label: "反馈时间",
prop: "fksj",
width: "200",
},
{
label: "登记时间",
prop: "dbsj",
width: "200",
},
{
label: "督办人姓名",
prop: "dbrXm",
width: "200",
},
{
label: "反馈人姓名",
prop: "fkrXm",
width: "200",
},
],
cxUrl: "/xshb/getXsList",
Menu: [
// zylx:"asj",
{
id: "queryXshb",
label: "线索信息汇集整合",
index: "queryXshb",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryXshb",
label: "线索信息汇集整合",
newAuth: "M01",
index: "2",
className: "iconfont icongongnengfuwu",
hasChildren: true,
},
],
selectArr: [],
revokeVisiable: false,
ckForm: {
file: "",
},
fileArr: [],
zdXxzjbh: "",
};
},
created() {
this.$store.commit("user/SET_Menu", this.Menu);
this.$store.commit("user/SET_LeftMenu", this.leftMenus);
this.$store.commit("user/SET_Header", this.header);
},
methods: {
},
watch: {
},
};
</script>
<style>
.el-dialog__body {
padding: 10px 15px !important;
}
.rightContent .el-input__inner,
#formCommonPage .el-input__inner {
height: 32px;
line-height: 32px;
font-family: inherit;
}
.el-table__header-wrapper th,
.el-table__header-wrapper tr {
background: #f4f6f7;
}
.rightContent .el-input__icon,
#formCommonPage .el-input__icon,
.el-input__suffix-inner {
line-height: 36px;
}
.rightContent .el-range-separator {
position: relative;
top: -4px;
}
.rightContent .el-textarea__inner,
#formCommonPage .el-textarea__inner {
width: 100%;
font-family: inherit;
}
.rightContent .el-range-input,
#formCommonPage .el-range-input {
vertical-align: top;
}
.rightContent .el-date-editor .el-range__close-icon {
margin-top: -4px;
}
.rightContent .el-form-item__error {
left: calc(66% - 27px);
top: 12px;
}
.success-row {
background-color: #fbf9f4 !important;
}
.Content .el-input,
.Content .el-date-editor--daterange.el-input__inner {
width: 100% !important;
}
</style>
<style scoped lang="scss">
.el-form-item {
margin: 15px 0 20px 0;
}
.red {
color: red;
}
.black {
color: black;
}
@import "@/assets/styles/rightContent.scss";
.hbyp {
font-size: 14px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 22px;
color: #007aff;
margin-right: 16px;
cursor: pointer;
}
</style>
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