|
|
@ -4,7 +4,7 @@ |
|
|
<el-form :inline="true" label-position="top" label-width="80px"> |
|
|
<el-form :inline="true" label-position="top" label-width="80px"> |
|
|
<el-row> |
|
|
<el-row> |
|
|
<el-form-item label=" "> |
|
|
<el-form-item label=" "> |
|
|
<!-- <el-button type="primary" @click="downloadFile()">下载文件模板</el-button>--> |
|
|
|
|
|
|
|
|
<el-button type="primary" @click="downloadFile()">下载文件模板</el-button> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
</el-row> |
|
|
</el-row> |
|
|
<el-row> |
|
|
<el-row> |
|
|
@ -129,7 +129,7 @@ |
|
|
} |
|
|
} |
|
|
let tempData = { |
|
|
let tempData = { |
|
|
orderRef1: 'ecss', |
|
|
orderRef1: 'ecss', |
|
|
orderRef2: 'upLoadDel' |
|
|
|
|
|
|
|
|
orderRef2: 'upLoadWalMart' |
|
|
} |
|
|
} |
|
|
await queryFileId(tempData).then(({data}) => { |
|
|
await queryFileId(tempData).then(({data}) => { |
|
|
if (data && data.code === 0) { |
|
|
if (data && data.code === 0) { |
|
|
|