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
6bafce98
Commit
6bafce98
authored
Nov 11, 2020
by
季圣华
Browse files
解决入库明细不显示价格的bug
parent
37bee950
Changes
3
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/reports/in_detail.html
View file @
6bafce98
...
...
@@ -194,7 +194,7 @@
{
title
:
'
商品名称
'
,
field
:
'
mname
'
,
width
:
120
},
{
title
:
'
商品型号
'
,
field
:
'
model
'
,
width
:
100
},
{
title
:
'
单价
'
,
field
:
'
unitPrice
'
,
width
:
60
},
{
title
:
'
入库数量
'
,
field
:
'
operNumber
'
,
width
:
6
0
},
{
title
:
'
入库数量
'
,
field
:
'
operNumber
'
,
width
:
8
0
},
{
title
:
'
金额
'
,
field
:
'
allPrice
'
,
width
:
60
},
{
title
:
'
供应商
'
,
field
:
'
sname
'
,
width
:
200
},
{
title
:
'
仓库
'
,
field
:
'
dname
'
,
width
:
120
},
...
...
erp_web/pages/reports/out_detail.html
View file @
6bafce98
...
...
@@ -194,7 +194,7 @@
{
title
:
'
商品名称
'
,
field
:
'
mname
'
,
width
:
120
},
{
title
:
'
商品型号
'
,
field
:
'
model
'
,
width
:
100
},
{
title
:
'
单价
'
,
field
:
'
unitPrice
'
,
width
:
60
},
{
title
:
'
出库数量
'
,
field
:
'
operNumber
'
,
width
:
6
0
},
{
title
:
'
出库数量
'
,
field
:
'
operNumber
'
,
width
:
8
0
},
{
title
:
'
金额
'
,
field
:
'
allPrice
'
,
width
:
60
},
{
title
:
'
客户
'
,
field
:
'
sname
'
,
width
:
200
},
{
title
:
'
仓库
'
,
field
:
'
dname
'
,
width
:
120
},
...
...
src/main/resources/mapper_xml/DepotHeadMapperEx.xml
View file @
6bafce98
...
...
@@ -12,9 +12,9 @@
<result
column=
"Number"
jdbcType=
"VARCHAR"
property=
"Number"
/>
<result
column=
"MName"
jdbcType=
"VARCHAR"
property=
"MName"
/>
<result
column=
"Model"
jdbcType=
"VARCHAR"
property=
"Model"
/>
<result
column=
"
U
nit
P
rice"
jdbcType=
"DECIMAL"
property=
"UnitPrice"
/>
<result
column=
"
O
per
N
umber"
jdbcType=
"DECIMAL"
property=
"OperNumber"
/>
<result
column=
"
A
ll
P
rice"
jdbcType=
"DECIMAL"
property=
"AllPrice"
/>
<result
column=
"
u
nit
_p
rice"
jdbcType=
"DECIMAL"
property=
"UnitPrice"
/>
<result
column=
"
o
per
_n
umber"
jdbcType=
"DECIMAL"
property=
"OperNumber"
/>
<result
column=
"
a
ll
_p
rice"
jdbcType=
"DECIMAL"
property=
"AllPrice"
/>
<result
column=
"SName"
jdbcType=
"VARCHAR"
property=
"SName"
/>
<result
column=
"DName"
jdbcType=
"VARCHAR"
property=
"DName"
/>
<result
column=
"OperTime"
jdbcType=
"VARCHAR"
property=
"OperTime"
/>
...
...
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