作者 小范

收发货人弹框层级及闪退问题完善

... ... @@ -19,7 +19,7 @@
<!--列表-->
<el-table :data="consignerList" highlight-current-row v-loading="listLoading" @selection-change="selsChange"
@current-change="handleCurrentChange"
@row-dblclick="handleCurrentChange"
:header-cell-style="{background:'#6F8294',color:'#FFFFFF'}"
style="border-radius: 10px 10px 0px 0px;line-height: 25px;" >
<el-table-column type="selection" width="55">
... ... @@ -57,7 +57,7 @@
</el-pagination>
</el-row>
<!--编辑界面-->
<el-dialog :title="dialogMap[dialogStatus]" :visible.sync="coneeVisible" :modal-append-to-body="false" width="80%" text-align="center" tyle="margin-top: -20px">
<el-dialog :title="dialogMap[dialogStatus]" :visible.sync="coneeVisible" :append-to-body="true" width="80%" text-align="center" tyle="margin-top: -20px">
<el-form :model="coneeForm" :rules="coneeRules" ref="coneeForm" label-width="145px" style="margin-top: -10px">
<el-row>
<el-col :span="4" style="display: none">
... ...
... ... @@ -18,7 +18,7 @@
</el-col>
<!--列表-->
<el-table :data="consignerList" highlight-current-row v-loading="listLoading" @selection-change="selsChange"
@current-change="handleCurrentChange"
@row-dblclick="handleCurrentChange"
:header-cell-style="{background:'#6F8294',color:'#FFFFFF'}"
style="border-radius: 10px 10px 0px 0px;line-height: 25px;" >
<el-table-column type="selection" width="55">
... ... @@ -56,8 +56,8 @@
</el-pagination>
</el-row>
<!--编辑界面-->
<el-dialog :title="dialogMap[dialogStatus]" :visible.sync="conerVisible"
:modal-append-to-body="false" width="80%" text-align="center" tyle="margin-top: -20px">
<el-dialog :title="dialogMap[dialogStatus]" :visible.sync="conerVisible" :append-to-body="true"
width="80%" text-align="center" tyle="margin-top: -20px">
<el-form :model="conerForm" :rules="conerRules" ref="conerForm" label-width="145px" style="margin-top: -10px">
<el-row>
<el-col :span="4" style="display: none">
... ...