Commit f059fa3d by yuhao

Merge branch 'dev_xzeq' of http://39.99.224.27:9022/changchao/founder_vue into dev_xzeq

parents 66b87ebe 25c320b9
......@@ -153,3 +153,11 @@ export const deleteXs = params =>
//线索详情
export const queryXs = params =>
postform(`${base.alyIP}/hcyprw/queryXs`, params);
//研判要素导入
export const importExcel = params =>
postform(`${base.alyIP}/hcyprw/importExcel`, params);
//研判要素导出
export const downloadExcel = params =>
post(`${base.alyIP}/hcyprw/downloadExcel`, params);
......@@ -312,7 +312,7 @@ export default {
JSON.parse(sessionStorage.getItem('userInfo'))
.identitycard
)
let path = `${base.alyIP19}/#/jump?path=/queryAjda&asjbh=${this.form.zjhm}&identitycard=${idcard}`
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${this.form.zjhm}&identitycard=${idcard}`
window.open(path, '_blank')
} else if (this.pages == 'hxgc') {
// let base = encodeURIComponent(
......
......@@ -728,7 +728,7 @@ export default {
let idcard = encry.Encrypt(
JSON.parse(sessionStorage.getItem("userInfo")).identitycard
);
let path = `${base.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
export2Excel() {
......
......@@ -729,7 +729,7 @@ export default {
let idcard = encry.Encrypt(
JSON.parse(sessionStorage.getItem("userInfo")).identitycard
);
let path = `${base.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
......
......@@ -2539,6 +2539,7 @@
<span style="margin-right: 16px"
v-if="scope.row.zhzt == '0'">未追回</span>
</template>
</el-table-column>
<el-table-column v-if="pageBs == 'queryZw'"
align="center"
width="200"
......@@ -2569,7 +2570,6 @@
</div>
</template>
</el-table-column>
</el-table-column>
<el-table-column v-if="pageBs == 'queryZw'"
align="center"
width="200"
......@@ -5145,6 +5145,7 @@ export default {
},
},
mounted () {
console.log(this.pageBs)
// if (this.menuIdPgbg == "dw") {
// this.pageShow = false;
// }
......
......@@ -774,7 +774,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
checkempty() {
......
......@@ -457,7 +457,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
} else {
window.open(
......
......@@ -181,7 +181,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${obj.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${obj.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
} else {
this.$router.pushToTab({
......
......@@ -176,7 +176,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
} else {
window.open(
......
......@@ -702,7 +702,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${base.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
showDialogS(data) {
......
......@@ -344,7 +344,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${base.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
dele(scope) {
......
......@@ -857,7 +857,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope}&identitycard=${idcard}`;
window.open(path, "_blank");
} else {
let idcard = encry.Encrypt(
......
......@@ -1008,7 +1008,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${base.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
showDialogS(data) {
......
......@@ -1227,7 +1227,7 @@ export default {
let idcard = encry.Encrypt(
JSON.parse(sessionStorage.getItem("userInfo")).identitycard
);
let path = `${this.$baseUrl.alyIP14}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
showDialogS (data) {
......
......@@ -1202,7 +1202,7 @@ export default {
let idcard = encry.Encrypt(
JSON.parse(sessionStorage.getItem("userInfo")).identitycard
);
let path = `${this.$baseUrl.alyIP14}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
showDialogS (data) {
......
......@@ -1209,7 +1209,7 @@ export default {
let idcard = encry.Encrypt(
JSON.parse(sessionStorage.getItem("userInfo")).identitycard
);
let path = `${this.$baseUrl.alyIP14}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
showDialogS (data) {
......
......@@ -332,7 +332,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
login() {
......
......@@ -212,7 +212,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
/**
......
......@@ -194,7 +194,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
/**
......
......@@ -209,7 +209,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
/**
......
......@@ -208,7 +208,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
/**
......
......@@ -209,7 +209,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
/**
......
......@@ -206,7 +206,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
/**
......
......@@ -207,7 +207,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?ath=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
/**
......
......@@ -397,7 +397,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
/**
......
......@@ -213,7 +213,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${this.$baseUrl.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope.asjbh}&identitycard=${idcard}`;
window.open(path, "_blank");
},
/**
......
......@@ -394,7 +394,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${base.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope}&identitycard=${idcard}`;
window.open(path, "_blank");
} else if (scope.sfsfzxyr == '是' && type.toInfor && type.prop == 'sfsfzxyr') { //
this.dialogVisible = true
......
......@@ -126,7 +126,7 @@ export default {
JSON.parse(sessionStorage.getItem("userInfo"))
.identitycard
);
let path = `${base.alyIP19}/#/jump?path=/queryAjda&asjbh=${scope}&identitycard=${idcard}`;
let path = `${this.$baseUrl.alyIP18}/#/jump?path=/queryAjda&asjbh=${scope}&identitycard=${idcard}`;
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