Commit 32afd199 by 叶富雄

Merge remote-tracking branch 'origin/dev_xzeq' into dev_xzeq

parents 150046e1 10cc2668
...@@ -857,16 +857,29 @@ ...@@ -857,16 +857,29 @@
<div v-else-if="columnTitle.isShowDialog"> <div v-else-if="columnTitle.isShowDialog">
<span <span
v-if=" v-if="
(pageBs == 'queryRlqbxs' || pageBs == 'queryXshb' || pageBs == 'queryZdcyryxx' || pageBs == 'adjustZdxxgl' (pageBs == 'queryRlqbxs' ||
) && ( !scope.row.sfyqgaj || scope.row.sfyqgaj == '' || scope.row.sfyqgaj == '否') pageBs == 'queryXshbs' ||
pageBs == 'queryRlqbxs' ||
pageBs == 'queryXshb' ||
pageBs == 'queryZdcyryxx' ||
pageBs == 'adjustZdxxgl') &&
(!scope.row.sfyqgaj ||
scope.row.sfyqgaj == '' ||
scope.row.sfyqgaj == '否')
" "
class="dele" class="dele"
><img src="../assets/img/guohuise.png" ><img src="../assets/img/guohuise.png"
/></span> /></span>
<span <span
v-if=" v-if="
(pageBs == 'queryRlqbxs' || pageBs == 'queryXshb' || pageBs == 'queryZdcyryxx' || pageBs == 'adjustZdxxgl') && (pageBs == 'queryRlqbxs' ||
( !scope.row.sfysaj || scope.row.sfyqgaj == '' || scope.row.sfysaj == '否') pageBs == 'queryXshbs' ||
pageBs == 'queryXshb' ||
pageBs == 'queryZdcyryxx' ||
pageBs == 'adjustZdxxgl') &&
(!scope.row.sfysaj ||
scope.row.sfyqgaj == '' ||
scope.row.sfysaj == '否')
" "
><img src="../assets/img/shenghuise.png" ><img src="../assets/img/shenghuise.png"
/></span> /></span>
...@@ -875,7 +888,11 @@ ...@@ -875,7 +888,11 @@
@click="showDialog(scope, 'guo')" @click="showDialog(scope, 'guo')"
class="dele" class="dele"
v-if=" v-if="
(pageBs == 'queryRlqbxs' || pageBs == 'queryXshb' || pageBs == 'queryZdcyryxx' || pageBs == 'adjustZdxxgl') && (pageBs == 'queryRlqbxs' ||
pageBs == 'queryXshbs' ||
pageBs == 'queryXshb' ||
pageBs == 'queryZdcyryxx' ||
pageBs == 'adjustZdxxgl') &&
scope.row.sfyqgaj == '是' scope.row.sfyqgaj == '是'
" "
><img src="../assets/img/guo.png" ><img src="../assets/img/guo.png"
...@@ -883,7 +900,11 @@ ...@@ -883,7 +900,11 @@
<span <span
@click="showDialog(scope, 'sheng')" @click="showDialog(scope, 'sheng')"
v-if=" v-if="
(pageBs == 'queryRlqbxs' || pageBs == 'queryXshb' || pageBs == 'queryZdcyryxx' || pageBs == 'adjustZdxxgl') && (pageBs == 'queryRlqbxs' ||
pageBs == 'queryXshbs' ||
pageBs == 'queryXshb' ||
pageBs == 'queryZdcyryxx' ||
pageBs == 'adjustZdxxgl') &&
scope.row.sfysaj == '是' scope.row.sfysaj == '是'
" "
><img src="../assets/img/sheng.png" ><img src="../assets/img/sheng.png"
...@@ -899,9 +920,8 @@ ...@@ -899,9 +920,8 @@
pageBs == 'queryZdssqz' || pageBs == 'queryZdssqz' ||
pageBs == 'queryZdssww' || pageBs == 'queryZdssww' ||
pageBs == 'queryZdssydtxsb' || pageBs == 'queryZdssydtxsb' ||
pageBs == 'queryZdsszj' pageBs == 'queryZdsszj') &&
) && (!scope.row.sfzdwp || scope.row.sfzdwp == '否')
( !scope.row.sfzdwp || scope.row.sfzdwp == '否')
" "
><img src="../assets/img/anhuise.png" ><img src="../assets/img/anhuise.png"
/></span> /></span>
...@@ -2810,10 +2830,10 @@ export default { ...@@ -2810,10 +2830,10 @@ export default {
if (type == "guo") { if (type == "guo") {
// cxUrl = "/rlqb/getAjListByQg"; // cxUrl = "/rlqb/getAjListByQg";
this.$emit("showDialogG", scope); this.$emit("showDialogG", scope);
} else if(type == "sheng") { } else if (type == "sheng") {
// cxUrl = "/rlqb/getAjListByS"; // cxUrl = "/rlqb/getAjListByS";
this.$emit("showDialogS", scope); this.$emit("showDialogS", scope);
} else if(type == "an") { } else if (type == "an") {
// cxUrl = "/rlqb/getAjListByS"; // cxUrl = "/rlqb/getAjListByS";
this.$emit("showDialogA", scope); this.$emit("showDialogA", scope);
} }
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
</template> </template>
<template #btnGroup="scope"> <template #btnGroup="scope">
<span <span
v-if="scope.scope.row.sfkfk == '1'" v-if="scope.scope.row.sfkfp == '1'"
class="hbyp" class="hbyp"
@click="toFp(scope.scope)" @click="toFp(scope.scope)"
>分配合并研判</span >分配合并研判</span
......
...@@ -8,12 +8,43 @@ ...@@ -8,12 +8,43 @@
:cxDefaultFormThead="cxDefaultFormThead" :cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl" :cxUrl="cxUrl"
@add="add" @add="add"
@showDialogS="showDialogS"
@showDialogG="showDialogG"
ref="rightContent" ref="rightContent"
> >
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="toInfor(scope.scope)">修改</span> <span class="hbyp" @click="toInfor(scope.scope)">修改</span>
</template> </template>
</right-content> </right-content>
<el-dialog title="关联案件" :visible.sync="dialogS" width="55%">
<right-content
:pageBs="bshglajS.pageBs"
:cxFormData="bshglajS.cxFormData"
:cxQueryField="bshglajS.cxQueryField"
:cxDefaultFormThead="bshglajS.cxDefaultFormThead"
:cxUrl="bshglajS.cxUrl"
@toInforDa="toInforDa"
ref="rightContentGl"
></right-content>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogS = false">关闭</el-button>
</span>
</el-dialog>
<el-dialog title="关联案件" :visible.sync="dialogG" width="55%">
<right-content
:pageBs="bshglajG.pageBs"
:cxFormData="bshglajG.cxFormData"
:cxQueryField="bshglajG.cxQueryField"
:cxDefaultFormThead="bshglajG.cxDefaultFormThead"
:cxUrl="bshglajG.cxUrl"
@toInforDa="toInforDa"
ref="rightContentGl"
></right-content>
<span slot="footer" class="dialog-footer">
<el-button @click="dialogG = false">关闭</el-button>
</span>
</el-dialog>
</div> </div>
</template> </template>
...@@ -26,6 +57,82 @@ export default { ...@@ -26,6 +57,82 @@ export default {
}, },
data() { data() {
return { return {
bshglajS: {
pageBs: "qyeryrlqbxsGl",
cxFormData: {
page: 1,
limit: 5,
rlqbxxzjbh: "",
},
cxQueryField: [],
cxDefaultFormThead: [
{
label: "案事件编号",
prop: "asjbh",
toInforDa: true,
},
{
label: "案件名称",
prop: "ajmc",
},
{
label: "案件类别",
prop: "ajlbdm",
},
{
label: "立案日期",
prop: "larq",
},
{
label: "立案单位",
prop: "ladwGajgmc",
},
{
label: "简要案情",
prop: "jyaq",
},
],
cxUrl: "/rlqb/getAjListByS",
},
bshglajG: {
pageBs: "qyeryrlqbxsGl",
cxFormData: {
page: 1,
limit: 5,
rlqbxxzjbh: "",
},
cxQueryField: [],
cxDefaultFormThead: [
{
label: "案事件编号",
prop: "asjbh",
toInforDa: true,
},
{
label: "案件名称",
prop: "ajmc",
},
{
label: "案件类别",
prop: "ajlbdm",
},
{
label: "立案日期",
prop: "larq",
},
{
label: "立案单位",
prop: "ladwGajgmc",
},
{
label: "简要案情",
prop: "jyaq",
},
],
cxUrl: "/rlqb/getAjListByQg",
},
dialogS: false,
dialogG: false,
header: "线索核办", header: "线索核办",
pageBs: "queryXshbs", pageBs: "queryXshbs",
cxFormData: { cxFormData: {
...@@ -173,6 +280,11 @@ export default { ...@@ -173,6 +280,11 @@ export default {
prop: "xxdjdwGajgmc", prop: "xxdjdwGajgmc",
width: "200", width: "200",
}, },
{
label: "关联案件",
prop: "sfyaj",
isShowDialog: true,
},
], ],
cxUrl: "/xshb/getXsList", cxUrl: "/xshb/getXsList",
Menu: [ Menu: [
...@@ -201,6 +313,31 @@ export default { ...@@ -201,6 +313,31 @@ export default {
// this.$store.commit("user/SET_Header", this.header); // this.$store.commit("user/SET_Header", this.header);
}, },
methods: { methods: {
toInforDa(scope) {
debugger;
// http://39.99.155.173:8003/doLogin?zjhm=142302198901012417
// http://39.99.155.173:8003/queryAjdaxxs?asjbh=A4419615400002020086063
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"));
var idcard = userInfo.identitycard;
let path = `${base.alyIP10}/doLogin?zjhm=${idcard}`;
window.open(path, "_blank");
let paths = `${base.alyIP10}/queryAjdaxxs?asjbh=${scope.asjbh}`;
window.open(paths, "_blank");
},
showDialogS(data) {
this.dialogS = true;
console.log(data);
this.bshglajS.cxFormData.rlqbxxzjbh = data.row.xxzjbh;
// this.bshglajS.cxUrl = data.cxUrl;
// this.$refs.rightContentGl.doQuery("yes");
},
showDialogG(data) {
this.dialogG = true;
console.log(data);
this.bshglajG.cxFormData.rlqbxxzjbh = data.row.xxzjbh;
// this.bshglajG.cxUrl = data.cxUrl;
// this.$refs.rightContentGl.doQuery("yes");
},
add() { add() {
this.$router.pushToTab({ this.$router.pushToTab({
path: "/djgzs", path: "/djgzs",
......
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