|
@@ -8,6 +8,7 @@ export const columns: BasicColumn[] = [
|
|
|
{
|
|
|
title: '发票单号(bill code)',
|
|
|
align:"center",
|
|
|
+ ellipsis:true,
|
|
|
dataIndex: 'billCode'
|
|
|
},
|
|
|
{
|
|
@@ -23,7 +24,7 @@ export const columns: BasicColumn[] = [
|
|
|
{
|
|
|
title: '项目(project)',
|
|
|
align:"center",
|
|
|
- width:250,
|
|
|
+ ellipsis:true,
|
|
|
dataIndex: 'projectName'
|
|
|
},
|
|
|
{
|
|
@@ -35,6 +36,7 @@ export const columns: BasicColumn[] = [
|
|
|
{
|
|
|
title: '购方(buyer)',
|
|
|
align:"center",
|
|
|
+ ellipsis:true,
|
|
|
dataIndex: 'buyer'
|
|
|
},
|
|
|
{
|
|
@@ -42,11 +44,12 @@ export const columns: BasicColumn[] = [
|
|
|
align:"center",
|
|
|
dataIndex: 'buyerTaxNumber',
|
|
|
width:250,
|
|
|
+ ellipsis:true,
|
|
|
},
|
|
|
{
|
|
|
title: '销售订单(sale order)',
|
|
|
align:"center",
|
|
|
- dataIndex: 'saleOrder'
|
|
|
+ dataIndex: 'saleOrder',
|
|
|
},
|
|
|
{
|
|
|
title: '采购订单(purchase order)',
|
|
@@ -61,19 +64,20 @@ export const columns: BasicColumn[] = [
|
|
|
{
|
|
|
title: '签单/提单(sign/bill of lading)',
|
|
|
align:"center",
|
|
|
- dataIndex: 'sign'
|
|
|
+ dataIndex: 'sign',
|
|
|
+ width:300,
|
|
|
},
|
|
|
{
|
|
|
title: '价税合计(tax money)',
|
|
|
align:"center",
|
|
|
dataIndex: 'taxMoney',
|
|
|
- width:300,
|
|
|
+ ellipsis:true,
|
|
|
},
|
|
|
{
|
|
|
title: '盖章发票(stapm invoice)',
|
|
|
align:"center",
|
|
|
dataIndex: 'stapmInvoice',
|
|
|
- width:250,
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
title: '提交(submit)',
|