|
@@ -76,7 +76,7 @@
|
|
:columns="syCarryBTable.columns"
|
|
:columns="syCarryBTable.columns"
|
|
:data-source="syCarryBTable.dataSource"
|
|
:data-source="syCarryBTable.dataSource"
|
|
:loading="syCarryBTable.loading"
|
|
:loading="syCarryBTable.loading"
|
|
- :scroll="{x: 1800, y:300}"
|
|
|
|
|
|
+ :scroll="{x: 2000, y:300}"
|
|
:pagination="false"
|
|
:pagination="false"
|
|
>
|
|
>
|
|
<!-- 操作 -->
|
|
<!-- 操作 -->
|
|
@@ -155,27 +155,27 @@
|
|
title: '日期',
|
|
title: '日期',
|
|
align: "center",
|
|
align: "center",
|
|
dataIndex: 'orderDate',
|
|
dataIndex: 'orderDate',
|
|
- width: '6%',
|
|
|
|
|
|
+ width: 140,
|
|
// scopedSlots: { customRender: 'orderDate' },
|
|
// scopedSlots: { customRender: 'orderDate' },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '入库单号/发票号',
|
|
title: '入库单号/发票号',
|
|
align: "center",
|
|
align: "center",
|
|
dataIndex: 'invoiceNo',
|
|
dataIndex: 'invoiceNo',
|
|
- width: '9%',
|
|
|
|
|
|
+ width: 140,
|
|
scopedSlots: { customRender: 'invoiceNo' },
|
|
scopedSlots: { customRender: 'invoiceNo' },
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '总件数',
|
|
title: '总件数',
|
|
dataIndex: 'allNum',
|
|
dataIndex: 'allNum',
|
|
- width: '6%',
|
|
|
|
|
|
+ width: 100,
|
|
// scopedSlots: { customRender: 'allNum' },
|
|
// scopedSlots: { customRender: 'allNum' },
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '柜子数量',
|
|
title: '柜子数量',
|
|
dataIndex: 'cabinets',
|
|
dataIndex: 'cabinets',
|
|
- width: '7%',
|
|
|
|
|
|
+ width: 100,
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
scopedSlots: { customRender: 'cabinets' },
|
|
scopedSlots: { customRender: 'cabinets' },
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
@@ -183,7 +183,7 @@
|
|
{
|
|
{
|
|
title: '明细',
|
|
title: '明细',
|
|
dataIndex: 'detailedNum',
|
|
dataIndex: 'detailedNum',
|
|
- width: '6%',
|
|
|
|
|
|
+ width: 100,
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
// scopedSlots: { customRender: 'detailedNum' },
|
|
// scopedSlots: { customRender: 'detailedNum' },
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
@@ -191,7 +191,7 @@
|
|
{
|
|
{
|
|
title: '衣架/吨数',
|
|
title: '衣架/吨数',
|
|
dataIndex: 'coatHanger',
|
|
dataIndex: 'coatHanger',
|
|
- width: '7%',
|
|
|
|
|
|
+ width: 120,
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
// scopedSlots: { customRender: 'coatHanger' },
|
|
// scopedSlots: { customRender: 'coatHanger' },
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
@@ -199,7 +199,7 @@
|
|
{
|
|
{
|
|
title: '集装箱号',
|
|
title: '集装箱号',
|
|
dataIndex: 'containerNo',
|
|
dataIndex: 'containerNo',
|
|
- width: '9%',
|
|
|
|
|
|
+ width: 160,
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
// scopedSlots: { customRender: 'containerNo' },
|
|
// scopedSlots: { customRender: 'containerNo' },
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
@@ -207,7 +207,7 @@
|
|
{
|
|
{
|
|
title: '单价',
|
|
title: '单价',
|
|
dataIndex: 'price',
|
|
dataIndex: 'price',
|
|
- width: '5%',
|
|
|
|
|
|
+ width: 100,
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
// scopedSlots: { customRender: 'price' },
|
|
// scopedSlots: { customRender: 'price' },
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
@@ -215,7 +215,7 @@
|
|
{
|
|
{
|
|
title: '总价',
|
|
title: '总价',
|
|
dataIndex: 'totalPrice',
|
|
dataIndex: 'totalPrice',
|
|
- width: '5%',
|
|
|
|
|
|
+ width: 100,
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
scopedSlots: { customRender: 'totalPrice' },
|
|
scopedSlots: { customRender: 'totalPrice' },
|
|
className: 'replacecolor',
|
|
className: 'replacecolor',
|
|
@@ -224,7 +224,7 @@
|
|
{
|
|
{
|
|
title: '计划员',
|
|
title: '计划员',
|
|
dataIndex: 'jhyNameData',
|
|
dataIndex: 'jhyNameData',
|
|
- width: '7%',
|
|
|
|
|
|
+ width: 140,
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
// scopedSlots: { customRender: 'jhyName' },
|
|
// scopedSlots: { customRender: 'jhyName' },
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
@@ -233,14 +233,14 @@
|
|
{
|
|
{
|
|
title: '签名',
|
|
title: '签名',
|
|
dataIndex: 'jhyName',
|
|
dataIndex: 'jhyName',
|
|
- width: '7%',
|
|
|
|
|
|
+ width: 100,
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '备注',
|
|
title: '备注',
|
|
dataIndex: 'demo',
|
|
dataIndex: 'demo',
|
|
- width: '9%',
|
|
|
|
|
|
+ width: 200,
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
// scopedSlots: { customRender: 'demo' },
|
|
// scopedSlots: { customRender: 'demo' },
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
@@ -248,7 +248,7 @@
|
|
{
|
|
{
|
|
title: '原因',
|
|
title: '原因',
|
|
dataIndex: 'reason',
|
|
dataIndex: 'reason',
|
|
- width: '9%',
|
|
|
|
|
|
+ width: 200,
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
scopedSlots: { customRender: 'reason' },
|
|
scopedSlots: { customRender: 'reason' },
|
|
className: 'replacecolor',
|
|
className: 'replacecolor',
|
|
@@ -257,7 +257,7 @@
|
|
{
|
|
{
|
|
title: '操作',
|
|
title: '操作',
|
|
dataIndex: 'option',
|
|
dataIndex: 'option',
|
|
- width: '9%',
|
|
|
|
|
|
+ width: 120,
|
|
ellipsis: true,
|
|
ellipsis: true,
|
|
scopedSlots: { customRender: 'option' },
|
|
scopedSlots: { customRender: 'option' },
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|