|
@@ -86,7 +86,7 @@ $(document).ready(function() {
|
|
|
,{
|
|
|
field: 'uniqueCode',
|
|
|
title: '物资唯一码(批次编码)',
|
|
|
- width:200,
|
|
|
+ width:180,
|
|
|
sortName: 'uniqueCode'
|
|
|
,formatter:function(value, row , index){
|
|
|
|
|
@@ -172,7 +172,7 @@ $(document).ready(function() {
|
|
|
,{
|
|
|
field: 'planToBatch',
|
|
|
title: '计划批次',
|
|
|
- width:200,
|
|
|
+ width:120,
|
|
|
sortName: 'planToBatch'
|
|
|
|
|
|
}
|
|
@@ -186,19 +186,19 @@ $(document).ready(function() {
|
|
|
,{
|
|
|
field: 'flagStorage',
|
|
|
title: '是否入库',
|
|
|
- width:200,
|
|
|
+ width:120,
|
|
|
sortName: 'flagStorage'
|
|
|
}
|
|
|
,{
|
|
|
field: 'inventoryQuantity',
|
|
|
title: '库存数量',
|
|
|
- width:200,
|
|
|
+ width:120,
|
|
|
sortName: 'inventoryQuantity'
|
|
|
}
|
|
|
,{
|
|
|
field: 'numberFrozen',
|
|
|
title: '冻结数量',
|
|
|
- width:200,
|
|
|
+ width:120,
|
|
|
sortName: 'numberFrozen'
|
|
|
}
|
|
|
,{
|