Commit c345feb4 by liupeng

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

parents 7e0beca0 a71df5f6
{
"code":200,
"data":{
"rows":[]
"rows":[
{
"ids":"263986",
"label":"电话号码",
"codeType":"CODE_DXZP_FWBSHS",
"text":"电话号码",
"pId":null,
"id":"01",
"isParent":false,
"children":[]
},
{
"ids":"263987",
"label":"银行卡号",
"codeType":"CODE_DXZP_FWBSHS",
"text":"银行卡号",
"pId":null,
"id":"02",
"isParent":false,
"children":[]
},
{
"ids":"263988",
"label":"QQ号码",
"codeType":"CODE_DXZP_FWBSHS",
"text":"QQ号码",
"pId":null,
"id":"03",
"isParent":false,
"children":[]
},
{
"ids":"263989",
"label":"微信号",
"codeType":"CODE_DXZP_FWBSHS",
"text":"微信号",
"pId":null,
"id":"04",
"isParent":false,
"children":[]
},
{
"ids":"263990",
"label":"支付宝账号",
"codeType":"CODE_DXZP_FWBSHS",
"text":"支付宝账号",
"pId":null,
"id":"05",
"isParent":false,
"children":[]
},
{
"ids":"263991",
"label":"微博账号",
"codeType":"CODE_DXZP_FWBSHS",
"text":"微博账号",
"pId":null,
"id":"06",
"isParent":false,
"children":[]
},
{
"ids":"263992",
"label":"MOMO(陌陌)",
"codeType":"CODE_DXZP_FWBSHS",
"text":"MOMO(陌陌)",
"pId":null,
"id":"07",
"isParent":false,
"children":[]
},
{
"ids":"263993",
"label":"淘宝旺旺",
"codeType":"CODE_DXZP_FWBSHS",
"text":"淘宝旺旺",
"pId":null,
"id":"08",
"isParent":false,
"children":[]
},
{
"ids":"263994",
"label":"电子邮箱地址",
"codeType":"CODE_DXZP_FWBSHS",
"text":"电子邮箱地址",
"pId":null,
"id":"09",
"isParent":false,
"children":[]
},
{
"ids":"263995",
"label":"voip电话",
"codeType":"CODE_DXZP_FWBSHS",
"text":"voip电话",
"pId":null,
"id":"10",
"isParent":false,
"children":[]
},
{
"ids":"263996",
"label":"微信支付账号",
"codeType":"CODE_DXZP_FWBSHS",
"text":"微信支付账号",
"pId":null,
"id":"11",
"isParent":false,
"children":[]
}
]
},
"success":true,
"message":"成功"
......
......@@ -137,7 +137,8 @@ export default {
this.leftMenus = val;
},
header(val) {
this.header = val;
this.topHeader = val
// this.header = val;
},
},
methods: {
......
/*
* @Author: your name
* @Date: 2021-09-07 15:01:02
* @LastEditTime: 2021-09-11 10:46:35
* @LastEditTime: 2021-09-14 10:00:48
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\router\modules\rlqbxs.js
*/
import menuLayout from "@/layout/menuLayout.vue";
const menuLayouts = [
{
path: "/queryRwbd",
name: "queryRwbd",
meta: {
title: '我发起的任务管理'
},
component: () => import("@/views/xsjsdb/queryRwbd.vue")
},
{
path: "/addRwfk",
name: "addRwfk",
......@@ -26,14 +33,6 @@ const menuLayouts = [
component: () => import("@/views/xsjsdb/addRwbd.vue")
},
{
path: "/queryRwbd",
name: "queryRwbd",
meta: {
title: '我发起的任务管理'
},
component: () => import("@/views/xsjsdb/queryRwbd.vue")
},
{
path: "/queryRwbdjs",
name: "queryRwbdjs",
meta: {
......
......@@ -13,7 +13,7 @@ const menuLayouts = [
path: "/zdryGl",
name: "zdryGl",
meta: {
title: '重点人员信息管理'
title: '未成年人信息管理'
},
component: () => import("@/views/zdry/zdryGl.vue")
},
......@@ -60,14 +60,14 @@ const menuLayouts = [
path: "/addDetailZdry",
name: "addDetailZdry",
meta: {
title: '重点人员详情'
title: '未成年人详情'
},
component: () => import("@/views/zdry/addDetailZdry.vue")
},{
path: "/addInsertZdry",
name: "addInsertZdry",
meta: {
title: '添加重点人员'
title: '添加未成年人'
},
component: () => import("@/views/zdry/addInsertZdry.vue")
},
......
/*
* @Author: your name
* @Date: 2021-09-07 15:09:40
* @LastEditTime: 2021-09-10 11:13:10
* @LastEditTime: 2021-09-14 15:16:35
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\utils\params.js
......@@ -558,7 +558,7 @@ export const fjdcxsgl = [
name: "物品颜色:",
id: "jsddfjdcWqlbdm",
type: "codeTree",
codeTree: "CODE_WQLB",
codeTree: "CODE_YS",
codeOptions: [],
value: "",
placeholder: "请选择",
......@@ -1670,7 +1670,7 @@ export const txsb = [
name: "物品颜色",
id: "ryxdydtxsbWpysdm",
type: "codeTree",
codeTree: "CODE_XB",
codeTree: "CODE_YS",
codeOptions: [],
placeholder: "请选择",
value: "",
......
<!--
* @Author: your name
* @Date: 2021-09-11 10:30:21
* @LastEditTime: 2021-09-11 10:30:21
* @LastEditTime: 2021-09-14 09:50:53
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\xsjsdb\queryrwbd.vue
......@@ -99,7 +99,7 @@ export default {
},
data() {
return {
header: "任务比对",
header: "刑事技术比对任务",
pageBs: "rwbd",
cxFormData: {
limit: 10,
......
<!--
* @Author: your name
* @Date: 2021-09-11 10:30:21
* @LastEditTime: 2021-09-11 10:30:21
* @LastEditTime: 2021-09-14 09:50:08
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\xsjsdb\queryrwbd.vue
......@@ -27,7 +27,12 @@
width="30%"
center
>
<el-form :inline="true" :model="feedbackInfo" class="demo-form-inline" label-width="100px">
<el-form
:inline="true"
:model="feedbackInfo"
class="demo-form-inline"
label-width="100px"
>
<el-row>
<el-col :span="20" :offset="4" style="margin-top: 20px">
<el-form-item label="反馈结果概要" style="width:100%;">
......@@ -75,7 +80,6 @@
上传文件不能超过100M
</div>
</el-upload>
</el-form-item>
</el-col>
</el-row>
......@@ -247,20 +251,19 @@ export default {
cxQueryField: {
function(val) {
console.log(this.cxQueryField[7].value);
if(this.cxQueryField[7].value == ""){
console.log(111);
}else if(this.cxQueryField[7].value == "01"){
console.log(222);
}else if(this.cxQueryField[7].value == "02"){
console.log(333);
if (this.cxQueryField[7].value == "") {
console.log(111);
} else if (this.cxQueryField[7].value == "01") {
console.log(222);
} else if (this.cxQueryField[7].value == "02") {
console.log(333);
}
},
}
},
},
methods: {
add() {
this.$router.push('addRwbd')
this.$router.push("addRwbd");
},
signFor(data) {
let params = new FormData();
......@@ -289,7 +292,7 @@ export default {
console.log(this.feedbackInfo.files);
params.append("bdrwbh", this.feedbackInfo.bdrwbh);
params.append("fkjgJyqk", this.feedbackInfo.fkjgJyqk);
for(let i = 0 ; i < this.feedbackInfo.files.length ; i++){
for (let i = 0; i < this.feedbackInfo.files.length; i++) {
params.append("files", this.feedbackInfo.files[i].raw);
}
insertFkxx(params).then((res) => {
......@@ -303,7 +306,7 @@ export default {
this.$message.error("新增反馈信息失败");
}
});
this.dialogVisible = false
this.dialogVisible = false;
},
//upload组件相关方法
handleChange(file, fileList) {
......@@ -362,10 +365,10 @@ export default {
},
handleRemove(file, fileList) {
fileList.forEach((item, index) => {
if (file.uid == item.uid) {
fileList.splice(index, 1);
}
});
if (file.uid == item.uid) {
fileList.splice(index, 1);
}
});
},
handlePreview(file) {
console.log(file);
......@@ -380,8 +383,11 @@ export default {
},
toInfor(data) {
console.log(123);
this.$router.push({path:'/detailRwbd',query:{ 'xxzjbh': data.xxzjbh }})
this.$router.push({
path: "/detailRwbd",
query: { xxzjbh: data.xxzjbh },
});
},
},
};
......
<!--
* @Author: your name
* @Date: 2021-09-08 17:35:31
* @LastEditTime: 2021-09-09 17:15:55
* @LastEditTime: 2021-09-14 14:58:38
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\xxtk\case\addCase.vue
......@@ -111,7 +111,7 @@ export default {
selectSaById({
xxzjbh: this.xxzjbh,
}).then((res) => {
var result = res.data.sa;
var result = res.data.rows;
self.propFormField.forEach((fieldItem) => {
if (fieldItem.data && fieldItem.data.length > 0) {
fieldItem.data.forEach((i) => {
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-09 17:34:46
* @LastEditTime: 2021-09-14 14:56:13
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -120,7 +120,7 @@ export default {
selectSaById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.sa;
var result = res.data.rows;
_this.filterTreeCode(result);
});
},
......
......@@ -102,7 +102,7 @@ export default {
selectFcById({
xxzjbh: this.xxzjbh,
}).then((res) => {
var result = res.data.fc;
var result = res.data.rows;
self.propFormField.forEach((fieldItem) => {
if (fieldItem.data && fieldItem.data.length > 0) {
fieldItem.data.forEach((i) => {
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-10 16:31:03
* @LastEditTime: 2021-09-14 15:09:06
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -204,7 +204,7 @@ export default {
selectFcById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.fc;
var result = res.data.rows;
_this.filterTreeCode(result);
});
},
......
......@@ -89,7 +89,7 @@ export default {
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
prop: "cyzjCyzjdmStr",
},
{
label: "证件号码",
......@@ -105,7 +105,7 @@ export default {
},
{
label: "房产性质",
prop: "fcxzdm",
prop: "fcxzdmStr",
},
{
label: "登记时间",
......
......@@ -106,7 +106,7 @@ export default {
selectSyfwbzhById({
xxzjbh: this.xxzjbh,
}).then((res) => {
var result = res.data.syfwbzh;
var result = res.data.rows;
self.propFormField.forEach((fieldItem) => {
if (fieldItem.data && fieldItem.data.length > 0) {
fieldItem.data.forEach((i) => {
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-10 15:24:02
* @LastEditTime: 2021-09-14 15:06:57
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -235,7 +235,7 @@ export default {
selectSyfwbzhById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.syfwbzh;
var result = res.data.rows;
_this.filterTreeCode(result);
});
},
......
......@@ -91,7 +91,7 @@ export default {
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
prop: "cyzjCyzjdmStr",
},
{
label: "证件号码",
......@@ -100,7 +100,7 @@ export default {
},
{
label: "物权类别",
prop: "rysyfwbzhWqlbdm",
prop: "rysyfwbzhWqlbdmStr",
},
{
label: "联系电话",
......
......@@ -102,7 +102,7 @@ export default {
selectGxrById({
xxzjbh: this.xxzjbh,
}).then((res) => {
var result = res.data.gxr;
var result = res.data.rows;
self.propFormField.forEach((fieldItem) => {
if (fieldItem.data && fieldItem.data.length > 0) {
fieldItem.data.forEach((i) => {
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-10 14:48:00
* @LastEditTime: 2021-09-14 15:04:06
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -292,7 +292,7 @@ export default {
selectGxrById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.gxr;
var result = res.data.rows;
_this.filterTreeCode(result);
});
},
......
......@@ -99,7 +99,7 @@ export default {
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
prop: "cyzjCyzjdmStr",
},
{
label: "证件号码",
......@@ -108,11 +108,11 @@ export default {
},
{
label: "关系人社会关系",
prop: "gxrShgxShgxdm",
prop: "gxrShgxShgxdmStr",
},
{
label: "关系人名称类别",
prop: "gxrRmcRmclbdm",
prop: "gxrRmcRmclbdmStr",
},
{
label: "关系人名称",
......
......@@ -106,7 +106,7 @@ export default {
selectJsjdcById({
xxzjbh: this.xxzjbh,
}).then((res) => {
var result = res.data.jsjdc;
var result = res.data.rows;
self.propFormField.forEach((fieldItem) => {
if (fieldItem.data && fieldItem.data.length > 0) {
fieldItem.data.forEach((i) => {
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-10 17:05:06
* @LastEditTime: 2021-09-14 15:07:56
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -210,7 +210,7 @@ export default {
selectJsjdcById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.jsjdc;
var result = res.data.rows;
_this.filterTreeCode(result);
});
},
......
......@@ -93,7 +93,7 @@ export default {
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
prop: "cyzjCyzjdmStr",
},
{
label: "证件号码",
......@@ -102,11 +102,11 @@ export default {
},
{
label: "涉案物品",
prop: "ryjsjdcSawpdm",
prop: "ryjsjdcSawpdmStr",
},
{
label: "机动车号牌种类",
prop: "ryjsjdcJdchpzldm",
prop: "ryjsjdcJdchpzldmStr",
},
{
label: "机动车号牌",
......
......@@ -108,7 +108,7 @@ export default {
selectSyqtsfById({
xxzjbh: this.xxzjbh,
}).then((res) => {
var result = res.data.syqtsf;
var result = res.data.rows;
self.propFormField.forEach((fieldItem) => {
if (fieldItem.data && fieldItem.data.length > 0) {
fieldItem.data.forEach((i) => {
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-09 17:51:38
* @LastEditTime: 2021-09-14 15:01:16
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -146,7 +146,7 @@ export default {
selectSyqtsfById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.syqtsf;
var result = res.data.rows;
_this.filterTreeCode(result);
});
},
......
......@@ -91,7 +91,7 @@ export default {
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
prop: "cyzjCyzjdmStr",
},
{
label: "证件号码",
......@@ -100,7 +100,7 @@ export default {
},
{
label: "使用其他人名称类别",
prop: "rysyqtsfRmcRmclbdm",
prop: "rysyqtsfRmcRmclbdmStr",
},
{
label: "使用其他人名称",
......
......@@ -108,7 +108,7 @@ export default {
selectHdgjById({
xxzjbh: this.xxzjbh,
}).then((res) => {
var result = res.data.hdgj;
var result = res.data.rows;
self.propFormField.forEach((fieldItem) => {
if (fieldItem.data && fieldItem.data.length > 0) {
fieldItem.data.forEach((i) => {
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-10 17:11:46
* @LastEditTime: 2021-09-14 15:12:49
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -252,7 +252,7 @@ export default {
selectHdgjById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.hdgj;
var result = res.data.rows;
_this.filterTreeCode(result);
});
},
......
......@@ -101,24 +101,24 @@ export default {
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
prop: "cyzjCyzjdmStr",
},
{
label: "证件号码",
prop: "zjhm",
label: "活动起始地",
prop: "hdqsdXzqhdmStr",
width: "200",
},
{
label: "物权类别",
prop: "rysyfwbzhWqlbdm",
label: "活动起始地详情",
prop: "hdqsdDzmc",
},
{
label: "联系电话",
prop: "rysyfwbzhDhhmFwbzh",
label: "人员活动起始时间",
prop: "ryhdQssj",
},
{
label: "名称",
prop: "rysyfwbzhMc",
label: "人员活动结束时间",
prop: "ryhdJssj",
},
{
label: "登记时间",
......
......@@ -121,7 +121,7 @@ export default {
selectSwtzById({
xxzjbh: this.xxzjbh,
}).then((res) => {
var result = res.data.swtz;
var result = res.data.rows;
self.propFormField.forEach((fieldItem) => {
if (fieldItem.data && fieldItem.data.length > 0) {
fieldItem.data.forEach((i) => {
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-09 17:35:43
* @LastEditTime: 2021-09-14 14:59:24
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -127,7 +127,7 @@ export default {
selectSwtzById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.swtz;
var result = res.data.rows;
_this.filterTreeCode(result);
});
},
......
......@@ -82,7 +82,7 @@ export default {
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
prop: "cyzjCyzjdmStr",
},
{
label: "证件号码",
......@@ -91,7 +91,7 @@ export default {
},
{
label: "生物特征类别",
prop: "swtzlbdm",
prop: "swtzlbdmStr",
},
{
label: "登记时间",
......
......@@ -108,7 +108,7 @@ export default {
selectWffzjlById({
xxzjbh: this.xxzjbh,
}).then((res) => {
var result = res.data.wffzjl;
var result = res.data.rows;
self.propFormField.forEach((fieldItem) => {
if (fieldItem.data && fieldItem.data.length > 0) {
fieldItem.data.forEach((i) => {
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-10 11:10:45
* @LastEditTime: 2021-09-14 15:02:04
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -187,7 +187,7 @@ export default {
selectWffzjlById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.wffzjl;
var result = res.data.rows;
_this.filterTreeCode(result);
});
},
......
......@@ -111,7 +111,7 @@ export default {
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
prop: "cyzjCyzjdmStr",
},
{
label: "证件号码",
......@@ -120,11 +120,11 @@ export default {
},
{
label: "案件类别",
prop: "wffzjlAjlbdm",
prop: "wffzjlAjlbdmStr",
},
{
label: "违法犯罪经历",
prop: "wffzjlWffzjldm",
prop: "wffzjlWffzjldmStr",
},
{
label: "处理日期",
......@@ -132,11 +132,11 @@ export default {
},
{
label: "处理单位",
prop: "wffzjlCldwGajgjgdm",
prop: "wffzjlCldwGajgjgdmStr",
},
{
label: "执行地点区划",
prop: "wffzjlZxddXzqhdm",
prop: "wffzjlZxddXzqhdmStr",
},
{
label: "执行地点详址",
......
......@@ -108,7 +108,7 @@ export default {
selectSyydtxsbById({
xxzjbh: this.xxzjbh,
}).then((res) => {
var result = res.data.syydtxsb;
var result = res.data.rows;
self.propFormField.forEach((fieldItem) => {
if (fieldItem.data && fieldItem.data.length > 0) {
fieldItem.data.forEach((i) => {
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-10 14:58:17
* @LastEditTime: 2021-09-14 15:05:43
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......@@ -147,7 +147,7 @@ export default {
selectSyydtxsbById({
xxzjbh: _this.xxzjbh,
}).then((res) => {
var result = res.data.syydtxsb;
var result = res.data.rows;
_this.filterTreeCode(result);
});
},
......
......@@ -93,7 +93,7 @@ export default {
},
{
label: "常用证件",
prop: "cyzjCyzjdm",
prop: "cyzjCyzjdmStr",
},
{
label: "证件号码",
......@@ -102,7 +102,7 @@ export default {
},
{
label: "物品颜色",
prop: "ryxdydtxsbWpysdm",
prop: "ryxdydtxsbWpysdmStr",
},
{
label: "设备品牌型号",
......
......@@ -183,6 +183,10 @@ export default {
prop: "zjhm",
},
{
label: "作案年龄",
prop: "zanl",
},
{
label: "人员标签",
prop: "codeTxt",
width: "200",
......@@ -229,7 +233,7 @@ export default {
leftMenus: [
{
id: "zdryGl",
label: "重点人员信息管理",
label: "未成年人信息管理",
newAuth: "M01",
index: "zdryGl",
className: "iconfont icongongnengfuwu",
......@@ -237,7 +241,7 @@ export default {
},
{
id: "zdrySp",
label: "重点人员审批",
label: "未成年人审批",
newAuth: "M01",
index: "zdrySp",
className: "iconfont icongongnengfuwu",
......@@ -263,7 +267,7 @@ export default {
},
{
id: "zdryTj",
label: "重点人员统计",
label: "未成年人统计",
newAuth: "M01",
index: "zdryTj",
className: "iconfont icongongnengfuwu",
......
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