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
55
56
57
58
59
60
61
62
63
declare module "@salesforce/apex/lexSINewQuoteEntryController.selectQuoteById" {
  export default function selectQuoteById(param: {quoId: any}): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.selectQuoteListLineItemCount" {
  export default function selectQuoteListLineItemCount(param: {quoId: any, oppId: any, copyid: any}): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.selectQuoteLineItem" {
  export default function selectQuoteLineItem(param: {quoId: any, copyid: any}): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.selecUser" {
  export default function selecUser(): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.getquoDes" {
  export default function getquoDes(): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.QuotCalfagAss" {
  export default function QuotCalfagAss(): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.selectOpportunityById" {
  export default function selectOpportunityById(param: {oppId: any}): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.selectOppLItem" {
  export default function selectOppLItem(param: {oppId: any}): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.selectProById" {
  export default function selectProById(param: {proList: any}): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.selectAccountById" {
  export default function selectAccountById(param: {accountid: any}): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.getPicklistValues" {
  export default function getPicklistValues(param: {objstr: any, fld: any, ifempty: any}): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.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/lexSINewQuoteEntryController.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/lexSINewQuoteEntryController.serContact" {
  export default function serContact(param: {tradec: any, SearchName: any, celon: any}): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.serSetContact" {
  export default function serSetContact(param: {SearchName: any, SearchCode: any, filterName: any}): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.setProductEntry" {
  export default function setProductEntry(param: {setProduct_text: any, activitiesCan: any, oppInfoc: any, quoc: any}): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.excelImport" {
  export default function excelImport(param: {excel_text: any, activitiesCan: any, oppInfoc: any, quoc: any}): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.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/lexSINewQuoteEntryController.getModulus" {
  export default function getModulus(param: {oppInfoc: any}): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.submitOppoApplyStock" {
  export default function submitOppoApplyStock(param: {oppIdc: any, quoIdc: any}): Promise<any>;
}
declare module "@salesforce/apex/lexSINewQuoteEntryController.QuoteConfirm" {
  export default function QuoteConfirm(param: {quoid: any}): Promise<any>;
}