|
@@ -177,13 +177,13 @@ export default {
|
|
|
},
|
|
|
|
|
|
|
|
|
- {
|
|
|
- title: '客户',
|
|
|
- dataIndex: 'customer',
|
|
|
- width: 250,
|
|
|
- customRender: t => ellipsis(t),
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '客户',
|
|
|
+ // dataIndex: 'customer',
|
|
|
+ // width: 250,
|
|
|
+ // customRender: t => ellipsis(t),
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
{
|
|
|
title: '存货名称',
|
|
|
dataIndex: 'inventoryName',
|
|
@@ -244,6 +244,12 @@ export default {
|
|
|
dataIndex: 'containerNumber',
|
|
|
width: 120,
|
|
|
className: 'replacecolor'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '预托书号',
|
|
|
+ dataIndex: 'depositaryReceiptNo',
|
|
|
+ width: 120,
|
|
|
+ className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '总净重',
|
|
@@ -263,6 +269,12 @@ export default {
|
|
|
dataIndex: 'totalVolume',
|
|
|
width: 90,
|
|
|
className: 'replacecolor'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '成衣工厂',
|
|
|
+ dataIndex: 'garmentFactory',
|
|
|
+ width: 90,
|
|
|
+ className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '备注',
|