|
@@ -478,19 +478,21 @@
|
|
|
</el-dialog>
|
|
|
|
|
|
<!-- 模具报废上传弹窗 -->
|
|
|
- <el-dialog title="模具报废上传" :visible.sync="centerDialog2Visible" width="450px" :before-close="clearFileRecord">
|
|
|
- <p style="height:60px;">
|
|
|
- <span style="float:left;margin-right:30px;">申请单</span>
|
|
|
- <el-upload ref="upload1" action="customize" :http-request="uploadDiscardFile1" :limit="1" :before-remove="beforeRemove1" style="float:left">
|
|
|
+ <el-dialog title="模具报废上传" :visible.sync="centerDialog2Visible" width="500px" :before-close="clearFileRecord">
|
|
|
+ <div >
|
|
|
+ <div style="height:30px;line-height:30px;">申请单</div>
|
|
|
+ <br>
|
|
|
+ <el-upload ref="upload1" action="customize" :http-request="uploadDiscardFile1" :limit="1" :before-remove="beforeRemove1">
|
|
|
<el-button size="small" type="primary">上传</el-button>
|
|
|
</el-upload>
|
|
|
- </p>
|
|
|
- <p style="height:60px;">
|
|
|
- <span style="float:left;margin-right:30px;">报废单</span>
|
|
|
- <el-upload ref="upload2" action="customize" :http-request="uploadDiscardFile2" :limit="1" :before-remove="beforeRemove2" style="float:left">
|
|
|
+ </div>
|
|
|
+ <div style="margin-top:15px;">
|
|
|
+ <div style="height:30px;line-height:30px;">报废单</div>
|
|
|
+ <br>
|
|
|
+ <el-upload ref="upload2" action="customize" :http-request="uploadDiscardFile2" :limit="1" :before-remove="beforeRemove2">
|
|
|
<el-button size="small" type="primary">上传</el-button>
|
|
|
</el-upload>
|
|
|
- </p>
|
|
|
+ </div>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
<el-button @click="discardUpload" :loading="uploading">确定</el-button>
|
|
|
</span>
|