Commit ce4367b2 by lp784568205

Merge branch 'dev_xzeq_xz' of http://47.92.108.28/changchao/founder_vue into dev_xzeq_xz

parents e6a0b12f d9c98479
......@@ -258,7 +258,7 @@ export default {
window.open(path, "_blank");
} else if (this.pages == "queryXsyp") {
// let path = `http://47.92.225.109:8347/#/JumpPage/admin/admin/${this.form.asjbh}`;
let path = `${base.alyIP12}/#/jumppage/${this.form.asjbh}`;
let path = `${base.alyIP12}/#/jumppage/admin/founder15/${this.form.asjbh}`;
window.open(path, "_blank");
} else {
let newParams = this.objectAssignment(this.newParams);
......
......@@ -98,7 +98,7 @@
>
<el-date-picker
v-model="formData[item.id]"
type="date"
type="month"
align="right"
:picker-options="item.pickerOptions"
unlink-panels
......@@ -108,7 +108,7 @@
<el-date-picker
v-model="formData[item.id2]"
type="date"
type="month"
align="right"
:picker-options="item.pickerOptions2"
unlink-panels
......
......@@ -1858,8 +1858,7 @@ export default {
},
"formLabelAlign.sszjCyzjCyzjdm"(val) {
if (val == 111 && this.pageBs == "addsssfzj") {
this.rules[this.propFormField[0].data[3].id] = [
{
let obj = {
validator: (rule, value, callback) => {
// let patter = new RegExp("/(^\d{15}$)|(^\d{18}$)|(^\d{17}(\d|X|x)$)/");//验证是否身份证号
let patter = /(^\d{15}$)|(^\d{18}$)|(^\d{17}(\d|X|x)$)/; //验证是否手机号
......@@ -1872,22 +1871,12 @@ export default {
trigger: "blur",
required: true,
message: "请输入正确格式的证件号码",
},
];
} else if(val != 111 && this.pageBs == "addsssfzj") {
this.rules[this.propFormField[0].data[3].id] = [
{
validator: (rule, value, callback) => {
console.log(value);
if (!value) {
return callback(new Error("不能为空"));
}
},
trigger: "blur",
required: true,
message: "请输入正确格式的证件号码",
},
];
};
this.$set(this.rules, this.propFormField[0].data[3].id, obj);
} else if (val != 111 && this.pageBs == "addsssfzj") {
// this.$set(this.rules,this.propFormField[0].data[3].id,null)
this.$delete(this.rules, this.propFormField[0].data[3].id);
debugger;
}
},
curIndex() {
......
......@@ -341,7 +341,7 @@ const zdglryxx = [
codeTree: "CODE_WHCD",
prop: "checkEmpty",
value: "",
placeholder: "请输入案件编号",
placeholder: "请选择学历",
col: "2",
icon: "caijiIcon iconfont icontiqu",
},
......
......@@ -56,7 +56,7 @@
<span class="sz">{{ shuju.wkczs }}</span>
</div>
<div class="kc">
<span class="kcl">勘察率:</span>
<span class="kcl">未勘验率:</span>
<span class="kcls" style="color: #ff3b30"
>{{ Number(shuju.wkcl * 100).toFixed(2) }}%</span
>
......
......@@ -6,6 +6,8 @@
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
@doQueryBtn="doQueryBtn"
:pageASs='pageASs'
:cxUrl="cxUrl"
ref="rightContent"
>
......@@ -62,12 +64,13 @@ export default {
return {
header: "业务工作效能评估", //头部标题 (模块第一个页面需要)
pageBs: "queryAjzc", //页面名称
pageASs: 'queryAjzc',
cxFormData: {
//查询条件
limit: 10,
page: 1,
kssj: "",
jssj: "",
startTime: "",
endTime: "",
unitcode: "",
},
cxQueryField: [
......@@ -154,6 +157,13 @@ export default {
},
mounted() {},
methods: {
doQueryBtn() {
debugger
this.getjsasj();
this.getla();
this.getzczj();
this.getzcdc();
},
getjsasj() {
jsasj(this.cxFormData).then((res) => {
this.jsasj = res.data.total;
......
......@@ -16,7 +16,9 @@
>
<template #btnGroup="scope">
<el-button @click="TQ(scope.scope)" type="text">痕迹物证检查</el-button>
<el-button @click="BD(scope.scope)" type="text">痕迹物证比对情况</el-button>
<el-button @click="BD(scope.scope)" type="text"
>痕迹物证比对情况</el-button
>
</template>
<template #listOperation="scope">
<el-button @click="BJ" size="mini">编辑</el-button>
......@@ -24,38 +26,138 @@
</right-content>
<el-dialog :visible.sync="revokeVisiable" width="60%" title="痕迹物证上传">
<zj @OFF="OFF" v-if="revokeVisiable" :asjbh="asjbh" :zjwzdm="zjwzdm"/>
<zj @OFF="OFF" v-if="revokeVisiable" :asjbh="asjbh" :zjwzdm="zjwzdm" />
</el-dialog>
<el-dialog :visible.sync="TQVisiable" width="60%" title="提取">
<h3>物证完整标识</h3>
<div style="text-align: center" v-if="TQData.fjList=={}"></div>
<div v-for="(i,k) in TQData.fjList" :key="k" style="padding: 10px;">
<span style="margin-right: 5px;">{{k}}:</span>{{i}}
<div style="text-align: center" v-if="TQData.fjList == {}"></div>
<div v-for="(i, k) in TQData.fjList" :key="k" style="padding: 10px">
<span style="margin-right: 5px">{{ k }}:</span>{{ i }}
</div>
<h3>缺少的物证</h3>
<div style="text-align: center" v-if="!TQData.qswzList.length"></div>
<div v-for="(i,k) in TQData.qswzList" :key="k" style="padding: 10px;">{{i}}</div>
<div v-for="(i, k) in TQData.qswzList" :key="k" style="padding: 10px">
{{ i }}
</div>
</el-dialog>
<el-dialog width="43%" title="比中结果" :visible.sync="dialogTBzjg">
<div style="margin: 20px">
<span class="ry">人员 <span class="rys"> 2</span></span>
<el-table :data="gridData">
<el-table-column
property="xm"
label="姓名"
width="150"
align="center"
></el-table-column>
<el-table-column
property="zjhm"
label="证件号码"
align="center"
width="200"
></el-table-column>
<el-table-column
property="xb"
label="性别"
align="center"
width="100"
></el-table-column>
<el-table-column
property="csrq"
label="出生日期"
align="center"
width="150"
></el-table-column>
<el-table-column
property="hjd"
label="户籍地"
align="center"
width="150"
></el-table-column>
</el-table>
</div>
<div style="margin: 20px">
<span class="ry">案件 <span class="rys">1</span></span>
<el-table :data="gridDataAj">
<el-table-column
property="xm"
label="案件编号"
width="300"
align="center"
></el-table-column>
<el-table-column
property="zjhm"
label="案件类别"
align="center"
width="100"
></el-table-column>
<el-table-column
property="xb"
label="案件名称"
align="center"
width="100"
></el-table-column>
<el-table-column
property="csrq"
label="案发时间"
align="center"
width="150"
></el-table-column>
<el-table-column
property="hjd"
label="立案单位"
align="center"
width="150"
></el-table-column>
</el-table>
</div>
</el-dialog>
</div>
</template>
<script>
import zj from "@p/ajzcgzxnpg/components/zj.vue";
import rightContent from "@c/ptCxForm_components.vue";
import { deleteZjclById, getZjclLb } from "@/api/zjcl/zjcl.js";
import {getWzxqList,getZjwzLb,hjwzdb} from "@/api/ajzc/ajzc.js";
export default {
import zj from "@p/ajzcgzxnpg/components/zj.vue";
import rightContent from "@c/ptCxForm_components.vue";
import { deleteZjclById, getZjclLb } from "@/api/zjcl/zjcl.js";
import { getWzxqList, getZjwzLb, hjwzdb } from "@/api/ajzc/ajzc.js";
export default {
name: "queryZjcl",
components: {rightContent,zj},
components: { rightContent, zj },
data() {
return {
zjwzdm:'',
tableOperation:true,
TQVisiable:false,
TQData:{
fjList:{},
qswzList:[]
dialogTBzjg: false,
gridData: [
{
xm: "陈梅生",
zjhm: "540101198305230026",
xb: "男",
csrq: "1983-05-23",
hjd: "拉萨市城关区",
},
{
xm: "陈尤进",
zjhm: "540102197608155532",
xb: "男",
csrq: "1976-08-15",
hjd: "拉萨市城关区",
},
],
gridDataAj: [
{
xm: "A540100050000201809008",
zjhm: "诈骗案",
xb: "王良良被诈骗案",
csrq: "2018-11-04",
hjd: "拉萨市公安局",
},
],
zjwzdm: "",
tableOperation: true,
TQVisiable: false,
TQData: {
fjList: {},
qswzList: [],
},
header: "证据材料检查",
pageBs: "queryZjcl",
......@@ -63,8 +165,8 @@
limit: 10,
page: 1,
asjbh: "",
ajmc:"",
ajqf:"",
ajmc: "",
ajqf: "",
},
cxQueryField: [
{
......@@ -91,7 +193,7 @@
{
name: "全部",
value: "",
}
},
],
props: "checkEmpty",
value: "",
......@@ -193,26 +295,25 @@
created() {
this.$store.commit("user/SET_Menu", this.Menu);
// this.$store.commit("user/SET_Header", this.header);
getZjwzLb().then(res=>{
if(res.code === 200) {
let list = res.data.list
for(let i of list) {
getZjwzLb().then((res) => {
if (res.code === 200) {
let list = res.data.list;
for (let i of list) {
this.cxQueryField[2].selectData.push({
name:i.name,
value: i.code
})
}
name: i.name,
value: i.code,
});
}
else {
} else {
this.$message({
type: "warning",
message: res.msg,
});
}
})
});
},
methods: {
OFF(){
OFF() {
this.revokeVisiable = false;
},
dele(obj) {
......@@ -220,7 +321,8 @@
confirmButtonText: "确定",
cancelButtonText: "取消",
type: "warning",
}).then(() => {
})
.then(() => {
deleteZjclById({
xxzjbh: obj.row.xxzjbh,
}).then((res) => {
......@@ -253,100 +355,115 @@
},
});*/
},
BD(scope){
let params = new FormData()
params.append('asjbh',scope.row.asjbh);
hjwzdb(params).then(res=>{
if(res.code ===200){
this.$alert(res.data.bdjgms, '痕迹物证比对情况', {
});
}
})
BD(scope) {
this.dialogTBzjg = true;
// let params = new FormData()
// params.append('asjbh',scope.row.asjbh);
// hjwzdb(params).then(res=>{
// if(res.code ===200){
// this.$alert(res.data.bdjgms, '痕迹物证比对情况', {
// });
// }
// })
},
TQ(scope) {
let params = new FormData()
params.append('asjbh',scope.row.asjbh)
getWzxqList(params).then(res=>{
if(res.code === 200){
let params = new FormData();
params.append("asjbh", scope.row.asjbh);
getWzxqList(params).then((res) => {
if (res.code === 200) {
this.TQVisiable = true;
this.TQData = res.data;
console.log(this.TQData);
}
})
});
},
BJ() {
if(!this.selectArr.length){
this.$message.warning('请选择')
return
if (!this.selectArr.length) {
this.$message.warning("请选择");
return;
}
this.asjbh = this.selectArr[0].asjbh ;
this.zjwzdm = this.selectArr[0].zjwzdm ;
this.asjbh = this.selectArr[0].asjbh;
this.zjwzdm = this.selectArr[0].zjwzdm;
this.revokeVisiable = true;
console.log(this.selectArr[0]);
},
selectionChange(scope) {
if(scope.length>1){
if (scope.length > 1) {
this.$refs.rightContent.$refs.itsmDataTable.clearSelection();
this.$message.warning('只能单选')
return
this.$message.warning("只能单选");
return;
}
this.selectArr = scope;
},
closed() {
this.revokeVisiable = false
this.revokeVisiable = false;
},
},
};
};
</script>
<style>
.el-dialog__body {
.el-dialog__body {
padding: 10px 15px !important;
}
.rightContent .el-input__inner,
#formCommonPage .el-input__inner {
}
.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 {
}
.el-table__header-wrapper th,
.el-table__header-wrapper tr {
background: #f4f6f7;
}
.rightContent .el-input__icon,
#formCommonPage .el-input__icon,
.el-input__suffix-inner {
}
.rightContent .el-input__icon,
#formCommonPage .el-input__icon,
.el-input__suffix-inner {
line-height: 36px;
}
.rightContent .el-range-separator {
}
.rightContent .el-range-separator {
position: relative;
top: -4px;
}
.rightContent .el-textarea__inner,
#formCommonPage .el-textarea__inner {
}
.rightContent .el-textarea__inner,
#formCommonPage .el-textarea__inner {
width: 100%;
font-family: inherit;
}
.rightContent .el-range-input,
#formCommonPage .el-range-input {
}
.rightContent .el-range-input,
#formCommonPage .el-range-input {
vertical-align: top;
}
.rightContent .el-date-editor .el-range__close-icon {
}
.rightContent .el-date-editor .el-range__close-icon {
margin-top: -4px;
}
.rightContent .el-form-item__error {
}
.rightContent .el-form-item__error {
left: calc(66% - 27px);
top: 12px;
}
.success-row {
}
.success-row {
background-color: #fbf9f4 !important;
}
.Content .el-input,
.Content .el-date-editor--daterange.el-input__inner {
}
.Content .el-input,
.Content .el-date-editor--daterange.el-input__inner {
width: 100% !important;
}
}
</style>
<style scoped lang="scss">
@import "@/assets/styles/rightContent.scss";
.ry {
font-size: 16px;
font-weight: bold;
}
.rys {
display: inline-block;
width: 14px;
/* height: 20px; */
background: red;
text-align: center;
border-radius: 50%;
font-size: 8px;
line-height: 14px;
position: absolute;
color: #fff;
}
@import "@/assets/styles/rightContent.scss";
</style>
......@@ -48,7 +48,7 @@ export default {
methods: {
goDetail() {
// let path = `${this.$baseUrl.alyIP9}/#/JumpPage/admin/admin/${this.form.zjhm}`;
let path = `${base.alyIP12}/#/jumppage/${this.form.zjhm}`;
let path = `${base.alyIP12}/#/jumppage/admin/founder15/${this.form.zjhm}`;
window.open(path, "_blank");
// var params = { type: "AjXx", kybh: this.form.zjhm, userId: '142302198901012417' };
// this.toDetail("http://47.92.225.109:8347/#/JumpPage/admin/admin/", params);
......
......@@ -632,6 +632,6 @@ export default {
text-align: center;
}
.el-date-editor{
width: 85px !important;
width: 140px !important;
}
</style>
......@@ -80,7 +80,7 @@
value: "",
placeholder: "请输入",
col: "2",
prop: "emptyAbleIdentityBT",
prop: "",
},
{
name: "出生日期估值下限:",
......
......@@ -245,7 +245,7 @@ export default {
formData: {
djsjkssj: "",
djsjjssj: "",
xsfbdw: "460000000000",
xsfbdw: "",
},
dwObj: {
name: "单位",
......
......@@ -43,6 +43,11 @@
:currentItem="currentItem"
/>
</el-form-item> -->
<el-form-item>
<div style="margin-left: 50px;">
<el-button type="primary" @click="onSubmit">查询</el-button>
</div>
</el-form-item>
</el-form>
</div>
<div class="xnbox">
......@@ -603,6 +608,10 @@ export default {
}
});
},
onSubmit() {
this.doQueryYwData();
this.doQueryXtData();
},
},
mounted() {
this.doQueryYwData();
......@@ -621,6 +630,10 @@ export default {
</script>
<style lang="scss" scoped>
button.el-button.el-button--primary {
width: 125px;
line-height: 12px;
}
.title {
font-size: 28px;
font-family: Source Han Sans CN;
......
......@@ -43,6 +43,9 @@
@focus="getQueryUserByPo()"
></el-input>
</el-form-item>
<el-form-item>
<el-button type="primary" @click="onSubmit">查询</el-button>
</el-form-item>
</el-form>
</div>
<div class="xnbox">
......@@ -62,14 +65,14 @@
<span class="hfont">个人业务效能评估情况</span>
</div>
<div class="Info">{{ headerInfo1 }}</div>
<div class="echars">
<div class="echars" v-loading="loadingGzqk">
<div id="barMain" style="width: 100%; height: 500px"></div>
</div>
<div style="margin-top: 20px">
<el-table
id="ajzbQuery"
element-loading-text="拼命加载中"
ref="itsmDataTable"
v-loading="loadingGzqk"
:data="tableBarData"
tooltip-effect="dark"
width="100%"
......@@ -93,18 +96,18 @@
<span class="hfont">个人系统使用情况评估</span>
</div>
<div class="Info">{{ headerInfo2 }}</div>
<div class="echars">
<div class="echars" v-loading="loadingXt">
<div id="lineMain" style="width: 100%; height: 500px"></div>
</div>
<div style="margin-top: 20px">
<el-table
id="ajzbQuery"
element-loading-text="拼命加载中"
ref="itsmDataTable"
:data="tableLineData"
tooltip-effect="dark"
width="100%"
size="small"
v-loading="loadingXt"
:header-cell-style="{ background: '#F0F0F1' }"
>
<el-table-column
......@@ -166,6 +169,8 @@ export default {
kssj: "",
jssj: "",
},
loadingGzqk: false,
loadingXt: false,
tableBarData: [],
headerInfo1: "",
tableLineData: [],
......@@ -340,8 +345,8 @@ export default {
toSure() {
if (this.multipleSelection.length == 1) {
this.dialogTableVisible = false;
this.doQueryYwData();
this.doQueryXtData();
// this.doQueryYwData();
// this.doQueryXtData();
} else if (this.multipleSelection.length == 0) {
this.$message.error("请选择用户");
} else {
......@@ -383,7 +388,7 @@ export default {
text: "个人工作情况分析",
},
legend: {
data: ['刑事案件', '处理立案', '侦查终结案事件']
data: ["刑事案件", "处理立案", "侦查终结案事件"],
},
tooltip: {
trigger: "axis",
......@@ -426,7 +431,7 @@ export default {
],
yAxis: {
type: "value",
minInterval : 1,
minInterval: 1,
axisLine: {
show: false,
},
......@@ -443,7 +448,7 @@ export default {
series: this.seriesList,
});
},
startMyEcharts2(hData = [], zData = [],ZS=[]) {
startMyEcharts2(hData = [], zData = [], ZS = []) {
// 基于准备好的dom,初始化echarts实例
let lineCharts = this.$echarts.init(document.getElementById("lineMain"));
lineCharts.setOption({
......@@ -484,7 +489,7 @@ export default {
},
yAxis: {
type: "value",
minInterval : 1,
minInterval: 1,
axisLine: {
show: false,
},
......@@ -499,10 +504,10 @@ export default {
},
},
series: {
name: '总数',
type: 'line',
stack: 'Total',
data: ZS
name: "总数",
type: "line",
stack: "Total",
data: ZS,
},
tooltip: {
trigger: "axis",
......@@ -511,19 +516,27 @@ export default {
},
doQueryYwData() {
var self = this;
self.loadingGzqk = true;
let cxFormDataCopy = JSON.parse(JSON.stringify(self.cxFormData));
queryYwgzAllByPerson(cxFormDataCopy).then((res) => {
if (res.success && res.code == 200) {
self.loadingGzqk = false;
if (res.data.rows) {
let [hData1,zData1,jsasjsLIst,lasLIst,zczjsLIst] = [[],[],[],[],[]];
let [jsasjs,las,zczjs,total] = [0,0,0,0];
let [hData1, zData1, jsasjsLIst, lasLIst, zczjsLIst] = [
[],
[],
[],
[],
[],
];
let [jsasjs, las, zczjs, total] = [0, 0, 0, 0];
if (res.data.rows.length > 0) {
res.data.rows.map((el) => {
el.name = res.data.name;
jsasjs+=el.total;
zczjs+=el.zczjs;
las+=el.las;
total+=el.total;
jsasjs += el.total;
zczjs += el.zczjs;
las += el.las;
total += el.total;
jsasjsLIst.push(el.jsasjs);
lasLIst.push(el.las);
zczjsLIst.push(el.zczjs);
......@@ -532,29 +545,37 @@ export default {
});
let seriesList = [
{
name: '刑事案件',
type: 'line',
data: jsasjsLIst
name: "刑事案件",
type: "line",
data: jsasjsLIst,
},
{
name: '处理立案',
type: 'line',
data: lasLIst
name: "处理立案",
type: "line",
data: lasLIst,
},
{
name: '侦查终结案事件',
type: 'line',
data: zczjsLIst
name: "侦查终结案事件",
type: "line",
data: zczjsLIst,
},
];
this.seriesList =seriesList
this.seriesList = seriesList;
this.startMyEcharts1(hData1, zData1);
let lal = las/total;
let zczjl = zczjs/total;
if(!lal){lal = 0}
if(!zczjl){zczjl = 0}
self.headerInfo1 = `${self.cxFormData.kssj}${self.cxFormData.jssj}${res.data.name}刑事案件${jsasjs}起,
处理立案${las}起,侦查终结案事件${zczjs}起。立案信息补采率为${(100*lal).toFixed(2)}%、侦查终结补采率为${(100*zczjl).toFixed(2)}%`;
let lal = las / total;
let zczjl = zczjs / total;
if (!lal) {
lal = 0;
}
if (!zczjl) {
zczjl = 0;
}
self.headerInfo1 = `${self.cxFormData.kssj}${
self.cxFormData.jssj
}${res.data.name}刑事案件${jsasjs}起,
处理立案${las}起,侦查终结案事件${zczjs}起。立案信息补采率为${(
100 * lal
).toFixed(2)}%、侦查终结补采率为${(100 * zczjl).toFixed(2)}%`;
}
self.tableBarData = res.data.rows;
} else {
......@@ -563,11 +584,17 @@ export default {
}
});
},
onSubmit() {
this.doQueryYwData();
this.doQueryXtData();
},
doQueryXtData() {
var self = this;
self.loadingXt = true;
let cxFormDataCopy = JSON.parse(JSON.stringify(self.cxFormData));
querySysDlrzAllByPerson(cxFormDataCopy).then((res) => {
if (res.success && res.code == 200) {
self.loadingXt = false;
let hData1 = [];
let zData1 = [];
let ZS = [];
......@@ -580,19 +607,18 @@ export default {
zData1.push(el.fqcs);
});
let [fqcs,xxtk,gzzl,rlqb,zdgk,zzfz] =[0,0,0,0,0,0];
for(let g of res.data.rows){
g['fqcs1']=g.gzzl+g.rlqb+g.zdgk+g.zzfz+g.xxtk;
gzzl+=g.gzzl;
rlqb+=g.rlqb;
zdgk+=g.zdgk;
zzfz+=g.zzfz;
xxtk+=g.xxtk;
ZS.push(g['fqcs1']);
fqcs+= g['fqcs1']
let [fqcs, xxtk, gzzl, rlqb, zdgk, zzfz] = [0, 0, 0, 0, 0, 0];
for (let g of res.data.rows) {
g["fqcs1"] = g.gzzl + g.rlqb + g.zdgk + g.zzfz + g.xxtk;
gzzl += g.gzzl;
rlqb += g.rlqb;
zdgk += g.zdgk;
zzfz += g.zzfz;
xxtk += g.xxtk;
ZS.push(g["fqcs1"]);
fqcs += g["fqcs1"];
}
this.startMyEcharts2(hData1, zData1,ZS);
this.startMyEcharts2(hData1, zData1, ZS);
console.log(ZS);
self.headerInfo2 = `${self.cxFormData.kssj}${self.cxFormData.jssj}
${res.data.name}刑嫌调控${xxtk}次,工作指令${gzzl}次、
......@@ -607,39 +633,43 @@ export default {
* @description 身份证失去焦点查询
*
*/
sfBlur(value) {
this.$refs["cxFormData"].validate((valid) => {
if (valid) {
this.doQueryYwData();
this.doQueryXtData();
} else {
return false;
}
});
},
// sfBlur(value) {
// this.$refs["cxFormData"].validate((valid) => {
// if (valid) {
// this.doQueryYwData();
// this.doQueryXtData();
// } else {
// return false;
// }
// });
// },
},
mounted() {
/* this.doQueryYwData();
this.doQueryXtData();*/
},
watch: {
"cxFormData.kssj": {
handler(val) {
this.doQueryYwData();
this.doQueryXtData();
},
},
"cxFormData.jssj": {
handler(val) {
this.doQueryYwData();
this.doQueryXtData();
},
},
watch: {
// "cxFormData.kssj": {
// handler(val) {
// this.doQueryYwData();
// this.doQueryXtData();
// },
// },
// "cxFormData.jssj": {
// handler(val) {
// this.doQueryYwData();
// this.doQueryXtData();
// },
// },
},
};
</script>
<style lang="scss" scoped>
button.el-button.el-button--primary {
width: 125px;
line-height: 12px;
}
// .el-icon-search {
// background: red;
// font-size: 16px;
......
......@@ -8,7 +8,7 @@
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@toInfor="toInfor"
@DissolutionOrganization='DissolutionOrganization'
@DissolutionOrganization="DissolutionOrganization"
ref="rightContent"
>
<template #cxyhz="scope">
......@@ -103,7 +103,7 @@
></eldialog-content>
<div slot="footer" class="dialog-footer">
<el-button
style="width: 111px; line-height: 8px;"
style="width: 111px; line-height: 8px"
type="primary"
@click="dialogBcss"
>
......@@ -138,7 +138,6 @@
</el-dialog>
<el-dialog title="新增用户组" :visible.sync="dialogFormVisiblesss">
<div class="yhzz">
<el-form :model="formYhz">
<el-form-item label="用户组名: " :label-width="formLabelWidth">
<el-input v-model="formYhz.yhzm" autocomplete="off"></el-input>
......@@ -212,7 +211,7 @@ export default {
},
data() {
return {
sfkjs: '',
sfkjs: "",
cxFormData2: {
//查询条件
limit: 5,
......@@ -292,7 +291,7 @@ export default {
col: "3",
},
],
formLabelWidth: '120px',
formLabelWidth: "120px",
formYhz: {
yhzm: "",
},
......@@ -431,8 +430,8 @@ export default {
};
},
created() {
debugger
this.sfkjs = window.sessionStorage.getItem("sfkjs"),
debugger;
(this.sfkjs = window.sessionStorage.getItem("sfkjs")),
// this.getYhzYh(); // 接受用户组邀请
this.$store.commit("user/SET_Menu", this.Menu);
// this.$store.commit("user/SET_LeftMenu", this.leftMenus);
......@@ -1022,6 +1021,9 @@ export default {
}
</style>
<style scoped lang="scss">
/deep/.el-form-item__content {
width: 350px !important;
}
/deep/.el-dialog__footer {
padding: 71px 10px 10px !important;
}
......@@ -1030,7 +1032,7 @@ export default {
margin: 20px;
/deep/.el-form-item__content {
width: 200px;
}
}
}
/deep/ {
.el-form-item {
......
......@@ -184,82 +184,82 @@ export default {
disabled: false,
},
],
leftMenus: [
{
id: "queryJqcc",
label: "有组织犯罪线索初查",
newAuth: "M01",
index: "queryJqcc",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryThxs",
label: "有组织犯罪线索研判",
newAuth: "M01",
index: "queryThxs",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "queryXshba",
label: "有组织犯罪线索管理",
newAuth: "M01",
index: "queryXshba",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
{
id: "thxsTj",
label: "有组织犯罪线索工作统计",
newAuth: "M01",
index: "thxsTj",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "sjdqtj",
label: "涉及地区统计",
index: "sjdqtj",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryWcqk",
label: "线索研判情况",
index: "queryWcqk",
auth: "M0102",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryGxqk",
label: "线索落地情况",
index: "queryGxqk",
auth: "M0103",
className: "iconfont iconrizhi",
disabled: false,
}
// leftMenus: [
// {
// id: "xyrhjtj",
// label: "嫌疑人户籍统计",
// index: "xyrhjtj",
// auth: "M0102",
// id: "queryJqcc",
// label: "有组织犯罪线索初查",
// newAuth: "M01",
// index: "queryJqcc",
// className: "iconfont icongongnengfuwu",
// hasChildren: false,
// },
// {
// id: "queryThxs",
// label: "有组织犯罪线索研判",
// newAuth: "M01",
// index: "queryThxs",
// className: "iconfont icongongnengfuwu",
// hasChildren: false,
// },
// {
// id: "queryXshba",
// label: "有组织犯罪线索管理",
// newAuth: "M01",
// index: "queryXshba",
// className: "iconfont icongongnengfuwu",
// hasChildren: false,
// },
// {
// id: "thxsTj",
// label: "有组织犯罪线索工作统计",
// newAuth: "M01",
// index: "thxsTj",
// className: "iconfont icongongnengfuwu",
// hasChildren: true,
// children: [
// {
// id: "sjdqtj",
// label: "涉及地区统计",
// index: "sjdqtj",
// auth: "M0101",
// className: "iconfont iconrizhi",
// disabled: false,
// },
// {
// id: "afdtj",
// label: "案发地统计",
// index: "afdtj",
// id: "queryWcqk",
// label: "线索研判情况",
// index: "queryWcqk",
// auth: "M0102",
// className: "iconfont icongongnengfuwu",
// className: "iconfont iconrizhi",
// disabled: false,
// },
],
},
],
// {
// id: "queryGxqk",
// label: "线索落地情况",
// index: "queryGxqk",
// auth: "M0103",
// className: "iconfont iconrizhi",
// disabled: false,
// }
// // {
// // id: "xyrhjtj",
// // label: "嫌疑人户籍统计",
// // index: "xyrhjtj",
// // auth: "M0102",
// // className: "iconfont icongongnengfuwu",
// // disabled: false,
// // },
// // {
// // id: "afdtj",
// // label: "案发地统计",
// // index: "afdtj",
// // auth: "M0102",
// // className: "iconfont icongongnengfuwu",
// // disabled: false,
// // },
// ],
// },
// ],
};
},
created() {
......
......@@ -156,14 +156,14 @@ export default {
// },
],
leftMenus: [
{
id: "queryThxscc",
label: "有组织犯罪线索初查",
newAuth: "M01",
index: "queryThxscc",
className: "iconfont icongongnengfuwu",
hasChildren: false,
},
// {
// id: "queryThxscc",
// label: "有组织犯罪线索初查",
// newAuth: "M01",
// index: "queryThxscc",
// className: "iconfont icongongnengfuwu",
// hasChildren: false,
// },
{
id: "queryThxs",
label: "有组织犯罪线索研判",
......@@ -235,8 +235,8 @@ export default {
},
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);
this.$store.commit("user/SET_LeftMenu", this.leftMenus);
this.$store.commit("user/SET_Header", this.header);
// debugger;
},
methods: {
......
......@@ -170,9 +170,9 @@ export default {
cxUrl: "/ssydtxsb/queryAllZw",
Menu: [
{
id: "zcssydtxsb",
id: "zcryda",
label: "损失移动通讯设备",
index: "zcssydtxsb",
index: "zcryda",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
......
......@@ -38,7 +38,9 @@ export default {
codeOptions: [],
value: "",
placeholder: "请输入",
disabled: false,
col: "2",
prop:'checkEmpty'
},
{
......@@ -162,6 +164,7 @@ export default {
},
},
created() {
getZjclLb().then(res=>{
if(res.code === 200) {
let list = res.data.list
......@@ -180,6 +183,7 @@ export default {
})
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.ruleid) {
this.propFormField[0].data[0].disabled = true
this.title = "修改检查规则信息"
this.ruleid = this.$route.query.ruleid;
this.getshuju();
......
......@@ -107,7 +107,7 @@ export default {
toInfor(data) {
debugger
// let path = `${this.$baseUrl.alyIP9}/#/JumpPage/admin/admin/${data.fsfsjh}`;
let path = `${this.$baseUrl.alyIP12}/#/jumppage/${data.fsfsjh}`;
let path = `${this.$baseUrl.alyIP12}/#/jumppage/admin/founder15/${data.fsfsjh}`;
window.open(path, "_blank");
// let params = {
// fszsjh: data.fsfsjh,
......
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