Commit 61433f88 by xue_wengang

案件档案地址修改

parent 10077470
......@@ -320,7 +320,7 @@ export default {
if (this.pages == "ajhx") {
//let path = `http://39.99.155.173:8003/queryAjdaxxs?asjbh=${this.form.zjhm}`;
let identitycard = JSON.parse(sessionStorage.getItem("userInfo")).identitycard;
let path = `${base.alyIP6}/#/jump?path=/queryAjda&asjbh=${this.form.zjhm}&zjhm=${identitycard}`;
let path = `${this.$baseUrl.alyIP6}/#/jump?path=/queryAjda&asjbh=${this.form.zjhm}&zjhm=${identitycard}`;
window.open(path, "_blank");
} else if (this.pages == "hxgc") {
//let path = `http://39.99.155.173:9002/#/rydaIndex/ryGl?zjhm=${this.form.asjbh}`;
......
......@@ -724,7 +724,7 @@ export default {
},
goDetail(scope) {
let identitycard = JSON.parse(sessionStorage.getItem("userInfo")).identitycard;
let path = `${base.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
let path = `${this.$baseUrl.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
window.open(path, "_blank");
// this.$router.pushToTab({
// path: "/ajbzDetail",
......
......@@ -726,7 +726,7 @@ export default {
},
goDetail(scope) {
let identitycard = JSON.parse(sessionStorage.getItem("userInfo")).identitycard;
let path = `${base.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
let path = `${this.$baseUrl.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
window.open(path, "_blank");
// this.$router.pushToTab({
// path: "ajbzDetail",
......
......@@ -812,7 +812,7 @@ export default {
methods: {
toInfor(scope) {
let identitycard = JSON.parse(sessionStorage.getItem("userInfo")).identitycard;
let path = `${base.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
let path = `${this.$baseUrl.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
window.open(path, "_blank");
},
checkempty() {
......
......@@ -1326,17 +1326,17 @@ export default {
{
label: "当前工作简要情况:",
prop: "dqgzJyqk",
col: "4",
col: "10",
},
{
label: "工作要求简要情况:",
prop: "gzyqJyqk",
col: "4",
col: "10",
},
{
label: "工作目标简要情况:",
prop: "gzmbJyqk",
col: "4",
col: "10",
},
{
label: "工作期限:",
......@@ -1401,7 +1401,7 @@ export default {
{
label: "退回原因:",
prop: "thyyJyqk",
col: "4",
col: "10",
},
{
label: "是否交接:",
......@@ -1416,17 +1416,17 @@ export default {
{
label: "交接原因:",
prop: "jjyyJyqk",
col: "4",
col: "10",
},
{
label: "交接时工作简要情况:",
prop: "jjsGzJyqk",
col: "4",
col: "10",
},
{
label: "交接后工作要求:",
prop: "jjhGzyqJyqk",
col: "4",
col: "10",
},
{
label: "前主办人姓名:",
......@@ -1446,7 +1446,7 @@ export default {
{
label: "办结简要情况:",
prop: "bjJyqk",
col: "4",
col: "10",
},
{
label: "是否专业研判:",
......@@ -1461,12 +1461,12 @@ export default {
{
label: "督办内容:",
prop: "dbnrJyqk",
col: "4",
col: "10",
},
// {
// label: "反馈结果:",
// prop: "fkjgJyqk",
// col: "4",
// col: "10",
// },
// {
// label: "反馈时间:",
......@@ -1539,7 +1539,7 @@ export default {
{
label: "简要案情:",
prop: "jyaq",
col: "4",
col: "10",
},
],
},
......
......@@ -1057,7 +1057,7 @@ export default {
},
toInforDa (scope) {
let identitycard = JSON.parse(sessionStorage.getItem("userInfo")).identitycard;
let path = `${base.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
let path = `${this.$baseUrl.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
window.open(path, "_blank");
},
},
......
......@@ -398,7 +398,7 @@ export default {
toInfor(scope, columnTitle) {
if (columnTitle.prop == "asjbh") {
let identitycard = JSON.parse(sessionStorage.getItem("userInfo")).identitycard;
let path = `${base.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
let path = `${this.$baseUrl.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
window.open(path, "_blank");
} else {
window.open(
......
......@@ -700,7 +700,7 @@ export default {
// http://39.99.155.173:8003/doLogin?zjhm=142302198901012417
// http://39.99.155.173:8003/queryAjdaxxs?asjbh=A4419615400002020086063
let identitycard = JSON.parse(sessionStorage.getItem("userInfo")).identitycard;
let path = `${base.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
let path = `${this.$baseUrl.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
window.open(path, "_blank");
},
showDialogS(data) {
......
......@@ -626,7 +626,7 @@ export default {
methods: {
toInforDa(scope) {
let identitycard = JSON.parse(sessionStorage.getItem("userInfo")).identitycard;
let path = `${base.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
let path = `${this.$baseUrl.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
window.open(path, "_blank");
},
showDialogS(data) {
......
......@@ -69,6 +69,7 @@
<script>
import rightContent from "@c/ptCxForm_components.vue";
import { updateZh, updateRl, updateCzzh } from "@/api/zcxt/zwgl.js";
import base from "@/api/base"
export default {
name: "zcssqtwp",
components: {
......@@ -205,7 +206,7 @@ export default {
methods: {
toInfor(scope) {
let identitycard = JSON.parse(sessionStorage.getItem("userInfo")).identitycard;
let path = `${base.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
let path = `${this.$baseUrl.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
window.open(path, "_blank");
},
/**
......
......@@ -202,7 +202,7 @@ export default {
methods: {
toInfor(scope) {
let identitycard = JSON.parse(sessionStorage.getItem("userInfo")).identitycard;
let path = `${base.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
let path = `${this.$baseUrl.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
window.open(path, "_blank");
},
/**
......
......@@ -203,7 +203,7 @@ export default {
methods: {
toInfor(scope) {
let identitycard = JSON.parse(sessionStorage.getItem("userInfo")).identitycard;
let path = `${base.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
let path = `${this.$baseUrl.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
window.open(path, "_blank");
},
/**
......
......@@ -392,7 +392,7 @@ export default {
methods: {
toInfor(scope) {
let identitycard = JSON.parse(sessionStorage.getItem("userInfo")).identitycard;
let path = `${base.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
let path = `${this.$baseUrl.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
window.open(path, "_blank");
},
/**
......
......@@ -209,7 +209,7 @@ export default {
methods: {
toInfor(scope) {
let identitycard = JSON.parse(sessionStorage.getItem("userInfo")).identitycard;
let path = `${base.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
let path = `${this.$baseUrl.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
window.open(path, "_blank");
},
/**
......
......@@ -122,7 +122,7 @@ export default {
methods: {
goAjda(scope) {
let identitycard = JSON.parse(sessionStorage.getItem("userInfo")).identitycard;
let path = `${base.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
let path = `${this.$baseUrl.alyIP6}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&zjhm=${identitycard}`;
window.open(path, "_blank");
},
doQuery() {
......
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