lm_admin 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SqlApiLib/Access/RootAccess.d.ts +17 -0
- package/SqlApiLib/Access/RootAccess.js +27 -0
- package/SqlApiLib/Access/RootAccess.js.map +1 -0
- package/SqlApiLib/Access/RootAccess.ts +39 -0
- package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.d.ts +18 -0
- package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.js +25 -0
- package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.js.map +1 -0
- package/SqlApiLib/ApiSqlRequest/ApiSqlRequest.ts +33 -0
- package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.d.ts +7 -0
- package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.js +13 -0
- package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.js.map +1 -0
- package/SqlApiLib/ApiSqlResponse/ApiSqlResponse.ts +22 -0
- package/SqlApiLib/ClassProperty/ArrayTableField.d.ts +5 -0
- package/SqlApiLib/ClassProperty/ArrayTableField.js +10 -0
- package/SqlApiLib/ClassProperty/ArrayTableField.js.map +1 -0
- package/SqlApiLib/ClassProperty/ArrayTableField.ts +11 -0
- package/SqlApiLib/ClassProperty/GetArrayTableFields.d.ts +2 -0
- package/SqlApiLib/ClassProperty/GetArrayTableFields.js +21 -0
- package/SqlApiLib/ClassProperty/GetArrayTableFields.js.map +1 -0
- package/SqlApiLib/ClassProperty/GetArrayTableFields.ts +20 -0
- package/SqlApiLib/ClassProperty/TableField.d.ts +28 -0
- package/SqlApiLib/ClassProperty/TableField.js +17 -0
- package/SqlApiLib/ClassProperty/TableField.js.map +1 -0
- package/SqlApiLib/ClassProperty/TableField.ts +45 -0
- package/SqlApiLib/IniSection/ClsIniSection.d.ts +21 -0
- package/SqlApiLib/IniSection/ClsIniSection.js +81 -0
- package/SqlApiLib/IniSection/ClsIniSection.js.map +1 -0
- package/SqlApiLib/IniSection/ClsIniSection.ts +67 -0
- package/SqlApiLib/IniSection/ClsIniSectionEdit.d.ts +10 -0
- package/SqlApiLib/IniSection/ClsIniSectionEdit.js +54 -0
- package/SqlApiLib/IniSection/ClsIniSectionEdit.js.map +1 -0
- package/SqlApiLib/IniSection/ClsIniSectionEdit.ts +33 -0
- package/SqlApiLib/InsertUpdate/InsertCommand.d.ts +5 -0
- package/SqlApiLib/InsertUpdate/InsertCommand.js +11 -0
- package/SqlApiLib/InsertUpdate/InsertCommand.js.map +1 -0
- package/SqlApiLib/InsertUpdate/InsertCommand.ts +12 -0
- package/SqlApiLib/InsertUpdate/UpdateCommand.d.ts +5 -0
- package/SqlApiLib/InsertUpdate/UpdateCommand.js +12 -0
- package/SqlApiLib/InsertUpdate/UpdateCommand.js.map +1 -0
- package/SqlApiLib/InsertUpdate/UpdateCommand.ts +12 -0
- package/SqlApiLib/LmAgent/CopyLmAgentEdit.d.ts +2 -0
- package/SqlApiLib/LmAgent/CopyLmAgentEdit.js +20 -0
- package/SqlApiLib/LmAgent/CopyLmAgentEdit.js.map +1 -0
- package/SqlApiLib/LmAgent/CopyLmAgentEdit.ts +17 -0
- package/SqlApiLib/LmAgent/GetLmAgentView.d.ts +2 -0
- package/SqlApiLib/LmAgent/GetLmAgentView.js +92 -0
- package/SqlApiLib/LmAgent/GetLmAgentView.js.map +1 -0
- package/SqlApiLib/LmAgent/GetLmAgentView.ts +101 -0
- package/SqlApiLib/LmAgent/LmAgent.d.ts +31 -0
- package/SqlApiLib/LmAgent/LmAgent.js +123 -0
- package/SqlApiLib/LmAgent/LmAgent.js.map +1 -0
- package/SqlApiLib/LmAgent/LmAgent.ts +95 -0
- package/SqlApiLib/LmAgent/LmAgentAddData.d.ts +6 -0
- package/SqlApiLib/LmAgent/LmAgentAddData.js +34 -0
- package/SqlApiLib/LmAgent/LmAgentAddData.js.map +1 -0
- package/SqlApiLib/LmAgent/LmAgentAddData.ts +18 -0
- package/SqlApiLib/LmAgent/LmAgentEdit.d.ts +16 -0
- package/SqlApiLib/LmAgent/LmAgentEdit.js +78 -0
- package/SqlApiLib/LmAgent/LmAgentEdit.js.map +1 -0
- package/SqlApiLib/LmAgent/LmAgentEdit.ts +58 -0
- package/SqlApiLib/LmAgent/LmAgentSelect.d.ts +22 -0
- package/SqlApiLib/LmAgent/LmAgentSelect.js +108 -0
- package/SqlApiLib/LmAgent/LmAgentSelect.js.map +1 -0
- package/SqlApiLib/LmAgent/LmAgentSelect.ts +81 -0
- package/SqlApiLib/LmBanner/CopyLmBannerEdit.d.ts +2 -0
- package/SqlApiLib/LmBanner/CopyLmBannerEdit.js +18 -0
- package/SqlApiLib/LmBanner/CopyLmBannerEdit.js.map +1 -0
- package/SqlApiLib/LmBanner/CopyLmBannerEdit.ts +16 -0
- package/SqlApiLib/LmBanner/GetLmBannerView.d.ts +2 -0
- package/SqlApiLib/LmBanner/GetLmBannerView.js +83 -0
- package/SqlApiLib/LmBanner/GetLmBannerView.js.map +1 -0
- package/SqlApiLib/LmBanner/GetLmBannerView.ts +91 -0
- package/SqlApiLib/LmBanner/LmBanner.d.ts +26 -0
- package/SqlApiLib/LmBanner/LmBanner.js +102 -0
- package/SqlApiLib/LmBanner/LmBanner.js.map +1 -0
- package/SqlApiLib/LmBanner/LmBanner.ts +79 -0
- package/SqlApiLib/LmBanner/LmBannerAddData.d.ts +4 -0
- package/SqlApiLib/LmBanner/LmBannerAddData.js +24 -0
- package/SqlApiLib/LmBanner/LmBannerAddData.js.map +1 -0
- package/SqlApiLib/LmBanner/LmBannerEdit.d.ts +14 -0
- package/SqlApiLib/LmBanner/LmBannerEdit.js +68 -0
- package/SqlApiLib/LmBanner/LmBannerEdit.js.map +1 -0
- package/SqlApiLib/LmBanner/LmBannerEdit.ts +48 -0
- package/SqlApiLib/LmBanner/LmBannerSelect.d.ts +18 -0
- package/SqlApiLib/LmBanner/LmBannerSelect.js +88 -0
- package/SqlApiLib/LmBanner/LmBannerSelect.js.map +1 -0
- package/SqlApiLib/LmBanner/LmBannerSelect.ts +64 -0
- package/SqlApiLib/LmBanner/LmBannerView.d.ts +6 -0
- package/SqlApiLib/LmBanner/LmBannerView.js +30 -0
- package/SqlApiLib/LmBanner/LmBannerView.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.d.ts +2 -0
- package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.js +16 -0
- package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/CopyLmBannerGroupEdit.ts +14 -0
- package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.d.ts +2 -0
- package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.js +79 -0
- package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/GetLmBannerGroupView.ts +86 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroup.d.ts +32 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroup.js +105 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroup.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroup.ts +84 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.d.ts +5 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.js +29 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupAddData.ts +14 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.d.ts +11 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.js +57 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupEdit.ts +39 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.d.ts +18 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.js +84 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.js.map +1 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupSelect.ts +61 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupView.d.ts +6 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupView.js +30 -0
- package/SqlApiLib/LmBannerGroup/LmBannerGroupView.js.map +1 -0
- package/SqlApiLib/LmBasket/CopyLmBasketEdit.d.ts +2 -0
- package/SqlApiLib/LmBasket/CopyLmBasketEdit.js +23 -0
- package/SqlApiLib/LmBasket/CopyLmBasketEdit.js.map +1 -0
- package/SqlApiLib/LmBasket/CopyLmBasketEdit.ts +20 -0
- package/SqlApiLib/LmBasket/GetLmBasketView.d.ts +2 -0
- package/SqlApiLib/LmBasket/GetLmBasketView.js +116 -0
- package/SqlApiLib/LmBasket/GetLmBasketView.js.map +1 -0
- package/SqlApiLib/LmBasket/GetLmBasketView.ts +129 -0
- package/SqlApiLib/LmBasket/LmBasket.d.ts +28 -0
- package/SqlApiLib/LmBasket/LmBasket.js +110 -0
- package/SqlApiLib/LmBasket/LmBasket.js.map +1 -0
- package/SqlApiLib/LmBasket/LmBasket.ts +83 -0
- package/SqlApiLib/LmBasket/LmBasketAddData.d.ts +8 -0
- package/SqlApiLib/LmBasket/LmBasketAddData.js +44 -0
- package/SqlApiLib/LmBasket/LmBasketAddData.js.map +1 -0
- package/SqlApiLib/LmBasket/LmBasketAddData.ts +26 -0
- package/SqlApiLib/LmBasket/LmBasketEdit.d.ts +16 -0
- package/SqlApiLib/LmBasket/LmBasketEdit.js +76 -0
- package/SqlApiLib/LmBasket/LmBasketEdit.js.map +1 -0
- package/SqlApiLib/LmBasket/LmBasketEdit.ts +52 -0
- package/SqlApiLib/LmBasket/LmBasketSelect.d.ts +21 -0
- package/SqlApiLib/LmBasket/LmBasketSelect.js +105 -0
- package/SqlApiLib/LmBasket/LmBasketSelect.js.map +1 -0
- package/SqlApiLib/LmBasket/LmBasketSelect.ts +75 -0
- package/SqlApiLib/LmBrand/CopyLmBrandEdit.d.ts +2 -0
- package/SqlApiLib/LmBrand/CopyLmBrandEdit.js +14 -0
- package/SqlApiLib/LmBrand/CopyLmBrandEdit.js.map +1 -0
- package/SqlApiLib/LmBrand/CopyLmBrandEdit.ts +12 -0
- package/SqlApiLib/LmBrand/GetLmBrandView.d.ts +2 -0
- package/SqlApiLib/LmBrand/GetLmBrandView.js +68 -0
- package/SqlApiLib/LmBrand/GetLmBrandView.js.map +1 -0
- package/SqlApiLib/LmBrand/GetLmBrandView.ts +73 -0
- package/SqlApiLib/LmBrand/LmBrand.d.ts +26 -0
- package/SqlApiLib/LmBrand/LmBrand.js +94 -0
- package/SqlApiLib/LmBrand/LmBrand.js.map +1 -0
- package/SqlApiLib/LmBrand/LmBrand.ts +73 -0
- package/SqlApiLib/LmBrand/LmBrandAddData.d.ts +6 -0
- package/SqlApiLib/LmBrand/LmBrandAddData.js +34 -0
- package/SqlApiLib/LmBrand/LmBrandAddData.js.map +1 -0
- package/SqlApiLib/LmBrand/LmBrandAddData.ts +18 -0
- package/SqlApiLib/LmBrand/LmBrandEdit.d.ts +10 -0
- package/SqlApiLib/LmBrand/LmBrandEdit.js +48 -0
- package/SqlApiLib/LmBrand/LmBrandEdit.js.map +1 -0
- package/SqlApiLib/LmBrand/LmBrandEdit.ts +32 -0
- package/SqlApiLib/LmBrand/LmBrandSelect.d.ts +18 -0
- package/SqlApiLib/LmBrand/LmBrandSelect.js +88 -0
- package/SqlApiLib/LmBrand/LmBrandSelect.js.map +1 -0
- package/SqlApiLib/LmBrand/LmBrandSelect.ts +64 -0
- package/SqlApiLib/LmBrand/LmBrandView.d.ts +6 -0
- package/SqlApiLib/LmBrand/LmBrandView.js +30 -0
- package/SqlApiLib/LmBrand/LmBrandView.js.map +1 -0
- package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.d.ts +2 -0
- package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.js +15 -0
- package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.js.map +1 -0
- package/SqlApiLib/LmCatalog/CopyLmCatalogEdit.ts +13 -0
- package/SqlApiLib/LmCatalog/GetLmCatalogView.d.ts +2 -0
- package/SqlApiLib/LmCatalog/GetLmCatalogView.js +97 -0
- package/SqlApiLib/LmCatalog/GetLmCatalogView.js.map +1 -0
- package/SqlApiLib/LmCatalog/GetLmCatalogView.ts +108 -0
- package/SqlApiLib/LmCatalog/LmCatalog.d.ts +25 -0
- package/SqlApiLib/LmCatalog/LmCatalog.js +93 -0
- package/SqlApiLib/LmCatalog/LmCatalog.js.map +1 -0
- package/SqlApiLib/LmCatalog/LmCatalog.ts +72 -0
- package/SqlApiLib/LmCatalog/LmCatalogAddData.d.ts +6 -0
- package/SqlApiLib/LmCatalog/LmCatalogAddData.js +34 -0
- package/SqlApiLib/LmCatalog/LmCatalogAddData.js.map +1 -0
- package/SqlApiLib/LmCatalog/LmCatalogAddData.ts +18 -0
- package/SqlApiLib/LmCatalog/LmCatalogEdit.d.ts +11 -0
- package/SqlApiLib/LmCatalog/LmCatalogEdit.js +53 -0
- package/SqlApiLib/LmCatalog/LmCatalogEdit.js.map +1 -0
- package/SqlApiLib/LmCatalog/LmCatalogEdit.ts +36 -0
- package/SqlApiLib/LmCatalog/LmCatalogSelect.d.ts +15 -0
- package/SqlApiLib/LmCatalog/LmCatalogSelect.js +73 -0
- package/SqlApiLib/LmCatalog/LmCatalogSelect.js.map +1 -0
- package/SqlApiLib/LmCatalog/LmCatalogSelect.ts +52 -0
- package/SqlApiLib/LmCatalog/TreeLmCatalog.d.ts +13 -0
- package/SqlApiLib/LmCatalog/TreeLmCatalog.js +67 -0
- package/SqlApiLib/LmCatalog/TreeLmCatalog.js.map +1 -0
- package/SqlApiLib/LmCatalog/TreeLmCatalog.ts +47 -0
- package/SqlApiLib/LmCountry/CopyLmCountryEdit.d.ts +2 -0
- package/SqlApiLib/LmCountry/CopyLmCountryEdit.js +17 -0
- package/SqlApiLib/LmCountry/CopyLmCountryEdit.js.map +1 -0
- package/SqlApiLib/LmCountry/CopyLmCountryEdit.ts +15 -0
- package/SqlApiLib/LmCountry/GetLmCountryView.d.ts +2 -0
- package/SqlApiLib/LmCountry/GetLmCountryView.js +73 -0
- package/SqlApiLib/LmCountry/GetLmCountryView.js.map +1 -0
- package/SqlApiLib/LmCountry/GetLmCountryView.ts +80 -0
- package/SqlApiLib/LmCountry/LmCountry.d.ts +28 -0
- package/SqlApiLib/LmCountry/LmCountry.js +108 -0
- package/SqlApiLib/LmCountry/LmCountry.js.map +1 -0
- package/SqlApiLib/LmCountry/LmCountry.ts +83 -0
- package/SqlApiLib/LmCountry/LmCountryAddData.d.ts +5 -0
- package/SqlApiLib/LmCountry/LmCountryAddData.js +29 -0
- package/SqlApiLib/LmCountry/LmCountryAddData.js.map +1 -0
- package/SqlApiLib/LmCountry/LmCountryAddData.ts +14 -0
- package/SqlApiLib/LmCountry/LmCountryEdit.d.ts +13 -0
- package/SqlApiLib/LmCountry/LmCountryEdit.js +63 -0
- package/SqlApiLib/LmCountry/LmCountryEdit.js.map +1 -0
- package/SqlApiLib/LmCountry/LmCountryEdit.ts +46 -0
- package/SqlApiLib/LmCountry/LmCountrySelect.d.ts +21 -0
- package/SqlApiLib/LmCountry/LmCountrySelect.js +103 -0
- package/SqlApiLib/LmCountry/LmCountrySelect.js.map +1 -0
- package/SqlApiLib/LmCountry/LmCountrySelect.ts +77 -0
- package/SqlApiLib/LmCountry/LmCountryView.d.ts +6 -0
- package/SqlApiLib/LmCountry/LmCountryView.js +30 -0
- package/SqlApiLib/LmCountry/LmCountryView.js.map +1 -0
- package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.d.ts +2 -0
- package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.js +19 -0
- package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.js.map +1 -0
- package/SqlApiLib/LmDelivery/CopyLmDeliveryEdit.ts +17 -0
- package/SqlApiLib/LmDelivery/GetLmDeliveryView.d.ts +2 -0
- package/SqlApiLib/LmDelivery/GetLmDeliveryView.js +116 -0
- package/SqlApiLib/LmDelivery/GetLmDeliveryView.js.map +1 -0
- package/SqlApiLib/LmDelivery/GetLmDeliveryView.ts +130 -0
- package/SqlApiLib/LmDelivery/LmDelivery.d.ts +34 -0
- package/SqlApiLib/LmDelivery/LmDelivery.js +115 -0
- package/SqlApiLib/LmDelivery/LmDelivery.js.map +1 -0
- package/SqlApiLib/LmDelivery/LmDelivery.ts +91 -0
- package/SqlApiLib/LmDelivery/LmDeliveryAddData.d.ts +5 -0
- package/SqlApiLib/LmDelivery/LmDeliveryAddData.js +29 -0
- package/SqlApiLib/LmDelivery/LmDeliveryAddData.js.map +1 -0
- package/SqlApiLib/LmDelivery/LmDeliveryAddData.ts +14 -0
- package/SqlApiLib/LmDelivery/LmDeliveryEdit.d.ts +15 -0
- package/SqlApiLib/LmDelivery/LmDeliveryEdit.js +71 -0
- package/SqlApiLib/LmDelivery/LmDeliveryEdit.js.map +1 -0
- package/SqlApiLib/LmDelivery/LmDeliveryEdit.ts +48 -0
- package/SqlApiLib/LmDelivery/LmDeliverySelect.d.ts +18 -0
- package/SqlApiLib/LmDelivery/LmDeliverySelect.js +88 -0
- package/SqlApiLib/LmDelivery/LmDeliverySelect.js.map +1 -0
- package/SqlApiLib/LmDelivery/LmDeliverySelect.ts +64 -0
- package/SqlApiLib/LmGroup/CopyLmGroupEdit.d.ts +2 -0
- package/SqlApiLib/LmGroup/CopyLmGroupEdit.js +15 -0
- package/SqlApiLib/LmGroup/CopyLmGroupEdit.js.map +1 -0
- package/SqlApiLib/LmGroup/CopyLmGroupEdit.ts +13 -0
- package/SqlApiLib/LmGroup/GetLmGroupView.d.ts +2 -0
- package/SqlApiLib/LmGroup/GetLmGroupView.js +73 -0
- package/SqlApiLib/LmGroup/GetLmGroupView.js.map +1 -0
- package/SqlApiLib/LmGroup/GetLmGroupView.ts +79 -0
- package/SqlApiLib/LmGroup/LmGroup.d.ts +22 -0
- package/SqlApiLib/LmGroup/LmGroup.js +84 -0
- package/SqlApiLib/LmGroup/LmGroup.js.map +1 -0
- package/SqlApiLib/LmGroup/LmGroup.ts +61 -0
- package/SqlApiLib/LmGroup/LmGroupEdit.d.ts +10 -0
- package/SqlApiLib/LmGroup/LmGroupEdit.js +50 -0
- package/SqlApiLib/LmGroup/LmGroupEdit.js.map +1 -0
- package/SqlApiLib/LmGroup/LmGroupEdit.ts +31 -0
- package/SqlApiLib/LmGroup/LmGroupSelect.d.ts +15 -0
- package/SqlApiLib/LmGroup/LmGroupSelect.js +75 -0
- package/SqlApiLib/LmGroup/LmGroupSelect.js.map +1 -0
- package/SqlApiLib/LmGroup/LmGroupSelect.ts +51 -0
- package/SqlApiLib/LmImage/CopyLmImageEdit.d.ts +2 -0
- package/SqlApiLib/LmImage/CopyLmImageEdit.js +19 -0
- package/SqlApiLib/LmImage/CopyLmImageEdit.js.map +1 -0
- package/SqlApiLib/LmImage/CopyLmImageEdit.ts +17 -0
- package/SqlApiLib/LmImage/LmImage.d.ts +27 -0
- package/SqlApiLib/LmImage/LmImage.js +107 -0
- package/SqlApiLib/LmImage/LmImage.js.map +1 -0
- package/SqlApiLib/LmImage/LmImage.ts +83 -0
- package/SqlApiLib/LmImage/LmImageEdit.d.ts +14 -0
- package/SqlApiLib/LmImage/LmImageEdit.js +73 -0
- package/SqlApiLib/LmImage/LmImageEdit.js.map +1 -0
- package/SqlApiLib/LmImage/LmImageEdit.ts +52 -0
- package/SqlApiLib/LmImage/LmImageSelect.d.ts +20 -0
- package/SqlApiLib/LmImage/LmImageSelect.js +94 -0
- package/SqlApiLib/LmImage/LmImageSelect.js.map +1 -0
- package/SqlApiLib/LmImage/LmImageSelect.ts +69 -0
- package/SqlApiLib/LmImageObject/LmImageObject.d.ts +34 -0
- package/SqlApiLib/LmImageObject/LmImageObject.js +111 -0
- package/SqlApiLib/LmImageObject/LmImageObject.js.map +1 -0
- package/SqlApiLib/LmImageObject/LmImageObject.ts +89 -0
- package/SqlApiLib/LmImageObject/LmImageObjectEdit.d.ts +14 -0
- package/SqlApiLib/LmImageObject/LmImageObjectEdit.js +68 -0
- package/SqlApiLib/LmImageObject/LmImageObjectEdit.js.map +1 -0
- package/SqlApiLib/LmImageObject/LmImageObjectEdit.ts +48 -0
- package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.d.ts +2 -0
- package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.js +14 -0
- package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.js.map +1 -0
- package/SqlApiLib/LmManufacturer/CopyLmManufacturerEdit.ts +12 -0
- package/SqlApiLib/LmManufacturer/GetLmManufacturerView.d.ts +2 -0
- package/SqlApiLib/LmManufacturer/GetLmManufacturerView.js +97 -0
- package/SqlApiLib/LmManufacturer/GetLmManufacturerView.js.map +1 -0
- package/SqlApiLib/LmManufacturer/GetLmManufacturerView.ts +106 -0
- package/SqlApiLib/LmManufacturer/LmManufacturer.d.ts +25 -0
- package/SqlApiLib/LmManufacturer/LmManufacturer.js +89 -0
- package/SqlApiLib/LmManufacturer/LmManufacturer.js.map +1 -0
- package/SqlApiLib/LmManufacturer/LmManufacturer.ts +67 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerAddData.d.ts +7 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerAddData.js +39 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerAddData.js.map +1 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerAddData.ts +22 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerEdit.d.ts +10 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerEdit.js +48 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerEdit.js.map +1 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerEdit.ts +32 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerSelect.d.ts +17 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerSelect.js +83 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerSelect.js.map +1 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerSelect.ts +60 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerView.d.ts +6 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerView.js +30 -0
- package/SqlApiLib/LmManufacturer/LmManufacturerView.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.d.ts +2 -0
- package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.js +16 -0
- package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/CopyLmManufacturerAgentEdit.ts +13 -0
- package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.d.ts +2 -0
- package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.js +112 -0
- package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/GetLmManufacturerAgentView.ts +122 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.d.ts +18 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.js +88 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgent.ts +63 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.d.ts +6 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.js +34 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentAddData.ts +18 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.d.ts +11 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.js +57 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentEdit.ts +39 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.d.ts +12 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.js +58 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.js.map +1 -0
- package/SqlApiLib/LmManufacturerAgent/LmManufacturerAgentSelect.ts +41 -0
- package/SqlApiLib/LmOrder/GetLmOrderView.d.ts +2 -0
- package/SqlApiLib/LmOrder/GetLmOrderView.js +182 -0
- package/SqlApiLib/LmOrder/GetLmOrderView.js.map +1 -0
- package/SqlApiLib/LmOrder/GetLmOrderView.ts +203 -0
- package/SqlApiLib/LmOrder/LmOrder.d.ts +66 -0
- package/SqlApiLib/LmOrder/LmOrder.js +186 -0
- package/SqlApiLib/LmOrder/LmOrder.js.map +1 -0
- package/SqlApiLib/LmOrder/LmOrder.ts +152 -0
- package/SqlApiLib/LmOrder/LmOrderAddData.d.ts +7 -0
- package/SqlApiLib/LmOrder/LmOrderAddData.js +39 -0
- package/SqlApiLib/LmOrder/LmOrderAddData.js.map +1 -0
- package/SqlApiLib/LmOrder/LmOrderAddData.ts +22 -0
- package/SqlApiLib/LmOrder/LmOrderEdit.d.ts +24 -0
- package/SqlApiLib/LmOrder/LmOrderEdit.js +116 -0
- package/SqlApiLib/LmOrder/LmOrderEdit.js.map +1 -0
- package/SqlApiLib/LmOrder/LmOrderEdit.ts +84 -0
- package/SqlApiLib/LmOrder/LmOrderSelect.d.ts +23 -0
- package/SqlApiLib/LmOrder/LmOrderSelect.js +115 -0
- package/SqlApiLib/LmOrder/LmOrderSelect.js.map +1 -0
- package/SqlApiLib/LmOrder/LmOrderSelect.ts +83 -0
- package/SqlApiLib/LmPrice/LmPrice.d.ts +16 -0
- package/SqlApiLib/LmPrice/LmPrice.js +84 -0
- package/SqlApiLib/LmPrice/LmPrice.js.map +1 -0
- package/SqlApiLib/LmPrice/LmPrice.ts +58 -0
- package/SqlApiLib/LmPrice/LmPriceEdit.d.ts +11 -0
- package/SqlApiLib/LmPrice/LmPriceEdit.js +59 -0
- package/SqlApiLib/LmPrice/LmPriceEdit.js.map +1 -0
- package/SqlApiLib/LmPrice/LmPriceEdit.ts +38 -0
- package/SqlApiLib/LmPrice/LmPriceSelect.d.ts +12 -0
- package/SqlApiLib/LmPrice/LmPriceSelect.js +60 -0
- package/SqlApiLib/LmPrice/LmPriceSelect.js.map +1 -0
- package/SqlApiLib/LmPrice/LmPriceSelect.ts +39 -0
- package/SqlApiLib/LmProduct/CopyLmProductEdit.d.ts +2 -0
- package/SqlApiLib/LmProduct/CopyLmProductEdit.js +27 -0
- package/SqlApiLib/LmProduct/CopyLmProductEdit.js.map +1 -0
- package/SqlApiLib/LmProduct/CopyLmProductEdit.ts +25 -0
- package/SqlApiLib/LmProduct/GetLmProductView.d.ts +2 -0
- package/SqlApiLib/LmProduct/GetLmProductView.js +140 -0
- package/SqlApiLib/LmProduct/GetLmProductView.js.map +1 -0
- package/SqlApiLib/LmProduct/GetLmProductView.ts +156 -0
- package/SqlApiLib/LmProduct/GetLmProductViewTree.d.ts +2 -0
- package/SqlApiLib/LmProduct/GetLmProductViewTree.js +37 -0
- package/SqlApiLib/LmProduct/GetLmProductViewTree.js.map +1 -0
- package/SqlApiLib/LmProduct/GetLmProductViewTree.ts +38 -0
- package/SqlApiLib/LmProduct/LmProduct.d.ts +47 -0
- package/SqlApiLib/LmProduct/LmProduct.js +172 -0
- package/SqlApiLib/LmProduct/LmProduct.js.map +1 -0
- package/SqlApiLib/LmProduct/LmProduct.ts +137 -0
- package/SqlApiLib/LmProduct/LmProductAddData.d.ts +9 -0
- package/SqlApiLib/LmProduct/LmProductAddData.js +49 -0
- package/SqlApiLib/LmProduct/LmProductAddData.js.map +1 -0
- package/SqlApiLib/LmProduct/LmProductAddData.ts +31 -0
- package/SqlApiLib/LmProduct/LmProductEdit.d.ts +22 -0
- package/SqlApiLib/LmProduct/LmProductEdit.js +112 -0
- package/SqlApiLib/LmProduct/LmProductEdit.js.map +1 -0
- package/SqlApiLib/LmProduct/LmProductEdit.ts +83 -0
- package/SqlApiLib/LmProduct/LmProductParameter.d.ts +9 -0
- package/SqlApiLib/LmProduct/LmProductParameter.js +47 -0
- package/SqlApiLib/LmProduct/LmProductParameter.js.map +1 -0
- package/SqlApiLib/LmProduct/LmProductParameter.ts +36 -0
- package/SqlApiLib/LmProduct/LmProductSelect.d.ts +33 -0
- package/SqlApiLib/LmProduct/LmProductSelect.js +163 -0
- package/SqlApiLib/LmProduct/LmProductSelect.js.map +1 -0
- package/SqlApiLib/LmProduct/LmProductSelect.ts +125 -0
- package/SqlApiLib/LmProduct/LmProductView.d.ts +6 -0
- package/SqlApiLib/LmProduct/LmProductView.js +30 -0
- package/SqlApiLib/LmProduct/LmProductView.js.map +1 -0
- package/SqlApiLib/Menu/ChoiseMenu.d.ts +0 -0
- package/SqlApiLib/Menu/ChoiseMenu.js +13 -0
- package/SqlApiLib/Menu/ChoiseMenu.js.map +1 -0
- package/SqlApiLib/Menu/Menu.d.ts +9 -0
- package/SqlApiLib/Menu/Menu.js +15 -0
- package/SqlApiLib/Menu/Menu.js.map +1 -0
- package/SqlApiLib/Menu/Menu.ts +19 -0
- package/SqlApiLib/Session/SessionVariables.d.ts +9 -0
- package/SqlApiLib/Session/SessionVariables.js +14 -0
- package/SqlApiLib/Session/SessionVariables.js.map +1 -0
- package/SqlApiLib/Session/SqlTableParameters.d.ts +8 -0
- package/SqlApiLib/Session/SqlTableParameters.js +13 -0
- package/SqlApiLib/Session/SqlTableParameters.js.map +1 -0
- package/SqlApiLib/Session/SqlTableParameters.ts +17 -0
- package/SqlApiLib/T14Group/CopyT14GroupEdit.d.ts +2 -0
- package/SqlApiLib/T14Group/CopyT14GroupEdit.js +15 -0
- package/SqlApiLib/T14Group/CopyT14GroupEdit.js.map +1 -0
- package/SqlApiLib/T14Group/CopyT14GroupEdit.ts +12 -0
- package/SqlApiLib/T14Group/GetT14GroupView.d.ts +2 -0
- package/SqlApiLib/T14Group/GetT14GroupView.js +51 -0
- package/SqlApiLib/T14Group/GetT14GroupView.js.map +1 -0
- package/SqlApiLib/T14Group/GetT14GroupView.ts +54 -0
- package/SqlApiLib/T14Group/T14Group.d.ts +24 -0
- package/SqlApiLib/T14Group/T14Group.js +88 -0
- package/SqlApiLib/T14Group/T14Group.js.map +1 -0
- package/SqlApiLib/T14Group/T14Group.ts +67 -0
- package/SqlApiLib/T14Group/T14GroupEdit.d.ts +11 -0
- package/SqlApiLib/T14Group/T14GroupEdit.js +53 -0
- package/SqlApiLib/T14Group/T14GroupEdit.js.map +1 -0
- package/SqlApiLib/T14Group/T14GroupEdit.ts +36 -0
- package/SqlApiLib/T14Group/T14GroupSelect.d.ts +17 -0
- package/SqlApiLib/T14Group/T14GroupSelect.js +83 -0
- package/SqlApiLib/T14Group/T14GroupSelect.js.map +1 -0
- package/SqlApiLib/T14Group/T14GroupSelect.ts +60 -0
- package/SqlApiLib/T14Login/CopyT14LoginEdit.d.ts +2 -0
- package/SqlApiLib/T14Login/CopyT14LoginEdit.js +23 -0
- package/SqlApiLib/T14Login/CopyT14LoginEdit.js.map +1 -0
- package/SqlApiLib/T14Login/CopyT14LoginEdit.ts +21 -0
- package/SqlApiLib/T14Login/GetT14LoginView.d.ts +2 -0
- package/SqlApiLib/T14Login/GetT14LoginView.js +79 -0
- package/SqlApiLib/T14Login/GetT14LoginView.js.map +1 -0
- package/SqlApiLib/T14Login/GetT14LoginView.ts +86 -0
- package/SqlApiLib/T14Login/T14Login.d.ts +32 -0
- package/SqlApiLib/T14Login/T14Login.js +128 -0
- package/SqlApiLib/T14Login/T14Login.js.map +1 -0
- package/SqlApiLib/T14Login/T14Login.ts +99 -0
- package/SqlApiLib/T14Login/T14LoginAddData.d.ts +6 -0
- package/SqlApiLib/T14Login/T14LoginAddData.js +34 -0
- package/SqlApiLib/T14Login/T14LoginAddData.js.map +1 -0
- package/SqlApiLib/T14Login/T14LoginAddData.ts +18 -0
- package/SqlApiLib/T14Login/T14LoginEdit.d.ts +18 -0
- package/SqlApiLib/T14Login/T14LoginEdit.js +92 -0
- package/SqlApiLib/T14Login/T14LoginEdit.js.map +1 -0
- package/SqlApiLib/T14Login/T14LoginEdit.ts +67 -0
- package/SqlApiLib/T14Login/T14LoginSelect.d.ts +18 -0
- package/SqlApiLib/T14Login/T14LoginSelect.js +88 -0
- package/SqlApiLib/T14Login/T14LoginSelect.js.map +1 -0
- package/SqlApiLib/T14Login/T14LoginSelect.ts +64 -0
- package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.d.ts +2 -0
- package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.js +14 -0
- package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.js.map +1 -0
- package/SqlApiLib/T14LoginGroup/CopyT14LoginGroupEdit.ts +12 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroup.d.ts +15 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroup.js +73 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroup.js.map +1 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroup.ts +52 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.d.ts +10 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.js +48 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.js.map +1 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupEdit.ts +34 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.d.ts +16 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.js +74 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.js.map +1 -0
- package/SqlApiLib/T14LoginGroup/T14LoginGroupSelect.ts +55 -0
- package/SqlApiLib/Toolbar/CommonToolbar.d.ts +20 -0
- package/SqlApiLib/Toolbar/CommonToolbar.js +29 -0
- package/SqlApiLib/Toolbar/CommonToolbar.js.map +1 -0
- package/SqlApiLib/Toolbar/CommonToolbar.ts +44 -0
- package/SqlApiLib/Toolbar/Toolbar.d.ts +6 -0
- package/SqlApiLib/Toolbar/Toolbar.js +12 -0
- package/SqlApiLib/Toolbar/Toolbar.js.map +1 -0
- package/SqlApiLib/Toolbar/Toolbar.ts +13 -0
- package/SqlApiLib/User/UserInfo.d.ts +27 -0
- package/SqlApiLib/User/UserInfo.js +109 -0
- package/SqlApiLib/User/UserInfo.js.map +1 -0
- package/SqlApiLib/User/UserInfo.ts +82 -0
- package/SqlApiLib/index.d.ts +111 -0
- package/SqlApiLib/index.js +228 -0
- package/SqlApiLib/index.js.map +1 -0
- package/SqlApiLib/index.ts +136 -0
- package/package.json +30 -0
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
import { ArrayTableField } from "../ClassProperty/ArrayTableField";
|
|
2
|
+
import { TableField } from "../ClassProperty/TableField";
|
|
3
|
+
|
|
4
|
+
export function GetLmOrderView()
|
|
5
|
+
{
|
|
6
|
+
const arrayTableField: ArrayTableField = new ArrayTableField();
|
|
7
|
+
let tableField: TableField = new TableField();
|
|
8
|
+
tableField.ColumnName = "№"
|
|
9
|
+
tableField.Field = "Npp";
|
|
10
|
+
tableField.ShowDefault = true;
|
|
11
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
12
|
+
|
|
13
|
+
tableField = new TableField();
|
|
14
|
+
tableField.ColumnName = "Id";
|
|
15
|
+
tableField.Field = "Id"
|
|
16
|
+
tableField.ShowDefault = true;
|
|
17
|
+
tableField.Sort = "id";
|
|
18
|
+
tableField.SortDesc = "id desc";
|
|
19
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
20
|
+
|
|
21
|
+
tableField = new TableField();
|
|
22
|
+
tableField.ColumnName = "Агент";
|
|
23
|
+
tableField.Field = "LinkAgent"
|
|
24
|
+
tableField.ShowDefault = true;
|
|
25
|
+
tableField.Sort = "link_agent";
|
|
26
|
+
tableField.SortDesc = "link_agent desc";
|
|
27
|
+
tableField.ComponentName = "showAgent";
|
|
28
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
29
|
+
|
|
30
|
+
tableField = new TableField();
|
|
31
|
+
tableField.ColumnName = "Сумма";
|
|
32
|
+
tableField.Field = "Amount"
|
|
33
|
+
tableField.ShowDefault = true;
|
|
34
|
+
tableField.Sort = "amount";
|
|
35
|
+
tableField.SortDesc = "amount desc";
|
|
36
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
37
|
+
|
|
38
|
+
tableField = new TableField();
|
|
39
|
+
tableField.ColumnName = "Стоимость доставки";
|
|
40
|
+
tableField.Field = "DeliveryAmount"
|
|
41
|
+
tableField.ShowDefault = true;
|
|
42
|
+
tableField.Sort = "delivery_amount";
|
|
43
|
+
tableField.SortDesc = "delivery_amount desc";
|
|
44
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
45
|
+
|
|
46
|
+
tableField = new TableField();
|
|
47
|
+
tableField.ColumnName = "Заказ создан";
|
|
48
|
+
tableField.Field = "DateOrder"
|
|
49
|
+
tableField.ShowDefault = true;
|
|
50
|
+
tableField.Sort = "date_order";
|
|
51
|
+
tableField.SortDesc = "date_order desc";
|
|
52
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
53
|
+
|
|
54
|
+
tableField = new TableField();
|
|
55
|
+
tableField.ColumnName = "Дата доставки";
|
|
56
|
+
tableField.Field = "DateDelivery"
|
|
57
|
+
tableField.ShowDefault = true;
|
|
58
|
+
tableField.Sort = "date_delivery";
|
|
59
|
+
tableField.SortDesc = "date_delivery desc";
|
|
60
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
61
|
+
|
|
62
|
+
tableField = new TableField();
|
|
63
|
+
tableField.ColumnName = "Заказ подтвержден";
|
|
64
|
+
tableField.Field = "Accept"
|
|
65
|
+
tableField.ShowDefault = true;
|
|
66
|
+
tableField.Sort = "accept";
|
|
67
|
+
tableField.SortDesc = "accept desc";
|
|
68
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
69
|
+
|
|
70
|
+
tableField = new TableField();
|
|
71
|
+
tableField.ColumnName = "Заказ выполнен";
|
|
72
|
+
tableField.Field = "DateDone"
|
|
73
|
+
tableField.ShowDefault = true;
|
|
74
|
+
tableField.Sort = "date_done";
|
|
75
|
+
tableField.SortDesc = "date_done desc";
|
|
76
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
77
|
+
|
|
78
|
+
tableField = new TableField();
|
|
79
|
+
tableField.ColumnName = "Адрес";
|
|
80
|
+
tableField.Field = "Address"
|
|
81
|
+
tableField.ShowDefault = true;
|
|
82
|
+
tableField.Sort = "address";
|
|
83
|
+
tableField.SortDesc = "address desc";
|
|
84
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
85
|
+
|
|
86
|
+
tableField = new TableField();
|
|
87
|
+
tableField.ColumnName = "Комментарий ";
|
|
88
|
+
tableField.Field = "Note"
|
|
89
|
+
tableField.ShowDefault = false;
|
|
90
|
+
tableField.Sort = "note";
|
|
91
|
+
tableField.SortDesc = "note desc";
|
|
92
|
+
tableField.ComponentName = "showNote";
|
|
93
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
94
|
+
|
|
95
|
+
tableField = new TableField();
|
|
96
|
+
tableField.ColumnName = "Тип оплаты";
|
|
97
|
+
tableField.Field = "PaymentType"
|
|
98
|
+
tableField.ShowDefault = true;
|
|
99
|
+
tableField.Sort = "payment_type";
|
|
100
|
+
tableField.SortDesc = "payment_type desc";
|
|
101
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
102
|
+
|
|
103
|
+
tableField = new TableField();
|
|
104
|
+
tableField.ColumnName = "Отмена";
|
|
105
|
+
tableField.Field = "Cancel"
|
|
106
|
+
tableField.ShowDefault = false;
|
|
107
|
+
tableField.Sort = "cancel";
|
|
108
|
+
tableField.SortDesc = "cancel desc";
|
|
109
|
+
tableField.ComponentName = "showCancel";
|
|
110
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
111
|
+
|
|
112
|
+
tableField = new TableField();
|
|
113
|
+
tableField.ColumnName = "Способ доставки";
|
|
114
|
+
tableField.Field = "LinkDelivery"
|
|
115
|
+
tableField.ShowDefault = true;
|
|
116
|
+
tableField.Sort = "link_delivery";
|
|
117
|
+
tableField.SortDesc = "link_delivery desc";
|
|
118
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
119
|
+
|
|
120
|
+
tableField = new TableField();
|
|
121
|
+
tableField.ColumnName = "Код отправления";
|
|
122
|
+
tableField.Field = "TrackingCode"
|
|
123
|
+
tableField.ShowDefault = false;
|
|
124
|
+
tableField.Sort = "tracking_code";
|
|
125
|
+
tableField.SortDesc = "tracking_code desc";
|
|
126
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
127
|
+
|
|
128
|
+
tableField = new TableField();
|
|
129
|
+
tableField.ColumnName = "JsonPvz";
|
|
130
|
+
tableField.Field = "JsonPvz"
|
|
131
|
+
tableField.ShowDefault = false;
|
|
132
|
+
tableField.Sort = "json_pvz";
|
|
133
|
+
tableField.SortDesc = "json_pvz desc";
|
|
134
|
+
tableField.ComponentName = "showJsonPvz";
|
|
135
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
136
|
+
|
|
137
|
+
tableField = new TableField();
|
|
138
|
+
tableField.ColumnName = "Интервал";
|
|
139
|
+
tableField.Field = "Interval"
|
|
140
|
+
tableField.ShowDefault = false;
|
|
141
|
+
tableField.Sort = "interval";
|
|
142
|
+
tableField.SortDesc = "interval desc";
|
|
143
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
144
|
+
|
|
145
|
+
tableField = new TableField();
|
|
146
|
+
tableField.ColumnName = "Статус";
|
|
147
|
+
tableField.Field = "Status"
|
|
148
|
+
tableField.ShowDefault = true;
|
|
149
|
+
tableField.Sort = "status";
|
|
150
|
+
tableField.SortDesc = "status desc";
|
|
151
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
152
|
+
|
|
153
|
+
tableField = new TableField();
|
|
154
|
+
tableField.ColumnName = "Json";
|
|
155
|
+
tableField.Field = "Json"
|
|
156
|
+
tableField.ShowDefault = false;
|
|
157
|
+
tableField.Sort = "json";
|
|
158
|
+
tableField.SortDesc = "json desc";
|
|
159
|
+
tableField.ComponentName = "showJson";
|
|
160
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
161
|
+
|
|
162
|
+
tableField = new TableField();
|
|
163
|
+
tableField.ColumnName = "Uuid";
|
|
164
|
+
tableField.Field = "Uuid"
|
|
165
|
+
tableField.ShowDefault = false;
|
|
166
|
+
tableField.Sort = "uuid";
|
|
167
|
+
tableField.SortDesc = "uuid desc";
|
|
168
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
169
|
+
|
|
170
|
+
tableField = new TableField();
|
|
171
|
+
tableField.ColumnName = "Дата изменения";
|
|
172
|
+
tableField.Field = "DateEdit"
|
|
173
|
+
tableField.ShowDefault = false;
|
|
174
|
+
tableField.Sort = "date_edit";
|
|
175
|
+
tableField.SortDesc = "date_edit desc";
|
|
176
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
177
|
+
|
|
178
|
+
tableField = new TableField();
|
|
179
|
+
tableField.ColumnName = "Дата создания";
|
|
180
|
+
tableField.Field = "DateCreate"
|
|
181
|
+
tableField.ShowDefault = false;
|
|
182
|
+
tableField.Sort = "date_create";
|
|
183
|
+
tableField.SortDesc = "date_create desc";
|
|
184
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
185
|
+
|
|
186
|
+
tableField = new TableField();
|
|
187
|
+
tableField.ColumnName = "Изменил";
|
|
188
|
+
tableField.Field = "Editor"
|
|
189
|
+
tableField.ShowDefault = false;
|
|
190
|
+
tableField.Sort = "editor";
|
|
191
|
+
tableField.SortDesc = "editor desc";
|
|
192
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
193
|
+
|
|
194
|
+
tableField = new TableField();
|
|
195
|
+
tableField.ColumnName = "Создал";
|
|
196
|
+
tableField.Field = "Creator"
|
|
197
|
+
tableField.ShowDefault = false;
|
|
198
|
+
tableField.Sort = "creator";
|
|
199
|
+
tableField.SortDesc = "creator desc";
|
|
200
|
+
arrayTableField.ArrayFields.push(tableField);
|
|
201
|
+
|
|
202
|
+
return arrayTableField;
|
|
203
|
+
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { Serializable } from "ts-serializer";
|
|
2
|
+
import { LmOrderAddData } from "./LmOrderAddData";
|
|
3
|
+
export declare class LmOrder extends Serializable {
|
|
4
|
+
Id: number;
|
|
5
|
+
LinkAgent: number;
|
|
6
|
+
Amount: number;
|
|
7
|
+
DeliveryAmount: number;
|
|
8
|
+
DateOrder: Date;
|
|
9
|
+
DateDelivery: Date;
|
|
10
|
+
DateDone: Date;
|
|
11
|
+
Address: string;
|
|
12
|
+
Note: string;
|
|
13
|
+
PaymentType: LmOrder.PaymentType;
|
|
14
|
+
Cancel: string;
|
|
15
|
+
LinkDelivery: number;
|
|
16
|
+
TrackingCode: string;
|
|
17
|
+
JsonPvz: string;
|
|
18
|
+
Interval: string;
|
|
19
|
+
Status: LmOrder.Status;
|
|
20
|
+
Json: string;
|
|
21
|
+
Uuid: string;
|
|
22
|
+
DateEdit: Date;
|
|
23
|
+
DateCreate: Date;
|
|
24
|
+
Editor: number;
|
|
25
|
+
Creator: number;
|
|
26
|
+
Accept: LmOrder.Accept;
|
|
27
|
+
AdditionalData: LmOrderAddData;
|
|
28
|
+
constructor();
|
|
29
|
+
}
|
|
30
|
+
export declare namespace LmOrder {
|
|
31
|
+
/**
|
|
32
|
+
* ��� ������ ������
|
|
33
|
+
* Unknown = 0
|
|
34
|
+
* Online = 1 ������ online �� �����
|
|
35
|
+
* UponReceiptBank = 2 ������ ��� ��������� ������(������ ��� �����)
|
|
36
|
+
* UponReceiptCash = 3 ������ ��� ��������� ��������(������ ��� �����)
|
|
37
|
+
*/
|
|
38
|
+
enum PaymentType {
|
|
39
|
+
All = -1,
|
|
40
|
+
Unknown = 0,
|
|
41
|
+
Online = 1,
|
|
42
|
+
UponReceiptBank = 2,
|
|
43
|
+
UponReceiptCash = 3
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* ������ ������ ������
|
|
47
|
+
* Unknown = 0
|
|
48
|
+
* Paid = 1 - ��������
|
|
49
|
+
* UnPaid = 2 - �� ��������
|
|
50
|
+
*/
|
|
51
|
+
enum Status {
|
|
52
|
+
All = -1,
|
|
53
|
+
Unknown = 0,
|
|
54
|
+
Paid = 1,
|
|
55
|
+
UnPaid = 2
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* ������������� ������
|
|
59
|
+
* Unknown = 0 - ����� �� �����������
|
|
60
|
+
* Done = 1 - ����� �����������
|
|
61
|
+
*/
|
|
62
|
+
enum Accept {
|
|
63
|
+
Unknown = 0,
|
|
64
|
+
Done = 1
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
var LmOrder_1;
|
|
12
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
|
+
exports.LmOrder = void 0;
|
|
14
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
15
|
+
const LmOrderAddData_1 = require("./LmOrderAddData");
|
|
16
|
+
let LmOrder = LmOrder_1 = class LmOrder extends ts_serializer_1.Serializable {
|
|
17
|
+
constructor() {
|
|
18
|
+
super();
|
|
19
|
+
this.LinkAgent = 0;
|
|
20
|
+
this.Amount = 0;
|
|
21
|
+
this.DeliveryAmount = 0;
|
|
22
|
+
this.DateOrder = new Date("1913-01-01T00:00:00.000Z");
|
|
23
|
+
this.DateDelivery = new Date("1913-01-01T00:00:00.000Z");
|
|
24
|
+
this.DateDone = new Date("1913-01-01T00:00:00.000Z");
|
|
25
|
+
this.Address = "";
|
|
26
|
+
this.Note = "";
|
|
27
|
+
this.PaymentType = LmOrder_1.PaymentType.Unknown;
|
|
28
|
+
this.Cancel = "";
|
|
29
|
+
this.LinkDelivery = 0;
|
|
30
|
+
this.TrackingCode = "";
|
|
31
|
+
this.JsonPvz = "";
|
|
32
|
+
this.Interval = "";
|
|
33
|
+
this.Status = LmOrder_1.Status.Unknown;
|
|
34
|
+
this.Id = 0;
|
|
35
|
+
this.Json = "";
|
|
36
|
+
this.Uuid = "";
|
|
37
|
+
this.DateEdit = new Date();
|
|
38
|
+
this.DateCreate = new Date();
|
|
39
|
+
this.Editor = 0;
|
|
40
|
+
this.Creator = 0;
|
|
41
|
+
this.Accept = LmOrder_1.Accept.Unknown;
|
|
42
|
+
this.AdditionalData = new LmOrderAddData_1.LmOrderAddData();
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
exports.LmOrder = LmOrder;
|
|
46
|
+
__decorate([
|
|
47
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "id" }),
|
|
48
|
+
__metadata("design:type", Number)
|
|
49
|
+
], LmOrder.prototype, "Id", void 0);
|
|
50
|
+
__decorate([
|
|
51
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkAgent", optional: true }),
|
|
52
|
+
__metadata("design:type", Number)
|
|
53
|
+
], LmOrder.prototype, "LinkAgent", void 0);
|
|
54
|
+
__decorate([
|
|
55
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "amount", optional: true }),
|
|
56
|
+
__metadata("design:type", Number)
|
|
57
|
+
], LmOrder.prototype, "Amount", void 0);
|
|
58
|
+
__decorate([
|
|
59
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "deliveryAmount", optional: true }),
|
|
60
|
+
__metadata("design:type", Number)
|
|
61
|
+
], LmOrder.prototype, "DeliveryAmount", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "dateOrder", optional: true }),
|
|
64
|
+
__metadata("design:type", Date)
|
|
65
|
+
], LmOrder.prototype, "DateOrder", void 0);
|
|
66
|
+
__decorate([
|
|
67
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "dateDelivery", optional: true }),
|
|
68
|
+
__metadata("design:type", Date)
|
|
69
|
+
], LmOrder.prototype, "DateDelivery", void 0);
|
|
70
|
+
__decorate([
|
|
71
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "dateDone", optional: true }),
|
|
72
|
+
__metadata("design:type", Date)
|
|
73
|
+
], LmOrder.prototype, "DateDone", void 0);
|
|
74
|
+
__decorate([
|
|
75
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "address", optional: true }),
|
|
76
|
+
__metadata("design:type", String)
|
|
77
|
+
], LmOrder.prototype, "Address", void 0);
|
|
78
|
+
__decorate([
|
|
79
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "note", optional: true }),
|
|
80
|
+
__metadata("design:type", String)
|
|
81
|
+
], LmOrder.prototype, "Note", void 0);
|
|
82
|
+
__decorate([
|
|
83
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "paymentType", optional: true }),
|
|
84
|
+
__metadata("design:type", Number)
|
|
85
|
+
], LmOrder.prototype, "PaymentType", void 0);
|
|
86
|
+
__decorate([
|
|
87
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "cancel", optional: true }),
|
|
88
|
+
__metadata("design:type", String)
|
|
89
|
+
], LmOrder.prototype, "Cancel", void 0);
|
|
90
|
+
__decorate([
|
|
91
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "linkDelivery", optional: true }),
|
|
92
|
+
__metadata("design:type", Number)
|
|
93
|
+
], LmOrder.prototype, "LinkDelivery", void 0);
|
|
94
|
+
__decorate([
|
|
95
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "trackingCode", optional: true }),
|
|
96
|
+
__metadata("design:type", String)
|
|
97
|
+
], LmOrder.prototype, "TrackingCode", void 0);
|
|
98
|
+
__decorate([
|
|
99
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "jsonPvz", optional: true }),
|
|
100
|
+
__metadata("design:type", String)
|
|
101
|
+
], LmOrder.prototype, "JsonPvz", void 0);
|
|
102
|
+
__decorate([
|
|
103
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "interval", optional: true }),
|
|
104
|
+
__metadata("design:type", String)
|
|
105
|
+
], LmOrder.prototype, "Interval", void 0);
|
|
106
|
+
__decorate([
|
|
107
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "status", optional: true }),
|
|
108
|
+
__metadata("design:type", Number)
|
|
109
|
+
], LmOrder.prototype, "Status", void 0);
|
|
110
|
+
__decorate([
|
|
111
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "json", optional: true }),
|
|
112
|
+
__metadata("design:type", String)
|
|
113
|
+
], LmOrder.prototype, "Json", void 0);
|
|
114
|
+
__decorate([
|
|
115
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "uuid", optional: true }),
|
|
116
|
+
__metadata("design:type", String)
|
|
117
|
+
], LmOrder.prototype, "Uuid", void 0);
|
|
118
|
+
__decorate([
|
|
119
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "dateEdit", optional: true }),
|
|
120
|
+
__metadata("design:type", Date)
|
|
121
|
+
], LmOrder.prototype, "DateEdit", void 0);
|
|
122
|
+
__decorate([
|
|
123
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "dateCreate", optional: true }),
|
|
124
|
+
__metadata("design:type", Date)
|
|
125
|
+
], LmOrder.prototype, "DateCreate", void 0);
|
|
126
|
+
__decorate([
|
|
127
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "editor", optional: true }),
|
|
128
|
+
__metadata("design:type", Number)
|
|
129
|
+
], LmOrder.prototype, "Editor", void 0);
|
|
130
|
+
__decorate([
|
|
131
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "creator", optional: true }),
|
|
132
|
+
__metadata("design:type", Number)
|
|
133
|
+
], LmOrder.prototype, "Creator", void 0);
|
|
134
|
+
__decorate([
|
|
135
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "accept", optional: true }),
|
|
136
|
+
__metadata("design:type", Number)
|
|
137
|
+
], LmOrder.prototype, "Accept", void 0);
|
|
138
|
+
__decorate([
|
|
139
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "additionalData", type: LmOrderAddData_1.LmOrderAddData, optional: true }),
|
|
140
|
+
__metadata("design:type", LmOrderAddData_1.LmOrderAddData)
|
|
141
|
+
], LmOrder.prototype, "AdditionalData", void 0);
|
|
142
|
+
exports.LmOrder = LmOrder = LmOrder_1 = __decorate([
|
|
143
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
144
|
+
__metadata("design:paramtypes", [])
|
|
145
|
+
], LmOrder);
|
|
146
|
+
(function (LmOrder) {
|
|
147
|
+
/**
|
|
148
|
+
* ��� ������ ������
|
|
149
|
+
* Unknown = 0
|
|
150
|
+
* Online = 1 ������ online �� �����
|
|
151
|
+
* UponReceiptBank = 2 ������ ��� ��������� ������(������ ��� �����)
|
|
152
|
+
* UponReceiptCash = 3 ������ ��� ��������� ��������(������ ��� �����)
|
|
153
|
+
*/
|
|
154
|
+
let PaymentType;
|
|
155
|
+
(function (PaymentType) {
|
|
156
|
+
PaymentType[PaymentType["All"] = -1] = "All";
|
|
157
|
+
PaymentType[PaymentType["Unknown"] = 0] = "Unknown";
|
|
158
|
+
PaymentType[PaymentType["Online"] = 1] = "Online";
|
|
159
|
+
PaymentType[PaymentType["UponReceiptBank"] = 2] = "UponReceiptBank";
|
|
160
|
+
PaymentType[PaymentType["UponReceiptCash"] = 3] = "UponReceiptCash";
|
|
161
|
+
})(PaymentType = LmOrder.PaymentType || (LmOrder.PaymentType = {}));
|
|
162
|
+
/**
|
|
163
|
+
* ������ ������ ������
|
|
164
|
+
* Unknown = 0
|
|
165
|
+
* Paid = 1 - ��������
|
|
166
|
+
* UnPaid = 2 - �� ��������
|
|
167
|
+
*/
|
|
168
|
+
let Status;
|
|
169
|
+
(function (Status) {
|
|
170
|
+
Status[Status["All"] = -1] = "All";
|
|
171
|
+
Status[Status["Unknown"] = 0] = "Unknown";
|
|
172
|
+
Status[Status["Paid"] = 1] = "Paid";
|
|
173
|
+
Status[Status["UnPaid"] = 2] = "UnPaid";
|
|
174
|
+
})(Status = LmOrder.Status || (LmOrder.Status = {}));
|
|
175
|
+
/**
|
|
176
|
+
* ������������� ������
|
|
177
|
+
* Unknown = 0 - ����� �� �����������
|
|
178
|
+
* Done = 1 - ����� �����������
|
|
179
|
+
*/
|
|
180
|
+
let Accept;
|
|
181
|
+
(function (Accept) {
|
|
182
|
+
Accept[Accept["Unknown"] = 0] = "Unknown";
|
|
183
|
+
Accept[Accept["Done"] = 1] = "Done";
|
|
184
|
+
})(Accept = LmOrder.Accept || (LmOrder.Accept = {}));
|
|
185
|
+
})(LmOrder || (exports.LmOrder = LmOrder = {}));
|
|
186
|
+
//# sourceMappingURL=LmOrder.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmOrder.js","sourceRoot":"","sources":["LmOrder.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
import { Serializable, Serialize, SerializeProperty } from "ts-serializer";
|
|
2
|
+
import { LmOrderAddData } from "./LmOrderAddData";
|
|
3
|
+
|
|
4
|
+
@Serialize({})
|
|
5
|
+
export class LmOrder extends Serializable
|
|
6
|
+
{
|
|
7
|
+
@SerializeProperty({ map: "id" })
|
|
8
|
+
public Id: number;
|
|
9
|
+
|
|
10
|
+
@SerializeProperty({ map: "linkAgent", optional: true })
|
|
11
|
+
public LinkAgent: number;
|
|
12
|
+
|
|
13
|
+
@SerializeProperty({ map: "amount", optional: true })
|
|
14
|
+
public Amount: number;
|
|
15
|
+
|
|
16
|
+
@SerializeProperty({ map: "deliveryAmount", optional: true })
|
|
17
|
+
public DeliveryAmount: number;
|
|
18
|
+
|
|
19
|
+
@SerializeProperty({ map: "dateOrder", optional: true })
|
|
20
|
+
public DateOrder: Date;
|
|
21
|
+
|
|
22
|
+
@SerializeProperty({ map: "dateDelivery", optional: true })
|
|
23
|
+
public DateDelivery: Date;
|
|
24
|
+
|
|
25
|
+
@SerializeProperty({ map: "dateDone", optional: true })
|
|
26
|
+
public DateDone: Date;
|
|
27
|
+
|
|
28
|
+
@SerializeProperty({ map: "address", optional: true })
|
|
29
|
+
public Address: string;
|
|
30
|
+
|
|
31
|
+
@SerializeProperty({ map: "note", optional: true })
|
|
32
|
+
public Note: string;
|
|
33
|
+
|
|
34
|
+
@SerializeProperty({ map: "paymentType", optional: true })
|
|
35
|
+
public PaymentType: LmOrder.PaymentType;
|
|
36
|
+
|
|
37
|
+
@SerializeProperty({ map: "cancel", optional: true })
|
|
38
|
+
public Cancel: string;
|
|
39
|
+
|
|
40
|
+
@SerializeProperty({ map: "linkDelivery", optional: true })
|
|
41
|
+
public LinkDelivery: number;
|
|
42
|
+
|
|
43
|
+
@SerializeProperty({ map: "trackingCode", optional: true })
|
|
44
|
+
public TrackingCode: string;
|
|
45
|
+
|
|
46
|
+
@SerializeProperty({ map: "jsonPvz", optional: true })
|
|
47
|
+
public JsonPvz: string;
|
|
48
|
+
|
|
49
|
+
@SerializeProperty({ map: "interval", optional: true })
|
|
50
|
+
public Interval: string;
|
|
51
|
+
|
|
52
|
+
@SerializeProperty({ map: "status", optional: true })
|
|
53
|
+
public Status: LmOrder.Status;
|
|
54
|
+
|
|
55
|
+
@SerializeProperty({ map: "json", optional: true })
|
|
56
|
+
public Json: string;
|
|
57
|
+
|
|
58
|
+
@SerializeProperty({ map: "uuid", optional: true })
|
|
59
|
+
public Uuid: string;
|
|
60
|
+
|
|
61
|
+
@SerializeProperty({ map: "dateEdit", optional: true })
|
|
62
|
+
public DateEdit: Date;
|
|
63
|
+
|
|
64
|
+
@SerializeProperty({ map: "dateCreate", optional: true })
|
|
65
|
+
public DateCreate: Date;
|
|
66
|
+
|
|
67
|
+
@SerializeProperty({ map: "editor", optional: true })
|
|
68
|
+
public Editor: number;
|
|
69
|
+
|
|
70
|
+
@SerializeProperty({ map: "creator", optional: true })
|
|
71
|
+
public Creator: number;
|
|
72
|
+
|
|
73
|
+
@SerializeProperty({ map: "accept", optional: true })
|
|
74
|
+
public Accept: LmOrder.Accept;
|
|
75
|
+
|
|
76
|
+
@SerializeProperty({ map: "additionalData", type: LmOrderAddData, optional: true })
|
|
77
|
+
public AdditionalData: LmOrderAddData;
|
|
78
|
+
|
|
79
|
+
constructor()
|
|
80
|
+
{
|
|
81
|
+
super();
|
|
82
|
+
this.LinkAgent = 0;
|
|
83
|
+
this.Amount = 0;
|
|
84
|
+
this.DeliveryAmount = 0;
|
|
85
|
+
this.DateOrder = new Date("1913-01-01T00:00:00.000Z");
|
|
86
|
+
this.DateDelivery = new Date("1913-01-01T00:00:00.000Z");
|
|
87
|
+
this.DateDone = new Date("1913-01-01T00:00:00.000Z");
|
|
88
|
+
this.Address = "";
|
|
89
|
+
this.Note = "";
|
|
90
|
+
this.PaymentType = LmOrder.PaymentType.Unknown;
|
|
91
|
+
this.Cancel = "";
|
|
92
|
+
this.LinkDelivery = 0;
|
|
93
|
+
this.TrackingCode = "";
|
|
94
|
+
this.JsonPvz = "";
|
|
95
|
+
this.Interval = "";
|
|
96
|
+
this.Status = LmOrder.Status.Unknown;
|
|
97
|
+
this.Id = 0;
|
|
98
|
+
this.Json = "";
|
|
99
|
+
this.Uuid = "";
|
|
100
|
+
this.DateEdit = new Date();
|
|
101
|
+
this.DateCreate = new Date();
|
|
102
|
+
this.Editor = 0;
|
|
103
|
+
this.Creator = 0;
|
|
104
|
+
this.Accept = LmOrder.Accept.Unknown;
|
|
105
|
+
this.AdditionalData = new LmOrderAddData();
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
export namespace LmOrder
|
|
110
|
+
{
|
|
111
|
+
/**
|
|
112
|
+
* ��� ������ ������
|
|
113
|
+
* Unknown = 0
|
|
114
|
+
* Online = 1 ������ online �� �����
|
|
115
|
+
* UponReceiptBank = 2 ������ ��� ��������� ������(������ ��� �����)
|
|
116
|
+
* UponReceiptCash = 3 ������ ��� ��������� ��������(������ ��� �����)
|
|
117
|
+
*/
|
|
118
|
+
export enum PaymentType
|
|
119
|
+
{
|
|
120
|
+
All = -1,
|
|
121
|
+
Unknown = 0,
|
|
122
|
+
Online = 1,
|
|
123
|
+
UponReceiptBank = 2,
|
|
124
|
+
UponReceiptCash = 3
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* ������ ������ ������
|
|
129
|
+
* Unknown = 0
|
|
130
|
+
* Paid = 1 - ��������
|
|
131
|
+
* UnPaid = 2 - �� ��������
|
|
132
|
+
*/
|
|
133
|
+
export enum Status
|
|
134
|
+
{
|
|
135
|
+
All = -1,
|
|
136
|
+
Unknown = 0,
|
|
137
|
+
Paid = 1,
|
|
138
|
+
UnPaid = 2
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* ������������� ������
|
|
143
|
+
* Unknown = 0 - ����� �� �����������
|
|
144
|
+
* Done = 1 - ����� �����������
|
|
145
|
+
*/
|
|
146
|
+
export enum Accept
|
|
147
|
+
{
|
|
148
|
+
Unknown = 0,
|
|
149
|
+
Done = 1
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
3
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
4
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
5
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
6
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
7
|
+
};
|
|
8
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
9
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
10
|
+
};
|
|
11
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
+
exports.LmOrderAddData = void 0;
|
|
13
|
+
const ts_serializer_1 = require("ts-serializer");
|
|
14
|
+
let LmOrderAddData = class LmOrderAddData extends ts_serializer_1.Serializable {
|
|
15
|
+
constructor() {
|
|
16
|
+
super();
|
|
17
|
+
this.Agent = "";
|
|
18
|
+
this.Delivery = "";
|
|
19
|
+
this.Countofbaskets = 0;
|
|
20
|
+
}
|
|
21
|
+
};
|
|
22
|
+
exports.LmOrderAddData = LmOrderAddData;
|
|
23
|
+
__decorate([
|
|
24
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "agent", optional: true }),
|
|
25
|
+
__metadata("design:type", String)
|
|
26
|
+
], LmOrderAddData.prototype, "Agent", void 0);
|
|
27
|
+
__decorate([
|
|
28
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "delivery", optional: true }),
|
|
29
|
+
__metadata("design:type", String)
|
|
30
|
+
], LmOrderAddData.prototype, "Delivery", void 0);
|
|
31
|
+
__decorate([
|
|
32
|
+
(0, ts_serializer_1.SerializeProperty)({ map: "countofbaskets", optional: true }),
|
|
33
|
+
__metadata("design:type", Number)
|
|
34
|
+
], LmOrderAddData.prototype, "Countofbaskets", void 0);
|
|
35
|
+
exports.LmOrderAddData = LmOrderAddData = __decorate([
|
|
36
|
+
(0, ts_serializer_1.Serialize)({}),
|
|
37
|
+
__metadata("design:paramtypes", [])
|
|
38
|
+
], LmOrderAddData);
|
|
39
|
+
//# sourceMappingURL=LmOrderAddData.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LmOrderAddData.js","sourceRoot":"","sources":["LmOrderAddData.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iDAA2E;AAGpE,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,4BAAY;IAW/C;QAEC,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC;QAChB,IAAI,CAAC,QAAQ,GAAG,EAAE,CAAC;QACnB,IAAI,CAAC,cAAc,GAAG,CAAC,CAAC;IACzB,CAAC;CACD,CAAA;AAlBY,wCAAc;AAGnB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;6CAC/B;AAGd;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;gDAC/B;AAGjB;IADN,IAAA,iCAAiB,EAAC,EAAE,GAAG,EAAE,gBAAgB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;sDAC/B;yBATlB,cAAc;IAD1B,IAAA,yBAAS,EAAC,EAAE,CAAC;;GACD,cAAc,CAkB1B"}
|