Commit be9d3ab2 by liupeng

修改了脑图和页面

parent da7be07c
......@@ -771,6 +771,7 @@ const xydx = [
col: "2",
codeOptions: [],
codeTree: "CODE_ZZMM",
prop: 'checkEmpty',
},
{
name: "婚姻状况:",
......@@ -781,6 +782,7 @@ const xydx = [
col: "2",
codeOptions: [],
codeTree: "CODE_HYZK",
prop: 'checkEmpty',
},
{
name: "户籍地区划:",
......
......@@ -49,7 +49,10 @@ export default {
goDetail() {
// let path = `http://39.99.155.173:8007/naotuBox?type=nmAjXx&kybh=${this.form.asjbh}`;
// window.open(path, "_blank");
var params = { type: "AjXx", kybh: this.form.asjbh, userId: '142302198901012417' };
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "AjXx", kybh: this.form.asjbh, userId: idcard, };
// var params = { type: "AjXx", kybh: this.form.asjbh, userId: '142302198901012417' };
this.toDetail("http://39.99.155.173:8007/naotuBox", params);
},
toDetail(url, PARAMS) {
......
......@@ -49,7 +49,10 @@ export default {
goDetail() {
// let path = `http://39.99.155.173:8007/naotuBox?type=nmKyJdc&kybh=${this.form.cph}`;
// window.open(path, "_blank");
var params = { type: "KyJdc", kybh: this.form.cph, userId: '142302198901012417' };
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "KyJdc", kybh: this.form.cph, userId: idcard, };
// var params = { type: "KyJdc", kybh: this.form.cph, userId: '142302198901012417' };
this.toDetail("http://39.99.155.173:8007/naotuBox", params);
},
toDetail(url, PARAMS) {
......
......@@ -49,7 +49,10 @@ export default {
goDetail() {
// let path = `http://39.99.155.173:8007/naotuBox?type=nmKyJdc&kybh=${this.form.cph}`;
// window.open(path, "_blank");
var params = { type: "KyJdc", kybh: this.form.cph, userId: '142302198901012417' };
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "KyJdc", kybh: this.form.cph, userId: idcard, };
// var params = { type: "KyJdc", kybh: this.form.cph, userId: '142302198901012417' };
this.toDetail("http://39.99.155.173:8007/naotuBox", params);
},
toDetail(url, PARAMS) {
......
......@@ -588,6 +588,7 @@ export default {
// });
},
mounted() {
// axios
// .get(`http://39.99.155.173:8007/login?userId=142302198901012417`)
// .then((res) => {
......@@ -679,8 +680,11 @@ export default {
toBrain(scope) {
// let path = `http://39.99.155.173:8007/naotuBox?type=hnDxzp&kybh=${scope.row.asjbh}`;
// window.open(path, "_blank");
// ?userId=142302198901012417
var params = { type: "hnDxzp", kybh: scope.row.asjbh, userId: '142302198901012417' };
// ?userId=142302198901012417
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "hnDxzp", kybh: scope.row.asjbh, userId: idcard, };
this.toDetail("http://39.99.155.173:8007/naotuBox", params);
},
toDetail(url, PARAMS) {
......
......@@ -49,7 +49,10 @@ export default {
goDetail() {
// let path = `http://39.99.155.173:8007/naotuBox?type=nmKyIMEI&kybh=${this.form.imei}`;
// window.open(path, "_blank");
var params = { type: "KyIMEI", kybh: this.form.imei, userId: '142302198901012417' };
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "KyIMEI", kybh: this.form.imei, userId: idcard, };
// var params = { type: "KyIMEI", kybh: this.form.imei, userId: '142302198901012417' };
this.toDetail("http://39.99.155.173:8007/naotuBox", params);
},
toDetail(url, PARAMS) {
......
......@@ -49,7 +49,10 @@ export default {
goDetail() {
// let path = `http://39.99.155.173:8007/naotuBox?type=nmKyIMSI&kybh=${this.form.imsi}`;
// window.open(path, "_blank");
var params = { type: "KyIMSI", kybh: this.form.imsi, userId: '142302198901012417' };
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "KyIMSI", kybh: this.form.imsi, userId: idcard, };
// var params = { type: "KyIMSI", kybh: this.form.imsi, userId: '142302198901012417' };
this.toDetail("http://39.99.155.173:8007/naotuBox", params);
},
toDetail(url, PARAMS) {
......
......@@ -49,7 +49,10 @@ export default {
goDetail() {
// let path = `http://39.99.155.173:8007/naotuBox?type=nmKyQq&kybh=${this.form.qqh}`;
// window.open(path, "_blank");
var params = { type: "KyQq", kybh: this.form.qqh, userId: '142302198901012417' };
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "KyQq", kybh: this.form.qqh, userId: idcard, };
// var params = { type: "KyQq", kybh: this.form.qqh, userId: '142302198901012417' };
this.toDetail("http://39.99.155.173:8007/naotuBox", params);
},
toDetail(url, PARAMS) {
......
......@@ -49,7 +49,10 @@ export default {
goDetail() {
// let path = `http://39.99.155.173:8007/naotuBox?type=nmKyRy&kybh=${this.form.zjhm}`;
// window.open(path, "_blank");
var params = { type: "KyRy", kybh: this.form.zjhm, userId: '142302198901012417' };
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "KyRy", kybh: this.form.zjhm, userId: idcard, };
// var params = { type: "KyRy", kybh: this.form.zjhm, userId: '142302198901012417' };
this.toDetail("http://39.99.155.173:8007/naotuBox", params);
},
toDetail(url, PARAMS) {
......
......@@ -49,7 +49,10 @@ export default {
goDetail() {
// let path = `http://39.99.155.173:8007/naotuBox?type=nmKyRy&kybh=${this.form.zjhm}`;
// window.open(path, "_blank");
var params = { type: "KyRy", kybh: this.form.zjhm, userId: '142302198901012417' };
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "KyRy", kybh: this.form.zjhm, userId: idcard, };
// var params = { type: "KyRy", kybh: this.form.zjhm, userId: '142302198901012417' };
this.toDetail("http://39.99.155.173:8007/naotuBox", params);
},
toDetail(url, PARAMS) {
......
......@@ -49,7 +49,10 @@ export default {
goDetail() {
// let path = `http://39.99.155.173:8007/naotuBox?type=nmKySj&kybh=${this.form.sjh}`;
// window.open(path, "_blank");
var params = { type: "KySj", kybh: this.form.sjh, userId: '142302198901012417' };
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "KySj", kybh: this.form.sjh, userId: idcard, };
// var params = { type: "KySj", kybh: this.form.sjh, userId: '142302198901012417' };
this.toDetail("http://39.99.155.173:8007/naotuBox", params);
},
toDetail(url, PARAMS) {
......
......@@ -49,7 +49,10 @@ export default {
goDetail() {
// let path = `http://39.99.155.173:8007/naotuBox?type=nmKySj&kybh=${this.form.sjh}`;
// window.open(path, "_blank");
var params = { type: "KySj", kybh: this.form.sjh, userId: '142302198901012417' };
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "KySj", kybh: this.form.sjh, userId: idcard, };
// var params = { type: "KySj", kybh: this.form.sjh, userId: '142302198901012417' };
this.toDetail("http://39.99.155.173:8007/naotuBox", params);
},
toDetail(url, PARAMS) {
......
......@@ -49,7 +49,10 @@ export default {
goDetail() {
// let path = `http://39.99.155.173:8007/naotuBox?type=nmKyWx&kybh=${this.form.wxh}`;
// window.open(path, "_blank");
var params = { type: "KyWx", kybh: this.form.wxh, userId: '142302198901012417' };
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "KyWx", kybh: this.form.wxh, userId: idcard, };
// var params = { type: "KyWx", kybh: this.form.wxh, userId: '142302198901012417' };
this.toDetail("http://39.99.155.173:8007/naotuBox", params);
},
toDetail(url, PARAMS) {
......
......@@ -111,7 +111,10 @@ export default {
toBrain(item) {
// let path = `http://39.99.155.173:8007/naotuBox?type=KyJdc&kybh=${item.row.kyxsjdcCphm}`;
// window.open(path, "_blank");
var params = {type:'KyJdc',kybh:item.row.kyxsjdcCphm, userId: '142302198901012417'}
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "KyWx", kybh: item.row.kyxsjdcCphm, userId: idcard, };
// var params = {type:'KyJdc',kybh:item.row.kyxsjdcCphm, userId: '142302198901012417'}
this.toDetail("http://39.99.155.173:8007/naotuBox",params);
},
toDetail(url, PARAMS) {
......
......@@ -64,6 +64,7 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
},
{
label: "可疑服务标识号类型",
......@@ -125,18 +126,21 @@ export default {
this.$router.pushToTab({ path: "/addKyfwbsh" });
},
goDetail(scope) {
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
// var params = { type: "KyWx", kybh: this.form.wxh, userId: idcard, };
if (scope.row.kyxsfwbshBshlx == "01") {
var params = { type: "KyQq", kybh: scope.row.kyxsfwbsh, userId: '142302198901012417'};
// var path = `http://39.99.155.173:8007/naotuBox?type=KyQq&kybh=${scope.row.kyxsfwbsh}`;
// var params = { type: "KyQq", kybh: scope.row.kyxsfwbsh, userId: '142302198901012417'};
var params = { type: "KyQq", kybh: scope.row.kyxsfwbsh, userId: idcard};
} else if (scope.row.kyxsfwbshBshlx == "02") {
var params = { type: "KyWx", kybh: scope.row.kyxsfwbsh, userId: '142302198901012417' };
// var path = `http://39.99.155.173:8007/naotuBox?type=KyWx&kybh=${scope.row.kyxsfwbsh}`;
// var params = { type: "KyWx", kybh: scope.row.kyxsfwbsh, userId: '142302198901012417' };
var params = { type: "KyWx", kybh: scope.row.kyxsfwbsh, userId: idcard };
} else if (scope.row.kyxsfwbshBshlx == "03") {
var params = { type: "KyIMEI", kybh: scope.row.kyxsfwbsh, userId: '142302198901012417' };
// var path = `http://39.99.155.173:8007/naotuBox?type=KyIMEI&kybh=${scope.row.kyxsfwbsh}`;
// var params = { type: "KyIMEI", kybh: scope.row.kyxsfwbsh, userId: '142302198901012417' };
var params = { type: "KyIMEI", kybh: scope.row.kyxsfwbsh, userId: idcard };
} else if (scope.row.kyxsfwbshBshlx == "04") {
var params = { type: "KyIMSI", kybh: scope.row.kyxsfwbsh, userId: '142302198901012417' };
// var path = `http://39.99.155.173:8007/naotuBox?type=KyIMSI&kybh=${scope.row.kyxsfwbsh}`;
// var params = { type: "KyIMSI", kybh: scope.row.kyxsfwbsh, userId: '142302198901012417' };
var params = { type: "KyIMSI", kybh: scope.row.kyxsfwbsh, userId: idcard };
}
this.toDetail("http://39.99.155.173:8007/naotuBox", params);
// window.open(path, "_blank");
......
......@@ -109,7 +109,10 @@ export default {
toBrain(item) {
// let path = `http://39.99.155.173:8007/naotuBox?type=KySj&kybh=${item.row.kyxshmYdhm}`;
// window.open(path, "_blank");
var params = {type:'KySj',kybh:item.row.kyxshmYdhm, userId: '142302198901012417'}
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "KySj", kybh: item.row.kyxshmYdhm, userId: idcard, };
// var params = {type:'KySj',kybh:item.row.kyxshmYdhm, userId: '142302198901012417'}
this.toDetail("http://39.99.155.173:8007/naotuBox",params);
},
toDetail(url, PARAMS) {
......
......@@ -111,7 +111,10 @@ export default {
toBrain(item) {
// let path = `http://39.99.155.173:8007/naotuBox?type=KyRy&kybh=${item.row.kyxsryZjhm}`;
// window.open(path, "_blank");
var params = {type:'KyRy',kybh:item.row.kyxsryZjhm, userId: '142302198901012417' }
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "KyRy", kybh: item.row.kyxsryZjhm, userId: idcard, };
// var params = {type:'KyRy',kybh:item.row.kyxsryZjhm, userId: '142302198901012417' }
this.toDetail("http://39.99.155.173:8007/naotuBox",params);
},
toDetail(url, PARAMS) {
......
......@@ -88,7 +88,10 @@ export default {
goDetail() {
// let path = `http://39.99.155.173:8007/naotuBox?type=nmKyRy&kybh=${this.form.zjhm}`;
// window.open(path, "_blank");
var params = { type: "KyRy", kybh: this.form.zjhm, userId: '142302198901012417' };
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"))
var idcard = userInfo.identitycard
var params = { type: "KyRy", kybh: this.form.zjhm, userId: idcard, };
// var params = { type: "KyRy", kybh: this.form.zjhm, userId: '142302198901012417' };
this.toDetail("http://39.99.155.173:8007/naotuBox", params);
},
toDetail(url, PARAMS) {
......
......@@ -70,7 +70,7 @@ export default {
},
{
label: "可疑依据",
prop: "kyxshmKyyj",
prop: "kyxsjdcKyyj",
},
{
......
......@@ -47,6 +47,7 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
......
......@@ -87,6 +87,7 @@ export default {
label: "信息组件编号",
prop: "xxzjbh",
toInfor: true,
width: "300",
},
{
label: "常用证件",
......
......@@ -88,6 +88,7 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
......
......@@ -53,6 +53,7 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
......
......@@ -96,6 +96,7 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
......
......@@ -147,6 +147,7 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
......
......@@ -90,6 +90,7 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
......
......@@ -87,6 +87,7 @@ export default {
cxDefaultFormThead: [
{
label: "信息主键编号",
width: "250",
prop: "xxzjbh",
toInfor: true,
},
......
......@@ -44,12 +44,14 @@ export default {
cxDefaultFormThead: [
{
label: "信息主键编号",
width: "300",
prop: "xxzjbh",
toInfor: true,
},
{
label: "信息关联主键",
prop: "glxxXxzjbh",
width: "200",
},
{
label: "可疑标识号类型",
......
......@@ -45,11 +45,13 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
label: "信息关联主键",
prop: "glxxXxzjbh",
width: "200",
},
{
label: "可疑标识号类型",
......
......@@ -98,6 +98,7 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
......
......@@ -47,10 +47,12 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
label: "信息关联主键",
width: "200",
prop: "glxxXxzjbh",
},
{
......
......@@ -47,6 +47,7 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
......
......@@ -47,6 +47,7 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
......
......@@ -79,6 +79,7 @@ export default {
{
label: "信息编号",
prop: "xxzjbh",
width: "200",
toInfor: true,
},
{
......
......@@ -47,6 +47,7 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
......
......@@ -52,6 +52,7 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
......
......@@ -108,6 +108,7 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
......
......@@ -90,6 +90,7 @@ export default {
{
label: "信息主键编号",
prop: "xxzjbh",
width: "300",
toInfor: true,
},
{
......
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