LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
declare module "@salesforce/apex/LexConInvoiceViewController.init" {
  export default function init(param: {invoiceId: any, statusEdit: any, deliveryId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexConInvoiceViewController.save" {
  export default function save(param: {cocLwc: any, HospitalNameLwc: any, HospitalInfoLwc: any, SecondDealerLwc: any, invoiceOrderRecoedsLwc: any, deliveryIdLwc: any, invoiceIdLwc: any, accountidLwc: any, agencyProTypeLwc: any, reopenLwc: any, invoiceOrderRecoedschangeLwc: any}): Promise<any>;
}
declare module "@salesforce/apex/LexConInvoiceViewController.saveFile" {
  export default function saveFile(param: {recordId: any, fileName: any, base64Data: any}): Promise<any>;
}
declare module "@salesforce/apex/LexConInvoiceViewController.saveAttachment" {
  export default function saveAttachment(param: {attachmentRecoedsLwc: any, invoiceId: any}): Promise<any>;
}
declare module "@salesforce/apex/LexConInvoiceViewController.InvoiceorderSearch" {
  export default function InvoiceorderSearch(param: {cocLwc: any, invoiceIdLwc: any, accountidLwc: any, userWorkLocationLwc: any, agencyProTypeLwc: any, HospitalInfoLwc: any, SecondDealerLwc: any, invoiceOrderRecoedsLwc: any}): Promise<any>;
}
declare module "@salesforce/apex/LexConInvoiceViewController.deleteButton" {
  export default function deleteButton(param: {invoiceIdLwc: any, cocLwc: any}): Promise<any>;
}
declare module "@salesforce/apex/LexConInvoiceViewController.approval" {
  export default function approval(param: {outOrderStringListLwc: any, outordercountMapLwc: any, invoiceIdLwc: any}): Promise<any>;
}