Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
a72ff588
Commit
a72ff588
authored
Oct 17, 2022
by
季圣华
Browse files
调整入库出库明细的导出excel的列标题
parent
ffcad4d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/report/InDetail.vue
View file @
a72ff588
...
...
@@ -246,7 +246,7 @@
}
},
exportExcel
()
{
let
aoa
=
[[
'
单据编号
'
,
'
条码
'
,
'
名称
'
,
'
规格
'
,
'
型号
'
,
'
单位
'
,
'
数量
'
,
'
单价
'
,
'
金额
'
,
'
税率(%)
'
,
'
税额
'
,
'
供应商
'
,
'
仓库
'
,
'
入库日期
'
,
'
备注
'
]]
let
aoa
=
[[
'
单据编号
'
,
'
条码
'
,
'
名称
'
,
'
规格
'
,
'
型号
'
,
'
单位
'
,
'
数量
'
,
'
单价
'
,
'
金额
'
,
'
税率(%)
'
,
'
税额
'
,
'
往来单位
'
,
'
仓库
'
,
'
入库日期
'
,
'
备注
'
]]
for
(
let
i
=
0
;
i
<
this
.
dataSource
.
length
;
i
++
)
{
let
ds
=
this
.
dataSource
[
i
]
let
item
=
[
ds
.
number
,
ds
.
barCode
,
ds
.
mname
,
ds
.
standard
,
ds
.
model
,
ds
.
mUnit
,
ds
.
operNumber
,
ds
.
unitPrice
,
...
...
jshERP-web/src/views/report/OutDetail.vue
View file @
a72ff588
...
...
@@ -246,7 +246,7 @@
}
},
exportExcel
()
{
let
aoa
=
[[
'
单据编号
'
,
'
条码
'
,
'
名称
'
,
'
规格
'
,
'
型号
'
,
'
单位
'
,
'
数量
'
,
'
单价
'
,
'
金额
'
,
'
税率(%)
'
,
'
税额
'
,
'
客户
'
,
'
仓库
'
,
'
出库日期
'
,
'
备注
'
]]
let
aoa
=
[[
'
单据编号
'
,
'
条码
'
,
'
名称
'
,
'
规格
'
,
'
型号
'
,
'
单位
'
,
'
数量
'
,
'
单价
'
,
'
金额
'
,
'
税率(%)
'
,
'
税额
'
,
'
往来单位
'
,
'
仓库
'
,
'
出库日期
'
,
'
备注
'
]]
for
(
let
i
=
0
;
i
<
this
.
dataSource
.
length
;
i
++
)
{
let
ds
=
this
.
dataSource
[
i
]
let
item
=
[
ds
.
number
,
ds
.
barCode
,
ds
.
mname
,
ds
.
standard
,
ds
.
model
,
ds
.
mUnit
,
ds
.
operNumber
,
ds
.
unitPrice
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment