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
d75b5048
Commit
d75b5048
authored
Aug 07, 2021
by
季圣华
Browse files
给入库汇总和出库汇总报表增加单位
parent
a7d6c71e
Changes
3
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/components/jeecg/JUpload.vue
View file @
d75b5048
...
...
@@ -212,7 +212,7 @@
let
fileList
=
[];
let
arr
=
paths
.
split
(
"
,
"
)
for
(
var
a
=
0
;
a
<
arr
.
length
;
a
++
){
let
url
=
getFileAccessHttpUrl
(
arr
[
a
]);
let
url
=
getFileAccessHttpUrl
(
'
systemConfig/static/
'
+
arr
[
a
]);
fileList
.
push
({
uid
:
uidGenerator
(),
name
:
getFileName
(
arr
[
a
]),
...
...
jshERP-web/src/views/report/InMaterialCount.vue
View file @
d75b5048
...
...
@@ -128,6 +128,7 @@
{
title
:
'
规格
'
,
dataIndex
:
'
standard
'
,
width
:
100
},
{
title
:
'
型号
'
,
dataIndex
:
'
model
'
,
width
:
100
},
{
title
:
'
类型
'
,
dataIndex
:
'
categoryName
'
,
width
:
120
},
{
title
:
'
单位
'
,
dataIndex
:
'
materialUnit
'
,
width
:
120
},
{
title
:
'
入库数量
'
,
dataIndex
:
'
numSum
'
,
width
:
120
},
{
title
:
'
入库金额
'
,
dataIndex
:
'
priceSum
'
,
width
:
120
}
],
...
...
jshERP-web/src/views/report/OutMaterialCount.vue
View file @
d75b5048
...
...
@@ -128,6 +128,7 @@
{
title
:
'
规格
'
,
dataIndex
:
'
standard
'
,
width
:
100
},
{
title
:
'
型号
'
,
dataIndex
:
'
model
'
,
width
:
100
},
{
title
:
'
类型
'
,
dataIndex
:
'
categoryName
'
,
width
:
120
},
{
title
:
'
单位
'
,
dataIndex
:
'
materialUnit
'
,
width
:
120
},
{
title
:
'
出库数量
'
,
dataIndex
:
'
numSum
'
,
width
:
120
},
{
title
:
'
出库金额
'
,
dataIndex
:
'
priceSum
'
,
width
:
120
}
],
...
...
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