Commit 8f5f4381 authored by dragondean@qq.com's avatar dragondean@qq.com

Merge remote-tracking branch 'origin/release2.2' into release2.2

parents 8a8bf6ee 134488eb
...@@ -114,7 +114,7 @@ export function exportExcel(params) { ...@@ -114,7 +114,7 @@ export function exportExcel(params) {
return request({ return request({
url: '/ecw/order-exception/export-excel', url: '/ecw/order-exception/export-excel',
method: 'get', method: 'get',
timeout: 3*60*1000, timeout: 30*60*1000,
params, params,
// timeout: 3*60*1000, // timeout: 3*60*1000,
responseType: 'arraybuffer' responseType: 'arraybuffer'
......
...@@ -73,6 +73,7 @@ export default { ...@@ -73,6 +73,7 @@ export default {
beforeUploadimg1(file) { beforeUploadimg1(file) {
if (this.fileList.length >= 10) { if (this.fileList.length >= 10) {
this.$message.error(this.$t('您最多上传10个附件')) this.$message.error(this.$t('您最多上传10个附件'))
return
} }
console.log(file) console.log(file)
var type = file.name.split('.') var type = file.name.split('.')
......
...@@ -185,6 +185,7 @@ export default { ...@@ -185,6 +185,7 @@ export default {
v.num = item.num v.num = item.num
v.volume = item.volume v.volume = item.volume
v.weight = item.weight v.weight = item.weight
v.brandName = item.brandName
v.warehouseInInfoVO = item.warehouseInInfoVO v.warehouseInInfoVO = item.warehouseInInfoVO
} }
}) })
...@@ -201,6 +202,7 @@ export default { ...@@ -201,6 +202,7 @@ export default {
v.num = item.num v.num = item.num
v.volume = item.volume v.volume = item.volume
v.weight = item.weight v.weight = item.weight
v.brandName = item.brandName
v.warehouseInInfoVO = item.warehouseInInfoVO v.warehouseInInfoVO = item.warehouseInInfoVO
} }
list.push(v) list.push(v)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment