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
7ec6035d
Commit
7ec6035d
authored
Sep 10, 2017
by
季圣华
Browse files
报表列表中隐藏'颜色'字段
parent
c7c04694
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/pages/reports/buy_in_report.jsp
View file @
7ec6035d
...
...
@@ -73,7 +73,6 @@
animate
:
false
,
//选中单行
singleSelect
:
true
,
//url:'
<%=
path
%>
/depotItem/
buyIn
.
action
?
pageSize
=
'
+ initPageSize,
pagination
:
true
,
//交替出现背景
striped
:
true
,
...
...
@@ -84,7 +83,7 @@
{
title
:
'
名称
'
,
field
:
'
MaterialName
'
,
width
:
60
},
{
title
:
'
型号
'
,
field
:
'
MaterialModel
'
,
width
:
80
},
{
title
:
'
规格
'
,
field
:
'
MaterialStandard
'
,
width
:
80
},
{ title:
'
颜色
'
,field:
'
MaterialColor
'
,width:80},
{
title
:
'
颜色
'
,
field
:
'
MaterialColor
'
,
width
:
80
,
hidden
:
true
},
{
title
:
'
单位
'
,
field
:
'
MaterialUnit
'
,
width
:
80
},
{
title
:
'
进货数量
'
,
field
:
'
InSum
'
,
width
:
60
},
{
title
:
'
进货金额
'
,
field
:
'
InSumPrice
'
,
width
:
60
},
...
...
src/main/webapp/pages/reports/gift_manage_report.jsp
View file @
7ec6035d
...
...
@@ -92,7 +92,7 @@
{
title
:
'
名称
'
,
field
:
'
MaterialName
'
,
width
:
60
},
{
title
:
'
型号
'
,
field
:
'
MaterialModel
'
,
width
:
80
},
{
title
:
'
规格
'
,
field
:
'
MaterialStandard
'
,
width
:
80
},
{
title
:
'
颜色
'
,
field
:
'
MaterialColor
'
,
width
:
80
},
{
title
:
'
颜色
'
,
field
:
'
MaterialColor
'
,
width
:
80
,
hidden
:
true
},
{
title
:
'
单位
'
,
field
:
'
MaterialUnit
'
,
width
:
80
},
{
title
:
'
结存数量
'
,
field
:
'
thisSum
'
,
width
:
80
}
]],
...
...
src/main/webapp/pages/reports/in_out_stock_report.jsp
View file @
7ec6035d
...
...
@@ -195,7 +195,6 @@
animate:false,
//选中单行
singleSelect : true,
//url:'
<%=
path
%>
/depotItem/findByAll.action?pageSize=' + initPageSize,
pagination: true,
//交替出现背景
striped : true,
...
...
@@ -206,7 +205,7 @@
{ title: '名称',field: 'MaterialName',width:60},
{ title: '型号',field: 'MaterialModel',width:80},
{ title: '规格',field: 'MaterialStandard',width:80},
{ title: '颜色',field: 'MaterialColor',width:80},
{ title: '颜色',field: 'MaterialColor',width:80
,hidden:true
},
{ title: '单位',field: 'MaterialUnit',width:80},
{ title: '单价',field: 'UnitPrice',width:60,formatter: function(value,row,index){
return value.toFixed(2);
...
...
src/main/webapp/pages/reports/sale_out_report.jsp
View file @
7ec6035d
...
...
@@ -75,7 +75,6 @@
animate
:
false
,
//选中单行
singleSelect
:
true
,
//url:'
<%=
path
%>
/depotItem/
saleOut
.
action
?
pageSize
=
'
+ initPageSize,
pagination
:
true
,
//交替出现背景
striped
:
true
,
...
...
@@ -86,7 +85,7 @@
{
title
:
'
名称
'
,
field
:
'
MaterialName
'
,
width
:
60
},
{
title
:
'
型号
'
,
field
:
'
MaterialModel
'
,
width
:
80
},
{
title
:
'
规格
'
,
field
:
'
MaterialStandard
'
,
width
:
80
},
{ title:
'
颜色
'
,field:
'
MaterialColor
'
,width:80},
{
title
:
'
颜色
'
,
field
:
'
MaterialColor
'
,
width
:
80
,
hidden
:
true
},
{
title
:
'
单位
'
,
field
:
'
MaterialUnit
'
,
width
:
80
},
{
title
:
'
销售数量
'
,
field
:
'
OutSum
'
,
width
:
60
},
{
title
:
'
销售金额
'
,
field
:
'
OutSumPrice
'
,
width
:
60
},
...
...
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