页面调整
This commit is contained in:
parent
c1b317414b
commit
13a01c2bd8
@ -42,7 +42,7 @@
|
|||||||
<a-table
|
<a-table
|
||||||
ref="table"
|
ref="table"
|
||||||
size="middle"
|
size="middle"
|
||||||
:scroll="{ y: 300, x:'max-content' }"
|
:scroll="{ y: 300, x:528 }"
|
||||||
bordered
|
bordered
|
||||||
rowKey="id"
|
rowKey="id"
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
@ -121,7 +121,7 @@
|
|||||||
title: '#',
|
title: '#',
|
||||||
dataIndex: '',
|
dataIndex: '',
|
||||||
key:'rowIndex',
|
key:'rowIndex',
|
||||||
width:60,
|
// width:60,
|
||||||
align:"center",
|
align:"center",
|
||||||
customRender:function (t,r,index) {
|
customRender:function (t,r,index) {
|
||||||
return parseInt(index)+1;
|
return parseInt(index)+1;
|
||||||
@ -137,31 +137,31 @@
|
|||||||
title:'料号',
|
title:'料号',
|
||||||
align:"center",
|
align:"center",
|
||||||
dataIndex: 'pn',
|
dataIndex: 'pn',
|
||||||
width: 120
|
// width: 120
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title:'规格',
|
title:'规格',
|
||||||
align:"center",
|
align:"center",
|
||||||
dataIndex: 'spec',
|
dataIndex: 'spec',
|
||||||
width: 100
|
// width: 100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title:'发货数量',
|
title:'发货数量',
|
||||||
align:"center",
|
align:"center",
|
||||||
dataIndex: 'shipNumber',
|
dataIndex: 'shipNumber',
|
||||||
width: 100
|
// width: 100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title:'预估托盘数',
|
title:'预估托盘数',
|
||||||
align:"center",
|
align:"center",
|
||||||
dataIndex: 'palletsNum',
|
dataIndex: 'palletsNum',
|
||||||
width: 100
|
// width: 100
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title:'发货单',
|
title:'发货单',
|
||||||
align:"center",
|
align:"center",
|
||||||
dataIndex: 'invoice',
|
dataIndex: 'invoice',
|
||||||
width: 100
|
// width: 100
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// title: '操作',
|
// title: '操作',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user