Commit a5ba6cde authored by 前端-许佳敏's avatar 前端-许佳敏

fix:报价单字段变更

parent ded2bebb
......@@ -172,27 +172,27 @@ export const inquiryColumns: any[] = [
},
{
title: '询价单号',
dataIndex: 'inquiryListNo',
dataIndex: 'requisitionFormNo',
align: 'center',
key: 'inquiryListNo',
key: 'requisitionFormNo',
},
{
title: '报价单摘要',
dataIndex: 'details',
dataIndex: 'quotationSummary',
align: 'center',
key: 'details',
key: 'quotationSummary',
},
{
title: '询价会员',
dataIndex: 'memberName',
dataIndex: 'demandMembers',
align: 'center',
key: 'memberName',
key: 'demandMembers',
},
{
title: '单据时间',
dataIndex: 'voucherTime',
dataIndex: 'documentsTime',
align: 'center',
key: 'voucherTime',
key: 'documentsTime',
render: _ => formatTimeString(_)
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment