Commit 7110e929 by liupeng

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

parents 4b4a3e76 567870c0
/*
* @Author: your name
* @Date: 2021-08-31 14:40:49
* @LastEditTime: 2021-09-11 10:43:07
* @LastEditTime: 2021-10-08 14:57:48
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\router\index.js
......@@ -67,12 +67,15 @@ const router = new VueRouter({
});
router.beforeEach((to, from, next) => {
if(to.meta.isAdd){
if(to.query.xxzjbh){
to.meta.title = `修改${to.meta.title}`
}else{
to.meta.title = `新增${to.meta.title}`
if (to.meta.isAdd) {
if (!to.meta.langTile) {
to.meta.langTile = to.meta.title;
}
let str = `新增${to.meta.langTile}`;
if (to.query.xxzjbh) {
str = `修改${to.meta.langTile}`;
}
to.meta.title = str;
}
next()
})
......
......@@ -25,10 +25,11 @@ export default {
},
data() {
return {
title: "新增标识号轨迹信息",
propFormField: [
//基本信息
{
title: "新增标识号轨迹信息",
title: "",
id: 1,
objStr: "",
index: 0,
......@@ -106,6 +107,12 @@ export default {
},
getshuju() {
var self = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectFwbzhgjById({
xxzjbh: this.xxzjbh,
}).then((res) => {
......@@ -120,17 +127,17 @@ export default {
});
self.$set(self.formLabelAlign, "editing", true);
self.$forceUpdate();
setTimeout(() => {
loading.close();
}, 500);
});
setTimeout(() => {
self.loading = false;
}, 1000);
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改标识号轨迹信息");
this.propFormField[0].title = "修改标识号轨迹信息"
this.title = "修改标识号轨迹信息";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-14 16:04:19
* @LastEditTime: 2021-10-09 09:51:18
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -32,101 +32,108 @@ export default {
return {
cxQueryField: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdm",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件补充描述:",
prop: "cyzjDmbcms",
col: "6",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "服务标识号类别",
prop: "fwbzhlbdmStr",
col: "3",
},
{
label: "服务标识号",
prop: "fwbzh",
col: "3",
},
{
label: "服务发生地",
prop: "fwfsdXzqhdmStr",
col: "3",
},
{
label: "服务发生地址名称",
prop: "fwfsdDzmc",
col: "3",
},
{
label: "服务发生地经度",
prop: "fwfsdDqjd",
col: "3",
},
{
label: "服务发生地纬度",
prop: "fwfsdDqwd",
col: "3",
},
{
label: "服务标识号",
prop: "fwdxFwbzh",
col: "3",
},
{
label: "服务对象地址",
prop: "fwdxXzqhdmStr",
col: "3",
},
{
label: "服务对象地址名称",
prop: "fwdxDzmc",
col: "3",
},
{
label: "服务对象经度",
prop: "fwdxDqjd",
col: "3",
},
{
label: "服务对象纬度",
prop: "fwdxDqwd",
col: "3",
},
{
label: "服务开始时间",
prop: "fwKssj",
col: "3",
},
{
label: "服务结束时间",
prop: "fwJssj",
col: "3",
},
{
label: "服务简要情况",
prop: "fwJyqk",
col: "10",
title: "", //如果不分小模块就删除title
id: 1,
objStr: "",
data: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdmStr",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件描述:",
prop: "cyzjDmbcms",
col: "10",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "服务标识号类别",
prop: "fwbzhlbdmStr",
col: "3",
},
{
label: "服务标识号",
prop: "fwbzh",
col: "3",
},
{
label: "服务发生地",
prop: "fwfsdXzqhdmStr",
col: "3",
},
{
label: "发生地名称",
prop: "fwfsdDzmc",
col: "3",
},
{
label: "发生地经度",
prop: "fwfsdDqjd",
col: "3",
},
{
label: "发生地纬度",
prop: "fwfsdDqwd",
col: "3",
},
{
label: "服务对象标识号",
prop: "fwdxFwbzh",
col: "3",
},
{
label: "服务对象地点",
prop: "fwdxXzqhdmStr",
col: "3",
},
{
label: "服务对象地址",
prop: "fwdxDzmc",
col: "3",
},
{
label: "服务对象经度",
prop: "fwdxDqjd",
col: "3",
},
{
label: "服务对象纬度",
prop: "fwdxDqwd",
col: "3",
},
{
label: "服务开始时间",
prop: "fwKssj",
col: "3",
},
{
label: "服务结束时间",
prop: "fwJssj",
col: "3",
},
{
label: "服务简要情况",
prop: "fwJyqk",
col: "10",
},
],
},
],
pageFooterProps: [
......@@ -177,48 +184,20 @@ export default {
methods: {
getInfor() {
let _this = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectFwbzhgjById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.rows;
_this.filterTreeCode(result);
this.pageObject = result;
loading.close();
});
},
filterTreeCode(obj) {
let _this = this;
let arr = [..._this.cxQueryField, ..._this.pageFooterProps];
console.log(arr);
arr.forEach((i) => {
if (i.type && i.type == "codeTree") {
axios
.get(`JsonData/${i.codeTree}.json`)
.then((codRes) => {
let value = _this.queryTree(codRes.data.rows, obj[i.prop]);
_this.$set(_this.pageObject, i.prop, value);
})
.catch((err) => {
console.log(err);
});
} else {
_this.$set(_this.pageObject, i.prop, obj[i.prop]);
}
});
console.log(_this.pageObject);
},
queryTree(tree, id) {
let stark = [];
stark = stark.concat(tree);
while (stark.length) {
const temp = stark.shift();
if (temp[this.defaultProps.children]) {
stark = stark.concat(temp[this.defaultProps.children]);
}
if (temp[this.defaultProps.value] === id) {
return temp[this.defaultProps.label];
}
}
return "";
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
......
......@@ -50,7 +50,7 @@ export default {
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
prop: "cyzjCyzjdmStr",
},
{
label: "证件号码",
......@@ -58,16 +58,16 @@ export default {
width: "200",
},
{
label: "物权类别",
prop: "rysyfwbzhWqlbdm",
label: "服务标识号类别",
prop: "fwbzhlbdmStr",
},
{
label: "联系电话",
prop: "rysyfwbzhDhhmFwbzh",
label: "服务标识号",
prop: "fwbzh",
},
{
label: "名称",
prop: "rysyfwbzhMc",
label: "服务发生地",
prop: "fwfsdXzqhdmStr",
},
{
label: "登记时间",
......
<!--
* @Author: your name
* @Date: 2021-09-08 17:35:31
* @LastEditTime: 2021-09-14 14:58:38
* @LastEditTime: 2021-10-08 17:57:35
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\xxtk\case\addCase.vue
......@@ -29,10 +29,10 @@ export default {
},
data() {
return {
title: "新增人员涉案信息",
propFormField: [
//基本信息
{
title: "新增人员涉案信息",
id: 1,
objStr: "",
isclosed: false,
......@@ -86,6 +86,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -103,12 +104,19 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
},
getshuju() {
var self = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectSaById({
xxzjbh: this.xxzjbh,
}).then((res) => {
......@@ -123,17 +131,16 @@ export default {
});
self.$set(self.formLabelAlign, "editing", true);
self.$forceUpdate();
setTimeout(() => {
loading.close();
}, 500);
});
setTimeout(() => {
self.loading = false;
}, 1000);
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改人员涉案信息");
this.propFormField[0].title = "修改人员涉案信息"
this.title = "修改人员涉案信息";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-14 14:56:13
* @LastEditTime: 2021-10-08 15:12:40
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -32,41 +32,46 @@ export default {
return {
cxQueryField: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdm",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件补充描述:",
prop: "cyzjDmbcms",
col: "6",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "案件编号:",
prop: "asjbh",
col: "3",
},
{
label: "案事件相关人员编号:",
prop: "asjxgrybh",
col: "3",
title: "", //如果不分小模块就删除title
id: 1,
objStr: "",
data: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdmStr",
col: "3",
},
{
label: "常用证件描述:",
prop: "cyzjDmbcms",
col: "10",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "案件编号:",
prop: "asjbh",
col: "3",
},
{
label: "相关人员编号:",
prop: "asjxgrybh",
col: "3",
},
],
},
],
pageFooterProps: [
......@@ -117,49 +122,20 @@ export default {
methods: {
getInfor() {
let _this = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectSaById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.rows;
_this.filterTreeCode(result);
this.pageObject = result;
loading.close();
});
},
filterTreeCode(obj) {
let _this = this;
let newObj = {};
let arr = [..._this.cxQueryField, ..._this.pageFooterProps];
console.log(arr);
arr.forEach((i) => {
if (i.type && i.type == "codeTree") {
axios
.get(`JsonData/${i.codeTree}.json`)
.then((codRes) => {
let value = _this.queryTree(codRes.data.rows, obj[i.prop]);
_this.$set(_this.pageObject, i.prop, value);
})
.catch((err) => {
console.log(err);
});
} else {
_this.$set(_this.pageObject, i.prop, obj[i.prop]);
}
});
console.log(_this.pageObject);
},
queryTree(tree, id) {
let stark = [];
stark = stark.concat(tree);
while (stark.length) {
const temp = stark.shift();
if (temp[this.defaultProps.children]) {
stark = stark.concat(temp[this.defaultProps.children]);
}
if (temp[this.defaultProps.value] === id) {
return temp[this.defaultProps.label];
}
}
return "";
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
......
......@@ -89,7 +89,7 @@ export default {
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
prop: "cyzjCyzjdmStr",
width: "200",
},
{
......
......@@ -21,10 +21,11 @@ export default {
},
data() {
return {
title: "新增房产信息",
propFormField: [
//基本信息
{
title: "新增房产信息",
title: "",
id: 1,
objStr: "",
index: 0,
......@@ -77,6 +78,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -94,11 +96,18 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
},
getshuju() {
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
var self = this;
selectFcById({
xxzjbh: this.xxzjbh,
......@@ -114,17 +123,17 @@ export default {
});
self.$set(self.formLabelAlign, "editing", true);
self.$forceUpdate();
setTimeout(() => {
loading.close();
}, 500);
});
setTimeout(() => {
self.loading = false;
}, 1000);
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改房产信息");
this.propFormField[0].title = "修改房产信息"
this.propFormField[0].title = "修改房产信息";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-14 15:09:06
* @LastEditTime: 2021-10-08 17:37:15
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -32,126 +32,132 @@ export default {
return {
cxQueryField: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdm",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件补充描述:",
prop: "cyzjDmbcms",
col: "6",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "土地使用证_证件号码:",
prop: "tdsyzZjhm",
col: "3",
},
{
label: "房产证_证件号码:",
prop: "fczZjhm",
col: "3",
},
{
label: "房产性质:",
prop: "fcxzdm",
type: "codeTree",
codeTree: "CODE_DXZP_FWBSHS", //有问题
col: "3",
},
{
label: "房产地址_简要情况:",
prop: "fcdzJyqk",
col: "3",
},
{
label: "房产地址_行政区划:",
prop: "fcdzXzqhdm",
type: "codeTree",
codeTree: "CODE_XZQH",
col: "3",
},
{
label: "房产地址_地址名称:",
prop: "fcdzDzmc",
col: "3",
},
{
label: "产权类别:",
prop: "cqlb",
col: "3",
},
{
label: "产权人_姓名:",
prop: "cqrXm",
col: "3",
},
{
label: "产权人_常用证件:",
prop: "cqrCyzjdm",
type: "codeTree",
codeTree: "CODE_ZJ",
col: "3",
},
{
label: "产权人_证件号码:",
prop: "cqrZjhm",
col: "3",
},
{
label: "产权人_联系电话:",
prop: "cqrLxdh",
col: "3",
},
{
label: "产权共有人_姓名:",
prop: "cqgyrXm",
col: "3",
},
{
label: "产权共有人_常用证件:",
prop: "cqgyrCyzjdm",
type: "codeTree",
codeTree: "CODE_ZJ",
col: "3",
title: "", //如果不分小模块就删除title
id: 1,
objStr: "",
data: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdmStr",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件补充描述:",
prop: "cyzjDmbcms",
col: "6",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "土地使用证:",
prop: "tdsyzZjhm",
col: "3",
},
{
label: "房产证:",
prop: "fczZjhm",
col: "3",
},
// {
// label: "房产性质:",
// prop: "fcxzdmStr",
// type: "codeTree",
// codeTree: "CODE_DXZP_FWBSHS", //有问题
// col: "3",
// },
{
label: "房产简要情况:",
prop: "fcdzJyqk",
col: "3",
},
{
label: "房产地址:",
prop: "fcdzXzqhdmStr",
type: "codeTree",
codeTree: "CODE_XZQH",
col: "3",
},
{
label: "房产地址名称:",
prop: "fcdzDzmc",
col: "3",
},
// {
// label: "产权类别:",
// prop: "cqlb",
// col: "3",
// },
{
label: "产权人姓名:",
prop: "cqrXm",
col: "3",
},
{
label: "产权人常用证件:",
prop: "cqrCyzjdmStr",
type: "codeTree",
codeTree: "CODE_ZJ",
col: "3",
},
{
label: "产权人证件号码:",
prop: "cqrZjhm",
col: "3",
},
{
label: "产权人联系电话:",
prop: "cqrLxdh",
col: "3",
},
{
label: "共有人姓名:",
prop: "cqgyrXm",
col: "3",
},
{
label: "共有人常用证件:",
prop: "cqgyrCyzjdmStr",
type: "codeTree",
codeTree: "CODE_ZJ",
col: "3",
},
{
label: "共有人证件号码:",
prop: "cqgyrZjhm",
col: "3",
},
{
label: "共有人联系电话:",
prop: "cqgyrLxdh",
col: "3",
},
{
label: "发证日期:",
prop: "fzrq",
col: "3",
},
{
label: "备注:",
prop: "bz",
col: "3",
},
],
},
{
label: "产权共有人_证件号码:",
prop: "cqgyrZjhm",
col: "3",
},
{
label: "产权共有人_联系电话:",
prop: "cqgyrLxdh",
col: "3",
},
{
label: "发证日期:",
prop: "fzrq",
col: "3",
},
{
label: "备注:",
prop: "bz",
col: "3",
},
],
pageFooterProps: [
{
......@@ -200,48 +206,21 @@ export default {
mounted() {},
methods: {
getInfor() {
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
let _this = this;
selectFcById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.rows;
_this.filterTreeCode(result);
this.pageObject = result;
loading.close();
});
},
filterTreeCode(obj) {
let _this = this;
let arr = [..._this.cxQueryField, ..._this.pageFooterProps];
arr.forEach((i) => {
if (i.type && i.type == "codeTree") {
axios
.get(`JsonData/${i.codeTree}.json`)
.then((codRes) => {
let value = _this.queryTree(codRes.data.rows, obj[i.prop]);
_this.$set(_this.pageObject, i.prop, value);
})
.catch((err) => {
console.log(err);
});
} else {
_this.$set(_this.pageObject, i.prop, obj[i.prop]);
}
});
console.log(_this.pageObject);
},
queryTree(tree, id) {
let stark = [];
stark = stark.concat(tree);
while (stark.length) {
const temp = stark.shift();
if (temp[this.defaultProps.children]) {
stark = stark.concat(temp[this.defaultProps.children]);
}
if (temp[this.defaultProps.value] === id) {
return temp[this.defaultProps.label];
}
}
return "";
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
......
......@@ -103,10 +103,10 @@ export default {
label: "房产证件号码",
prop: "fczZjhm",
},
{
label: "房产性质",
prop: "fcxzdmStr",
},
// {
// label: "房产性质",
// prop: "fcxzdmStr",
// },
{
label: "登记时间",
prop: "djsj",
......
......@@ -25,10 +25,11 @@ export default {
},
data() {
return {
title: "新增服务标识号",
propFormField: [
//基本信息
{
title: "新增服务标识号",
title: "",
id: 1,
objStr: "",
index: 0,
......@@ -81,6 +82,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -98,12 +100,19 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
},
getshuju() {
var self = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectSyfwbzhById({
xxzjbh: this.xxzjbh,
}).then((res) => {
......@@ -118,17 +127,17 @@ export default {
});
self.$set(self.formLabelAlign, "editing", true);
self.$forceUpdate();
setTimeout(() => {
loading.close();
}, 500);
});
setTimeout(() => {
self.loading = false;
}, 1000);
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改服务标识号");
this.propFormField[0].title = "修改服务标识号"
this.title = "修改服务标识号";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
......@@ -81,6 +81,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -98,6 +99,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......
......@@ -21,10 +21,11 @@ export default {
},
data() {
return {
title: "新增关系人信息",
propFormField: [
//基本信息
{
title: "新增关系人信息",
title: "",
id: 1,
objStr: "",
index: 0,
......@@ -77,6 +78,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -94,12 +96,19 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
},
getshuju() {
var self = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectGxrById({
xxzjbh: this.xxzjbh,
}).then((res) => {
......@@ -114,17 +123,16 @@ export default {
});
self.$set(self.formLabelAlign, "editing", true);
self.$forceUpdate();
setTimeout(() => {
loading.close();
}, 500);
});
setTimeout(() => {
self.loading = false;
}, 1000);
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改关系人信息");
this.propFormField[0].title = "修改关系人信息"
this.title = "修改关系人信息";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
......@@ -77,6 +77,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -94,6 +95,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......
......@@ -25,10 +25,11 @@ export default {
},
data() {
return {
title: "新增机动车信息",
propFormField: [
//基本信息
{
title: "新增机动车信息",
title: "",
id: 1,
objStr: "",
index: 0,
......@@ -81,6 +82,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -98,12 +100,19 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
},
getshuju() {
var self = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectJsjdcById({
xxzjbh: this.xxzjbh,
}).then((res) => {
......@@ -118,17 +127,17 @@ export default {
});
self.$set(self.formLabelAlign, "editing", true);
self.$forceUpdate();
setTimeout(() => {
loading.close();
}, 500);
});
setTimeout(() => {
self.loading = false;
}, 1000);
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改机动车信息");
this.propFormField[0].title = "修改机动车信息"
this.title = "修改机动车信息";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-14 15:07:56
* @LastEditTime: 2021-10-08 17:18:12
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -32,132 +32,132 @@ export default {
return {
cxQueryField: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息_信息主键编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件_常用证件:",
prop: "cyzjCyzjdm",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件_补充描述:",
prop: "cyzjDmbcms",
col: "6",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "人员驾驶机动车_物权类别:",
prop: "ryjsjdcWqlbdm",
type: "codeTree",
codeTree: "CODE_WQLB",
col: "3",
},
{
label: "人员驾驶机动车_车辆使用_简要情况:",
prop: "ryjsjdcClsyJyqk",
col: "3",
},
{
label: "人员驾驶机动车_机动车使用性质:",
prop: "ryjsjdcJdcsyxzdm",
type: "codeTree",
codeTree: "CODE_CLSYXZ",
col: "3",
},
{
label: "人员驾驶机动车_非法营运_判断标识:",
prop: "ryjsjdcFfyyPdbz",
type: "codeTree",
codeTree: "CODE_IF",
col: "3",
},
{
label: "人员驾驶机动车_品牌型号:",
prop: "ryjsjdcPpxh",
col: "3",
},
{
label: "人员驾驶机动车_涉案物品:",
prop: "ryjsjdcSawpdm",
type: "codeTree",
codeTree: "CODE_YS",
col: "3",
title: "", //如果不分小模块就删除title
id: 1,
objStr: "",
data: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "信息主键编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdmStr",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件描述:",
prop: "cyzjDmbcms",
col: "10",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "物权类别:",
prop: "ryjsjdcWqlbdmStr",
type: "codeTree",
codeTree: "CODE_WQLB",
col: "3",
},
{
label: "简要情况:",
prop: "ryjsjdcClsyJyqk",
col: "10",
},
{
label: "机动车使用性质:",
prop: "ryjsjdcJdcsyxzdmStr",
type: "codeTree",
codeTree: "CODE_CLSYXZ",
col: "3",
},
{
label: "是否非法营运:",
prop: "ryjsjdcFfyyPdbz",
type: "codeTree",
codeTree: "CODE_IF",
col: "3",
},
{
label: "品牌型号:",
prop: "ryjsjdcPpxh",
col: "3",
},
{
label: "涉案物品:",
prop: "ryjsjdcSawpdmStr",
type: "codeTree",
codeTree: "CODE_YS",
col: "3",
},
{
label: "机动车号牌种类:",
prop: "ryjsjdcJdchpzldmStr",
type: "codeTree",
codeTree: "CODE_HPZL",
col: "3",
},
{
label: "机动车号牌号码:",
prop: "ryjsjdcJdchphm",
col: "3",
},
{
label: "机动车号牌号码真伪:",
prop: "ryjsjdcJdchphmzwPdbz",
type: "codeTree",
codeTree: "CODE_IF",
col: "3",
},
{
label: "车辆识别代号:",
prop: "ryjsjdcClsbdh",
col: "6",
},
{
label: "是否修改车辆识别代号:",
prop: "ryjsjdcSfxgclsbdhPdbz",
type: "codeTree",
codeTree: "CODE_IF",
col: "3",
},
{
label: "机动车发动机号:",
prop: "ryjsjdcJdcfdjddjxh",
col: "3",
},
{
label: "是否修改机动车发动机号:",
prop: "ryjsjdcSfxgjdcfdjddjhPdbz",
type: "codeTree",
codeTree: "CODE_IF",
col: "3",
},
{
label: "机动车车身颜色:",
prop: "ryjsjdcJdccsysdmStr",
type: "codeTree",
codeTree: "CODE_YS",
col: "3",
},
{
label: "物品特征描述:",
prop: "ryjsjdcWptzms",
col: "10",
},
],
},
{
label: "人员驾驶机动车_机动车号牌种类:",
prop: "ryjsjdcJdchpzldm",
type: "codeTree",
codeTree: "CODE_HPZL",
col: "3",
},
{
label: "人员驾驶机动车_机动车号牌号码:",
prop: "ryjsjdcJdchphm",
col: "3",
},
{
label: "人员驾驶机动车_机动车号牌号码真伪_判断标识:",
prop: "ryjsjdcJdchphmzwPdbz",
type: "codeTree",
codeTree: "CODE_IF",
col: "3",
},
{
label: "人员驾驶机动车_车辆识别代号:",
prop: "ryjsjdcClsbdh",
col: "6",
},
{
label: "人员驾驶机动车_是否修改车辆识别代号:",
prop: "ryjsjdcSfxgclsbdhPdbz",
type: "codeTree",
codeTree: "CODE_IF",
col: "3",
},
{
label: "人员驾驶机动车_机动车发动机(电动机)号:",
prop: "ryjsjdcJdcfdjddjxh",
col: "3",
},
{
label: "人员驾驶机动车_是否修改机动车发动机(电动机)号:",
prop: "ryjsjdcSfxgjdcfdjddjhPdbz",
type: "codeTree",
codeTree: "CODE_IF",
col: "3",
},
{
label: "人员驾驶机动车_机动车车身颜色:",
prop: "ryjsjdcJdccsysdm",
type: "codeTree",
codeTree: "CODE_YS",
col: "3",
},
{
label: "人员驾驶机动车_物品特征描述:",
prop: "ryjsjdcWptzms",
col: "6",
},
// {
// label: "物权类别:",
// prop: "rysyfwbzhWqlbdm",
// type: "codeTree",
// codeTree: "CODE_WQLB",
// col: "3",
// },
],
pageFooterProps: [
{
......@@ -207,47 +207,20 @@ export default {
methods: {
getInfor() {
let _this = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectJsjdcById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.rows;
_this.filterTreeCode(result);
this.pageObject = result;
loading.close();
});
},
filterTreeCode(obj) {
let _this = this;
let arr = [..._this.cxQueryField, ..._this.pageFooterProps];
arr.forEach((i) => {
if (i.type && i.type == "codeTree") {
axios
.get(`JsonData/${i.codeTree}.json`)
.then((codRes) => {
let value = _this.queryTree(codRes.data.rows, obj[i.prop]);
_this.$set(_this.pageObject, i.prop, value);
})
.catch((err) => {
console.log(err);
});
} else {
_this.$set(_this.pageObject, i.prop, obj[i.prop]);
}
});
console.log(_this.pageObject);
},
queryTree(tree, id) {
let stark = [];
stark = stark.concat(tree);
while (stark.length) {
const temp = stark.shift();
if (temp[this.defaultProps.children]) {
stark = stark.concat(temp[this.defaultProps.children]);
}
if (temp[this.defaultProps.value] === id) {
return temp[this.defaultProps.label];
}
}
return "";
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
......
......@@ -105,11 +105,11 @@ export default {
prop: "ryjsjdcSawpdmStr",
},
{
label: "机动车号牌种类",
label: "号牌种类",
prop: "ryjsjdcJdchpzldmStr",
},
{
label: "机动车号牌",
label: "机动车号牌号码",
prop: "ryjsjdcJdchphm",
},
{
......
......@@ -25,10 +25,11 @@ export default {
},
data() {
return {
title: "新增人员其他身份",
propFormField: [
//基本信息
{
title: "新增人员其他身份",
title: "",
id: 1,
objStr: "",
index: 0,
......@@ -83,6 +84,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -100,12 +102,19 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
},
getshuju() {
var self = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectSyqtsfById({
xxzjbh: this.xxzjbh,
}).then((res) => {
......@@ -120,17 +129,17 @@ export default {
});
self.$set(self.formLabelAlign, "editing", true);
self.$forceUpdate();
setTimeout(() => {
loading.close();
}, 500);
});
setTimeout(() => {
self.loading = false;
}, 1000);
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改人员其他身份");
this.propFormField[0].title = "修改人员其他身份"
this.title = "修改人员其他身份";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-14 15:01:16
* @LastEditTime: 2021-10-08 15:24:54
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -32,67 +32,68 @@ export default {
return {
cxQueryField: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdm",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件补充描述:",
prop: "cyzjDmbcms",
col: "6",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "人员使用其他身份:",
prop: "rysyqtsfRmcRmclbdm",
col: "3",
type: "codeTree",
codeTree: "CODE_RMCLB",
},
{
label: "人员使用其他身份补充描述:",
prop: "rysyqtsfRmcDmbcms",
col: "6",
},
{
label: "人员使用其他身份常用证件:",
prop: "rysyqtsfCyzjCyzjdm",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "人员使用其他常用证件补充描述:",
prop: "rysyqtsfCyzjDmbcms",
col: "6",
},
{
label: "人员使用其他身份证件号码:",
prop: "rysyqtsfCyzjZjhm",
col: "3",
},
{
label: "人员使用其他身份真伪:",
prop: "rysyqtsfSfzwPdbz",
col: "3",
type: "codeTree",
codeTree: "CODE_IF",
title: "", //如果不分小模块就删除title
id: 1,
objStr: "",
data: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdmStr",
col: "3",
},
{
label: "常用证件描述:",
prop: "cyzjDmbcms",
col: "10",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "其他身份:",
prop: "rysyqtsfRmcRmclbdmStr",
col: "3",
},
{
label: "其他身份描述:",
prop: "rysyqtsfRmcDmbcms",
col: "10",
},
{
label: "其他证件:",
prop: "rysyqtsfCyzjCyzjdmStr",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "其他证件描述:",
prop: "rysyqtsfCyzjDmbcms",
col: "10",
},
{
label: "其他证件号码:",
prop: "rysyqtsfCyzjZjhm",
col: "3",
},
{
label: "其他身份真伪:",
prop: "rysyqtsfSfzwPdbz",
col: "3",
},
],
},
],
pageFooterProps: [
......@@ -142,49 +143,21 @@ export default {
mounted() {},
methods: {
getInfor() {
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
let _this = this;
selectSyqtsfById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.rows;
_this.filterTreeCode(result);
this.pageObject = result;
loading.close();
});
},
filterTreeCode(obj) {
let _this = this;
let arr = [..._this.cxQueryField, ..._this.pageFooterProps];
console.log(arr);
arr.forEach((i) => {
if (i.type && i.type == "codeTree") {
axios
.get(`JsonData/${i.codeTree}.json`)
.then((codRes) => {
let value = _this.queryTree(codRes.data.rows, obj[i.prop]);
_this.$set(_this.pageObject, i.prop, value);
})
.catch((err) => {
console.log(err);
});
} else {
_this.$set(_this.pageObject, i.prop, obj[i.prop]);
}
});
console.log(_this.pageObject);
},
queryTree(tree, id) {
let stark = [];
stark = stark.concat(tree);
while (stark.length) {
const temp = stark.shift();
if (temp[this.defaultProps.children]) {
stark = stark.concat(temp[this.defaultProps.children]);
}
if (temp[this.defaultProps.value] === id) {
return temp[this.defaultProps.label];
}
}
return "";
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
......
......@@ -25,10 +25,11 @@ export default {
},
data() {
return {
title: "新增活动轨迹信息",
propFormField: [
//基本信息
{
title: "新增活动轨迹信息",
title: "",
id: 1,
objStr: "",
index: 0,
......@@ -83,6 +84,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -100,11 +102,18 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
},
getshuju() {
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
var self = this;
selectHdgjById({
xxzjbh: this.xxzjbh,
......@@ -120,17 +129,17 @@ export default {
});
self.$set(self.formLabelAlign, "editing", true);
self.$forceUpdate();
setTimeout(() => {
loading.close();
}, 500);
});
setTimeout(() => {
self.loading = false;
}, 1000);
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改活动轨迹信息");
this.propFormField[0].title = "修改活动轨迹信息"
this.title = "修改活动轨迹信息";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
......@@ -104,20 +104,20 @@ export default {
prop: "cyzjCyzjdmStr",
},
{
label: "活动起始地",
label: "起始地",
prop: "hdqsdXzqhdmStr",
width: "200",
},
{
label: "活动起始地详情",
label: "起始地址名",
prop: "hdqsdDzmc",
},
{
label: "人员活动起始时间",
label: "活动起始时间",
prop: "ryhdQssj",
},
{
label: "人员活动结束时间",
label: "活动结束时间",
prop: "ryhdJssj",
},
{
......
......@@ -21,10 +21,11 @@ export default {
},
data() {
return {
title: "新增话单信息",
propFormField: [
//基本信息
{
title: "新增话单信息",
title: "",
id: 1,
objStr: "",
index: 0,
......@@ -77,6 +78,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -94,12 +96,19 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
},
getshuju() {
var self = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectRyhdById({
xxzjbh: this.xxzjbh,
}).then((res) => {
......@@ -114,17 +123,17 @@ export default {
});
self.$set(self.formLabelAlign, "editing", true);
self.$forceUpdate();
setTimeout(() => {
loading.close();
}, 500);
});
setTimeout(() => {
self.loading = false;
}, 1000);
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改话单信息");
this.propFormField[0].title = "修改话单信息"
this.title = "修改话单信息";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
......@@ -42,7 +42,6 @@ export default {
placeholder: "",
col: "3",
},
],
cxDefaultFormThead: [
{
......@@ -51,7 +50,7 @@ export default {
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
prop: "cyzjCyzjdmStr",
},
{
label: "证件号码",
......@@ -63,15 +62,15 @@ export default {
prop: "yddh",
},
{
label: "IMSI_服务标识号",
label: "IMSI",
prop: "imsiFwbzh",
},
{
label: "ICCID_物品标识号",
label: "ICCID",
prop: "iccidWpbzh",
},
{
label: "IMEI_物品标识号",
label: "IMEI",
prop: "imeiWpbzh",
},
],
......
......@@ -12,11 +12,7 @@
<script>
import formCompontent from "@c/form.vue";
import {
insertgzrySc,
updategzrySc,
selectScById,
} from "@/api/xxtk/rysc.js";
import { insertgzrySc, updategzrySc, selectScById } from "@/api/xxtk/rysc.js";
import { rysc } from "@/utils/params.js";
export default {
name: "addRysc",
......@@ -25,10 +21,11 @@ export default {
},
data() {
return {
title: "新增人员收藏信息",
propFormField: [
//基本信息
{
title: "新增人员收藏信息",
title: "",
id: 1,
objStr: "",
index: 0,
......@@ -48,7 +45,9 @@ export default {
isActive: false,
},
{
name: this.$route.query.xxzjbh ? "修改人员收藏信息" : "新增人员收藏信息",
name: this.$route.query.xxzjbh
? "修改人员收藏信息"
: "新增人员收藏信息",
to: "/addRysc",
isActive: true,
},
......@@ -81,6 +80,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -98,12 +98,19 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
},
getshuju() {
var self = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectScById({
xxzjbh: this.xxzjbh,
}).then((res) => {
......@@ -118,17 +125,17 @@ export default {
});
self.$set(self.formLabelAlign, "editing", true);
self.$forceUpdate();
setTimeout(() => {
loading.close();
}, 500);
});
setTimeout(() => {
self.loading = false;
}, 1000);
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改人员话单信息");
this.propFormField[0].title = "修改人员话单信息"
this.title = "修改人员话单信息";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-22 15:49:19
* @LastEditTime: 2021-10-09 10:56:22
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -32,58 +32,63 @@ export default {
return {
cxQueryField: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息_信息主键编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件_常用证件:",
prop: "cyzjCyzjdm",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件_补充描述:",
prop: "cyzjDmbcms",
col: "6",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "收藏单位_公安机关机构:",
prop: "scdwGajgjgdm",
type: "codeTree",
codeTree: "QGCODE_UNIT",
col: "3",
},
{
label: "收藏单位_公安机关名称:",
prop: "scdwGajgmc",
col: "3",
},
{
label: "收藏人员_姓名:",
prop: "scryXm",
col: "3",
},
{
label: "收藏人员_公民身份号码:",
prop: "scryGmsfhm",
col: "3",
},
{
label: "收藏人员_联系电话:",
prop: "scryLxdh",
col: "3",
title: "", //如果不分小模块就删除title
id: 1,
objStr: "",
data: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "信息关联主键:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdmStr",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件描述:",
prop: "cyzjDmbcms",
col: "10",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "收藏单位:",
prop: "scdwGajgjgdmStr",
col: "3",
},
{
label: "收藏单位名称:",
prop: "scdwGajgmc",
col: "3",
},
{
label: "收藏人员姓名:",
prop: "scryXm",
col: "3",
},
{
label: "收藏人员身份证:",
prop: "scryGmsfhm",
col: "3",
},
{
label: "收藏人员电话:",
prop: "scryLxdh",
col: "3",
},
],
},
],
pageFooterProps: [
......@@ -133,48 +138,21 @@ export default {
mounted() {},
methods: {
getInfor() {
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
let _this = this;
selectScById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.rows;
_this.filterTreeCode(result);
this.pageObject = result;
loading.close();
});
},
filterTreeCode(obj) {
let _this = this;
let arr = [..._this.cxQueryField, ..._this.pageFooterProps];
arr.forEach((i) => {
if (i.type && i.type == "codeTree") {
axios
.get(`JsonData/${i.codeTree}.json`)
.then((codRes) => {
let value = _this.queryTree(codRes.data.rows, obj[i.prop]);
_this.$set(_this.pageObject, i.prop, value);
})
.catch((err) => {
console.log(err);
});
} else {
_this.$set(_this.pageObject, i.prop, obj[i.prop]);
}
});
console.log(_this.pageObject);
},
queryTree(tree, id) {
let stark = [];
stark = stark.concat(tree);
while (stark.length) {
const temp = stark.shift();
if (temp[this.defaultProps.children]) {
stark = stark.concat(temp[this.defaultProps.children]);
}
if (temp[this.defaultProps.value] === id) {
return temp[this.defaultProps.label];
}
}
return "";
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
......
......@@ -49,6 +49,10 @@ export default {
prop: "xxzjbh",
},
{
label: "信息关联主键",
prop: "glxxXxzjbh",
},
{
label: "常用证件",
prop: "cyzjCyzjdmStr",
},
......
......@@ -83,6 +83,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -100,6 +101,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -130,7 +132,7 @@ export default {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改人员研判信息");
this.propFormField[0].title = "修改人员研判信息"
this.propFormField[0].title = "修改人员研判信息";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
......@@ -79,6 +79,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -96,6 +97,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -126,7 +128,7 @@ export default {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改人员照片信息");
this.propFormField[0].title = "修改人员照片信息"
this.propFormField[0].title = "修改人员照片信息";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
......@@ -25,10 +25,11 @@ export default {
},
data() {
return {
title: "新增生物特征",
propFormField: [
//基本信息
{
title: "新增生物特征",
title: "",
id: 1,
objStr: "",
index: 0,
......@@ -96,6 +97,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -113,12 +115,19 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
},
getshuju() {
var self = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectSwtzById({
xxzjbh: this.xxzjbh,
}).then((res) => {
......@@ -133,17 +142,17 @@ export default {
});
self.$set(self.formLabelAlign, "editing", true);
self.$forceUpdate();
setTimeout(() => {
loading.close();
}, 500);
});
setTimeout(() => {
self.loading = false;
}, 1000);
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改生物特征");
this.propFormField[0].title = "修改生物特征"
this.title = "修改生物特征";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-14 14:59:24
* @LastEditTime: 2021-10-08 15:09:51
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -32,48 +32,50 @@ export default {
return {
cxQueryField: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdm",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件补充描述:",
prop: "cyzjDmbcms",
col: "6",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "生物特征类别:",
prop: "swtzlbdm",
col: "3",
type: "codeTree",
codeTree: "CODE_SWTZLB",
},
{
label: "生物特征编号:",
prop: "swtzbh",
col: "3",
},
{
label: "生物特征内容:",
prop: "swtznr",
col: "6",
title: "", //如果不分小模块就删除title
id: 1,
objStr: "",
data: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdmStr",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件描述:",
prop: "cyzjDmbcms",
col: "6",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "生物特征类别:",
prop: "swtzlbdmStr",
col: "3",
type: "codeTree",
codeTree: "CODE_SWTZLB",
},
{
label: "生物特征编号:",
prop: "swtzbh",
col: "3",
},
],
},
],
pageFooterProps: [
......@@ -123,48 +125,20 @@ export default {
mounted() {},
methods: {
getInfor() {
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
let _this = this;
selectSwtzById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.rows;
_this.filterTreeCode(result);
});
},
filterTreeCode(obj) {
let _this = this;
let arr = [..._this.cxQueryField, ..._this.pageFooterProps];
console.log(arr);
arr.forEach((i) => {
if (i.type && i.type == "codeTree") {
axios
.get(`JsonData/${i.codeTree}.json`)
.then((codRes) => {
let value = _this.queryTree(codRes.data.rows, obj[i.prop]);
_this.$set(_this.pageObject, i.prop, value);
})
.catch((err) => {
console.log(err);
});
} else {
_this.$set(_this.pageObject, i.prop, obj[i.prop]);
}
this.pageObject = result;
loading.close();
});
console.log(_this.pageObject);
},
queryTree(tree, id) {
let stark = [];
stark = stark.concat(tree);
while (stark.length) {
const temp = stark.shift();
if (temp[this.defaultProps.children]) {
stark = stark.concat(temp[this.defaultProps.children]);
}
if (temp[this.defaultProps.value] === id) {
return temp[this.defaultProps.label];
}
}
return "";
},
},
created() {
......
......@@ -83,6 +83,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -100,6 +101,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......
......@@ -81,6 +81,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -98,6 +99,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......
......@@ -25,10 +25,11 @@ export default {
},
data() {
return {
title: "新增违法犯罪记录",
propFormField: [
//基本信息
{
title: "新增违法犯罪记录",
title: "",
id: 1,
objStr: "",
index: 0,
......@@ -83,6 +84,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -100,12 +102,19 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
},
getshuju() {
var self = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectWffzjlById({
xxzjbh: this.xxzjbh,
}).then((res) => {
......@@ -120,17 +129,17 @@ export default {
});
self.$set(self.formLabelAlign, "editing", true);
self.$forceUpdate();
setTimeout(() => {
loading.close();
}, 500);
});
setTimeout(() => {
self.loading = false;
}, 1000);
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改违法犯罪记录");
this.propFormField[0].title = "修改违法犯罪记录"
this.title = "修改违法犯罪记录";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-14 15:02:04
* @LastEditTime: 2021-10-08 15:46:42
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -12,8 +12,8 @@
:cxQueryField="cxQueryField"
:pageObject="pageObject"
:pageFooterProps="pageFooterProps"
labelWidth="110px"
title="生物特征详情"
labelWidth="130px"
title="违法犯罪记录详情"
>
</right-content>
</div>
......@@ -32,108 +32,101 @@ export default {
return {
cxQueryField: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdm",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件补充描述:",
prop: "cyzjDmbcms",
col: "6",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "违法犯罪经历案事件编号:",
prop: "wffzjlAsjbh",
col: "3",
},
{
label: "共同犯罪犯罪嫌疑人涉案地位:",
prop: "wffzjlGtfzfzxyrsadwzydm",
col: "3",
type: "codeTree",
codeTree: "CODE_GTFZFZXYRSADWZY",
},
{
label: "立案日期:",
prop: "wffzjlLarq",
col: "3",
},
{
label: "立案单位公安机关机构:",
prop: "wffzjlLadwGajgjgdm",
col: "3",
type: "codeTree",
codeTree: "QGCODE_UNIT",
},
{
label: "立案单位公安机关名称:",
prop: "wffzjlLadwGajgmc",
col: "3",
},
{
label: "犯罪经历案件类别:",
prop: "wffzjlAjlbdm",
col: "3",
type: "codeTree",
codeTree: "CODE_AJLB_MIS",
},
{
label: "违法犯罪经历:",
prop: "wffzjlWffzjldm",
col: "3",
type: "codeTree",
codeTree: "CODE_WFFZJL",
},
{
label: "违法犯罪经历描述:",
prop: "wffzjlWffzjlms",
col: "6",
},
{
label: "违法犯罪经历处理日期:",
prop: "wffzjlClrq",
col: "3",
},
{
label: "违法犯罪经历处理单位:",
prop: "wffzjlCldwGajgjgdm",
col: "3",
type: "codeTree",
codeTree: "QGCODE_UNIT",
},
{
label: "违法犯罪经历处理单位名称:",
prop: "wffzjlCldwGajgmc",
col: "3",
},
{
label: "违法犯罪经历执行地点:",
prop: "wffzjlZxddXzqhdm",
col: "3",
type: "codeTree",
codeTree: "CODE_XZQH",
},
{
label: "违法犯罪经历执行地点名称:",
prop: "wffzjlZxddDzmc",
col: "6",
title: "", //如果不分小模块就删除title
id: 1,
objStr: "",
data: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdmStr",
col: "3",
},
{
label: "常用证件描述:",
prop: "cyzjDmbcms",
col: "10",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "案件编号:",
prop: "wffzjlAsjbh",
col: "3",
},
{
label: "嫌疑人涉案地位:",
prop: "wffzjlGtfzfzxyrsadwzydmStr",
col: "3",
},
{
label: "立案日期:",
prop: "wffzjlLarq",
col: "3",
},
{
label: "立案单位:",
prop: "wffzjlLadwGajgjgdmStr",
col: "3",
},
{
label: "立案单位名称:",
prop: "wffzjlLadwGajgmc",
col: "3",
},
{
label: "案件类别:",
prop: "wffzjlAjlbdmStr",
col: "3",
},
{
label: "处理类型:",
prop: "wffzjlWffzjldmStr",
col: "3",
},
{
label: "经历描述:",
prop: "wffzjlWffzjlms",
col: "10",
},
{
label: "处理日期:",
prop: "wffzjlClrq",
col: "3",
},
{
label: "处理单位:",
prop: "wffzjlCldwGajgjgdmStr",
col: "3",
},
{
label: "处理单位名称:",
prop: "wffzjlCldwGajgmc",
col: "3",
},
{
label: "执行地点:",
prop: "wffzjlZxddXzqhdmStr",
col: "3",
},
{
label: "执行地点名称:",
prop: "wffzjlZxddDzmc",
col: "6",
},
],
},
],
pageFooterProps: [
......@@ -183,48 +176,20 @@ export default {
mounted() {},
methods: {
getInfor() {
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
let _this = this;
selectWffzjlById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.rows;
_this.filterTreeCode(result);
});
},
filterTreeCode(obj) {
let _this = this;
let arr = [..._this.cxQueryField, ..._this.pageFooterProps];
console.log(arr);
arr.forEach((i) => {
if (i.type && i.type == "codeTree") {
axios
.get(`JsonData/${i.codeTree}.json`)
.then((codRes) => {
let value = _this.queryTree(codRes.data.rows, obj[i.prop]);
_this.$set(_this.pageObject, i.prop, value);
})
.catch((err) => {
console.log(err);
});
} else {
_this.$set(_this.pageObject, i.prop, obj[i.prop]);
}
this.pageObject = result;
loading.close();
});
console.log(_this.pageObject);
},
queryTree(tree, id) {
let stark = [];
stark = stark.concat(tree);
while (stark.length) {
const temp = stark.shift();
if (temp[this.defaultProps.children]) {
stark = stark.concat(temp[this.defaultProps.children]);
}
if (temp[this.defaultProps.value] === id) {
return temp[this.defaultProps.label];
}
}
return "";
},
},
created() {
......
......@@ -119,8 +119,8 @@ export default {
width: "200",
},
{
label: "案件类别",
prop: "wffzjlAjlbdmStr",
label: "嫌疑人涉案地位",
prop: "wffzjlGtfzfzxyrsadwzydmStr",
},
{
label: "违法犯罪经历",
......
......@@ -25,10 +25,11 @@ export default {
},
data() {
return {
title: "新增移动通讯信息",
propFormField: [
//基本信息
{
title: "新增移动通讯信息",
title: "",
id: 1,
objStr: "",
index: 0,
......@@ -83,6 +84,7 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
......@@ -100,12 +102,19 @@ export default {
},
});
} else {
loading.close();
this.$message.error("添加失败,请检查数据格式是否正确");
}
});
},
getshuju() {
var self = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectSyydtxsbById({
xxzjbh: this.xxzjbh,
}).then((res) => {
......@@ -120,17 +129,17 @@ export default {
});
self.$set(self.formLabelAlign, "editing", true);
self.$forceUpdate();
setTimeout(() => {
loading.close();
}, 500);
});
setTimeout(() => {
self.loading = false;
}, 1000);
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "修改移动通讯信息");
this.propFormField[0].title = "修改移动通讯信息"
this.title = "修改移动通讯信息";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-14 15:05:43
* @LastEditTime: 2021-10-08 18:14:38
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -32,68 +32,75 @@ export default {
return {
cxQueryField: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdm",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件补充描述:",
prop: "cyzjDmbcms",
col: "6",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "ICCID",
prop: "ryxdydtxsbIccidWpbzh",
col: "3",
},
{
label: "IMEI",
prop: "ryxdydtxsbImeiWpbzh",
col: "3",
},
{
label: "IMSI",
prop: "ryxdydtxsbImsiFwbzh",
col: "3",
},
{
label: "移动电话",
prop: "ryxdydtxsbYddh",
col: "3",
},
{
label: "物品颜色",
prop: "ryxdydtxsbWpysdm",
type: "codeTree",
codeTree: "CODE_XB",
col: "3",
},
{
label: "物品特征描述",
prop: "ryxdydtxsbWptzms",
col: "6",
},
{
label: "设备品牌型号",
prop: "ryxdydtxsbPpxh",
col: "3",
title: "", //如果不分小模块就删除title
id: 1,
objStr: "",
data: [
{
label: "信息编号:",
prop: "xxzjbh",
col: "3",
},
{
label: "关联信息编号:",
prop: "glxxXxzjbh",
col: "3",
},
{
label: "常用证件:",
prop: "cyzjCyzjdmStr",
col: "3",
type: "codeTree",
codeTree: "CODE_ZJ",
},
{
label: "常用证件描述:",
prop: "cyzjDmbcms",
col: "10",
},
{
label: "证件号码:",
prop: "zjhm",
col: "3",
},
{
label: "ICCID",
prop: "ryxdydtxsbIccidWpbzh",
col: "3",
},
{
label: "IMEI",
prop: "ryxdydtxsbImeiWpbzh",
col: "3",
},
{
label: "IMSI",
prop: "ryxdydtxsbImsiFwbzh",
col: "3",
},
{
label: "移动电话",
prop: "ryxdydtxsbYddh",
col: "3",
},
{
label: "物品颜色",
prop: "ryxdydtxsbWpysdmStr",
type: "codeTree",
codeTree: "CODE_XB",
col: "3",
},
{
label: "物品特征描述",
prop: "ryxdydtxsbWptzms",
col: "10",
},
{
label: "设备品牌型号",
prop: "ryxdydtxsbPpxh",
col: "3",
},
],
},
],
pageFooterProps: [
......@@ -144,48 +151,20 @@ export default {
methods: {
getInfor() {
let _this = this;
let loading = this.$loading({
lock: true,
text: "正在加载...",
spinner: "el-icon-loading",
background: "rgba(255, 255, 255, 0.7)",
});
selectSyydtxsbById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.rows;
_this.filterTreeCode(result);
this.pageObject = result;
loading.close();
});
},
filterTreeCode(obj) {
let _this = this;
let arr = [..._this.cxQueryField, ..._this.pageFooterProps];
console.log(arr);
arr.forEach((i) => {
if (i.type && i.type == "codeTree") {
axios
.get(`JsonData/${i.codeTree}.json`)
.then((codRes) => {
let value = _this.queryTree(codRes.data.rows, obj[i.prop]);
_this.$set(_this.pageObject, i.prop, value);
})
.catch((err) => {
console.log(err);
});
} else {
_this.$set(_this.pageObject, i.prop, obj[i.prop]);
}
});
console.log(_this.pageObject);
},
queryTree(tree, id) {
let stark = [];
stark = stark.concat(tree);
while (stark.length) {
const temp = stark.shift();
if (temp[this.defaultProps.children]) {
stark = stark.concat(temp[this.defaultProps.children]);
}
if (temp[this.defaultProps.value] === id) {
return temp[this.defaultProps.label];
}
}
return "";
},
},
created() {
this.$store.commit("user/SET_Breadcrumb", this.breadcrumbList);
......
......@@ -8,8 +8,8 @@
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@add="add"
@edit="edit"
@dele="dele"
@edit="edit"
@dele="dele"
@toInfor="toInfor"
></right-content>
</div>
......@@ -226,7 +226,8 @@ export default {
disabled: false,
},
],
leftMenus: [ //左侧导航(模块第一个页面需要)
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryZdxx",
label: "阵地信息管理",
......@@ -290,8 +291,7 @@ export default {
this.$router.push("zdxx");
},
edit(scope) {
this.$router.push({path:"zdxx",query: {xxzjbh:scope.row.xxzjbh}});
this.$router.push({ path: "zdxx", query: { xxzjbh: scope.row.xxzjbh } });
},
dele(scope) {
this.$confirm("此操作将永久删除该文件, 是否继续?", "提示", {
......
......@@ -434,7 +434,7 @@ export default {
this.$store.commit("user/SET_Breadcrumb", this.Menu);
if (this.$route.query.xxzjbh) {
// this.$set(this.propFormField[0], "title", "阵地信息修改");
this.propFormField[0].title = "阵地信息修改"
this.propFormField[0].title = "阵地信息修改";
this.xxzjbh = this.$route.query.xxzjbh;
this.getshuju();
}
......
......@@ -102,6 +102,10 @@ export default {
],
cxDefaultFormThead: [
{
label: "姓名",
prop: "xm",
},
{
label: "物见人",
prop: "wjr",
},
......@@ -123,10 +127,6 @@ export default {
prop: "zjhm",
},
{
label: "姓名",
prop: "xm",
},
{
label: "涉及省份和地区",
prop: "sjsfdqdmStr",
},
......@@ -142,7 +142,8 @@ export default {
disabled: false,
},
],
leftMenus: [ //左侧导航(模块第一个页面需要)
leftMenus: [
//左侧导航(模块第一个页面需要)
{
id: "queryZdxx",
label: "阵地信息管理",
......
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