Commit bd7571fd by liulianglang

刑嫌调控重点人员发起布控

parent 56361e48
...@@ -1510,7 +1510,7 @@ ...@@ -1510,7 +1510,7 @@
fixed="left" fixed="left"
v-if=" v-if="
!( !(
pageBs == 'queryXxtkZdry' ||
pageBs == 'gnsyrz' || pageBs == 'gnsyrz' ||
pageBs == 'queryFzth' || pageBs == 'queryFzth' ||
pageBs == 'queryDh' || pageBs == 'queryDh' ||
...@@ -1916,7 +1916,8 @@ ...@@ -1916,7 +1916,8 @@
pageBs != 'queryWysp' && pageBs != 'queryWysp' &&
pageBs != 'queryRole' && pageBs != 'queryRole' &&
pageBs != 'queryShseTh' && pageBs != 'queryShseTh' &&
pageBs != 'queryMbxx' pageBs != 'queryMbxx' &&
pageBs != 'queryXxtkZdry'
" "
>删除</span >删除</span
> >
...@@ -3658,7 +3659,8 @@ export default { ...@@ -3658,7 +3659,8 @@ export default {
} else if ( } else if (
self.pageBs == "gzzkyxs" || self.pageBs == "gzzkyxs" ||
self.pageBs == "queryLklzG" || self.pageBs == "queryLklzG" ||
self.pageBs == "queryCklzG" self.pageBs == "queryCklzG"||
self.pageBs == "addGzzkyxs"
) { ) {
if (!!item.gzzkyxsbshdm || item.gzzkyxsbshdm != "") { if (!!item.gzzkyxsbshdm || item.gzzkyxsbshdm != "") {
if (item.gzzkyxsbshdm == "01") { if (item.gzzkyxsbshdm == "01") {
......
...@@ -901,7 +901,7 @@ export default { ...@@ -901,7 +901,7 @@ export default {
{ {
title: "工作中可疑线索", title: "工作中可疑线索",
isShow: false, isShow: false,
pageBs: "addTxl", pageBs: "addGzzkyxs",
cxFormData: { cxFormData: {
limit: 10, limit: 10,
page: 1, page: 1,
......
...@@ -7,9 +7,17 @@ ...@@ -7,9 +7,17 @@
:cxQueryField="cxQueryField" :cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead" :cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl" :cxUrl="cxUrl"
@add="add"
@toInfor="toInfor" @toInfor="toInfor"
></right-content> ref="rightContent"
>
<template #btnGroup="scope">
<span class="hbyp" @click="sendBk(scope.scope)">发起布控</span>
</template>
</right-content>
</div> </div>
</template> </template>
...@@ -292,6 +300,13 @@ export default { ...@@ -292,6 +300,13 @@ export default {
}, },
}); });
}, },
sendBk(scope) {
console.log(scope);
this.$router.pushToTab({
path: "/adjustXsbks",
query: { glxxlx: '0004', xzgzrybh: scope.row.xzgzrybh, bkdxLxdm: '04', bkdx_hm: scope.row.zjhm },
});
},
}, },
}; };
</script> </script>
...@@ -344,4 +359,28 @@ export default { ...@@ -344,4 +359,28 @@ export default {
</style> </style>
<style scoped lang="scss"> <style scoped lang="scss">
@import "@/assets/styles/rightContent.scss"; @import "@/assets/styles/rightContent.scss";
.hbyp {
font-size: 14px;
font-family: Source Han Sans CN;
font-weight: 400;
line-height: 22px;
color: #007aff;
margin-right: 16px;
cursor: pointer;
}
.hbyps {
width: 64px;
height: 24px;
background: #ffffff;
border: 1px solid #007aff;
opacity: 1;
border-radius: 4px;
text-align: center;
align-items: center;
display: inline-block;
font-size: 12px !important;
font-weight: 400 !important;
color: #007aff !important;
cursor: pointer;
}
</style> </style>
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