Compare commits
No commits in common. "fb7003b066bc456059d1a6551d46b4b9a9067287" and "aca36187fc736e64860c603118b03b0d2ef0937d" have entirely different histories.
fb7003b066
...
aca36187fc
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<el-dialog
|
||||
:width="width || '900px'"
|
||||
:height="height || '400px'"
|
||||
height="350px"
|
||||
:visible.sync="open"
|
||||
:show-close="false" append-to-body>
|
||||
<div slot="title" style="margin: 0px; padding: 0px">
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
<div style="padding: 10px">
|
||||
<el-card class="box-card">
|
||||
<div slot="header" class="clearfix">
|
||||
<span @click="handleEdit(quote)">{{quote.quotCode}}</span>
|
||||
<span>{{quote.quotCode}}</span>
|
||||
<el-button style="float: right; padding: 3px; " type="text" @click="handleEdit(quote)">编辑</el-button>
|
||||
</div>
|
||||
<div class="text item">
|
||||
|
|
|
@ -183,7 +183,7 @@
|
|||
</el-form-item>
|
||||
</el-form>
|
||||
|
||||
<CustomerSelect :width="100 + '%'" :height="100 + '%'" ref="customerSelect" :open="customerOpen" @submit="submitCustomer" @cancel="customerOpen=false"></CustomerSelect>
|
||||
<CustomerSelect :width="100 + '%'" ref="customerSelect" :open="customerOpen" @submit="submitCustomer" @cancel="customerOpen=false"></CustomerSelect>
|
||||
<!-- 产品导入对话框 -->
|
||||
<el-dialog :title="productUpload.title" :visible.sync="productUpload.open" width="400px" append-to-body>
|
||||
<el-upload
|
||||
|
|
Loading…
Reference in New Issue