| | |
| | | render: (val) => erpPriceInputFormatter(val) as string, |
| | | }, |
| | | { |
| | | field: 'totalInvoicePrice', |
| | | label: '已开票金额(含审批中)', |
| | | render: (val) => erpPriceInputFormatter(val) as string, |
| | | }, |
| | | { |
| | | field: 'ownerUserName', |
| | | label: '负责人', |
| | | }, |
| | |
| | | render: (val) => erpPriceInputFormatter(val) as string, |
| | | }, |
| | | { |
| | | field: 'totalInvoicePrice', |
| | | label: '已开票金额(含审批中)', |
| | | render: (val) => erpPriceInputFormatter(val) as string, |
| | | }, |
| | | { |
| | | field: 'unInvoicePrice', |
| | | label: '未开票金额(元)', |
| | | render: (val) => erpPriceInputFormatter(val) as string, |
| | | }, |
| | | { |
| | | field: 'depositPrice', |
| | | label: '定金金额(元)', |
| | | render: (val) => erpPriceInputFormatter(val) as string, |