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
fa3c0e1f
Commit
fa3c0e1f
authored
Nov 12, 2017
by
季圣华
Browse files
修改出入库单据明细的宽度
parent
97190eed
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/webapp/js/pages/materials/in_out.js
View file @
fa3c0e1f
...
@@ -1062,15 +1062,15 @@
...
@@ -1062,15 +1062,15 @@
}
}
}
}
},
},
{
title
:
'
单位
'
,
field
:
'
Unit
'
,
editor
:
'
validatebox
'
,
width
:
7
0
},
{ title: '单位',field: 'Unit',editor:'validatebox',width:
6
0},
{
title
:
'
数量
'
,
field
:
'
OperNumber
'
,
editor
:
'
validatebox
'
,
width
:
7
0
},
{ title: '数量',field: 'OperNumber',editor:'validatebox',width:
6
0},
{
title
:
'
单价
'
,
field
:
'
UnitPrice
'
,
editor
:
'
validatebox
'
,
width
:
7
0
},
{ title: '单价',field: 'UnitPrice',editor:'validatebox',width:
6
0},
{
title
:
'
含税单价
'
,
field
:
'
TaxUnitPrice
'
,
editor
:
'
validatebox
'
,
hidden
:
isShowTaxColumn
,
width
:
80
},
{ title: '含税单价',field: 'TaxUnitPrice',editor:'validatebox',hidden:isShowTaxColumn,width:
75
},
{
title
:
'
金额
'
,
field
:
'
AllPrice
'
,
editor
:
'
validatebox
'
,
width
:
80
},
{ title: '金额',field: 'AllPrice',editor:'validatebox',width:
75
},
{
title
:
'
税率(%)
'
,
field
:
'
TaxRate
'
,
editor
:
'
validatebox
'
,
hidden
:
isShowTaxColumn
,
width
:
80
},
{ title: '税率(%)',field: 'TaxRate',editor:'validatebox',hidden:isShowTaxColumn,width:
75
},
{
title
:
'
税额
'
,
field
:
'
TaxMoney
'
,
editor
:
'
validatebox
'
,
hidden
:
isShowTaxColumn
,
width
:
80
},
{ title: '税额',field: 'TaxMoney',editor:'validatebox',hidden:isShowTaxColumn,width:
75
},
{
title
:
'
价税合计
'
,
field
:
'
TaxLastMoney
'
,
editor
:
'
validatebox
'
,
hidden
:
isShowTaxColumn
,
width
:
80
},
{ title: '价税合计',field: 'TaxLastMoney',editor:'validatebox',hidden:isShowTaxColumn,width:
75
},
{
title
:
'
备注
'
,
field
:
'
Remark
'
,
editor
:
'
validatebox
'
,
width
:
1
5
0
},
{ title: '备注',field: 'Remark',editor:'validatebox',width:1
2
0},
{ title: '品名-别',field: 'OtherField1',editor:'validatebox',hidden:otherColumns,width:60},
{ title: '品名-别',field: 'OtherField1',editor:'validatebox',hidden:otherColumns,width:60},
{ title: '型号-别',field: 'OtherField2',editor:'validatebox',hidden:otherColumns,width:60},
{ title: '型号-别',field: 'OtherField2',editor:'validatebox',hidden:otherColumns,width:60},
{ title: '颜色-别',field: 'OtherField3',editor:'validatebox',hidden:otherColumns,width:60},
{ title: '颜色-别',field: 'OtherField3',editor:'validatebox',hidden:otherColumns,width:60},
...
@@ -1189,15 +1189,15 @@
...
@@ -1189,15 +1189,15 @@
{ title: depotHeadName,field: 'DepotName',editor:'validatebox',width:90},
{ title: depotHeadName,field: 'DepotName',editor:'validatebox',width:90},
{ title: '品名(型号)(扩展信息)(包装)',field: 'MaterialName',width:230},
{ title: '品名(型号)(扩展信息)(包装)',field: 'MaterialName',width:230},
{ title: anotherDepotHeadName,field: 'AnotherDepotName',hidden:isShowAnotherDepot,width:90},
{ title: anotherDepotHeadName,field: 'AnotherDepotName',hidden:isShowAnotherDepot,width:90},
{
title
:
'
单位
'
,
field
:
'
Unit
'
,
editor
:
'
validatebox
'
,
width
:
7
0
},
{ title: '单位',field: 'Unit',editor:'validatebox',width:
6
0},
{
title
:
'
数量
'
,
field
:
'
OperNumber
'
,
editor
:
'
validatebox
'
,
width
:
7
0
},
{ title: '数量',field: 'OperNumber',editor:'validatebox',width:
6
0},
{
title
:
'
单价
'
,
field
:
'
UnitPrice
'
,
editor
:
'
validatebox
'
,
width
:
7
0
},
{ title: '单价',field: 'UnitPrice',editor:'validatebox',width:
6
0},
{
title
:
'
含税单价
'
,
field
:
'
TaxUnitPrice
'
,
editor
:
'
validattebox
'
,
hidden
:
isShowTaxColumn
,
width
:
80
},
{ title: '含税单价',field: 'TaxUnitPrice',editor:'validattebox',hidden:isShowTaxColumn,width:
75
},
{
title
:
'
金额
'
,
field
:
'
AllPrice
'
,
editor
:
'
validatebox
'
,
width
:
80
},
{ title: '金额',field: 'AllPrice',editor:'validatebox',width:
75
},
{
title
:
'
税率
'
,
field
:
'
TaxRate
'
,
editor
:
'
validatebox
'
,
hidden
:
isShowTaxColumn
,
width
:
80
},
{ title: '税率',field: 'TaxRate',editor:'validatebox',hidden:isShowTaxColumn,width:
75
},
{
title
:
'
税额
'
,
field
:
'
TaxMoney
'
,
editor
:
'
validatebox
'
,
hidden
:
isShowTaxColumn
,
width
:
80
},
{ title: '税额',field: 'TaxMoney',editor:'validatebox',hidden:isShowTaxColumn,width:
75
},
{
title
:
'
价税合计
'
,
field
:
'
TaxLastMoney
'
,
editor
:
'
validatebox
'
,
hidden
:
isShowTaxColumn
,
width
:
80
},
{ title: '价税合计',field: 'TaxLastMoney',editor:'validatebox',hidden:isShowTaxColumn,width:
75
},
{
title
:
'
备注
'
,
field
:
'
Remark
'
,
editor
:
'
validatebox
'
,
width
:
1
5
0
},
{ title: '备注',field: 'Remark',editor:'validatebox',width:1
2
0},
{ title: '品名-别',field: 'OtherField1',editor:'validatebox',hidden:otherColumns,width:60},
{ title: '品名-别',field: 'OtherField1',editor:'validatebox',hidden:otherColumns,width:60},
{ title: '型号-别',field: 'OtherField2',editor:'validatebox',hidden:otherColumns,width:60},
{ title: '型号-别',field: 'OtherField2',editor:'validatebox',hidden:otherColumns,width:60},
{ title: '颜色-别',field: 'OtherField3',editor:'validatebox',hidden:otherColumns,width:60},
{ title: '颜色-别',field: 'OtherField3',editor:'validatebox',hidden:otherColumns,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