Commit fb29a9d3 by gao_yingdong

采集过程

parent 1ea65834
......@@ -303,7 +303,7 @@ const menuLayouts = [
name: "addXcky",
meta: {
title: '新增现勘信息',
isAdd:true
isAdd: true
},
component: () => import("@/views/qgncj/xcky/addXcky.vue")
},
......@@ -320,7 +320,7 @@ const menuLayouts = [
name: "addzbxyr",
meta: {
title: '抓捕犯罪嫌疑人',
isAdd:true
isAdd: true
},
component: () => import("@/views/qgncj/zbxyr/addzbxyr.vue")
},
......@@ -329,7 +329,7 @@ const menuLayouts = [
name: "addrygxr",
meta: {
title: '人员关系人',
isAdd:true
isAdd: true
},
component: () => import("@/views/qgncj/rygxrxx/addrygxr.vue")
},
......@@ -338,7 +338,7 @@ const menuLayouts = [
name: "addrybh",
meta: {
title: '人员被害信息',
isAdd:true
isAdd: true
},
component: () => import("@/views/qgncj/rybhxx/addrybh.vue")
},
......@@ -347,7 +347,7 @@ const menuLayouts = [
name: "addryba",
meta: {
title: '人员报案信息',
isAdd:true
isAdd: true
},
component: () => import("@/views/qgncj/rybaxx/addryba.vue")
},
......@@ -356,7 +356,7 @@ const menuLayouts = [
name: "addryzpxx",
meta: {
title: '人员照片信息',
isAdd:true
isAdd: true
},
component: () => import("@/views/qgncj/zpxx/addryzpxx.vue")
},
......@@ -365,10 +365,65 @@ const menuLayouts = [
name: "addryfwbshxx",
meta: {
title: '人员使用服务标识号信息',
isAdd:true
isAdd: true
},
component: () => import("@/views/qgncj/ryfwbshxx/addryfwbshxx.vue")
},
// 查询抓捕犯罪嫌疑人列表信息
{
path: "/queryfzxyr",
name: "queryfzxyr",
meta: {
title: '抓捕犯罪嫌疑人'
},
component: () => import("@/views/qgncj/queryfzxyr/queryfzxyr.vue"),
},
{
path: "/queryrybh",
name: "queryrybh",
meta: {
title: '人员被害'
},
component: () => import("@/views/qgncj/queryrybh/queryrybh.vue"),
},
{
path: "/queryrybh",
name: "queryrybh",
meta: {
title: '人员被害'
},
component: () => import("@/views/qgncj/queryrybh/queryrybh.vue"),
},
{
path: "/queryryba",
name: "queryryba",
meta: {
title: '人员报案'
},
component: () => import("@/views/qgncj/queryryba/queryryba.vue"),
},
{
path: "/querygxrlb",
name: "querygxrlb",
meta: {
title: '关系人'
},
component: () => import("@/views/qgncj/querygxrlb/querygxrlb.vue"),
},
{
path: "/queryRysyfwbsh",
name: "queryRysyfwbsh",
meta: {
title: '人员使用服务标识号'
},
component: () => import("@/views/qgncj/queryRysyfwbsh/queryRysyfwbsh.vue"),
},
]
export default menuLayouts
\ No newline at end of file
<template>
<div>
<div class="headerTitle">
<img src="~@/assets/img/login/jinhui.png" alt="" /><span>关系人</span>
</div>
<div class="Content rightContent">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
ref="rightContent"
></right-content>
</div>
</div>
</template>
<script>
import rightContent from "@c/ptCxForm_components.vue";
export default {
name: "queryRysyfwbsh",
components: {
rightContent,
},
data() {
return {
header: "全过程采集",
pageBs: "queryfzxyr",
cxFormData: {
limit: 10,
page: 1,
asjbh: this.$route.query.asjbh,
},
cxQueryField: [],
cxDefaultFormThead: [
{
label: "信息主键编号",
prop: "xxzjbh",
// toInfor: true,
},
{
label: "服务标识号信息主键编号",
prop: "syfwbzhFwbzhXxzjbh",
},
{
label: "案事件相关人员编号",
prop: "asjxgrybh",
},
{
label: "物权类别",
prop: "syfwbzhWqlbdm",
},
{
label: "服务标识号类别",
prop: "syfwbzhFwbzhFwbzhlbdm",
},
{
label: "标识号类别补充描述",
prop: "syfwbzhFwbzhDmbcms",
},
{
label: "服务标识号",
prop: "syfwbzhFwbzhFwbzh",
},
{
label: "登记时间",
prop: "syfwbzhFwbzhDjsj",
},
{
label: "注册国家和地区",
prop: "syfwbzhFwzcdGjhdqdm",
},
{
label: "注册地区划",
prop: "syfwbzhFwzcdXzqhdm",
},
{
label: "注册地名称",
prop: "syfwbzhFwzcdDzmc",
},
{
label: "服务标识号类别",
prop: "syfwbzhFwdwDwmc",
},
{
label: "有效期开始日期",
prop: "syfwbzhYxqksrq",
},
{
label: "有效期截至日期",
prop: "syfwbzhYxqjzrq",
},
{
label: "案事件编号",
prop: "asjbh",
},
],
cxUrl: "/syfwbzh/queryAllByAsjbh",
query: {},
};
},
created() {
this.query = this.$route.query;
// debugger;
},
methods: {
// add() {
// this.$router.pushToTab({
// path: "/addssydtxb",
// query: this.query,
// });
// },
// dele(obj) {
// this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
// confirmButtonText: "确定",
// cancelButtonText: "取消",
// type: "warning",
// })
// .then(() => {
// deletessydtxsb({
// xxzjbh: obj.row.xxzjbh,
// }).then((res) => {
// if (res.success && res.code == 200) {
// this.$message({
// type: "success",
// message: "删除成功",
// });
// this.$refs.rightContent.doQuery("yes");
// }
// });
// })
// .catch(() => {
// this.$message({
// type: "info",
// message: "已取消删除",
// });
// });
// },
// toInfor(obj) {
// this.$router.pushToTab({
// path: "/detailssydtxsb",
// query: {
// xxzjbh: obj.xxzjbh,
// },
// });
// },
// edit(obj) {
// this.$router.pushToTab({
// path: "/addssydtxb",
// query: {
// xxzjbh: obj.row.xxzjbh,
// },
// });
// },
},
};
</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">
@import "@/assets/styles/rightContent.scss";
.Content {
// background: #fff;
// margin: 44px;
}
.headerTitle {
height: 48px;
background: #0061f7;
font-size: 18px;
font-weight: bold;
line-height: 48px;
color: #ffffff;
padding: 0 17px;
img {
width: 36px;
margin-right: 5px;
}
}
</style>
<template>
<div>
<div class="headerTitle">
<img src="~@/assets/img/login/jinhui.png" alt="" /><span>抓捕嫌疑人</span>
</div>
<div class="Content rightContent">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@add="add"
@dele="dele"
@toInfor="toInfor"
@edit="edit"
ref="rightContent"
></right-content>
</div>
</div>
</template>
<script>
import { deletessydtxsb } from "@/api/qgccj/ssydtxsb.js";
import rightContent from "@c/ptCxForm_components.vue";
export default {
name: "bshgj",
components: {
rightContent,
},
data() {
return {
header: "全过程采集",
pageBs: "queryfzxyr",
cxFormData: {
limit: 10,
page: 1,
asjbh: this.$route.query.asjbh,
},
cxQueryField: [],
cxDefaultFormThead: [
{
label: "信息主键编号",
prop: "xxzjbh",
// toInfor: true,
},
{
label: "案事件编号",
prop: "asjbh",
},
{
label: "姓名",
prop: "xm",
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
},
{
label: "证件号码",
prop: "cyzjZjhm",
},
{
label: "性别",
prop: "xbdm",
},
{
label: "国籍",
prop: "gjdm",
},
],
cxUrl: "/zbfzxyr/queryAll",
query: {},
};
},
created() {
this.query = this.$route.query;
// debugger;
},
methods: {
// add() {
// this.$router.pushToTab({
// path: "/addssydtxb",
// query: this.query,
// });
// },
// dele(obj) {
// this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
// confirmButtonText: "确定",
// cancelButtonText: "取消",
// type: "warning",
// })
// .then(() => {
// deletessydtxsb({
// xxzjbh: obj.row.xxzjbh,
// }).then((res) => {
// if (res.success && res.code == 200) {
// this.$message({
// type: "success",
// message: "删除成功",
// });
// this.$refs.rightContent.doQuery("yes");
// }
// });
// })
// .catch(() => {
// this.$message({
// type: "info",
// message: "已取消删除",
// });
// });
// },
// toInfor(obj) {
// this.$router.pushToTab({
// path: "/detailssydtxsb",
// query: {
// xxzjbh: obj.xxzjbh,
// },
// });
// },
// edit(obj) {
// this.$router.pushToTab({
// path: "/addssydtxb",
// query: {
// xxzjbh: obj.row.xxzjbh,
// },
// });
// },
},
};
</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">
@import "@/assets/styles/rightContent.scss";
.Content {
// background: #fff;
// margin: 44px;
}
.headerTitle {
height: 48px;
background: #0061f7;
font-size: 18px;
font-weight: bold;
line-height: 48px;
color: #ffffff;
padding: 0 17px;
img {
width: 36px;
margin-right: 5px;
}
}
</style>
<template>
<div>
<div class="headerTitle">
<img src="~@/assets/img/login/jinhui.png" alt="" /><span>关系人</span>
</div>
<div class="Content rightContent">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
ref="rightContent"
></right-content>
</div>
</div>
</template>
<script>
import rightContent from "@c/ptCxForm_components.vue";
export default {
name: "bshgj",
components: {
rightContent,
},
data() {
return {
header: "全过程采集",
pageBs: "queryfzxyr",
cxFormData: {
limit: 10,
page: 1,
asjbh: this.$route.query.asjbh,
},
cxQueryField: [],
cxDefaultFormThead: [
{
label: "信息主键编号",
prop: "xxzjbh",
// toInfor: true,
},
{
label: "案事件编号",
prop: "asjbh",
},
{
label: "姓名",
prop: "xm",
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
},
{
label: "证件号码",
prop: "cyzjZjhm",
},
{
label: "性别",
prop: "xbdm",
},
{
label: "国籍",
prop: "gjdm",
},
],
cxUrl: "/gxr/queryAll",
query: {},
};
},
created() {
this.query = this.$route.query;
// debugger;
},
methods: {
// add() {
// this.$router.pushToTab({
// path: "/addssydtxb",
// query: this.query,
// });
// },
// dele(obj) {
// this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
// confirmButtonText: "确定",
// cancelButtonText: "取消",
// type: "warning",
// })
// .then(() => {
// deletessydtxsb({
// xxzjbh: obj.row.xxzjbh,
// }).then((res) => {
// if (res.success && res.code == 200) {
// this.$message({
// type: "success",
// message: "删除成功",
// });
// this.$refs.rightContent.doQuery("yes");
// }
// });
// })
// .catch(() => {
// this.$message({
// type: "info",
// message: "已取消删除",
// });
// });
// },
// toInfor(obj) {
// this.$router.pushToTab({
// path: "/detailssydtxsb",
// query: {
// xxzjbh: obj.xxzjbh,
// },
// });
// },
// edit(obj) {
// this.$router.pushToTab({
// path: "/addssydtxb",
// query: {
// xxzjbh: obj.row.xxzjbh,
// },
// });
// },
},
};
</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">
@import "@/assets/styles/rightContent.scss";
.Content {
// background: #fff;
// margin: 44px;
}
.headerTitle {
height: 48px;
background: #0061f7;
font-size: 18px;
font-weight: bold;
line-height: 48px;
color: #ffffff;
padding: 0 17px;
img {
width: 36px;
margin-right: 5px;
}
}
</style>
<template>
<div>
<div class="headerTitle">
<img src="~@/assets/img/login/jinhui.png" alt="" /><span>人员报案</span>
</div>
<div class="Content rightContent">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
ref="rightContent"
></right-content>
</div>
</div>
</template>
<script>
import { deletessydtxsb } from "@/api/qgccj/ssydtxsb.js";
import rightContent from "@c/ptCxForm_components.vue";
export default {
name: "bshgj",
components: {
rightContent,
},
data() {
return {
header: "全过程采集",
pageBs: "queryfzxyr",
cxFormData: {
limit: 10,
page: 1,
asjbh: this.$route.query.asjbh,
},
cxQueryField: [],
cxDefaultFormThead: [
{
label: "信息主键编号",
prop: "xxzjbh",
// toInfor: true,
},
{
label: "案事件编号",
prop: "asjbh",
},
{
label: "姓名",
prop: "xm",
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
},
{
label: "证件号码",
prop: "cyzjZjhm",
},
{
label: "性别",
prop: "xbdm",
},
{
label: "国籍",
prop: "gjdm",
},
],
cxUrl: "/ba/queryAll",
query: {},
};
},
created() {
this.query = this.$route.query;
// debugger;
},
methods: {
// add() {
// this.$router.pushToTab({
// path: "/addssydtxb",
// query: this.query,
// });
// },
// dele(obj) {
// this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
// confirmButtonText: "确定",
// cancelButtonText: "取消",
// type: "warning",
// })
// .then(() => {
// deletessydtxsb({
// xxzjbh: obj.row.xxzjbh,
// }).then((res) => {
// if (res.success && res.code == 200) {
// this.$message({
// type: "success",
// message: "删除成功",
// });
// this.$refs.rightContent.doQuery("yes");
// }
// });
// })
// .catch(() => {
// this.$message({
// type: "info",
// message: "已取消删除",
// });
// });
// },
// toInfor(obj) {
// this.$router.pushToTab({
// path: "/detailssydtxsb",
// query: {
// xxzjbh: obj.xxzjbh,
// },
// });
// },
// edit(obj) {
// this.$router.pushToTab({
// path: "/addssydtxb",
// query: {
// xxzjbh: obj.row.xxzjbh,
// },
// });
// },
},
};
</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">
@import "@/assets/styles/rightContent.scss";
.Content {
// background: #fff;
// margin: 44px;
}
.headerTitle {
height: 48px;
background: #0061f7;
font-size: 18px;
font-weight: bold;
line-height: 48px;
color: #ffffff;
padding: 0 17px;
img {
width: 36px;
margin-right: 5px;
}
}
</style>
<template>
<div>
<div class="headerTitle">
<img src="~@/assets/img/login/jinhui.png" alt="" /><span>人员被害</span>
</div>
<div class="Content rightContent">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
ref="rightContent"
></right-content>
</div>
</div>
</template>
<script>
import { deletessydtxsb } from "@/api/qgccj/ssydtxsb.js";
import rightContent from "@c/ptCxForm_components.vue";
export default {
name: "bshgj",
components: {
rightContent,
},
data() {
return {
header: "全过程采集",
pageBs: "queryfzxyr",
cxFormData: {
limit: 10,
page: 1,
asjbh: this.$route.query.asjbh,
},
cxQueryField: [],
cxDefaultFormThead: [
{
label: "信息主键编号",
prop: "xxzjbh",
// toInfor: true,
},
{
label: "案事件编号",
prop: "asjbh",
},
{
label: "姓名",
prop: "xm",
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
},
{
label: "证件号码",
prop: "cyzjZjhm",
},
{
label: "性别",
prop: "xbdm",
},
{
label: "国籍",
prop: "gjdm",
},
],
cxUrl: "/rybh/queryAll",
query: {},
};
},
created() {
this.query = this.$route.query;
// debugger;
},
methods: {
// add() {
// this.$router.pushToTab({
// path: "/addssydtxb",
// query: this.query,
// });
// },
// dele(obj) {
// this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
// confirmButtonText: "确定",
// cancelButtonText: "取消",
// type: "warning",
// })
// .then(() => {
// deletessydtxsb({
// xxzjbh: obj.row.xxzjbh,
// }).then((res) => {
// if (res.success && res.code == 200) {
// this.$message({
// type: "success",
// message: "删除成功",
// });
// this.$refs.rightContent.doQuery("yes");
// }
// });
// })
// .catch(() => {
// this.$message({
// type: "info",
// message: "已取消删除",
// });
// });
// },
// toInfor(obj) {
// this.$router.pushToTab({
// path: "/detailssydtxsb",
// query: {
// xxzjbh: obj.xxzjbh,
// },
// });
// },
// edit(obj) {
// this.$router.pushToTab({
// path: "/addssydtxb",
// query: {
// xxzjbh: obj.row.xxzjbh,
// },
// });
// },
},
};
</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">
@import "@/assets/styles/rightContent.scss";
.Content {
// background: #fff;
// margin: 44px;
}
.headerTitle {
height: 48px;
background: #0061f7;
font-size: 18px;
font-weight: bold;
line-height: 48px;
color: #ffffff;
padding: 0 17px;
img {
width: 36px;
margin-right: 5px;
}
}
</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