Commit 5b64d319 by 米嘉伟

毛玻璃

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