Commit c8e8dc3c by liupeng

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

parents f6903019 951fc152
...@@ -6,49 +6,49 @@ ...@@ -6,49 +6,49 @@
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\api\zczl\xxgl.js * @FilePath: \founder_vue\src\api\zczl\xxgl.js
*/ */
import { get, post, postform, postdown } from "@/utils/http.js"; import {get, post, postform, postdown} from "@/utils/http.js";
import base from "@/api/base"; import base from "@/api/base";
//导出侦查指令统计Excel //导出侦查指令统计Excel
export const exportZczlExcel = params => export const exportZczlExcel = params =>
postdown(`${base.alyIP}/zczl/exportZczlExcel`, params); postdown(`${base.alyIP}/zczl/exportZczlExcel`, params);
export const getTjListPic = params => export const getTjListPic = params =>
post(`${base.alyIP}/zczl/getTjListPic`, params); post(`${base.alyIP}/zczl/getTjListPic`, params);
//新增侦查指令 //新增侦查指令
export const doAddZczlxx = params => export const doAddZczlxx = params =>
postform(`${base.alyIP}/zczl/doAddZczlxxNew`, params); postform(`${base.alyIP}/zczl/doAddZczlxxNew`, params);
//侦查指令审批 //侦查指令审批
export const tjsp = params => export const tjsp = params =>
post(`${base.alyIP}/zczl/tjsp`, params); post(`${base.alyIP}/zczl/tjspNew`, params);
//通过侦查指令编号查询指令详情 //通过侦查指令编号查询指令详情
export const queryZlxqByZczlbh = params => export const queryZlxqByZczlbh = params =>
postform(`${base.alyIP}/zczl/queryZlxqByZczlbh`, params); postform(`${base.alyIP}/zczl/queryZlxqByZczlbhNew`, params);
//是否都存在联络员 //是否都存在联络员
export const queryLlys = params => export const queryLlys = params =>
post(`${base.alyIP}/zczl/queryLlys`, params); post(`${base.alyIP}/zczl/queryLlys`, params);
//删除指令 //删除指令
export const zlToDelete = params => export const zlToDelete = params =>
post(`${base.alyIP}/zczl/zlToDelete`, params); post(`${base.alyIP}/zczl/zlToDeleteNew`, params);
//修改侦查指令信息 //修改侦查指令信息
export const doEditZczlxx = params => export const doEditZczlxx = params =>
postform(`${base.alyIP}/zczl/doEditZczlxx`, params); postform(`${base.alyIP}/zczl/doEditZczlxx`, params);
//修改侦查指令信息 //修改侦查指令信息
export const zlTqsp = params => export const zlTqsp = params =>
post(`${base.alyIP}/zczl/zlTqsp`, params); post(`${base.alyIP}/zczl/zlTqspNew`, params);
//指令签收 //指令签收
export const zczlQs = params => export const zczlQs = params =>
post(`${base.alyIP}/zczl/zczlQs`, params); post(`${base.alyIP}/zczl/zczlQs`, params);
//增加回报或续报 //增加回报或续报
export const doAddHb = params => export const doAddHb = params =>
postform(`${base.alyIP}/zczl/doAddHb`, params); postform(`${base.alyIP}/zczl/doAddHb`, params);
//根据分派编号与是否续报编号拿到回报信息 //根据分派编号与是否续报编号拿到回报信息
export const getHbxxDoHbxgByFpbh = params => export const getHbxxDoHbxgByFpbh = params =>
post(`${base.alyIP}/zczl/getHbxxDoHbxgByFpbh`, params); post(`${base.alyIP}/zczl/getHbxxDoHbxgByFpbh`, params);
//修改回报信息 //修改回报信息
export const doHbEdit = params => export const doHbEdit = params =>
postform(`${base.alyIP}/zczl/doHbEdit`, params); postform(`${base.alyIP}/zczl/doHbEdit`, params);
//人像比对详情 //人像比对详情
......
...@@ -715,6 +715,7 @@ ...@@ -715,6 +715,7 @@
<script> <script>
import LazySelectTreeDialog from "./lazy_treeCode_components.vue"; import LazySelectTreeDialog from "./lazy_treeCode_components.vue";
import SelectTreeDialog from "@c/treeCode_components.vue"; import SelectTreeDialog from "@c/treeCode_components.vue";
import url from "@/api/base";
export default { export default {
name: "formCommonPage", name: "formCommonPage",
components: { components: {
...@@ -1277,7 +1278,29 @@ export default { ...@@ -1277,7 +1278,29 @@ export default {
}); });
}, },
handleBeforeRemove(file, fileList, item, parentItem) {}, handleBeforeRemove(file, fileList, item, parentItem) {},
handlerPreview(file, fileList, item, parentItem) {}, handlerPreview(file, fileList, item, parentItem) {
// var urls = `${url.alyIP}/flws/download`;
// var params = new FormData();
// params.append("xxzjbh", file.xxzjbh);
// axios
// .post(urls, params, {
// responseType: "arraybuffer",
// })
// .then((res) => {
// let blob = new Blob([res.data], {
// type: "application/vnd.ms-excel",
// });
// // 组装a标签
// let elink = document.createElement("a");
// // 设置下载文件名
// elink.download = file.name;
// elink.style.display = "none";
// elink.href = URL.createObjectURL(blob);
// document.body.appendChild(elink);
// elink.click();
// document.body.removeChild(elink);
// });
},
httpRequest() {}, httpRequest() {},
handleAvatarSuccess(file, fileList, item) { handleAvatarSuccess(file, fileList, item) {
this.imageUrl[item.id] = URL.createObjectURL(file.raw); this.imageUrl[item.id] = URL.createObjectURL(file.raw);
......
...@@ -373,20 +373,6 @@ ...@@ -373,20 +373,6 @@
</div> </div>
<div <div
class="flTtitle Add" class="flTtitle Add"
@click="InviteUsers"
v-if="pageBs == 'queryMyyhz' && yqyhz.yhJb == '0001'"
>
邀请用户
</div>
<div
class="flTtitle Add"
@click="DissolutionOrganization"
v-if="pageBs == 'queryMyyhz' && yqyhz.yhJb == '0001'"
>
解散组织
</div>
<div
class="flTtitle Add"
@click="adds" @click="adds"
v-if="pageASs == 'queryZj'" v-if="pageASs == 'queryZj'"
> >
...@@ -982,7 +968,16 @@ ...@@ -982,7 +968,16 @@
pageBs == 'queryJcgz' || pageBs == 'queryJcgz' ||
pageBs == 'queryZjclLb' || pageBs == 'queryZjclLb' ||
pageBs == 'qyeryrlqbxsBJ' || pageBs == 'qyeryrlqbxsBJ' ||
pageBs == 'qzdjs' pageBs == 'qzdjs' ||
pageBs == 'queryRxhc'||
pageBs == 'queryNyzzhc'||
pageBs == 'queryDnahc'||
pageBs == 'queryYstrhc'||
pageBs == 'queryNyzzdc'||
pageBs == 'queryDnadc'||
pageBs == 'queryYstrdc'||
pageBs == 'queryZjdc'
) )
" "
> >
...@@ -1131,16 +1126,7 @@ ...@@ -1131,16 +1126,7 @@
" "
>删除</span >删除</span
> >
<span
@click="dele(scope)"
class="dele"
v-if="
pageBs == 'queryMyyhz' && yqyhz.yhJb == '0001'
"
>删除</span
>
<span <span
@click="audit(scope)" @click="audit(scope)"
class="dele" class="dele"
v-if="pageBs == 'queryRlqbxsSH'" v-if="pageBs == 'queryRlqbxsSH'"
...@@ -1569,7 +1555,6 @@ export default { ...@@ -1569,7 +1555,6 @@ export default {
}, },
data() { data() {
return { return {
yqyhz: {},
toggleZd: false, toggleZd: false,
srcList: [], srcList: [],
tagType: ["danger", "success", "warning", "info", ""], tagType: ["danger", "success", "warning", "info", ""],
...@@ -1980,12 +1965,6 @@ export default { ...@@ -1980,12 +1965,6 @@ export default {
add() { add() {
this.$emit("add"); this.$emit("add");
}, },
InviteUsers() {
this.$emit("InviteUsers", this.yqyhz);
},
DissolutionOrganization() {
this.$emit("DissolutionOrganization", this.yqyhz);
},
adds() { adds() {
this.$emit("adds"); this.$emit("adds");
}, },
...@@ -2275,7 +2254,6 @@ export default { ...@@ -2275,7 +2254,6 @@ export default {
item.codeTxt = item.codeTxt.split("#").slice(1); item.codeTxt = item.codeTxt.split("#").slice(1);
} }
}); });
self.yqyhz = response.data.yh;
self.tableData = response.data.rows; self.tableData = response.data.rows;
for (let t in self.transformFormTable) { for (let t in self.transformFormTable) {
self.tableData.map((res) => { self.tableData.map((res) => {
......
...@@ -855,6 +855,7 @@ ...@@ -855,6 +855,7 @@
<script> <script>
import LazySelectTreeDialog from "./../lazy_treeCode_components.vue"; import LazySelectTreeDialog from "./../lazy_treeCode_components.vue";
import SelectTreeDialog from "@c/treeCode_components.vue"; import SelectTreeDialog from "@c/treeCode_components.vue";
import url from "@/api/base";
export default { export default {
name: "formCommonPage", name: "formCommonPage",
components: { components: {
...@@ -882,8 +883,8 @@ export default { ...@@ -882,8 +883,8 @@ export default {
pageBs: String, pageBs: String,
fileLists: { fileLists: {
type: Object, type: Object,
default: () => {} default: () => {},
} },
}, },
data() { data() {
return { return {
...@@ -936,7 +937,7 @@ export default { ...@@ -936,7 +937,7 @@ export default {
// console.log(item.id); // console.log(item.id);
// console.log(document.querySelector(item.id)); // console.log(document.querySelector(item.id));
// console.log(document.querySelector(item.id)?.offsetTop); // console.log(document.querySelector(item.id)?.offsetTop);
// }) // })
}, },
examine() { examine() {
...@@ -1406,7 +1407,7 @@ export default { ...@@ -1406,7 +1407,7 @@ export default {
console.log(this.formLabelAlign); console.log(this.formLabelAlign);
}, },
handleChange(file, fileList, item, parentItem) { handleChange(file, fileList, item, parentItem) {
debugger debugger;
var self = this; var self = this;
let isLt1M = ""; let isLt1M = "";
isLt1M = file.raw.size / 1024 / 1024 < 101; isLt1M = file.raw.size / 1024 / 1024 < 101;
...@@ -1417,14 +1418,20 @@ export default { ...@@ -1417,14 +1418,20 @@ export default {
// debugger; // debugger;
if (item.type == "photo") { if (item.type == "photo") {
if (isJPG) { if (isJPG) {
debugger debugger;
this.$set(self.imageUrl, item.id, file.raw); this.$set(self.imageUrl, item.id, file.raw);
this.$set( this.$set(
self.formLabelAlign, self.formLabelAlign,
item.id, item.id,
URL.createObjectURL(file.raw) URL.createObjectURL(file.raw)
); );
this.$emit("uploadPhoto", self.imageUrl[item.id], file, fileList, item,); this.$emit(
"uploadPhoto",
self.imageUrl[item.id],
file,
fileList,
item
);
} else { } else {
self.$message.error("请上传正确的图片"); self.$message.error("请上传正确的图片");
} }
...@@ -1435,8 +1442,8 @@ export default { ...@@ -1435,8 +1442,8 @@ export default {
} }
if (isLt1M) { if (isLt1M) {
this.fileLists[item.id].push(file); this.fileLists[item.id].push(file);
debugger debugger;
this.$emit('handleChange',file, fileList, item) this.$emit("handleChange", file, fileList, item);
// this.$refs.formLabelAlign.clearValidate(); // this.$refs.formLabelAlign.clearValidate();
} else { } else {
this.$confirm("上传文件不能超过100M", "提示", { this.$confirm("上传文件不能超过100M", "提示", {
...@@ -1480,20 +1487,20 @@ export default { ...@@ -1480,20 +1487,20 @@ export default {
this.$emit("flwsInsert", file); this.$emit("flwsInsert", file);
}, },
flwsRemove(file, fileList, item, parentItem) { flwsRemove(file, fileList, item, parentItem) {
debugger debugger;
this.$emit("flwsRemove", file); this.$emit("flwsRemove", file);
this.$set(this.fileLists, item.id, fileList); this.$set(this.fileLists, item.id, fileList);
console.log(this.fileLists); console.log(this.fileLists);
}, },
handleRemove(file, fileList, item, parentItem) { handleRemove(file, fileList, item, parentItem) {
debugger debugger;
this.$emit("handleRemove", file); this.$emit("handleRemove", file);
this.$set(this.fileLists, item.id, fileList); this.$set(this.fileLists, item.id, fileList);
console.log(this.fileLists); console.log(this.fileLists);
}, },
//子组件调用删除接口后进行前端删除 //子组件调用删除接口后进行前端删除
photoRemove(item) { photoRemove(item) {
debugger debugger;
this.$set(this.formLabelAlign, item.id, ""); this.$set(this.formLabelAlign, item.id, "");
this.$set(this.imageUrl, item.id, ""); this.$set(this.imageUrl, item.id, "");
}, },
...@@ -1505,7 +1512,7 @@ export default { ...@@ -1505,7 +1512,7 @@ export default {
type: "warning", type: "warning",
}) })
.then(() => { .then(() => {
debugger debugger;
this.$emit("removePhoto", item); this.$emit("removePhoto", item);
}) })
.catch(() => { .catch(() => {
...@@ -1517,7 +1524,27 @@ export default { ...@@ -1517,7 +1524,27 @@ export default {
}, },
handleBeforeRemove(file, fileList, item, parentItem) {}, handleBeforeRemove(file, fileList, item, parentItem) {},
handlerPreview(file, fileList, item, parentItem) { handlerPreview(file, fileList, item, parentItem) {
debugger var urls = `${url.alyIP}/flws/download`;
var params = new FormData();
params.append("xxzjbh", file.xxzjbh);
axios
.post(urls, params, {
responseType: "arraybuffer",
})
.then((res) => {
let blob = new Blob([res.data], {
type: "application/vnd.ms-excel",
});
// 组装a标签
let elink = document.createElement("a");
// 设置下载文件名
elink.download = file.name;
elink.style.display = "none";
elink.href = URL.createObjectURL(blob);
document.body.appendChild(elink);
elink.click();
document.body.removeChild(elink);
});
}, },
httpRequest() {}, httpRequest() {},
handleAvatarSuccess(file, fileList, item) { handleAvatarSuccess(file, fileList, item) {
...@@ -1659,20 +1686,24 @@ export default { ...@@ -1659,20 +1686,24 @@ export default {
}); });
this.$forceUpdate(); this.$forceUpdate();
// document.onmousewheel = this.scrollFun(); // document.onmousewheel = this.scrollFun();
if ((navigator.userAgent.toLowerCase().indexOf("firefox") != -1)) { if (navigator.userAgent.toLowerCase().indexOf("firefox") != -1) {
document.addEventListener("DOMMouseScroll", this.scrollFun, false); document.addEventListener("DOMMouseScroll", this.scrollFun, false);
} else if (document.addEventListener) { } else if (document.addEventListener) {
document.addEventListener("mousewheel", this.scrollFun, false); document.addEventListener("mousewheel", this.scrollFun, false);
} else if (document.attachEvent) { } else if (document.attachEvent) {
document.attachEvent("onmousewheel", this.scrollFun); document.attachEvent("onmousewheel", this.scrollFun);
} else { } else {
document.onmousewheel = this.scrollFun; document.onmousewheel = this.scrollFun;
} }
this.menuList.map((item,index) => { this.menuList.map((item, index) => {
console.log(document.querySelector(item.id)?.offsetTop); console.log(document.querySelector(item.id)?.offsetTop);
this.mailListTop.push({id:item.id,height:document.querySelector(item.id)?.offsetTop,index:index}) this.mailListTop.push({
}) id: item.id,
console.log(this.mailListTop); height: document.querySelector(item.id)?.offsetTop,
index: index,
});
});
console.log(this.mailListTop);
}, },
watch: { watch: {
"formLabelAligns.editing": { "formLabelAligns.editing": {
...@@ -1715,7 +1746,7 @@ export default { ...@@ -1715,7 +1746,7 @@ export default {
deep: true, deep: true,
}, },
fileLists(val) { fileLists(val) {
debugger debugger;
console.log(222, val); console.log(222, val);
}, },
"formLabelAlign.jssj"(val) { "formLabelAlign.jssj"(val) {
...@@ -1739,7 +1770,7 @@ export default { ...@@ -1739,7 +1770,7 @@ export default {
new Date(this.formLabelAlign.xckyKssj).getTime() new Date(this.formLabelAlign.xckyKssj).getTime()
) { ) {
console.log(12321); console.log(12321);
debugger debugger;
this.$set(this.formLabelAlign, "xckyJssj", ""); this.$set(this.formLabelAlign, "xckyJssj", "");
this.$message.error("开始时间不能大于结束时间"); this.$message.error("开始时间不能大于结束时间");
} }
...@@ -1755,13 +1786,13 @@ export default { ...@@ -1755,13 +1786,13 @@ export default {
} }
}, },
"formLabelAlign.asjfssjAsjfsjssj"(val) { "formLabelAlign.asjfssjAsjfsjssj"(val) {
debugger debugger;
if ( if (
new Date(val).getTime() <= new Date(val).getTime() <=
new Date(this.formLabelAlign.asjfssjAsjfskssj).getTime() new Date(this.formLabelAlign.asjfssjAsjfskssj).getTime()
) { ) {
console.log(12321); console.log(12321);
debugger debugger;
this.$set(this.formLabelAlign, "asjfssjAsjfsjssj", ""); this.$set(this.formLabelAlign, "asjfssjAsjfsjssj", "");
this.$message.error("开始时间不能大于结束时间"); this.$message.error("开始时间不能大于结束时间");
} }
......
...@@ -65,6 +65,7 @@ export default { ...@@ -65,6 +65,7 @@ export default {
{ {
label: "案事件编号", label: "案事件编号",
prop: "asjbh", prop: "asjbh",
toInfor:true
}, },
{ {
label: "接警编号", label: "接警编号",
...@@ -167,7 +168,7 @@ export default { ...@@ -167,7 +168,7 @@ export default {
}, },
toInfor(scope) { toInfor(scope) {
this.$router.push({ this.$router.push({
path: "/detailRlqbxs", path: "/detailDnabz",
query: { query: {
xxzjbh: scope.xxzjbh, xxzjbh: scope.xxzjbh,
}, },
......
...@@ -30,8 +30,8 @@ export default { ...@@ -30,8 +30,8 @@ export default {
pageBs: "queryDnahc", pageBs: "queryDnahc",
cxFormData: { cxFormData: {
rydnabh: "", rydnabh: "",
xyrXm:'', xyrXm: "",
xyrZjhm:"", xyrZjhm: "",
rows: 10, rows: 10,
page: 1, page: 1,
}, },
...@@ -65,8 +65,9 @@ export default { ...@@ -65,8 +65,9 @@ export default {
{ {
label: "姓名", label: "姓名",
prop: "xm", prop: "xm",
toInfor:true
}, },
{ {
label: "别名", label: "别名",
prop: "bmch", prop: "bmch",
}, },
...@@ -74,7 +75,7 @@ export default { ...@@ -74,7 +75,7 @@ export default {
label: "人员身份证", label: "人员身份证",
prop: "cyzjZjhm", prop: "cyzjZjhm",
}, },
{ {
label: "民族", label: "民族",
prop: "mzdm", prop: "mzdm",
}, },
...@@ -98,7 +99,7 @@ export default { ...@@ -98,7 +99,7 @@ export default {
label: "现住址", label: "现住址",
prop: "xzzDzmc", prop: "xzzDzmc",
}, },
{ {
label: "政治面貌", label: "政治面貌",
prop: "zzmmdm", prop: "zzmmdm",
}, },
...@@ -171,7 +172,7 @@ export default { ...@@ -171,7 +172,7 @@ export default {
}, },
toInfor(scope) { toInfor(scope) {
this.$router.push({ this.$router.push({
path: "/detailRlqbxs", path: "/detailDnabz",
query: { query: {
xxzjbh: scope.xxzjbh, xxzjbh: scope.xxzjbh,
}, },
......
...@@ -20,14 +20,14 @@ ...@@ -20,14 +20,14 @@
import rightContent from "@c/ptCxForm_components.vue"; import rightContent from "@c/ptCxForm_components.vue";
import { deleteKyxsxx } from "@/api/rlqbxs.js"; import { deleteKyxsxx } from "@/api/rlqbxs.js";
export default { export default {
name: "queryYstrdc", name: "queryNyzzdc",
components: { components: {
rightContent, rightContent,
}, },
data() { data() {
return { return {
header: "捺印指掌纹涉案倒查", header: "捺印指掌纹涉案倒查",
pageBs: "queryYstrdc", pageBs: "queryNyzzdc",
cxFormData: { cxFormData: {
szzwbh: "", szzwbh: "",
xyrXm:'', xyrXm:'',
...@@ -65,6 +65,7 @@ export default { ...@@ -65,6 +65,7 @@ export default {
{ {
label: "案事件编号", label: "案事件编号",
prop: "asjbh", prop: "asjbh",
toInfor:true
}, },
{ {
label: "接警编号", label: "接警编号",
...@@ -167,7 +168,7 @@ export default { ...@@ -167,7 +168,7 @@ export default {
}, },
toInfor(scope) { toInfor(scope) {
this.$router.push({ this.$router.push({
path: "/detailRlqbxs", path: "/detailXczw",
query: { query: {
xxzjbh: scope.xxzjbh, xxzjbh: scope.xxzjbh,
}, },
......
...@@ -147,15 +147,11 @@ export default { ...@@ -147,15 +147,11 @@ export default {
}); });
}); });
}, },
toInfor(scope) { toInfor(scope) {
debugger
this.$router.push({ this.$router.push({
path: "/rxhcDetail", path: "/detailXczw",
query: { query: {
szzwbh: scope.szzwbh, xxzjbh: scope.xxzjbh,
asjbh:scope.asjbh,
xyrXm:scope.xyrXm?scope.xyrXm:'',
xyrZjhm:scope.xyrZjhm?scope.xyrZjhm:'',
}, },
}); });
}, },
......
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
pageBs: "queryRxhc", pageBs: "queryRxhc",
cxFormData: { cxFormData: {
file: "", file: "",
sfzh:"", sfzh: "",
rows: 10, rows: 10,
page: 1, page: 1,
}, },
...@@ -43,7 +43,7 @@ export default { ...@@ -43,7 +43,7 @@ export default {
placeholder: "", placeholder: "",
col: "1", col: "1",
}, },
{ {
name: "身份证号", name: "身份证号",
id: "sfzh", id: "sfzh",
type: "text", type: "text",
...@@ -51,30 +51,37 @@ export default { ...@@ -51,30 +51,37 @@ export default {
placeholder: "", placeholder: "",
col: "3", col: "3",
}, },
], ],
cxDefaultFormThead: [ cxDefaultFormThead: [
{ {
label: "情报线索名称", label: "姓名",
prop: "qbxsmc", prop: "name",
toInfor:true
}, },
{ {
/*table默认得表头*/ /*table默认得表头*/
label: "登记时间", label: "人员身份证",
prop: "djsj", prop: "personId",
},
{
label: "相似度",
prop: "similarity",
}, },
{ {
label: "情报线索分类名称", label: "籍贯",
prop: "qbxsflmc", prop: "nativePlace",
}, },
{ {
label: "线索状态", label: "住址",
prop: "xsztdmStr", prop: "nativePlaceAddr",
}, },
{ {
label: "线索标识号类型", label: "人员标签",
prop: "kyxsbshlxStr", prop: "tagAry",
},
{
label: "图片来源",
prop: "picOriginName",
}, },
], ],
cxUrl: "/rxbdhc/selectRxbdhcList", cxUrl: "/rxbdhc/selectRxbdhcList",
...@@ -98,7 +105,7 @@ export default { ...@@ -98,7 +105,7 @@ export default {
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: false,
}, },
{ {
id: "queryNyzzhc", id: "queryNyzzhc",
label: "捺印指掌纹身份核查", label: "捺印指掌纹身份核查",
newAuth: "M01", newAuth: "M01",
...@@ -106,7 +113,7 @@ export default { ...@@ -106,7 +113,7 @@ export default {
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: false,
}, },
{ {
id: "queryDnahc", id: "queryDnahc",
label: "人员DNA身份核查", label: "人员DNA身份核查",
newAuth: "M01", newAuth: "M01",
...@@ -114,7 +121,7 @@ export default { ...@@ -114,7 +121,7 @@ export default {
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: false,
}, },
{ {
id: "queryYstrhc", id: "queryYstrhc",
label: "人员YSTR身份核查", label: "人员YSTR身份核查",
newAuth: "M01", newAuth: "M01",
...@@ -122,7 +129,7 @@ export default { ...@@ -122,7 +129,7 @@ export default {
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: false,
}, },
{ {
id: "queryNyzzdc", id: "queryNyzzdc",
label: "捺印指掌纹涉案倒查", label: "捺印指掌纹涉案倒查",
newAuth: "M01", newAuth: "M01",
...@@ -130,7 +137,7 @@ export default { ...@@ -130,7 +137,7 @@ export default {
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: false,
}, },
{ {
id: "queryDnadc", id: "queryDnadc",
label: "人员DNA涉案倒查", label: "人员DNA涉案倒查",
newAuth: "M01", newAuth: "M01",
...@@ -138,7 +145,7 @@ export default { ...@@ -138,7 +145,7 @@ export default {
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: false,
}, },
{ {
id: "queryYstrdc", id: "queryYstrdc",
label: "人员YSTR身份涉案倒查", label: "人员YSTR身份涉案倒查",
newAuth: "M01", newAuth: "M01",
...@@ -146,7 +153,7 @@ export default { ...@@ -146,7 +153,7 @@ export default {
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: false,
}, },
{ {
id: "queryZjdc", id: "queryZjdc",
label: "人员足迹涉案倒查", label: "人员足迹涉案倒查",
newAuth: "M01", newAuth: "M01",
...@@ -201,7 +208,7 @@ export default { ...@@ -201,7 +208,7 @@ export default {
}, },
toInfor(scope) { toInfor(scope) {
this.$router.push({ this.$router.push({
path: "/detailRlqbxs", path: "/detailXcrx",
query: { query: {
xxzjbh: scope.xxzjbh, xxzjbh: scope.xxzjbh,
}, },
......
...@@ -65,6 +65,7 @@ export default { ...@@ -65,6 +65,7 @@ export default {
{ {
label: "案事件编号", label: "案事件编号",
prop: "asjbh", prop: "asjbh",
toInfor:true
}, },
{ {
label: "接警编号", label: "接警编号",
...@@ -167,7 +168,7 @@ export default { ...@@ -167,7 +168,7 @@ export default {
}, },
toInfor(scope) { toInfor(scope) {
this.$router.push({ this.$router.push({
path: "/detailRlqbxs", path: "/detailXcystr",
query: { query: {
xxzjbh: scope.xxzjbh, xxzjbh: scope.xxzjbh,
}, },
......
...@@ -65,6 +65,7 @@ export default { ...@@ -65,6 +65,7 @@ export default {
{ {
label: "姓名", label: "姓名",
prop: "xm", prop: "xm",
toInfor:true
}, },
{ {
label: "别名", label: "别名",
...@@ -171,7 +172,7 @@ export default { ...@@ -171,7 +172,7 @@ export default {
}, },
toInfor(scope) { toInfor(scope) {
this.$router.push({ this.$router.push({
path: "/detailRlqbxs", path: "/detailXcystr",
query: { query: {
xxzjbh: scope.xxzjbh, xxzjbh: scope.xxzjbh,
}, },
......
...@@ -65,6 +65,7 @@ export default { ...@@ -65,6 +65,7 @@ export default {
{ {
label: "人员编号", label: "人员编号",
prop: "rybh", prop: "rybh",
toInfor:true
}, },
{ {
label: "姓名", label: "姓名",
...@@ -167,7 +168,7 @@ export default { ...@@ -167,7 +168,7 @@ export default {
}, },
toInfor(scope) { toInfor(scope) {
this.$router.push({ this.$router.push({
path: "/detailRlqbxs", path: "/detailXczj",
query: { query: {
xxzjbh: scope.xxzjbh, xxzjbh: scope.xxzjbh,
}, },
......
...@@ -448,7 +448,7 @@ export default { ...@@ -448,7 +448,7 @@ export default {
//左侧导航(模块第一个页面需要) //左侧导航(模块第一个页面需要)
{ {
id: "queryGzry", id: "queryGzry",
label: "刑嫌控工作", label: "刑嫌控工作",
newAuth: "M01", newAuth: "M01",
index: "2", index: "2",
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
...@@ -504,6 +504,100 @@ export default { ...@@ -504,6 +504,100 @@ export default {
}, },
], ],
}, },
{
id: "queryGzry",
label: "刑嫌对象日常管控",
newAuth: "M01",
index: "2",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "home",
label: "高危人员滚动查控",
index: "home",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryLklz",
label: "刑嫌对象线索发现及管控",
index: "queryLklz",
auth: "M0102",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "queryCklz",
label: "管控工作指令",
index: "queryCklz",
auth: "M0103",
className: "iconfont iconfangwen",
disabled: false,
}
],
},
{
id: "queryGzry",
label: "刑嫌对象信息研判",
newAuth: "M01",
index: "2",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "queryGzry",
label: "刑嫌对象研判",
index: "queryGzry",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryLklz",
label: "刑嫌对象异常情况研判",
index: "queryLklz",
auth: "M0102",
className: "iconfont icongongnengfuwu",
disabled: false,
},
{
id: "queryCklz",
label: "登记工作发现线索信息",
index: "queryCklz",
auth: "M0103",
className: "iconfont iconfangwen",
disabled: false,
},
],
},
{
id: "queryGzry",
label: "智能化信息服务",
newAuth: "M01",
index: "2",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "queryGzry",
label: "刑嫌对象关联线索定向推送服务",
index: "queryGzry",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryLklz",
label: "列控管理提醒信息服务",
index: "queryLklz",
auth: "M0102",
className: "iconfont icongongnengfuwu",
disabled: false,
}
],
},
], ],
newlyVisiable: false, newlyVisiable: false,
lkForm: { lkForm: {
......
...@@ -112,7 +112,7 @@ export default { ...@@ -112,7 +112,7 @@ export default {
col: "3", col: "3",
}, },
{ {
name: "指令接单位", name: "指令接单位",
id: "zljsdwdm", id: "zljsdwdm",
type: "codeTreeDialog", type: "codeTreeDialog",
props: "checkEmpty", props: "checkEmpty",
...@@ -256,7 +256,7 @@ export default { ...@@ -256,7 +256,7 @@ export default {
}, },
{ {
label: "指令类型", label: "指令类型",
prop: "zllx_str", prop: "zllxStr",
}, },
{ {
label: "指令签收个数", label: "指令签收个数",
...@@ -272,7 +272,7 @@ export default { ...@@ -272,7 +272,7 @@ export default {
}, },
{ {
label: "业务类型", label: "业务类型",
prop: "ywlx_str", prop: "ywlxStr",
}, },
{ {
label: "工作要求", label: "工作要求",
......
...@@ -100,7 +100,7 @@ export default { ...@@ -100,7 +100,7 @@ export default {
col: "3", col: "3",
}, },
{ {
name: "指令接单位", name: "指令接单位",
id: "zljsdwdm", id: "zljsdwdm",
type: "codeTreeDialog", type: "codeTreeDialog",
props: "checkEmpty", props: "checkEmpty",
......
<template> <template>
<div class="Content"> <div class="Content">
<right-content <right-content
:tableOperation="tableOperation" :tableOperation="tableOperation"
:pageBs="pageBs" :pageBs="pageBs"
:header="header" :header="header"
:cxFormData="cxFormData" :cxFormData="cxFormData"
:cxQueryField="cxQueryField" :cxQueryField="cxQueryField"
:transformFormTable="transformFormTable" :transformFormTable="transformFormTable"
:cxDefaultFormThead="cxDefaultFormThead" :cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl" :cxUrl="cxUrl"
@examine="examine" @examine="examine"
ref="rightContent" ref="rightContent"
> >
<template #btnGroup="scope"> <template #btnGroup="scope">
<el-button :disabled="scope.scope.row.ifsp!='能'" @click="examine(scope.scope)" type="text">审批</el-button> <el-button :disabled="scope.scope.row.ifsp!='能'" @click="examine(scope.scope)" type="text">审批</el-button>
...@@ -24,30 +24,30 @@ ...@@ -24,30 +24,30 @@
<el-col :span="20" :offset="2" style="margin-top: 20px"> <el-col :span="20" :offset="2" style="margin-top: 20px">
<el-form-item :label="labelForm.xm" style="width:100%"> <el-form-item :label="labelForm.xm" style="width:100%">
<el-input <el-input
disabled disabled
type="text" type="text"
v-model="ckForm.fqyxm" v-model="ckForm.fqyxm"
style="width: 120px" style="width: 120px"
></el-input> ></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="20" :offset="2"> <el-col :span="20" :offset="2">
<el-form-item :label="labelForm.dwmc" style="width:100%"> <el-form-item :label="labelForm.dwmc" style="width:100%">
<el-input <el-input
disabled disabled
type="text" type="text"
v-model="ckForm.fqydwmc" v-model="ckForm.fqydwmc"
style="width: 120px" style="width: 120px"
></el-input> ></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="20" :offset="2"> <el-col :span="20" :offset="2">
<el-form-item :label="labelForm.dh" style="width:100%"> <el-form-item :label="labelForm.dh" style="width:100%">
<el-input <el-input
disabled disabled
type="text" type="text"
v-model="ckForm.fqylxdh" v-model="ckForm.fqylxdh"
style="width: 120px" style="width: 120px"
></el-input> ></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -64,8 +64,9 @@ ...@@ -64,8 +64,9 @@
<script> <script>
import rightContent from "@c/ptCxForm_components.vue"; import rightContent from "@c/ptCxForm_components.vue";
import { tjsp, queryZlxqByZczlbh } from "@/api/zczl/zczl.js"; import {tjsp, queryZlxqByZczlbh} from "@/api/zczl/zczl.js";
import { spsftg, ifsp} from "@/assets/js/transformFormTable.js"; import {spsftg, ifsp} from "@/assets/js/transformFormTable.js";
export default { export default {
name: "rlqbxsxx", name: "rlqbxsxx",
components: { components: {
...@@ -73,7 +74,7 @@ export default { ...@@ -73,7 +74,7 @@ export default {
}, },
data() { data() {
return { return {
tableOperation:true, tableOperation: true,
transformFormTable: { transformFormTable: {
ifsp, ifsp,
spsftg spsftg
...@@ -151,7 +152,7 @@ export default { ...@@ -151,7 +152,7 @@ export default {
col: "3", col: "3",
}, },
{ {
name: "指令接单位", name: "指令接单位",
id: "zljsdwdm", id: "zljsdwdm",
type: "codeTreeDialog", type: "codeTreeDialog",
props: "checkEmpty", props: "checkEmpty",
...@@ -209,11 +210,11 @@ export default { ...@@ -209,11 +210,11 @@ export default {
}, },
{ {
label: "指令类型", label: "指令类型",
prop: "zllx_str", prop: "zllxStr",
}, },
{ {
label: "指令接收单位名称", label: "指令接收单位名称",
prop: "zljsdwdm_name", prop: "zjjsdwdm_name",
}, },
{ {
label: "指令文号", label: "指令文号",
...@@ -225,7 +226,7 @@ export default { ...@@ -225,7 +226,7 @@ export default {
}, },
{ {
label: "业务类型", label: "业务类型",
prop: "ywlx_str", prop: "ywlxStr",
}, },
{ {
label: "是否能审批", label: "是否能审批",
...@@ -244,7 +245,7 @@ export default { ...@@ -244,7 +245,7 @@ export default {
prop: "spsftg", prop: "spsftg",
}, },
], ],
cxUrl: "/zczl/getXywspdzczlList", cxUrl: "/zczl/getXywspdzczlListNew",
Menu: [ Menu: [
{ {
id: "xywspdzczl", id: "xywspdzczl",
...@@ -274,7 +275,7 @@ export default { ...@@ -274,7 +275,7 @@ export default {
}); });
}, },
examine(scope) { examine(scope) {
if (scope.row.ifsp == "0") { if (scope.row.ifsp == "不能") {
this.$message.error("不可以审批此条消息"); this.$message.error("不可以审批此条消息");
return; return;
} }
...@@ -311,56 +312,68 @@ export default { ...@@ -311,56 +312,68 @@ export default {
} }
self.revokeVisiable = true; self.revokeVisiable = true;
} else { } else {
loading.close();
this.$message.error("提取信息失败"); this.$message.error("提取信息失败");
} }
}); });
}, },
}, },
mounted() {}, mounted() {
},
}; };
</script> </script>
<style> <style>
.el-dialog__body { .el-dialog__body {
padding: 10px 15px !important; padding: 10px 15px !important;
} }
.rightContent .el-input__inner, .rightContent .el-input__inner,
#formCommonPage .el-input__inner { #formCommonPage .el-input__inner {
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;
font-family: inherit; font-family: inherit;
} }
.el-table__header-wrapper th, .el-table__header-wrapper th,
.el-table__header-wrapper tr { .el-table__header-wrapper tr {
background: #f4f6f7; background: #f4f6f7;
} }
.rightContent .el-input__icon, .rightContent .el-input__icon,
#formCommonPage .el-input__icon, #formCommonPage .el-input__icon,
.el-input__suffix-inner { .el-input__suffix-inner {
line-height: 36px; line-height: 36px;
} }
.rightContent .el-range-separator { .rightContent .el-range-separator {
position: relative; position: relative;
top: -4px; top: -4px;
} }
.rightContent .el-textarea__inner, .rightContent .el-textarea__inner,
#formCommonPage .el-textarea__inner { #formCommonPage .el-textarea__inner {
width: 100%; width: 100%;
font-family: inherit; font-family: inherit;
} }
.rightContent .el-range-input, .rightContent .el-range-input,
#formCommonPage .el-range-input { #formCommonPage .el-range-input {
vertical-align: top; vertical-align: top;
} }
.rightContent .el-date-editor .el-range__close-icon { .rightContent .el-date-editor .el-range__close-icon {
margin-top: -4px; margin-top: -4px;
} }
.rightContent .el-form-item__error { .rightContent .el-form-item__error {
left: calc(66% - 27px); left: calc(66% - 27px);
top: 12px; top: 12px;
} }
.success-row { .success-row {
background-color: #fbf9f4 !important; background-color: #fbf9f4 !important;
} }
.Content .el-input, .Content .el-input,
.Content .el-date-editor--daterange.el-input__inner { .Content .el-date-editor--daterange.el-input__inner {
width: 100% !important; width: 100% !important;
...@@ -368,6 +381,7 @@ export default { ...@@ -368,6 +381,7 @@ export default {
</style> </style>
<style scoped lang="scss"> <style scoped lang="scss">
@import "@/assets/styles/rightContent.scss"; @import "@/assets/styles/rightContent.scss";
.el-input { .el-input {
/deep/ .el-input__inner { /deep/ .el-input__inner {
color: #333; color: #333;
......
...@@ -70,7 +70,7 @@ export default { ...@@ -70,7 +70,7 @@ export default {
}, },
data() { data() {
return { return {
header: "阵地信息管理", header: "阵地管控工作管理",
pageBs: "zdxxgl", pageBs: "zdxxgl",
cxFormData: { cxFormData: {
djsjStart: "", djsjStart: "",
...@@ -203,37 +203,131 @@ export default { ...@@ -203,37 +203,131 @@ export default {
newAuth: "M01", newAuth: "M01",
index: "queryZdxx", index: "queryZdxx",
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: true,
children: [
{
id: "queryZdxx",
label: "阵地信息管理",
index: "queryZdxx",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryZdcyryxx",
label: "阵地从业人员信息管理",
index: "queryZdcyryxx",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryZdxxs",
label: "阵地信息查询",
index: "queryZdxxs",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
}, },
{ {
id: "queryZdcyryxx", id: "queryZdjyhd",
label: "阵地从业人员信息管理", label: "阵地活动信息管理",
newAuth: "M01", newAuth: "M01",
index: "queryZdcyryxx", index: "queryZdjyhd",
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: false,
}, },
{ {
id: "queryZdjyhd", id: "queryZdxx",
label: "阵地交易活动", label: "阵地信息监测预警",
newAuth: "M01", newAuth: "M01",
index: "queryZdjyhd", index: "queryZdxx",
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: true,
children: [
{
id: "queryZdxx",
label: "阵地监测预警模型管理",
index: "queryZdxx1",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryZdcyryxx",
label: "阵地信息监测预警",
index: "queryZdcyryxx",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryZdxxs2",
label: "阵地预警信息处置",
index: "queryZdxxs",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
}, },
{ {
id: "queryZdxx3",
label: "阵地信息研判",
newAuth: "M01",
index: "queryZdxx3",
className: "iconfont icongongnengfuwu",
hasChildren: true,
children: [
{
id: "queryZdxx",
label: "阵地信息研判",
index: "queryZdxx4",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryZdcyryxx",
label: "阵地从业人员信息研判",
index: "queryZdcyryxx",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryZdxxs",
label: "阵地活动信息研判",
index: "queryZdxxs5",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
{
id: "queryZdxxs",
label: "阵地监测预警信息研判",
index: "queryZdxxs6",
auth: "M0101",
className: "iconfont iconrizhi",
disabled: false,
},
],
},
{
id: "queryBbkwpxx", id: "queryBbkwpxx",
label: "被布控物品信息", label: "智能化信息服务",
newAuth: "M01", newAuth: "M01",
index: "queryBbkwpxx", index: "queryBbkwpxx",
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: false,
}, },
{ {
id: "queryZdxsxx", id: "queryBbkwpxx",
label: "阵地线索信息", label: "被布控物品信息",
newAuth: "M01", newAuth: "M01",
index: "queryZdxsxx", index: "queryBbkwpxx",
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: false,
}, },
......
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