|
@@ -111,7 +111,7 @@ $(document).ready(function() {
|
|
|
,{
|
|
|
field: 'requireCoding',
|
|
|
title: '需求物资编码',
|
|
|
- width:200,
|
|
|
+ width:120,
|
|
|
sortName: 'requireCoding'
|
|
|
|
|
|
}
|
|
@@ -125,7 +125,7 @@ $(document).ready(function() {
|
|
|
,{
|
|
|
field: 'expansionCode',
|
|
|
title: '物料扩展编码',
|
|
|
- width:200,
|
|
|
+ width:120,
|
|
|
sortName: 'expansionCode'
|
|
|
}
|
|
|
,{
|
|
@@ -138,34 +138,34 @@ $(document).ready(function() {
|
|
|
,{
|
|
|
field: 'bigDescribe',
|
|
|
title: '大类描述',
|
|
|
- width:200,
|
|
|
+ width:120,
|
|
|
sortName: 'bigDescribe'
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'moderateDescribe',
|
|
|
title: '中类描述',
|
|
|
- width:200,
|
|
|
+ width:120,
|
|
|
sortName: 'moderateDescribe'
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'smallDescribe',
|
|
|
title: '小类描述',
|
|
|
- width:200,
|
|
|
+ width:120,
|
|
|
sortName: 'smallDescribe'
|
|
|
|
|
|
}
|
|
|
,{
|
|
|
field: 'requireNumber',
|
|
|
title: '需求数量',
|
|
|
- width:200,
|
|
|
+ width:120,
|
|
|
sortName: 'requireNumber'
|
|
|
}
|
|
|
,{
|
|
|
field: 'util',
|
|
|
title: '单位',
|
|
|
- width:200,
|
|
|
+ width:50,
|
|
|
sortName: 'util'
|
|
|
|
|
|
}
|