|
|
@@ -4,7 +4,7 @@
|
|
|
:size="drawerSize"
|
|
|
:with-header="true"
|
|
|
:modal="true"
|
|
|
- style="z-index: 9000"
|
|
|
+ :z-index="9000"
|
|
|
:close-on-click-modal="false"
|
|
|
:show-close="true"
|
|
|
@close="handleDrawerClose"
|
|
|
@@ -147,9 +147,9 @@
|
|
|
title="补充材料"
|
|
|
:visible.sync="materialDialogVisible"
|
|
|
width="600px"
|
|
|
- style="z-index: 10000"
|
|
|
+ :z-index="10000"
|
|
|
:close-on-click-modal="false"
|
|
|
- :modal="false"
|
|
|
+ :modal="true"
|
|
|
append-to-body
|
|
|
>
|
|
|
<el-form
|
|
|
@@ -280,7 +280,7 @@
|
|
|
:title="'选择模板'"
|
|
|
:visible="costAuditDialogVisible"
|
|
|
width="50%"
|
|
|
- style="z-index: 11000"
|
|
|
+ :z-index="20000"
|
|
|
:close-on-click-modal="false"
|
|
|
:confirm-loading="costAuditSubmitting"
|
|
|
@confirm="submitCostAuditTemplate"
|