1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| declare module "@salesforce/apex/LexConsumableController.init" {
| export default function init(param: {type: any, esetId: any, keywordStr: any}): Promise<any>;
| }
| declare module "@salesforce/apex/LexConsumableController.categoryAllload" {
| export default function categoryAllload(param: {agencyProTypeStr: any, category3Str: any}): Promise<any>;
| }
| declare module "@salesforce/apex/LexConsumableController.categoryload" {
| export default function categoryload(param: {agencyProTypeStr: any, category3Str: any, category4Str: any}): Promise<any>;
| }
| declare module "@salesforce/apex/LexConsumableController.searchConsumableorderdetails" {
| export default function searchConsumableorderdetails(param: {userWorkLocationStr: any, agencyProTypeStr: any, accountNameStr: any, accountIdStr: any, hospitalIdStr: any, contractIdStr: any, category1Str: any, category3Str: any, category4Str: any, category5Str: any, category_GoodStr: any, specialCampaignStr: any, dealerProductIdStr: any, methodTypeStr: any, consumableorderdetailsRecordsviewStr: any, editAbleStr: any, proLimitAndDateList: any}): Promise<any>;
| }
| declare module "@salesforce/apex/LexConsumableController.searchorderdetails" {
| export default function searchorderdetails(param: {methodTypeStr: any, accountIdStr: any, hospitalIdStr: any, contractIdStr: any, userWorkLocationStr: any, accountNameStr: any, proLimitAndDateList: any, editAbleStr: any}): Promise<any>;
| }
|
|