Commit bd7571fd by liulianglang

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

parent 56361e48
......@@ -1510,7 +1510,7 @@
fixed="left"
v-if="
!(
pageBs == 'queryXxtkZdry' ||
pageBs == 'gnsyrz' ||
pageBs == 'queryFzth' ||
pageBs == 'queryDh' ||
......@@ -1916,7 +1916,8 @@
pageBs != 'queryWysp' &&
pageBs != 'queryRole' &&
pageBs != 'queryShseTh' &&
pageBs != 'queryMbxx'
pageBs != 'queryMbxx' &&
pageBs != 'queryXxtkZdry'
"
>删除</span
>
......@@ -3658,7 +3659,8 @@ export default {
} else if (
self.pageBs == "gzzkyxs" ||
self.pageBs == "queryLklzG" ||
self.pageBs == "queryCklzG"
self.pageBs == "queryCklzG"||
self.pageBs == "addGzzkyxs"
) {
if (!!item.gzzkyxsbshdm || item.gzzkyxsbshdm != "") {
if (item.gzzkyxsbshdm == "01") {
......
......@@ -901,7 +901,7 @@ export default {
{
title: "工作中可疑线索",
isShow: false,
pageBs: "addTxl",
pageBs: "addGzzkyxs",
cxFormData: {
limit: 10,
page: 1,
......
......@@ -7,9 +7,17 @@
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
:cxUrl="cxUrl"
@add="add"
@toInfor="toInfor"
></right-content>
ref="rightContent"
>
<template #btnGroup="scope">
<span class="hbyp" @click="sendBk(scope.scope)">发起布控</span>
</template>
</right-content>
</div>
</template>
......@@ -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>
......@@ -344,4 +359,28 @@ export default {
</style>
<style scoped lang="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>
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