导入加客户名称
This commit is contained in:
parent
dced8b657e
commit
9768f43d27
BIN
public/static/tpl/imp_vip_trans_quote.xlsx
Normal file
BIN
public/static/tpl/imp_vip_trans_quote.xlsx
Normal file
Binary file not shown.
@ -306,7 +306,7 @@
|
||||
:on-change="fileChange"
|
||||
:before-upload="beforeUpload">
|
||||
<el-button slot="trigger" plain class="filter-item" size="mini" type="primary" >选择文件</el-button>
|
||||
<el-link type="primary" style="line-height: 28px;font-size:13px;color:blue" href="/static/tpl/imp_trans_quote.xlsx">下载导入Excel模板</el-link>
|
||||
<el-link type="primary" style="line-height: 28px;font-size:13px;color:blue" href="/static/tpl/imp_vip_trans_quote.xlsx">下载导入Excel模板</el-link>
|
||||
<div v-if="uploadExcelDataInfo !=''" style="color: black;font-size: 12px;font-weight: 800;">{{ fileName }} {{ uploadExcelDataInfo }}</div>
|
||||
</el-upload>
|
||||
<el-alert
|
||||
@ -749,6 +749,7 @@ export default {
|
||||
let orderData = {
|
||||
quoteName: element['报价名称'],
|
||||
useSiteName: element['使用网点'], //需要后面转成code
|
||||
custName:element['客户名称'],
|
||||
transLine: element['线路'], //转code
|
||||
prodName: element['产品类型'], //转code
|
||||
leastPrice: element['最低价格'],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user