|
@@ -431,13 +431,25 @@ export default {
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
- // {
|
|
|
- // title: '英文品名',
|
|
|
- // dataIndex: 'englishProductName',
|
|
|
- // width: 120,
|
|
|
- // className: 'replacecolor',
|
|
|
- // customRender: t => ellipsis(t),
|
|
|
- // },
|
|
|
+ {
|
|
|
+ title: 'HScode',
|
|
|
+ dataIndex: 'hsCode',
|
|
|
+ width: 120,
|
|
|
+ className: 'replacecolor'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '报关品名',
|
|
|
+ dataIndex: 'chineseName',
|
|
|
+ width: 120,
|
|
|
+ className: 'replacecolor'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '英文品名',
|
|
|
+ dataIndex: 'englishProductName',
|
|
|
+ width: 120,
|
|
|
+ className: 'replacecolor',
|
|
|
+ customRender: t => ellipsis(t),
|
|
|
+ },
|
|
|
// {
|
|
|
// title: '单价(销售)',
|
|
|
// dataIndex: 'salesUnitPrice',
|
|
@@ -492,18 +504,7 @@ export default {
|
|
|
},
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- // {
|
|
|
- // title: 'HScode',
|
|
|
- // dataIndex: 'hsCode',
|
|
|
- // width: 120,
|
|
|
- // className: 'replacecolor'
|
|
|
- // },
|
|
|
- // {
|
|
|
- // title: '中文品名',
|
|
|
- // dataIndex: 'chineseName',
|
|
|
- // width: 120,
|
|
|
- // className: 'replacecolor'
|
|
|
- // },
|
|
|
+
|
|
|
|
|
|
{
|
|
|
title: '成衣工厂',
|
|
@@ -521,7 +522,7 @@ export default {
|
|
|
title: '推送结果',
|
|
|
dataIndex: 'pushState',
|
|
|
scopedSlots: { customRender: 'pushState' },
|
|
|
- // fixed: 'right',
|
|
|
+ fixed: 'right',
|
|
|
width: 90,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -529,7 +530,7 @@ export default {
|
|
|
title: '单据状态',
|
|
|
dataIndex: 'submitStatus',
|
|
|
scopedSlots: { customRender: 'state' },
|
|
|
- // fixed: 'right',
|
|
|
+ fixed: 'right',
|
|
|
width: 90,
|
|
|
className: 'replacecolor'
|
|
|
},
|