|
@@ -66,7 +66,7 @@
|
|
|
:data-source="syShippingDetailsItemList"
|
|
|
:loading="loading"
|
|
|
:pagination="ipagination"
|
|
|
- :scroll="{ x: 2800,y:400 }"
|
|
|
+ :scroll="{ x: 2800,y:500 }"
|
|
|
@change="handleTableChange"
|
|
|
>
|
|
|
<!-- 款号 输入框 :rules="rules.itemNumber" -->
|
|
@@ -267,7 +267,7 @@ export default {
|
|
|
title: '款号',
|
|
|
dataIndex: 'itemNumber',
|
|
|
// fixed: 'left',
|
|
|
- width: 100,
|
|
|
+ width: 90,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -321,21 +321,21 @@ export default {
|
|
|
{
|
|
|
title: '小po',
|
|
|
dataIndex: 'smallPo',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: 'Pack Id',
|
|
|
dataIndex: 'packId',
|
|
|
- width: 120,
|
|
|
+ width: 110,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: '分销点',
|
|
|
dataIndex: 'distributionPoint',
|
|
|
- width: 120,
|
|
|
+ width: 110,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -351,7 +351,7 @@ export default {
|
|
|
title: '单价(销售)',
|
|
|
// scopedSlots: { customRender: 'salesUnitPrice' },
|
|
|
dataIndex: 'salesUnitPrice',
|
|
|
- width: 100,
|
|
|
+ width: 110,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -369,14 +369,14 @@ export default {
|
|
|
dataIndex: 'customsDeclarationUnitPrice',
|
|
|
// scopedSlots: { customRender: 'customsDeclarationUnitPrice' },
|
|
|
// fixed: 'left',
|
|
|
- width: 100,
|
|
|
+ width: 90,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: '工厂单价',
|
|
|
dataIndex: 'factoryUnitPrice',
|
|
|
- width: 100,
|
|
|
+ width: 90,
|
|
|
// scopedSlots: { customRender: 'factoryUnitPrice' },
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
@@ -385,7 +385,7 @@ export default {
|
|
|
{
|
|
|
title: '订单数量',
|
|
|
dataIndex: 'orderQuantity',
|
|
|
- width: 100,
|
|
|
+ width: 90,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -401,7 +401,7 @@ export default {
|
|
|
title: '发货数量',
|
|
|
dataIndex: 'shipmentQuantity',
|
|
|
scopedSlots: { customRender: 'shipmentQuantity' },
|
|
|
- width: 100,
|
|
|
+ width: 90,
|
|
|
},
|
|
|
|
|
|
{
|
|
@@ -459,21 +459,21 @@ export default {
|
|
|
{
|
|
|
title: '销售部门',
|
|
|
dataIndex: 'salesDepartment',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: '业务员',
|
|
|
dataIndex: 'salesman',
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
|
{
|
|
|
title: '币种',
|
|
|
dataIndex: 'currencyText',
|
|
|
- width: 120,
|
|
|
+ width: 90,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|
|
@@ -481,7 +481,7 @@ export default {
|
|
|
{
|
|
|
title: '品牌方',
|
|
|
dataIndex: 'brandSide',
|
|
|
- width: 180,
|
|
|
+ width: 100,
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true,
|
|
|
},
|