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;
......
......@@ -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;
......
......@@ -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