导入加客户名称

This commit is contained in:
wuteng 2025-07-08 16:16:06 +08:00
parent dced8b657e
commit 9768f43d27
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -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['最低价格'],