|
@@ -167,6 +167,12 @@ export default {
|
|
|
width: 180,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '箱数',
|
|
|
+ dataIndex: 'boxNumber',
|
|
|
+ width: 100,
|
|
|
+ className: 'replacecolor'
|
|
|
+ },
|
|
|
{
|
|
|
title: '数量',
|
|
|
dataIndex: 'quantity',
|
|
@@ -184,6 +190,18 @@ export default {
|
|
|
dataIndex: 'unitPriceIncludingTax',
|
|
|
width: 100,
|
|
|
className: 'replacecolor'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '成衣工厂',
|
|
|
+ dataIndex: 'garmentFactory',
|
|
|
+ width: 100,
|
|
|
+ className: 'replacecolor'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '成衣件数',
|
|
|
+ dataIndex: 'garmentNmb',
|
|
|
+ width: 100,
|
|
|
+ className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '业务类型',
|
|
@@ -217,6 +235,12 @@ export default {
|
|
|
customRender: t => ellipsis(t),
|
|
|
width: 220,
|
|
|
className: 'replacecolor'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '供应商编码',
|
|
|
+ dataIndex: 'supplierCode',
|
|
|
+ width: 100,
|
|
|
+ className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '供应商',
|
|
@@ -317,9 +341,15 @@ export default {
|
|
|
{
|
|
|
title: '订单变更说明',
|
|
|
dataIndex: 'orderChangeDescription',
|
|
|
- width: 280,
|
|
|
+ width: 220,
|
|
|
customRender: t => ellipsis(t),
|
|
|
className: 'replacecolor'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '订单日期',
|
|
|
+ dataIndex: 'orderDate',
|
|
|
+ width: 120,
|
|
|
+ className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '订单主表ID',
|