Commit 0d6e8367 by gao_yingdong

人员管理信息添加跳转脑图操作

parent ed160732
......@@ -251,9 +251,7 @@ export default {
JSON.stringify(JSON.parse(sessionStorage.getItem("user")))
)
);
let path = `${
this.$baseUrl.alyIP14
}/#/jump?token=${base}&path=/rydaIndex/ryGl&zjhms=${
let path = `http://192.168.1.119:8081/#/jump?token=${base}&path=/rydaIndex/ryGl&zjhms=${
this.form.asjbh
}&zjhm=${
JSON.parse(sessionStorage.getItem("userInfo")).identitycard
......@@ -266,9 +264,7 @@ export default {
JSON.stringify(JSON.parse(sessionStorage.getItem("user")))
)
);
let path = `${
this.$baseUrl.alyIP14
}/#/jump?token=${base}&path=/cardaIndex&cphm=${
let path = `http://192.168.1.119:8081/#/jump?token=${base}&path=/cardaIndex&cphm=${
this.form.cphm
}&zjhm=${
JSON.parse(sessionStorage.getItem("userInfo")).identitycard
......
......@@ -1475,7 +1475,6 @@
fixed="left"
v-if="
!(
pageBs == 'queryShsery' ||
pageBs == 'gnsyrz' ||
pageBs == 'queryFzth' ||
pageBs == 'queryDh' ||
......
......@@ -314,13 +314,13 @@ export default {
},
{
label: "案件类别",
prop: "laAjlbdm",
prop: "laAjlb",
width: "230",
},
{
label: "案发时间",
prop: "laAsjfssjAsjfsjssj",
width: "150",
width: "200",
},
{
label: "案发地",
......@@ -330,7 +330,7 @@ export default {
{
label: "立案时间",
prop: "larq",
width: "150",
width: "200",
},
{
label: "立案单位",
......
......@@ -186,7 +186,7 @@ export default {
},
{
label: "案件类别",
prop: "ajlbdm",
prop: "ajlbdmStr",
width: "200",
},
{
......@@ -270,7 +270,7 @@ export default {
},
submit(params) {
debugger;
// params.append("glxxXxzjbh", this.glxxXxzjbh);
params.append("thbh", this.thbh);
let loading = this.$loading({
lock: true,
text: "正在保存...",
......
......@@ -11,10 +11,9 @@
:pageASs="pageASs"
ref="rightContent"
>
<!-- 旧的 -->
<!-- <template #btnGroup="scope">
<template #btnGroup="scope">
<span class="hbyp" @click="toNt(scope.scope)"> 脑图</span>
</template> -->
</template>
</right-content>
</div>
</template>
......@@ -98,7 +97,7 @@ export default {
},
{
name: "民族",
id: "mzda",
id: "mzdm",
type: "codeTreeDialog", //字典弹框
codeOptions: [],
codeTree: "CODE_MZ",
......@@ -168,6 +167,10 @@ export default {
prop: "xm",
},
{
label: '性别',
prop: 'xbdmStr'
},
{
label: "身份证号",
prop: "gmsfzh",
},
......@@ -177,7 +180,7 @@ export default {
},
{
label: "民族",
prop: "mzdaStr",
prop: "mzdmStr",
},
{
label: "户籍地",
......@@ -214,40 +217,40 @@ export default {
this.$store.commit("user/SET_Menu", this.Menu);
},
methods: {
// toNt(scope) {
// // let path = `http://39.99.155.173:8007/naotuBox?type=hnDxzp&kybh=${scope.row.asjbh}`;
// // window.open(path, "_blank");
// // ?userId=142302198901012417
// var obj = JSON.parse(sessionStorage.getItem("userInfo"));
// var params = {
// type: "KyRy",
// kybh: scope.row.zhfzxyrCyzjZjhm,
// userId: obj.identitycard,
// username: obj.userName,
// trueName: obj.userName,
// identitycard: obj.identitycard,
// unitcode: obj.unitcode,
// unitname: obj.unitname,
// };
// console.log(params);
// this.toDetail(`${this.$baseUrl.alyIP4}/naotuBox`, params);
// // this.toDetail("http://39.99.155.173:8007/naotuBox", params);
// },
// toDetail(url, PARAMS) {
// var temp_form = document.createElement("form");
// temp_form.action = url;
// temp_form.target = "_blank";
// temp_form.method = "post";
// temp_form.style.display = "none";
// for (var x in PARAMS) {
// var opt = document.createElement("textarea");
// opt.name = x;
// opt.value = PARAMS[x];
// temp_form.appendChild(opt);
// }
// document.body.appendChild(temp_form);
// temp_form.submit();
// },
toNt(scope) {
// let path = `http://39.99.155.173:8007/naotuBox?type=hnDxzp&kybh=${scope.row.asjbh}`;
// window.open(path, "_blank");
// ?userId=142302198901012417
var obj = JSON.parse(sessionStorage.getItem("userInfo"));
var params = {
type: "KyRy",
kybh: scope.row.gmsfzh,
userId: obj.identitycard,
username: obj.userName,
trueName: obj.userName,
identitycard: obj.identitycard,
unitcode: obj.unitcode,
unitname: obj.unitname,
};
console.log(params);
this.toDetail(`${this.$baseUrl.alyIP4}/naotuBox`, params);
// this.toDetail("http://39.99.155.173:8007/naotuBox", params);
},
toDetail(url, PARAMS) {
var temp_form = document.createElement("form");
temp_form.action = url;
temp_form.target = "_blank";
temp_form.method = "post";
temp_form.style.display = "none";
for (var x in PARAMS) {
var opt = document.createElement("textarea");
opt.name = x;
opt.value = PARAMS[x];
temp_form.appendChild(opt);
}
document.body.appendChild(temp_form);
temp_form.submit();
},
},
};
</script>
......
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