|
|
|
@ -91,8 +91,8 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '申请支付日期',
|
|
|
|
|
dataIndex: 'financeSoftCode',
|
|
|
|
|
width: 200
|
|
|
|
|
dataIndex: 'paymentDate',
|
|
|
|
|
width: 130
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '最后审核日期',
|
|
|
|
@ -104,16 +104,16 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
dataIndex: 'auditerName',
|
|
|
|
|
width: 120
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '结算对象银行',
|
|
|
|
|
dataIndex: 'customerBank',
|
|
|
|
|
width: 150
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '结算对象账户',
|
|
|
|
|
dataIndex: 'customerBAN',
|
|
|
|
|
width: 140
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: '结算对象银行',
|
|
|
|
|
// dataIndex: 'customerBank',
|
|
|
|
|
// width: 150
|
|
|
|
|
// },
|
|
|
|
|
// {
|
|
|
|
|
// title: '结算对象账户',
|
|
|
|
|
// dataIndex: 'customerBAN',
|
|
|
|
|
// width: 140
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
title: '备注',
|
|
|
|
|
dataIndex: 'note',
|
|
|
|
@ -161,64 +161,64 @@ export const columns: BasicColumn[] = [
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
title: '委托单位',
|
|
|
|
|
dataIndex: 'client',
|
|
|
|
|
dataIndex: 'clientName',
|
|
|
|
|
width: 120
|
|
|
|
|
},
|
|
|
|
|
////////////////////
|
|
|
|
|
{
|
|
|
|
|
title: '申请方式',
|
|
|
|
|
dataIndex: 'financeSoftCode',
|
|
|
|
|
width: 200
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: '申请方式',
|
|
|
|
|
// dataIndex: 'financeSoftCode',
|
|
|
|
|
// width: 200
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
title: '已打印',
|
|
|
|
|
dataIndex: 'financeSoftCode',
|
|
|
|
|
width: 200
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '入账申请编号',
|
|
|
|
|
dataIndex: 'financeSoftCode',
|
|
|
|
|
width: 200
|
|
|
|
|
dataIndex: 'isPrinted',
|
|
|
|
|
width: 100
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: '入账申请编号',
|
|
|
|
|
// dataIndex: 'financeSoftCode',
|
|
|
|
|
// width: 200
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
title: '驳回原因',
|
|
|
|
|
dataIndex: 'financeSoftCode',
|
|
|
|
|
width: 200
|
|
|
|
|
dataIndex: 'reason',
|
|
|
|
|
width: 150
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '结算方式',
|
|
|
|
|
dataIndex: 'financeSoftCode',
|
|
|
|
|
width: 200
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '申请部门',
|
|
|
|
|
dataIndex: 'financeSoftCode',
|
|
|
|
|
width: 200
|
|
|
|
|
dataIndex: 'settlementTypeName',
|
|
|
|
|
width: 130
|
|
|
|
|
},
|
|
|
|
|
// {
|
|
|
|
|
// title: '申请部门',
|
|
|
|
|
// dataIndex: 'financeSoftCode',
|
|
|
|
|
// width: 200
|
|
|
|
|
// },
|
|
|
|
|
{
|
|
|
|
|
title: '打印次数',
|
|
|
|
|
dataIndex: 'financeSoftCode',
|
|
|
|
|
width: 200
|
|
|
|
|
dataIndex: 'printTimes',
|
|
|
|
|
width: 100
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '所属分部',
|
|
|
|
|
dataIndex: 'financeSoftCode',
|
|
|
|
|
width: 200
|
|
|
|
|
dataIndex: 'saleDeptName',
|
|
|
|
|
width: 150,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '发票日期',
|
|
|
|
|
dataIndex: 'financeSoftCode',
|
|
|
|
|
width: 200
|
|
|
|
|
dataIndex: 'invoiceDate',
|
|
|
|
|
width: 120,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '发票金额',
|
|
|
|
|
dataIndex: 'financeSoftCode',
|
|
|
|
|
width: 200
|
|
|
|
|
dataIndex: 'invoiceAmount',
|
|
|
|
|
width: 120
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '收到发票',
|
|
|
|
|
dataIndex: 'financeSoftCode',
|
|
|
|
|
width: 200
|
|
|
|
|
dataIndex: 'isInvoiceReceived',
|
|
|
|
|
width: 80
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
@ -254,7 +254,7 @@ export const searchFormSchema: FormSchema[] = [
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
field: 'billStatus',
|
|
|
|
|
field: 'status',
|
|
|
|
|
label: '申请单状态',
|
|
|
|
|
component: 'Select',
|
|
|
|
|
colProps: { span: 4 },
|
|
|
|
|