Commit 9104d536 by liyuhang19990520

ksh

parent 3f1a3269
No preview for this file type
......@@ -791,7 +791,7 @@ export default {
name: scope.zjhm,
children: true,
},
type: moduleName == "cqthfx" ? "cqthfx" : 'shce',
type: moduleName == "cqthfx" ? "cqthfx" : "shce",
unfoldParams: {
startDate: "startDate",
endDate: "endDate",
......
<!--
* @Author: your name
* @Date: 2021-07-20 14:08:33
* @LastEditTime: 2021-09-29 14:49:18
* @LastEditTime: 2021-10-18 18:28:13
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\layout\main.vue
......@@ -46,6 +46,12 @@ export default {
index: "cqRyksh",
disabled: false,
},
{
id: "cqgwjz",
label: "高危险机主可视化分析",
index: "cqgwjz",
disabled: false,
},
],
},
{
......
/*
* @Author: your name
* @Date: 2021-07-20 14:42:16
* @LastEditTime: 2021-10-16 15:39:00
* @LastEditTime: 2021-10-18 18:32:22
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\router\modules\rightContent.js
......@@ -25,6 +25,14 @@ const createArr = [
component: () => import("@/views/cqksh/module/cqQqkshfx.vue")
},
{
path: "/cqgwjz",
name: "cqgwjz",
meta: {
title: '高危机主可视化分析'
},
component: () => import("@/views/cqksh/module/cqgwjz.vue")
},
{
path: "/cqWxkshfx",
name: "cqWxkshfx",
meta: {
......
/*
* @Author: your name
* @Date: 2021-06-20 11:48:40
* @LastEditTime: 2021-10-16 15:43:18
* @LastEditTime: 2021-10-18 18:35:44
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \control_platform\src\settings.js
......@@ -22,5 +22,5 @@ module.exports = {
// 湖南可视化
BaseURL3: "/hnapi",
// 打包方式阿里云(aly) 和 公安网(gaw)
packType: 'gaw'
packType: 'aly'
}
<!--
* @Author: your name
* @Date: 2021-07-20 14:38:05
* @LastEditTime: 2021-09-29 17:24:28
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\yppt\argxfx.vue
-->
<template>
<div>
<SearchGraph
:formProp="formProp"
:formData="form"
:nodeClickBoo="false"
childrenXhrStr="/api/ksh/getGlGxFK"
:params="params"
:unfoldParams="unfoldParams"
:type="type"
@contextmenu="contextmenu"
/>
<div class="Content">
<right-content
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
></right-content>
</div>
</template>
<script>
import SearchGraph from "@c/SearchGraph.vue";
import rightContent from "@c/ptCxForm_components.vue";
export default {
components: { SearchGraph },
name: "queryAj",
components: {
rightContent,
},
data() {
return {
formProp: [
cxFormData: {
page: 1,
limit: 10,
ownPhone: "",
},
cxQueryField: [
{
id: "sjh",
name: "发送号码",
id: "ownPhone",
type: "text",
placeholder: "请输入手机号",
value: "",
placeholder: "请输入",
col: "3",
rules: [
{
required: true,
message: "请输入手机号",
trigger: "blur",
},
],
},
],
form: {
sjh: "",
},
params: {
objectValue: "sjh",
objectType: "phone",
parentId: 0,
},
unfoldParams: {
objectValue: "name",
objectType: "type",
parentId: "parentId",
},
type: 'cqPyqszsfmx'
cxDefaultFormThead: [
{
label: "发送号码",
prop: "ownphone",
},
{
label: "接收号码",
prop: "acceptphone",
},
{
label: "发送时间",
prop: "sendtime",
},
{
label: "内容",
prop: "lettercontent",
},
{
label: "匹配次数",
prop: "count",
},
],
cxUrl: "/api/ksh/getQzByQzbhs",
};
},
methods: {
contextmenu(node){
console.log(node)
}
}
methods: {},
created() {},
};
</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;
background: #f3f3f3;
}
.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";
</style>
<!--
* @Author: your name
* @Date: 2021-07-20 14:38:05
* @LastEditTime: 2021-10-18 18:28:56
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\yppt\argxfx.vue
-->
<template>
<div>
<SearchGraph
:formProp="formProp"
:formData="form"
:nodeClickBoo="false"
childrenXhrStr="/api/ksh/getInfoIsImportPersonByTelOrId"
placeholder="请输入案件编号"
:params="params"
:unfoldParams="unfoldParams"
/>
</div>
</template>
<script>
import SearchGraph from "@c/SearchGraph.vue";
export default {
components: { SearchGraph },
data() {
return {
formProp: [
{
id: "bshlx",
type: "select",
placeholder: "请选择标识号类型",
selectData: [
{
name: "身份证号",
value: "person",
},
{
name: "手机号",
value: "phone",
},
],
rules: [
{ required: true, message: "请选择标识号类型", trigger: "blur" },
],
col: "3",
},
{
id: "bsh",
type: "text",
placeholder: "请输入标识号",
col: "3",
rules: [{ required: true, message: "请输入标识号", trigger: "blur" }],
},
],
form: {
bshlx: "",
bsh: "",
},
nodedata: {
type: "bshlx",
id: 0,
name: "bsh",
children: true,
},
params: {
objectValue: "bsh",
objectType: "bshlx",
parentId: 0,
},
unfoldParams: {
objectValue: "name",
objectType: "type",
parentId: "parentId",
},
};
},
};
</script>
\ No newline at end of file
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