Commit eb24090d authored by xioln's avatar xioln

采购入库修改

parent 37fbbd75
...@@ -6,12 +6,10 @@ ...@@ -6,12 +6,10 @@
*/ */
<template> <template>
<div class="procurement-Warehousing-import"> <div class="procurement-Warehousing-import">
<el-dialog <dee-dialog
:visible.sync="dialogVisible" :visible="dialogVisible"
title="导入" title="导入"
width="40%" width="40%"
close-on-click-modal
show-close
> >
<el-form ref="fileForm" label-width="100px"> <el-form ref="fileForm" label-width="100px">
<el-form-item label="选择文件"> <el-form-item label="选择文件">
...@@ -40,7 +38,7 @@ ...@@ -40,7 +38,7 @@
@click="handleImportExcel" @click="handleImportExcel"
>确定导入</el-button> >确定导入</el-button>
</div> </div>
</el-dialog> </dee-dialog>
</div> </div>
</template> </template>
<script> <script>
......
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