Commit 5b64d319 by 米嘉伟

毛玻璃

parent bfa86961
...@@ -664,6 +664,7 @@ export default { ...@@ -664,6 +664,7 @@ export default {
} }
}, },
closeTjddl (val) { closeTjddl (val) {
this.$bus.emit('isBlur', val)
console.log("添加到队列关闭", val); console.log("添加到队列关闭", val);
this.isShowTjddl = val; this.isShowTjddl = val;
}, },
...@@ -690,6 +691,7 @@ export default { ...@@ -690,6 +691,7 @@ export default {
// } // }
}, },
closeDcftpx (val) { closeDcftpx (val) {
this.$bus.emit('isBlur', val)
console.log("导出FPTX关闭", val); console.log("导出FPTX关闭", val);
this.isShowDcftpx = val; this.isShowDcftpx = val;
}, },
...@@ -755,6 +757,7 @@ export default { ...@@ -755,6 +757,7 @@ export default {
this.isShowGgrytm = true; this.isShowGgrytm = true;
}, },
closeGgrytm (val) { closeGgrytm (val) {
this.$bus.emit('isBlur', val)
console.log("更改条码关闭", val); console.log("更改条码关闭", val);
this.isShowGgrytm = val; this.isShowGgrytm = val;
this.search(); this.search();
...@@ -767,6 +770,7 @@ export default { ...@@ -767,6 +770,7 @@ export default {
this.isShowFztm = true; this.isShowFztm = true;
}, },
closeFztm (val) { closeFztm (val) {
this.$bus.emit('isBlur', val)
console.log("closeFztm复制条码关闭", val); console.log("closeFztm复制条码关闭", val);
this.isShowFztm = val; this.isShowFztm = val;
this.search(); this.search();
...@@ -790,6 +794,7 @@ export default { ...@@ -790,6 +794,7 @@ export default {
this.isShowFcx = true; this.isShowFcx = true;
}, },
closeFcx (val) { closeFcx (val) {
this.$bus.emit('isBlur', val)
console.log("发查询关闭", val); console.log("发查询关闭", val);
this.isShowFcx = val; this.isShowFcx = val;
// this.search() // this.search()
...@@ -905,6 +910,7 @@ export default { ...@@ -905,6 +910,7 @@ export default {
* @return {*} * @return {*}
*/ */
toggleSelection (rows) { toggleSelection (rows) {
if (rows) { if (rows) {
rows.forEach((row) => { rows.forEach((row) => {
this.$refs.multipleTable.toggleRowSelection(row); this.$refs.multipleTable.toggleRowSelection(row);
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
append-to-body append-to-body
:before-close="handleClose" :before-close="handleClose"
:close-on-click-modal='false' :close-on-click-modal='false'
:modal='false'
> >
<div <div
slot="title" slot="title"
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
append-to-body append-to-body
:before-close="handleClose" :before-close="handleClose"
:close-on-click-modal='false' :close-on-click-modal='false'
:modal='false'
> >
<div <div
slot="title" slot="title"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
append-to-body append-to-body
:before-close="handleClose" :before-close="handleClose"
:close-on-click-modal='false' :close-on-click-modal='false'
:modal='false'
> >
<div class="top"> <div class="top">
<div class="left"> <div class="left">
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
append-to-body append-to-body
:before-close="handleClose" :before-close="handleClose"
:close-on-click-modal='false' :close-on-click-modal='false'
:modal='false'
> >
<el-form <el-form
:label-position="labelPosition" :label-position="labelPosition"
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
append-to-body append-to-body
:before-close="handleClose" :before-close="handleClose"
:close-on-click-modal='false' :close-on-click-modal='false'
:modal='false'
> >
<el-form <el-form
:label-position="labelPosition" :label-position="labelPosition"
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
append-to-body append-to-body
:before-close="handleClose" :before-close="handleClose"
:close-on-click-modal='false' :close-on-click-modal='false'
:modal='false'
> >
<el-table <el-table
v-if="type=='ry'" v-if="type=='ry'"
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
append-to-body append-to-body
:before-close="handleClose" :before-close="handleClose"
:close-on-click-modal='false' :close-on-click-modal='false'
:modal='false'
> >
<el-form <el-form
:model="ruleForm" :model="ruleForm"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
append-to-body append-to-body
:before-close="handleClose" :before-close="handleClose"
:close-on-click-modal='false' :close-on-click-modal='false'
:modal='false'
> >
<el-form <el-form
:label-position="labelPosition" :label-position="labelPosition"
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
append-to-body append-to-body
:before-close="handleClose" :before-close="handleClose"
:close-on-click-modal="false" :close-on-click-modal="false"
:modal='false'
> >
<el-form <el-form
:label-position="labelPosition" :label-position="labelPosition"
......
...@@ -171,7 +171,10 @@ ...@@ -171,7 +171,10 @@
width="auto" width="auto"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<div class="ops" @click="closeSelected"> <div
class="ops"
@click="closeSelected"
>
<el-tooltip <el-tooltip
class="item" class="item"
effect="dark" effect="dark"
...@@ -468,7 +471,7 @@ export default { ...@@ -468,7 +471,7 @@ export default {
}; };
}, },
methods: { methods: {
closeSelected() { closeSelected () {
this.selectBoo = false; this.selectBoo = false;
this.toggleSelection(); this.toggleSelection();
}, },
...@@ -595,6 +598,7 @@ export default { ...@@ -595,6 +598,7 @@ export default {
} }
}, },
closeDcfptx (val) { closeDcfptx (val) {
this.$bus.emit('isBlur', val)
console.log('导出FPTX关闭', val) console.log('导出FPTX关闭', val)
this.isShowDcfptx = val this.isShowDcfptx = val
}, },
...@@ -626,6 +630,7 @@ export default { ...@@ -626,6 +630,7 @@ export default {
} }
}, },
closeTjddl (val) { closeTjddl (val) {
this.$bus.emit('isBlur', val)
console.log('添加到队列关闭', val) console.log('添加到队列关闭', val)
this.isShowTjddl = val this.isShowTjddl = val
}, },
...@@ -661,6 +666,7 @@ export default { ...@@ -661,6 +666,7 @@ export default {
this.isShowGz = true; this.isShowGz = true;
}, },
closeGz (val) { closeGz (val) {
this.$bus.emit('isBlur', val)
console.log('关注关闭', val) console.log('关注关闭', val)
this.isShowGz = val this.isShowGz = val
this.search() this.search()
...@@ -687,6 +693,7 @@ export default { ...@@ -687,6 +693,7 @@ export default {
this.isShowGgrytm = true; this.isShowGgrytm = true;
}, },
closeGgrytm (val) { closeGgrytm (val) {
this.$bus.emit('isBlur', val)
console.log('更改条码关闭', val) console.log('更改条码关闭', val)
this.isShowGgrytm = val this.isShowGgrytm = val
this.search() this.search()
...@@ -698,6 +705,7 @@ export default { ...@@ -698,6 +705,7 @@ export default {
this.isShowFztm = true; this.isShowFztm = true;
}, },
closeFztm (val) { closeFztm (val) {
this.$bus.emit('isBlur', val)
console.log('closeFztm复制条码关闭', val) console.log('closeFztm复制条码关闭', val)
this.isShowFztm = val this.isShowFztm = val
this.search() this.search()
...@@ -720,6 +728,7 @@ export default { ...@@ -720,6 +728,7 @@ export default {
this.isShowFcx = true; this.isShowFcx = true;
}, },
closeFcx (val) { closeFcx (val) {
this.$bus.emit('isBlur', val)
console.log('发查询关闭', val) console.log('发查询关闭', val)
this.isShowFcx = val this.isShowFcx = val
this.search() this.search()
...@@ -729,6 +738,7 @@ export default { ...@@ -729,6 +738,7 @@ export default {
this.isShowXzaj = true; this.isShowXzaj = true;
}, },
closeXzaj (val) { closeXzaj (val) {
this.$bus.emit('isBlur', val)
console.log('新增案件关闭', val) console.log('新增案件关闭', val)
this.isShowXzaj = val this.isShowXzaj = val
this.search() this.search()
...@@ -916,10 +926,10 @@ const datas1 = [ ...@@ -916,10 +926,10 @@ const datas1 = [
background-color: #dadde0; background-color: #dadde0;
border-radius: 3px; border-radius: 3px;
} }
.delSelection /deep/ .el-table-column--selection .cell{ .delSelection /deep/ .el-table-column--selection .cell {
display: none; display: none;
} }
.delSelection /deep/ .el-table-column--selection{ .delSelection /deep/ .el-table-column--selection {
} }
.AllPersonnelBase { .AllPersonnelBase {
height: 100%; height: 100%;
......
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