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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
declare module "@salesforce/apex/lexNewQuoteEntryController.selectQuoteById" {
  export default function selectQuoteById(param: {quoId: any}): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.selectQuoteListLineItemCount" {
  export default function selectQuoteListLineItemCount(param: {quoId: any, oppId: any, copyid: any}): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.selectQuoteLineItem" {
  export default function selectQuoteLineItem(param: {quoId: any, copyid: any}): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.selecUser" {
  export default function selecUser(): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.getquoDes" {
  export default function getquoDes(): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.QuotCalfagAss" {
  export default function QuotCalfagAss(): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.selectOpportunityById" {
  export default function selectOpportunityById(param: {oppId: any}): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.selectOppLItem" {
  export default function selectOppLItem(param: {oppId: any}): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.selectAccountById" {
  export default function selectAccountById(param: {accountid: any}): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.getPicklistValues" {
  export default function getPicklistValues(param: {objstr: any, fld: any, ifempty: any}): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.SaveQuote" {
  export default function SaveQuote(param: {activitiesCan: any, CheckItemCan: any, WinOrDecideAlertc: any, productStatusUpdatedc: any, oppInfoc: any, enableSalesc: any, quoc: any, oppIdc: any, quoIdc: any, newQuoteFlagc: any, changedAfterPrintc: any, quoteGurantee_Periodc: any, quotemultiYearWarrantyc: any, selection_hpc: any, SkipQuotefilgc: any, quoteflg: any, agency1Namec: any}): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.Print" {
  export default function Print(param: {activitiesCan: any, CheckItemCan: any, WinOrDecideAlertc: any, productStatusUpdatedc: any, oppInfoc: any, enableSalesc: any, quoc: any, oppIdc: any, quoIdc: any, newQuoteFlagc: any, changedAfterPrintc: any, quoteGurantee_Periodc: any, quotemultiYearWarrantyc: any, selection_hpc: any, SkipQuotefilgc: any, QuoteDecisionc: any, agency1Namec: any}): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.serContact" {
  export default function serContact(param: {tradec: any, SearchName: any, celon: any}): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.serSetContact" {
  export default function serSetContact(param: {SearchName: any, SearchCode: any, filterName: any}): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.setProductEntry" {
  export default function setProductEntry(param: {setProduct_text: any, activitiesCan: any, oppInfoc: any, quoc: any}): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.excelImport" {
  export default function excelImport(param: {excel_text: any, activitiesCan: any, oppInfoc: any, quoc: any}): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.QuoteDecision" {
  export default function QuoteDecision(param: {activitiesCan: any, CheckItemCan: any, WinOrDecideAlertc: any, productStatusUpdatedc: any, oppInfoc: any, enableSalesc: any, quoc: any, oppIdc: any, quoIdc: any, newQuoteFlagc: any, changedAfterPrintc: any, quoteGurantee_Periodc: any, quotemultiYearWarrantyc: any, selection_hpc: any, SkipQuotefilgc: any, agency1Namec: any}): Promise<any>;
}
declare module "@salesforce/apex/lexNewQuoteEntryController.getModulus" {
  export default function getModulus(param: {oppInfoc: any}): Promise<any>;
}