Commit 7359aaf8 by lp784568205

修改了边距

parent 7422f415
...@@ -44,22 +44,22 @@ ...@@ -44,22 +44,22 @@
<el-radio <el-radio
label="01" label="01"
border border
style="margin-left: 10px; width: 116px" style="margin-left: 10px; width: 116px;margin-bottom: 10px;"
>诈骗 ({{ analizeResult.dhhm }})</el-radio >诈骗 ({{ analizeResult.dhhm }})</el-radio
> >
<el-radio label="02" border style="width: 116px" <el-radio label="02" border style="width: 116px;margin-bottom: 10px;"
>抢劫 ({{ analizeResult.yhkh }})</el-radio >抢劫 ({{ analizeResult.yhkh }})</el-radio
> >
<el-radio label="03" border style="width: 116px" <el-radio label="03" border style="width: 116px;margin-bottom: 10px;"
>涉毒 ({{ analizeResult.qqhm }})</el-radio >涉毒 ({{ analizeResult.qqhm }})</el-radio
> >
<el-radio label="04" border style="width: 116px" <el-radio label="04" border style="width: 116px;margin-bottom: 10px;"
>涉黑 ({{ analizeResult.wxh }})</el-radio >涉黑 ({{ analizeResult.wxh }})</el-radio
> >
<el-radio label="05" border style="width: 116px" <el-radio label="05" border style="width: 116px;margin-bottom: 10px;"
>盗窃 ({{ analizeResult.zfbzh }})</el-radio >盗窃 ({{ analizeResult.zfbzh }})</el-radio
> >
<el-radio label="06" border style="width: 116px" <el-radio label="06" border style="width: 116px;margin-bottom: 10px;"
>其他 ({{ analizeResult.wbzh }})</el-radio >其他 ({{ analizeResult.wbzh }})</el-radio
> >
</el-radio-group> </el-radio-group>
...@@ -69,28 +69,28 @@ ...@@ -69,28 +69,28 @@
<el-radio <el-radio
label="10" label="10"
border border
style="margin-left: 10px; width: 116px" style="margin-left: 10px; width: 116px;margin-bottom: 10px;"
>未婚 ({{ analizeResult.whgs }})</el-radio >未婚 ({{ analizeResult.whgs }})</el-radio
> >
<el-radio label="20" border style="width: 116px" <el-radio label="20" border style="width: 116px;margin-bottom: 10px;"
>已婚 ({{ analizeResult.yhgs }})</el-radio >已婚 ({{ analizeResult.yhgs }})</el-radio
> >
<el-radio label="21" border style="width: 116px" <el-radio label="21" border style="width: 116px;margin-bottom: 10px;"
>初婚 ({{ analizeResult.chgs }})</el-radio >初婚 ({{ analizeResult.chgs }})</el-radio
> >
<el-radio label="22" border style="width: 116px" <el-radio label="22" border style="width: 116px;margin-bottom: 10px;"
>再婚 ({{ analizeResult.zhgs }})</el-radio >再婚 ({{ analizeResult.zhgs }})</el-radio
> >
<el-radio label="23" border style="width: 116px" <el-radio label="23" border style="width: 116px;margin-bottom: 10px;"
>复婚 ({{ analizeResult.fhgs }})</el-radio >复婚 ({{ analizeResult.fhgs }})</el-radio
> >
<el-radio label="30" border style="width: 116px" <el-radio label="30" border style="width: 116px;margin-bottom: 10px;"
>丧偶 ({{ analizeResult.sogs }})</el-radio >丧偶 ({{ analizeResult.sogs }})</el-radio
> >
<el-radio label="40" border style="width: 116px" <el-radio label="40" border style="width: 116px;margin-bottom: 10px;"
>离婚 ({{ analizeResult.lhgs }})</el-radio >离婚 ({{ analizeResult.lhgs }})</el-radio
> >
<el-radio label="90" border style="width: 116px" <el-radio label="90" border style="width: 116px;margin-bottom: 10px;"
>未说明情况 ({{ analizeResult.wsmqk }})</el-radio >未说明情况 ({{ analizeResult.wsmqk }})</el-radio
> >
</el-radio-group> </el-radio-group>
...@@ -100,25 +100,25 @@ ...@@ -100,25 +100,25 @@
<el-radio <el-radio
label="10" label="10"
border border
style="margin-left: 10px; width: 116px" style="margin-left: 10px; width: 116px;margin-bottom: 10px;"
>文盲 ({{ analizeResult.wmgs }})</el-radio >文盲 ({{ analizeResult.wmgs }})</el-radio
> >
<el-radio label="20" border style="width: 116px" <el-radio label="20" border style="width: 116px;margin-bottom: 10px;"
>小学 ({{ analizeResult.xxgs }})</el-radio >小学 ({{ analizeResult.xxgs }})</el-radio
> >
<el-radio label="30" border style="width: 116px" <el-radio label="30" border style="width: 116px;margin-bottom: 10px;"
>初中 ({{ analizeResult.czgs }})</el-radio >初中 ({{ analizeResult.czgs }})</el-radio
> >
<el-radio label="40" border style="width: 116px" <el-radio label="40" border style="width: 116px;margin-bottom: 10px;"
>高中 ({{ analizeResult.gzgs }})</el-radio >高中 ({{ analizeResult.gzgs }})</el-radio
> >
<el-radio label="50" border style="width: 116px" <el-radio label="50" border style="width: 116px;margin-bottom: 10px;"
>大中专 ({{ analizeResult.dzzgs }})</el-radio >大中专 ({{ analizeResult.dzzgs }})</el-radio
> >
<el-radio label="60" border style="width: 116px" <el-radio label="60" border style="width: 116px;margin-bottom: 10px;"
>本科 ({{ analizeResult.bkgs }})</el-radio >本科 ({{ analizeResult.bkgs }})</el-radio
> >
<el-radio label="70" border style="width: 116px" <el-radio label="70" border style="width: 116px;margin-bottom: 10px;"
>硕士研究生 ({{ analizeResult.ssyjsgs }})</el-radio >硕士研究生 ({{ analizeResult.ssyjsgs }})</el-radio
> >
</el-radio-group> </el-radio-group>
......
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="edit(scope.scope)">修改</span> <span class="hbyp" @click="edit(scope.scope)">修改</span>
<span class="hbyp" @click="dele(scope.scope)">删除</span> <span class="hbyp" @click="dele(scope.scope)">删除</span>
<span class="hbyp" @click="giveInstructions(scope.scope)"
>下达指令</span
>
</template> </template>
</right-content> </right-content>
<!-- @add="add" --> <!-- @add="add" -->
...@@ -434,6 +437,10 @@ export default { ...@@ -434,6 +437,10 @@ export default {
}); });
console.log(scope.row.xxzjbh); console.log(scope.row.xxzjbh);
}, },
giveInstructions(scope) {
let path = `http://39.99.155.173:9003/#/addsqfbzl?type=xdzl&xsbh=${scope.row.xxzjbh}&module=zhendi&xsType=04`;
window.open(path, "_blank");
},
toInfor(data) { toInfor(data) {
this.$router.pushToTab({ this.$router.pushToTab({
path: "/detailZdcyryxx", path: "/detailZdcyryxx",
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<!-- 阵地从业人员 --> <!-- 阵地从业人员 -->
<el-card <el-card
class="box-card" class="box-card"
style="margin-bottom: 30px" style="margin-bottom: 70px"
v-if="!!this.xxzjbh && this.xxzjbh != ''" v-if="!!this.xxzjbh && this.xxzjbh != ''"
> >
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
...@@ -50,6 +50,9 @@ ...@@ -50,6 +50,9 @@
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="editCY(scope.scope)">修改</span> <span class="hbyp" @click="editCY(scope.scope)">修改</span>
<span class="hbyp" @click="deleCY(scope.scope)">删除</span> <span class="hbyp" @click="deleCY(scope.scope)">删除</span>
<span class="hbyp" @click="giveInstructions(scope.scope)"
>下达指令</span
>
</template> </template>
</right-content> </right-content>
</div> </div>
...@@ -57,7 +60,7 @@ ...@@ -57,7 +60,7 @@
<!-- 阵地交易活动 --> <!-- 阵地交易活动 -->
<el-card <el-card
class="box-card" class="box-card"
style="margin-bottom: 30px" style="margin-bottom: 70px"
v-if="!!this.xxzjbh && this.xxzjbh != ''" v-if="!!this.xxzjbh && this.xxzjbh != ''"
> >
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
...@@ -102,11 +105,11 @@ ...@@ -102,11 +105,11 @@
<!-- 被布控物品 --> <!-- 被布控物品 -->
<el-card <el-card
class="box-card" class="box-card"
style="margin-bottom: 30px" style="margin-bottom: 70px"
v-if="!!this.xxzjbh && this.xxzjbh != ''" v-if="!!this.xxzjbh && this.xxzjbh != ''"
> >
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
<span>损失物品</span> <span>物品</span>
<el-button <el-button
style="float: right; padding: 3px 0" style="float: right; padding: 3px 0"
type="text" type="text"
...@@ -124,7 +127,7 @@ ...@@ -124,7 +127,7 @@
</div> </div>
<div class="text item" v-show="showBK"> <div class="text item" v-show="showBK">
<el-tabs v-model="activeName" type="card" @tab-click="handleClick"> <el-tabs v-model="activeName" type="card" @tab-click="handleClick">
<el-tab-pane label="损失弹药" name="first"> <el-tab-pane label="弹药" name="first">
<right-content <right-content
:pageBs="ssdy.pageBs" :pageBs="ssdy.pageBs"
:cxFormData="ssdy.cxFormData" :cxFormData="ssdy.cxFormData"
...@@ -143,10 +146,13 @@ ...@@ -143,10 +146,13 @@
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="editSswp(scope.scope)">修改</span> <span class="hbyp" @click="editSswp(scope.scope)">修改</span>
<span class="hbyp" @click="deleSswp(scope.scope)">删除</span> <span class="hbyp" @click="deleSswp(scope.scope)">删除</span>
<span class="hbyp" @click="giveInstructions(scope.scope)"
>下达指令</span
>
</template> </template>
</right-content> </right-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="损失非机动车" name="second"> <el-tab-pane label="非机动车" name="second">
<right-content <right-content
:pageBs="ssfjdc.pageBs" :pageBs="ssfjdc.pageBs"
:cxFormData="ssfjdc.cxFormData" :cxFormData="ssfjdc.cxFormData"
...@@ -165,10 +171,13 @@ ...@@ -165,10 +171,13 @@
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="editSswp(scope.scope)">修改</span> <span class="hbyp" @click="editSswp(scope.scope)">修改</span>
<span class="hbyp" @click="deleSswp(scope.scope)">删除</span> <span class="hbyp" @click="deleSswp(scope.scope)">删除</span>
<span class="hbyp" @click="giveInstructions(scope.scope)"
>下达指令</span
>
</template> </template>
</right-content> </right-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="损失机动车" name="third"> <el-tab-pane label="机动车" name="third">
<right-content <right-content
:pageBs="ssjdc.pageBs" :pageBs="ssjdc.pageBs"
:cxFormData="ssjdc.cxFormData" :cxFormData="ssjdc.cxFormData"
...@@ -187,10 +196,13 @@ ...@@ -187,10 +196,13 @@
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="editSswp(scope.scope)">修改</span> <span class="hbyp" @click="editSswp(scope.scope)">修改</span>
<span class="hbyp" @click="deleSswp(scope.scope)">删除</span> <span class="hbyp" @click="deleSswp(scope.scope)">删除</span>
<span class="hbyp" @click="giveInstructions(scope.scope)"
>下达指令</span
>
</template> </template>
</right-content> </right-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="损失卡类" name="fourth"> <el-tab-pane label="卡类" name="fourth">
<right-content <right-content
:pageBs="sskl.pageBs" :pageBs="sskl.pageBs"
:cxFormData="sskl.cxFormData" :cxFormData="sskl.cxFormData"
...@@ -209,10 +221,13 @@ ...@@ -209,10 +221,13 @@
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="editSswp(scope.scope)">修改</span> <span class="hbyp" @click="editSswp(scope.scope)">修改</span>
<span class="hbyp" @click="deleSswp(scope.scope)">删除</span> <span class="hbyp" @click="deleSswp(scope.scope)">删除</span>
<span class="hbyp" @click="giveInstructions(scope.scope)"
>下达指令</span
>
</template> </template>
</right-content> </right-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="损失其他物品" name="fifth"> <el-tab-pane label="其他物品" name="fifth">
<right-content <right-content
:pageBs="ssqtwp.pageBs" :pageBs="ssqtwp.pageBs"
:cxFormData="ssqtwp.cxFormData" :cxFormData="ssqtwp.cxFormData"
...@@ -231,10 +246,13 @@ ...@@ -231,10 +246,13 @@
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="editSswp(scope.scope)">修改</span> <span class="hbyp" @click="editSswp(scope.scope)">修改</span>
<span class="hbyp" @click="deleSswp(scope.scope)">删除</span> <span class="hbyp" @click="deleSswp(scope.scope)">删除</span>
<span class="hbyp" @click="giveInstructions(scope.scope)"
>下达指令</span
>
</template> </template>
</right-content> </right-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="损失枪支" name="sixth"> <el-tab-pane label="枪支" name="sixth">
<right-content <right-content
:pageBs="ssqz.pageBs" :pageBs="ssqz.pageBs"
:cxFormData="ssqz.cxFormData" :cxFormData="ssqz.cxFormData"
...@@ -253,10 +271,13 @@ ...@@ -253,10 +271,13 @@
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="editSswp(scope.scope)">修改</span> <span class="hbyp" @click="editSswp(scope.scope)">修改</span>
<span class="hbyp" @click="deleSswp(scope.scope)">删除</span> <span class="hbyp" @click="deleSswp(scope.scope)">删除</span>
<span class="hbyp" @click="giveInstructions(scope.scope)"
>下达指令</span
>
</template> </template>
</right-content> </right-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="损失文物" name="seventh"> <el-tab-pane label="文物" name="seventh">
<right-content <right-content
:pageBs="ssww.pageBs" :pageBs="ssww.pageBs"
:cxFormData="ssww.cxFormData" :cxFormData="ssww.cxFormData"
...@@ -275,10 +296,13 @@ ...@@ -275,10 +296,13 @@
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="editSswp(scope.scope)">修改</span> <span class="hbyp" @click="editSswp(scope.scope)">修改</span>
<span class="hbyp" @click="deleSswp(scope.scope)">删除</span> <span class="hbyp" @click="deleSswp(scope.scope)">删除</span>
<span class="hbyp" @click="giveInstructions(scope.scope)"
>下达指令</span
>
</template> </template>
</right-content> </right-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="损失移动通讯设备" name="eighth"> <el-tab-pane label="移动通讯设备" name="eighth">
<right-content <right-content
:pageBs="ssydtxsb.pageBs" :pageBs="ssydtxsb.pageBs"
:cxFormData="ssydtxsb.cxFormData" :cxFormData="ssydtxsb.cxFormData"
...@@ -297,10 +321,13 @@ ...@@ -297,10 +321,13 @@
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="editSswp(scope.scope)">修改</span> <span class="hbyp" @click="editSswp(scope.scope)">修改</span>
<span class="hbyp" @click="deleSswp(scope.scope)">删除</span> <span class="hbyp" @click="deleSswp(scope.scope)">删除</span>
<span class="hbyp" @click="giveInstructions(scope.scope)"
>下达指令</span
>
</template> </template>
</right-content> </right-content>
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="损失证件" name="ninth"> <el-tab-pane label="证件" name="ninth">
<right-content <right-content
:pageBs="sszj.pageBs" :pageBs="sszj.pageBs"
:cxFormData="sszj.cxFormData" :cxFormData="sszj.cxFormData"
...@@ -319,6 +346,9 @@ ...@@ -319,6 +346,9 @@
<template #btnGroup="scope"> <template #btnGroup="scope">
<span class="hbyp" @click="editSswp(scope.scope)">修改</span> <span class="hbyp" @click="editSswp(scope.scope)">修改</span>
<span class="hbyp" @click="deleSswp(scope.scope)">删除</span> <span class="hbyp" @click="deleSswp(scope.scope)">删除</span>
<span class="hbyp" @click="giveInstructions(scope.scope)"
>下达指令</span
>
</template> </template>
</right-content> </right-content>
</el-tab-pane> </el-tab-pane>
...@@ -328,7 +358,7 @@ ...@@ -328,7 +358,7 @@
<!-- 阵地线索信息 --> <!-- 阵地线索信息 -->
<el-card <el-card
class="box-card" class="box-card"
style="margin-bottom: 30px" style="margin-bottom: 70px"
v-if="!!this.xxzjbh && this.xxzjbh != ''" v-if="!!this.xxzjbh && this.xxzjbh != ''"
> >
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
...@@ -1447,13 +1477,9 @@ export default { ...@@ -1447,13 +1477,9 @@ export default {
}); });
console.log(scope.row.xxzjbh); console.log(scope.row.xxzjbh);
}, },
toInforCY(data) { giveInstructions(scope) {
this.$router.pushToTab({ let path = `http://39.99.155.173:9003/#/addsqfbzl?type=xdzl&xsbh=${scope.row.xxzjbh}&module=zhendi&xsType=04`;
path: "/detailZdcyryxx", window.open(path, "_blank");
query: {
xxzjbh: data.xxzjbh,
},
});
}, },
//阵地交易活动 //阵地交易活动
addJY() { addJY() {
......
...@@ -381,14 +381,14 @@ export default { ...@@ -381,14 +381,14 @@ export default {
className: "iconfont icongongnengfuwu", className: "iconfont icongongnengfuwu",
hasChildren: false, hasChildren: false,
}, },
{ // {
id: "queryBbkwpxx", // id: "queryBbkwpxx",
label: "被布控物品信息", // label: "被布控物品信息",
newAuth: "M01", // newAuth: "M01",
index: "queryBbkwpxx", // index: "queryBbkwpxx",
className: "iconfont icongongnengfuwu", // className: "iconfont icongongnengfuwu",
hasChildren: false, // hasChildren: false,
}, // },
{ {
id: "qjgnsyrz", id: "qjgnsyrz",
label: "全局功能使用日志", label: "全局功能使用日志",
......
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