|
@@ -120,7 +120,7 @@ export default {
|
|
dyeLossRateColumns: [
|
|
dyeLossRateColumns: [
|
|
{
|
|
{
|
|
title: '序号',
|
|
title: '序号',
|
|
- width: 90,
|
|
|
|
|
|
+ width: 50,
|
|
dataIndex: 'index',
|
|
dataIndex: 'index',
|
|
key: 'index',
|
|
key: 'index',
|
|
customRender: (text, record, index) => `${index + 1}`,
|
|
customRender: (text, record, index) => `${index + 1}`,
|
|
@@ -135,12 +135,19 @@ export default {
|
|
|
|
|
|
{
|
|
{
|
|
title: '物料名称',
|
|
title: '物料名称',
|
|
- width: 320,
|
|
|
|
|
|
+ width: 360,
|
|
align: 'left',
|
|
align: 'left',
|
|
dataIndex: 'cinvName',
|
|
dataIndex: 'cinvName',
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
},
|
|
},
|
|
- { title: '颜色', width: 160, dataIndex: 'color', customRender: t => ellipsis(t), className: 'replacecolor' },
|
|
|
|
|
|
+ {
|
|
|
|
+ title: '颜色',
|
|
|
|
+ width: 180,
|
|
|
|
+ dataIndex: 'color',
|
|
|
|
+ align: 'left',
|
|
|
|
+ customRender: t => ellipsis(t),
|
|
|
|
+ className: 'replacecolor'
|
|
|
|
+ },
|
|
{ title: '供应商', width: 180, dataIndex: 'cvenName', align: 'left', className: 'replacecolor' },
|
|
{ title: '供应商', width: 180, dataIndex: 'cvenName', align: 'left', className: 'replacecolor' },
|
|
{
|
|
{
|
|
title: '订单号',
|
|
title: '订单号',
|