|
@@ -86,14 +86,14 @@ export default {
|
|
|
{
|
|
|
title: '订单号',
|
|
|
dataIndex: 'orderNumber',
|
|
|
- width: 280,
|
|
|
+ width: 120,
|
|
|
fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '款号',
|
|
|
dataIndex: 'itemNumber',
|
|
|
- width: 180,
|
|
|
+ width: 60,
|
|
|
fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -133,13 +133,13 @@ export default {
|
|
|
{
|
|
|
title: '存货编码',
|
|
|
dataIndex: 'inventoryCode',
|
|
|
- width: 220,
|
|
|
+ width: 120,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '存货名称',
|
|
|
dataIndex: 'inventoryName',
|
|
|
- width: 280,
|
|
|
+ width: 180,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
@@ -318,14 +318,14 @@ export default {
|
|
|
title: '订单主表ID',
|
|
|
dataIndex: 'syOrderDataId',
|
|
|
width: 120,
|
|
|
- fixed: 'right',
|
|
|
+ // fixed: 'right',
|
|
|
className: 'replacecolor1'
|
|
|
},
|
|
|
{
|
|
|
title: '订单子表ID',
|
|
|
dataIndex: 'syOrderDataItemId',
|
|
|
width: 320,
|
|
|
- fixed: 'right',
|
|
|
+ // fixed: 'right',
|
|
|
className: 'replacecolor'
|
|
|
}
|
|
|
],
|