帮帮忙
parent
37541eb53b
commit
5a90b4d1a1
|
@ -4,6 +4,7 @@ import TextArea from "antd/es/input/TextArea";
|
|||
import {ApprovalProcess, Invoice, ReimbursementDetailModal} from "../../../models/ReimbursementDetailModal";
|
||||
import dayjs, {Dayjs} from "dayjs";
|
||||
import {ExclamationCircleOutlined} from "@ant-design/icons";
|
||||
import displayInvoicesList from "./component/tempComponent";
|
||||
|
||||
const statusEnum = {
|
||||
0: {text: '已报销', status: 'Success'},
|
||||
|
@ -21,10 +22,10 @@ const statusEnum2 = {
|
|||
3: "总经理",
|
||||
}
|
||||
|
||||
function displayInvoicesList(departureInvoice: Invoice, destinationInvoice: Invoice | null, otherInvoices: Invoice[]) {
|
||||
|
||||
return (<></>)
|
||||
}
|
||||
// function displayInvoicesList(departureInvoice: Invoice, destinationInvoice: Invoice | null, otherInvoices: Invoice[]) {
|
||||
//
|
||||
// return (<></>)
|
||||
// }
|
||||
|
||||
function displayRawInfo(reimbursement: ReimbursementDetailModal | undefined | null) {
|
||||
if (reimbursement == undefined)
|
||||
|
|
|
@ -6,3 +6,4 @@ function displayInvoicesList(departureInvoice: Invoice, destinationInvoice: Invo
|
|||
|
||||
return (<></>)
|
||||
}
|
||||
export default displayInvoicesList
|
Loading…
Reference in New Issue