@seniorsistemas/yms-integration 1.23.0 → 1.25.0
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/bundles/seniorsistemas-yms-integration.umd.js +120 -57
- package/bundles/seniorsistemas-yms-integration.umd.js.map +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js.map +1 -1
- package/esm2015/seniorsistemas-yms-integration.js +50 -49
- package/esm2015/src/wms/components/document-grid/document-grid.component.js +7 -2
- package/esm2015/src/wms/components/document-grid/insert-key/insert-key.component.js +19 -4
- package/esm2015/src/wms/entities/wms-system/wms-system.js +3 -2
- package/esm2015/src/wms/form/form-wms.component.js +20 -5
- package/esm2015/src/wms/form/form-wms.service.js +25 -0
- package/esm2015/src/wms/wms.module.js +4 -2
- package/esm5/seniorsistemas-yms-integration.js +50 -49
- package/esm5/src/wms/components/document-grid/document-grid.component.js +7 -2
- package/esm5/src/wms/components/document-grid/insert-key/insert-key.component.js +19 -4
- package/esm5/src/wms/entities/wms-system/wms-system.js +3 -2
- package/esm5/src/wms/form/form-wms.component.js +21 -5
- package/esm5/src/wms/form/form-wms.service.js +28 -0
- package/esm5/src/wms/wms.module.js +4 -2
- package/fesm2015/seniorsistemas-yms-integration.js +68 -10
- package/fesm2015/seniorsistemas-yms-integration.js.map +1 -1
- package/fesm5/seniorsistemas-yms-integration.js +72 -10
- package/fesm5/seniorsistemas-yms-integration.js.map +1 -1
- package/package.json +1 -1
- package/seniorsistemas-yms-integration.d.ts +49 -48
- package/seniorsistemas-yms-integration.metadata.json +1 -1
- package/src/wms/components/document-grid/document-grid.component.d.ts +2 -0
- package/src/wms/components/document-grid/insert-key/insert-key.component.d.ts +4 -0
- package/src/wms/entities/wms-system/wms-system.d.ts +2 -1
- package/src/wms/form/form-wms.component.d.ts +5 -1
- package/src/wms/form/form-wms.service.d.ts +9 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as tslib_1 from "tslib";
|
|
2
|
+
import { HttpClient } from "@angular/common/http";
|
|
3
|
+
import { Injectable } from "@angular/core";
|
|
4
|
+
import { MessageService } from "primeng/components/common/messageservice";
|
|
5
|
+
import { Service } from "../../service";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
import * as i1 from "@angular/common/http";
|
|
8
|
+
import * as i2 from "primeng/components/common/messageservice";
|
|
9
|
+
var FormWmsService = /** @class */ (function (_super) {
|
|
10
|
+
tslib_1.__extends(FormWmsService, _super);
|
|
11
|
+
function FormWmsService(http, messageService) {
|
|
12
|
+
var _this = _super.call(this, messageService) || this;
|
|
13
|
+
_this.http = http;
|
|
14
|
+
_this.messageService = messageService;
|
|
15
|
+
return _this;
|
|
16
|
+
}
|
|
17
|
+
FormWmsService.prototype.getSystemIntegration = function () {
|
|
18
|
+
return this.http.post("yms_int/wms/queries/getSystemIntegration", {});
|
|
19
|
+
};
|
|
20
|
+
FormWmsService.ngInjectableDef = i0.defineInjectable({ factory: function FormWmsService_Factory() { return new FormWmsService(i0.inject(i1.HttpClient), i0.inject(i2.MessageService)); }, token: FormWmsService, providedIn: "root" });
|
|
21
|
+
FormWmsService = tslib_1.__decorate([
|
|
22
|
+
Injectable({ providedIn: 'root' }),
|
|
23
|
+
tslib_1.__metadata("design:paramtypes", [HttpClient, MessageService])
|
|
24
|
+
], FormWmsService);
|
|
25
|
+
return FormWmsService;
|
|
26
|
+
}(Service));
|
|
27
|
+
export { FormWmsService };
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybS13bXMuc2VydmljZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3JzaXN0ZW1hcy95bXMtaW50ZWdyYXRpb24vIiwic291cmNlcyI6WyJzcmMvd21zL2Zvcm0vZm9ybS13bXMuc2VydmljZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBQ2xELE9BQU8sRUFBRSxVQUFVLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDM0MsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLDBDQUEwQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSxPQUFPLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7QUFHeEM7SUFBb0MsMENBQU87SUFFdkMsd0JBQXNCLElBQWdCLEVBQVksY0FBOEI7UUFBaEYsWUFDSSxrQkFBTSxjQUFjLENBQUMsU0FDeEI7UUFGcUIsVUFBSSxHQUFKLElBQUksQ0FBWTtRQUFZLG9CQUFjLEdBQWQsY0FBYyxDQUFnQjs7SUFFaEYsQ0FBQztJQUVNLDZDQUFvQixHQUEzQjtRQUNJLE9BQU8sSUFBSSxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsMENBQTBDLEVBQUUsRUFBRSxDQUFDLENBQUM7SUFDMUUsQ0FBQzs7SUFSUSxjQUFjO1FBRDFCLFVBQVUsQ0FBQyxFQUFFLFVBQVUsRUFBRSxNQUFNLEVBQUUsQ0FBQztpREFHSCxVQUFVLEVBQTRCLGNBQWM7T0FGdkUsY0FBYyxDQVcxQjt5QkFqQkQ7Q0FpQkMsQUFYRCxDQUFvQyxPQUFPLEdBVzFDO1NBWFksY0FBYyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEh0dHBDbGllbnQgfSBmcm9tIFwiQGFuZ3VsYXIvY29tbW9uL2h0dHBcIjtcbmltcG9ydCB7IEluamVjdGFibGUgfSBmcm9tIFwiQGFuZ3VsYXIvY29yZVwiO1xuaW1wb3J0IHsgTWVzc2FnZVNlcnZpY2UgfSBmcm9tIFwicHJpbWVuZy9jb21wb25lbnRzL2NvbW1vbi9tZXNzYWdlc2VydmljZVwiO1xuaW1wb3J0IHsgU2VydmljZSB9IGZyb20gXCIuLi8uLi9zZXJ2aWNlXCI7XG5cbkBJbmplY3RhYmxlKHsgcHJvdmlkZWRJbjogJ3Jvb3QnIH0pXG5leHBvcnQgY2xhc3MgRm9ybVdtc1NlcnZpY2UgZXh0ZW5kcyBTZXJ2aWNlIHtcblxuICAgIGNvbnN0cnVjdG9yKHByb3RlY3RlZCBodHRwOiBIdHRwQ2xpZW50LCBwcm90ZWN0ZWQgbWVzc2FnZVNlcnZpY2U6IE1lc3NhZ2VTZXJ2aWNlKSB7XG4gICAgICAgIHN1cGVyKG1lc3NhZ2VTZXJ2aWNlKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0U3lzdGVtSW50ZWdyYXRpb24oKSB7XG4gICAgICAgIHJldHVybiB0aGlzLmh0dHAucG9zdChgeW1zX2ludC93bXMvcXVlcmllcy9nZXRTeXN0ZW1JbnRlZ3JhdGlvbmAsIHt9KTtcbiAgICB9XG5cblxufVxuIl19
|
|
@@ -15,6 +15,7 @@ import { EmptyStateModule, LocaleModule, LoadingStateModule, NumberInputModule,
|
|
|
15
15
|
import { PermissionsModule } from "@seniorsistemas/platform-components";
|
|
16
16
|
import { DynamicDialogModule } from "primeng/components/dynamicdialog/dynamicdialog";
|
|
17
17
|
import { FormWmsComponent } from "./form/form-wms.component";
|
|
18
|
+
import { FormWmsService } from "./form/form-wms.service";
|
|
18
19
|
var WmsModule = /** @class */ (function () {
|
|
19
20
|
function WmsModule(dispatcher) {
|
|
20
21
|
dispatcher.dispatch(FormWmsComponent);
|
|
@@ -58,7 +59,8 @@ var WmsModule = /** @class */ (function () {
|
|
|
58
59
|
],
|
|
59
60
|
providers: [
|
|
60
61
|
FieldCustomizationService,
|
|
61
|
-
FocusService
|
|
62
|
+
FocusService,
|
|
63
|
+
FormWmsService
|
|
62
64
|
]
|
|
63
65
|
}),
|
|
64
66
|
tslib_1.__metadata("design:paramtypes", [IntegrationDispatcher])
|
|
@@ -66,4 +68,4 @@ var WmsModule = /** @class */ (function () {
|
|
|
66
68
|
return WmsModule;
|
|
67
69
|
}());
|
|
68
70
|
export { WmsModule };
|
|
69
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
71
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoid21zLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0BzZW5pb3JzaXN0ZW1hcy95bXMtaW50ZWdyYXRpb24vIiwic291cmNlcyI6WyJzcmMvd21zL3dtcy5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGlEQUFpRCxDQUFDO0FBQ3JGLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLHFCQUFxQixFQUFFLGlCQUFpQixFQUFFLE1BQU0sOEJBQThCLENBQUM7QUFDeEYsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLHdCQUF3QixDQUFDO0FBQ3RELE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLHNDQUFzQyxDQUFDO0FBQ2pGLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDdEQsT0FBTyxFQUNMLGNBQWMsRUFDZCxVQUFVLEVBQ1YsWUFBWSxFQUNaLGFBQWEsRUFDYixtQkFBbUIsRUFDbkIsWUFBWSxFQUNaLGNBQWMsRUFDZCxlQUFlLEVBQ2YsV0FBVyxFQUNaLE1BQU0saUJBQWlCLENBQUM7QUFDekIsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUM1QyxPQUFPLEVBQUUsWUFBWSxJQUFJLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDbkUsT0FBTyxFQUFFLFlBQVksSUFBSSxpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ25FLE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNsRSxPQUFPLEVBQ0wsZ0JBQWdCLEVBQ2hCLFlBQVksRUFDWixrQkFBa0IsRUFDbEIsaUJBQWlCLEVBQ2pCLGVBQWUsRUFDZixZQUFZLEVBQ1osbUJBQW1CLEVBQ25CLGtCQUFrQixFQUNsQixpQkFBaUIsRUFDbEIsTUFBTSxvQ0FBb0MsQ0FBQztBQUM1QyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxxQ0FBcUMsQ0FBQztBQUN4RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnREFBZ0QsQ0FBQztBQUNyRixPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSwyQkFBMkIsQ0FBQztBQUM3RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUE0Q3pEO0lBQ0UsbUJBQVksVUFBaUM7UUFDM0MsVUFBVSxDQUFDLFFBQVEsQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO0lBQ3hDLENBQUM7SUFIVSxTQUFTO1FBMUNyQixRQUFRLENBQUM7WUFDTixZQUFZLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztZQUNoQyxlQUFlLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztZQUNuQyxPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQztZQUMzQixPQUFPLEVBQUU7Z0JBQ1AsaUJBQWlCO2dCQUNqQixrQkFBa0I7Z0JBQ2xCLFlBQVk7Z0JBQ1osZUFBZTtnQkFDZixXQUFXO2dCQUNYLFlBQVk7Z0JBQ1osWUFBWTtnQkFDWixVQUFVO2dCQUNWLGlCQUFpQjtnQkFDakIsbUJBQW1CO2dCQUNuQixpQkFBaUI7Z0JBQ2pCLGtCQUFrQjtnQkFDbEIsbUJBQW1CO2dCQUNuQixZQUFZO2dCQUNaLGdCQUFnQjtnQkFDaEIsaUJBQWlCO2dCQUNqQixlQUFlO2dCQUNmLFdBQVc7Z0JBQ1gsZUFBZTtnQkFDZixjQUFjO2dCQUNkLFlBQVk7Z0JBQ1osa0JBQWtCO2dCQUNsQixpQkFBaUI7Z0JBQ2pCLG1CQUFtQjtnQkFDbkIsWUFBWTtnQkFDWixpQkFBaUI7Z0JBQ2pCLG1CQUFtQjtnQkFDbkIsV0FBVztnQkFDWCxhQUFhO2dCQUNiLGNBQWM7YUFDZjtZQUNELFNBQVMsRUFBRTtnQkFDVCx5QkFBeUI7Z0JBQ3pCLFlBQVk7Z0JBQ1osY0FBYzthQUNmO1NBQ0osQ0FBQztpREFFd0IscUJBQXFCO09BRGxDLFNBQVMsQ0FJckI7SUFBRCxnQkFBQztDQUFBLEFBSkQsSUFJQztTQUpZLFNBQVMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEb2N1bWVudEdyaWRNb2R1bGUgfSBmcm9tICcuL2NvbXBvbmVudHMvZG9jdW1lbnQtZ3JpZC9kb2N1bWVudC1ncmlkLm1vZHVsZSc7XG5pbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gXCJAYW5ndWxhci9jb3JlXCI7XG5pbXBvcnQgeyBJbnRlZ3JhdGlvbkRpc3BhdGNoZXIsIEludGVncmF0aW9uTW9kdWxlIH0gZnJvbSBcIkBzZW5pb3JzaXN0ZW1hcy95bXMtcm91dGluZXNcIjtcbmltcG9ydCB7IEZvY3VzU2VydmljZSB9IGZyb20gXCIuLi91dGlscy9mb2N1cy5zZXJ2aWNlXCI7XG5pbXBvcnQgeyBGaWVsZEN1c3RvbWl6YXRpb25TZXJ2aWNlIH0gZnJvbSBcIi4uL3V0aWxzL2ZpZWxkLWN1c3RvbWl6YXRpb24uc2VydmljZVwiO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2NvbW1vblwiO1xuaW1wb3J0IHsgVHJhbnNsYXRlTW9kdWxlIH0gZnJvbSBcIkBuZ3gtdHJhbnNsYXRlL2NvcmVcIjtcbmltcG9ydCB7XG4gIENhbGVuZGFyTW9kdWxlLFxuICBDYXJkTW9kdWxlLFxuICBTaGFyZWRNb2R1bGUsXG4gIFRhYlZpZXdNb2R1bGUsXG4gIENvbmZpcm1EaWFsb2dNb2R1bGUsXG4gIERpYWxvZ01vZHVsZSxcbiAgRHJvcGRvd25Nb2R1bGUsXG4gIElucHV0VGV4dE1vZHVsZSxcbiAgUGFuZWxNb2R1bGVcbn0gZnJvbSBcInByaW1lbmcvcHJpbWVuZ1wiO1xuaW1wb3J0IHsgVGFibGVNb2R1bGUgfSBmcm9tIFwicHJpbWVuZy90YWJsZVwiO1xuaW1wb3J0IHsgU2hhcmVkTW9kdWxlIGFzIFByaW1lU2hhcmVkTW9kdWxlIH0gZnJvbSBcInByaW1lbmcvc2hhcmVkXCI7XG5pbXBvcnQgeyBCdXR0b25Nb2R1bGUgYXMgUHJpbWVCdXR0b25Nb2R1bGUgfSBmcm9tIFwicHJpbWVuZy9idXR0b25cIjtcbmltcG9ydCB7IEZvcm1zTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlIH0gZnJvbSBcIkBhbmd1bGFyL2Zvcm1zXCI7XG5pbXBvcnQge1xuICBFbXB0eVN0YXRlTW9kdWxlLFxuICBMb2NhbGVNb2R1bGUsXG4gIExvYWRpbmdTdGF0ZU1vZHVsZSxcbiAgTnVtYmVySW5wdXRNb2R1bGUsXG4gIFRva2VuTGlzdE1vZHVsZSxcbiAgQnV0dG9uTW9kdWxlLFxuICBDb250cm9sRXJyb3JzTW9kdWxlLFxuICBDdXN0b21GaWVsZHNNb2R1bGUsXG4gIER5bmFtaWNGb3JtTW9kdWxlXG59IGZyb20gXCJAc2VuaW9yc2lzdGVtYXMvYW5ndWxhci1jb21wb25lbnRzXCI7XG5pbXBvcnQgeyBQZXJtaXNzaW9uc01vZHVsZSB9IGZyb20gXCJAc2VuaW9yc2lzdGVtYXMvcGxhdGZvcm0tY29tcG9uZW50c1wiO1xuaW1wb3J0IHsgRHluYW1pY0RpYWxvZ01vZHVsZSB9IGZyb20gXCJwcmltZW5nL2NvbXBvbmVudHMvZHluYW1pY2RpYWxvZy9keW5hbWljZGlhbG9nXCI7XG5pbXBvcnQgeyBGb3JtV21zQ29tcG9uZW50IH0gZnJvbSBcIi4vZm9ybS9mb3JtLXdtcy5jb21wb25lbnRcIjtcbmltcG9ydCB7IEZvcm1XbXNTZXJ2aWNlIH0gZnJvbSBcIi4vZm9ybS9mb3JtLXdtcy5zZXJ2aWNlXCI7XG5cbkBOZ01vZHVsZSh7XG4gICAgZGVjbGFyYXRpb25zOiBbRm9ybVdtc0NvbXBvbmVudF0sXG4gICAgZW50cnlDb21wb25lbnRzOiBbRm9ybVdtc0NvbXBvbmVudF0sXG4gICAgZXhwb3J0czogW0Zvcm1XbXNDb21wb25lbnRdLFxuICAgIGltcG9ydHM6IFtcbiAgICAgIEludGVncmF0aW9uTW9kdWxlLFxuICAgICAgRG9jdW1lbnRHcmlkTW9kdWxlLFxuICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgVHJhbnNsYXRlTW9kdWxlLFxuICAgICAgRm9ybXNNb2R1bGUsXG4gICAgICBCdXR0b25Nb2R1bGUsXG4gICAgICBTaGFyZWRNb2R1bGUsXG4gICAgICBDYXJkTW9kdWxlLFxuICAgICAgUHJpbWVCdXR0b25Nb2R1bGUsXG4gICAgICBSZWFjdGl2ZUZvcm1zTW9kdWxlLFxuICAgICAgUHJpbWVTaGFyZWRNb2R1bGUsXG4gICAgICBDdXN0b21GaWVsZHNNb2R1bGUsXG4gICAgICBDb250cm9sRXJyb3JzTW9kdWxlLFxuICAgICAgRGlhbG9nTW9kdWxlLFxuICAgICAgRW1wdHlTdGF0ZU1vZHVsZSxcbiAgICAgIER5bmFtaWNGb3JtTW9kdWxlLFxuICAgICAgVG9rZW5MaXN0TW9kdWxlLFxuICAgICAgUGFuZWxNb2R1bGUsXG4gICAgICBJbnB1dFRleHRNb2R1bGUsXG4gICAgICBEcm9wZG93bk1vZHVsZSxcbiAgICAgIEJ1dHRvbk1vZHVsZSxcbiAgICAgIExvYWRpbmdTdGF0ZU1vZHVsZSxcbiAgICAgIE51bWJlcklucHV0TW9kdWxlLFxuICAgICAgQ29uZmlybURpYWxvZ01vZHVsZSxcbiAgICAgIExvY2FsZU1vZHVsZSxcbiAgICAgIFBlcm1pc3Npb25zTW9kdWxlLFxuICAgICAgRHluYW1pY0RpYWxvZ01vZHVsZSxcbiAgICAgIFRhYmxlTW9kdWxlLFxuICAgICAgVGFiVmlld01vZHVsZSxcbiAgICAgIENhbGVuZGFyTW9kdWxlLFxuICAgIF0sXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICBGaWVsZEN1c3RvbWl6YXRpb25TZXJ2aWNlLFxuICAgICAgRm9jdXNTZXJ2aWNlLFxuICAgICAgRm9ybVdtc1NlcnZpY2VcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIFdtc01vZHVsZSB7XG4gIGNvbnN0cnVjdG9yKGRpc3BhdGNoZXI6IEludGVncmF0aW9uRGlzcGF0Y2hlcikge1xuICAgIGRpc3BhdGNoZXIuZGlzcGF0Y2goRm9ybVdtc0NvbXBvbmVudCk7XG4gIH1cbn1cbiJdfQ==
|
|
@@ -9,7 +9,7 @@ import { MessageModule } from 'primeng/message';
|
|
|
9
9
|
import { TableModule, Table } from 'primeng/table';
|
|
10
10
|
import { HttpParams, HttpClient, HttpClientModule } from '@angular/common/http';
|
|
11
11
|
import { MessageService, DynamicDialogRef, DynamicDialogConfig, DialogService, ConfirmationService } from 'primeng/api';
|
|
12
|
-
import { ControleCircuito, ControleOperacao, IntegrationDispatcher, CircuitoFinalizado, ControleUnificado, ChegadaVeiculo, IntegrationEventsCallback, IntegrationModule,
|
|
12
|
+
import { ControleCircuito, ControleOperacao, IntegrationDispatcher, CircuitoFinalizado, ControleUnificado, ChegadaVeiculo, IntegrationEventsCallback, IntegrationModule, Agendamento, ChegadaVeiculoOverride } from '@seniorsistemas/yms-routines';
|
|
13
13
|
import { trigger, state, style, transition, animate } from '@angular/animations';
|
|
14
14
|
import { PermissionsModule } from '@seniorsistemas/platform-components';
|
|
15
15
|
import { StompConfig, StompService } from '@stomp/ng2-stompjs';
|
|
@@ -2795,10 +2795,40 @@ VisitorListModule = __decorate([
|
|
|
2795
2795
|
__metadata("design:paramtypes", [IntegrationDispatcher])
|
|
2796
2796
|
], VisitorListModule);
|
|
2797
2797
|
|
|
2798
|
+
var WmsSystem;
|
|
2799
|
+
(function (WmsSystem) {
|
|
2800
|
+
WmsSystem["NONE"] = "NONE";
|
|
2801
|
+
WmsSystem["SENIOR"] = "SENIOR";
|
|
2802
|
+
WmsSystem["WIS"] = "WIS";
|
|
2803
|
+
WmsSystem["ALCIS"] = "ALCIS";
|
|
2804
|
+
WmsSystem["SENIOR_CONNECT"] = "SENIOR_CONNECT";
|
|
2805
|
+
WmsSystem["GENERIC"] = "GENERIC";
|
|
2806
|
+
})(WmsSystem || (WmsSystem = {}));
|
|
2807
|
+
|
|
2808
|
+
let FormWmsService = class FormWmsService extends Service {
|
|
2809
|
+
constructor(http, messageService) {
|
|
2810
|
+
super(messageService);
|
|
2811
|
+
this.http = http;
|
|
2812
|
+
this.messageService = messageService;
|
|
2813
|
+
}
|
|
2814
|
+
getSystemIntegration() {
|
|
2815
|
+
return this.http.post(`yms_int/wms/queries/getSystemIntegration`, {});
|
|
2816
|
+
}
|
|
2817
|
+
};
|
|
2818
|
+
FormWmsService.ngInjectableDef = defineInjectable({ factory: function FormWmsService_Factory() { return new FormWmsService(inject(HttpClient), inject(MessageService$1)); }, token: FormWmsService, providedIn: "root" });
|
|
2819
|
+
FormWmsService = __decorate([
|
|
2820
|
+
Injectable({ providedIn: 'root' }),
|
|
2821
|
+
__metadata("design:paramtypes", [HttpClient, MessageService$1])
|
|
2822
|
+
], FormWmsService);
|
|
2823
|
+
|
|
2798
2824
|
const INFORMACAOES_ADICIONAIS_HEADER = "Informações adicionais";
|
|
2799
2825
|
let FormWmsDescritor = class FormWmsDescritor {
|
|
2800
2826
|
};
|
|
2801
2827
|
FormWmsDescritor = __decorate([
|
|
2828
|
+
Agendamento({
|
|
2829
|
+
header: INFORMACAOES_ADICIONAIS_HEADER,
|
|
2830
|
+
name: 'yms.integracao.wms'
|
|
2831
|
+
}),
|
|
2802
2832
|
ChegadaVeiculo({
|
|
2803
2833
|
header: INFORMACAOES_ADICIONAIS_HEADER,
|
|
2804
2834
|
name: 'yms.integracao.wms',
|
|
@@ -2806,9 +2836,10 @@ FormWmsDescritor = __decorate([
|
|
|
2806
2836
|
})
|
|
2807
2837
|
], FormWmsDescritor);
|
|
2808
2838
|
let FormWmsComponent = class FormWmsComponent extends FormWmsDescritor {
|
|
2809
|
-
constructor(integrationCallback) {
|
|
2839
|
+
constructor(integrationCallback, wmsService) {
|
|
2810
2840
|
super();
|
|
2811
2841
|
this.integrationCallback = integrationCallback;
|
|
2842
|
+
this.wmsService = wmsService;
|
|
2812
2843
|
this.save = [];
|
|
2813
2844
|
this.header = INFORMACAOES_ADICIONAIS_HEADER;
|
|
2814
2845
|
this.loading = false;
|
|
@@ -2822,6 +2853,10 @@ let FormWmsComponent = class FormWmsComponent extends FormWmsDescritor {
|
|
|
2822
2853
|
return empty();
|
|
2823
2854
|
}))
|
|
2824
2855
|
.subscribe();
|
|
2856
|
+
this.wmsService.getSystemIntegration()
|
|
2857
|
+
.subscribe(({ system }) => {
|
|
2858
|
+
this.wmsSystem = system;
|
|
2859
|
+
});
|
|
2825
2860
|
}
|
|
2826
2861
|
ngOnDestroy() {
|
|
2827
2862
|
this.unsubscribe$.next();
|
|
@@ -2836,15 +2871,19 @@ __decorate([
|
|
|
2836
2871
|
Input(),
|
|
2837
2872
|
__metadata("design:type", Array)
|
|
2838
2873
|
], FormWmsComponent.prototype, "save", void 0);
|
|
2874
|
+
__decorate([
|
|
2875
|
+
Input(),
|
|
2876
|
+
__metadata("design:type", String)
|
|
2877
|
+
], FormWmsComponent.prototype, "wmsSystem", void 0);
|
|
2839
2878
|
FormWmsComponent = __decorate([
|
|
2840
2879
|
Component({
|
|
2841
2880
|
template: `
|
|
2842
2881
|
<div *ngIf="agenda">
|
|
2843
|
-
<document-grid [agenda]="agenda"></document-grid>
|
|
2882
|
+
<document-grid [agenda]="agenda" [wmsSystem]="wmsSystem" ></document-grid>
|
|
2844
2883
|
</div>
|
|
2845
2884
|
`
|
|
2846
2885
|
}),
|
|
2847
|
-
__metadata("design:paramtypes", [IntegrationEventsCallback])
|
|
2886
|
+
__metadata("design:paramtypes", [IntegrationEventsCallback, FormWmsService])
|
|
2848
2887
|
], FormWmsComponent);
|
|
2849
2888
|
|
|
2850
2889
|
let DocumentService = class DocumentService extends EntityService {
|
|
@@ -2997,6 +3036,10 @@ __decorate([
|
|
|
2997
3036
|
Input(),
|
|
2998
3037
|
__metadata("design:type", Object)
|
|
2999
3038
|
], DocumentGridComponent.prototype, "agenda", void 0);
|
|
3039
|
+
__decorate([
|
|
3040
|
+
Input(),
|
|
3041
|
+
__metadata("design:type", String)
|
|
3042
|
+
], DocumentGridComponent.prototype, "wmsSystem", void 0);
|
|
3000
3043
|
__decorate([
|
|
3001
3044
|
Output(),
|
|
3002
3045
|
__metadata("design:type", Boolean)
|
|
@@ -3036,7 +3079,7 @@ __decorate([
|
|
|
3036
3079
|
DocumentGridComponent = __decorate([
|
|
3037
3080
|
Component({
|
|
3038
3081
|
selector: 'document-grid',
|
|
3039
|
-
template: "<p-panel>\n <p-header>\n <div class=\"buttons\">\n <div>\n <s-button\n label=\"{{'yms.int.wms_add_document' | translate}}\"\n priority=\"primary\"\n [model]=\"getActions()\"\n [auxiliary]=\"false\">\n </s-button>\n <s-button\n label=\"{{'yms.wms_view_button' | translate}}\"\n priority=\"secondary\"\n [auxiliary]=\"false\"\n [disabled]=\"!selection || selection.length !== 1\"\n (onClick)=\"view()\">\n </s-button>\n <s-button\n label=\"{{'yms.wms_delete_button' | translate}}\"\n priority=\"secondary\"\n [disabled]=\"!selection || !selection.length\"\n (click)=\"onDelete()\">\n </s-button>\n </div>\n <s-button\n id=\"refresh-button\"\n priority=\"default\"\n iconClass=\"fa fa-refresh\"\n (onClick)=\"listDocuments()\"\n >\n </s-button>\n </div>\n </p-header>\n <div class=\"ui-g\">\n <div class=\"ui-g-12\" *ngIf=\"gridData && gridData.length; else emptyList\">\n <p-table #documentTable [value]=\"gridData\"\n [columns]=\"gridColumns\" dataKey=\"id\" [lazy]=\"true\" [scrollable]=\"true\" [resizableColumns]=\"true\"\n sortMode=\"multiple\" [paginator]=\"true\" [totalRecords]=\"documentTotalRecords\" rows=\"10\"\n [rowsPerPageOptions]=\"[10, 20, 50, 100]\" [(selection)]=\"selection\"\n [loading]=\"loading\">\n <ng-template pTemplate=\"colgroup\" let-columns>\n <colgroup>\n <col *ngFor=\"let col of columns\" [style.width]=\"col.width\"/>\n </colgroup>\n </ng-template>\n <ng-template pTemplate=\"header\" let-columns>\n <tr>\n <th id=\"checkbox\" class=\"table-checkbox\">\n <p-tableHeaderCheckbox></p-tableHeaderCheckbox>\n </th>\n <th id=\"col\" *ngFor=\"let col of columns\" [pSortableColumn]=\"col.field\" pResizableColumn>\n <div class=\"senior-header\">\n <span class=\"senior-header-title\">{{ col.header }}</span>\n <p-sortIcon [field]=\"col.field\"></p-sortIcon>\n </div>\n </th>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"body\" let-rowData let-columns let-expanded=\"expanded\">\n <tr [pSelectableRow]=\"rowData\">\n <td class=\"table-checkbox\">\n <p-tableCheckbox [value]=\"rowData\"></p-tableCheckbox>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"logistcUnitName\"] }}</span>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"logistcUnitDocument\"] }}</span>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"invoiceKey\"] }}</span>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"invoiceNumber\"] }}</span>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"invoiceSerialNumber\"] }}</span>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"ownerName\"] }}</span>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"ownerDocument\"] }}</span>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"code\"] }}</span>\n </td>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"paginatorright\">\n <span [translate]=\"'total_records'\" [translateParams]=\"{ value: documentTotalRecords }\"></span>\n </ng-template>\n </p-table> \n </div>\n </div>\n <register-document\n [edit]=\"edit\"\n [viewDocument]=\"selection\"\n (document)=\"onChangeDocument($event)\"\n [(visible)]=\"visibleDocumentRegister\"\n [agenda]=\"agenda\">\n </register-document
|
|
3082
|
+
template: "<p-panel>\n <p-header>\n <div class=\"buttons\">\n <div>\n <s-button\n label=\"{{'yms.int.wms_add_document' | translate}}\"\n priority=\"primary\"\n [model]=\"getActions()\"\n [auxiliary]=\"false\">\n </s-button>\n <s-button\n label=\"{{'yms.wms_view_button' | translate}}\"\n priority=\"secondary\"\n [auxiliary]=\"false\"\n [disabled]=\"!selection || selection.length !== 1\"\n (onClick)=\"view()\">\n </s-button>\n <s-button\n label=\"{{'yms.wms_delete_button' | translate}}\"\n priority=\"secondary\"\n [disabled]=\"!selection || !selection.length\"\n (click)=\"onDelete()\">\n </s-button>\n </div>\n <s-button\n id=\"refresh-button\"\n priority=\"default\"\n iconClass=\"fa fa-refresh\"\n (onClick)=\"listDocuments()\"\n >\n </s-button>\n </div>\n </p-header>\n <div class=\"ui-g\">\n <div class=\"ui-g-12\" *ngIf=\"gridData && gridData.length; else emptyList\">\n <p-table #documentTable [value]=\"gridData\"\n [columns]=\"gridColumns\" dataKey=\"id\" [lazy]=\"true\" [scrollable]=\"true\" [resizableColumns]=\"true\"\n sortMode=\"multiple\" [paginator]=\"true\" [totalRecords]=\"documentTotalRecords\" rows=\"10\"\n [rowsPerPageOptions]=\"[10, 20, 50, 100]\" [(selection)]=\"selection\"\n [loading]=\"loading\">\n <ng-template pTemplate=\"colgroup\" let-columns>\n <colgroup>\n <col *ngFor=\"let col of columns\" [style.width]=\"col.width\"/>\n </colgroup>\n </ng-template>\n <ng-template pTemplate=\"header\" let-columns>\n <tr>\n <th id=\"checkbox\" class=\"table-checkbox\">\n <p-tableHeaderCheckbox></p-tableHeaderCheckbox>\n </th>\n <th id=\"col\" *ngFor=\"let col of columns\" [pSortableColumn]=\"col.field\" pResizableColumn>\n <div class=\"senior-header\">\n <span class=\"senior-header-title\">{{ col.header }}</span>\n <p-sortIcon [field]=\"col.field\"></p-sortIcon>\n </div>\n </th>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"body\" let-rowData let-columns let-expanded=\"expanded\">\n <tr [pSelectableRow]=\"rowData\">\n <td class=\"table-checkbox\">\n <p-tableCheckbox [value]=\"rowData\"></p-tableCheckbox>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"logistcUnitName\"] }}</span>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"logistcUnitDocument\"] }}</span>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"invoiceKey\"] }}</span>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"invoiceNumber\"] }}</span>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"invoiceSerialNumber\"] }}</span>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"ownerName\"] }}</span>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"ownerDocument\"] }}</span>\n </td>\n <td (click)=\"selection = [rowData]\">\n <span>{{ rowData[\"code\"] }}</span>\n </td>\n </tr>\n </ng-template>\n <ng-template pTemplate=\"paginatorright\">\n <span [translate]=\"'total_records'\" [translateParams]=\"{ value: documentTotalRecords }\"></span>\n </ng-template>\n </p-table> \n </div>\n </div>\n <register-document\n [edit]=\"edit\"\n [viewDocument]=\"selection\"\n (document)=\"onChangeDocument($event)\"\n [(visible)]=\"visibleDocumentRegister\"\n [agenda]=\"agenda\">\n </register-document> \n <insert-key [wmsSystem]=\"wmsSystem\" \n (document)=\"onChangeDocument($event)\" [(visible)]=\"visibleInvoiceKey\"></insert-key>\n</p-panel>\n<div class=\"button-save\">\n <s-button \n priority=\"primary\" [label]=\"'save' | translate\" [disabled]=\"disabled || !this.gridData\" (click)=\"save()\">\n </s-button>\n</div>\n\n\n<ng-template #emptyList>\n <div class=\"center\">\n <s-empty-state\n iconClass=\"fa fa-exclamation-triangle\" [title]=\"'detail_empty_state_title' | translate\"\n [description]=\"'detail_empty_state_description' | translate\">\n </s-empty-state>\n </div>\n</ng-template>\n",
|
|
3040
3083
|
styles: [".buttons{display:flex;justify-content:space-between}.center{flex-direction:column;text-align:center}.ui-g{display:block}.button-save{margin:5px 0}#refresh-button{color:#fff}.table-checkbox{width:50px}"]
|
|
3041
3084
|
}),
|
|
3042
3085
|
__metadata("design:paramtypes", [TranslateService,
|
|
@@ -3346,9 +3389,19 @@ let InsertKeyComponent = class InsertKeyComponent {
|
|
|
3346
3389
|
}
|
|
3347
3390
|
ngOnInit() {
|
|
3348
3391
|
this.formGroup = this.formBuilder.group({
|
|
3349
|
-
key: [undefined]
|
|
3392
|
+
key: [undefined],
|
|
3393
|
+
purchaseOrder: [undefined],
|
|
3394
|
+
invoiceNumber: [undefined],
|
|
3395
|
+
invoiceSerie: [undefined],
|
|
3396
|
+
partnerDocument: [undefined]
|
|
3350
3397
|
});
|
|
3351
3398
|
}
|
|
3399
|
+
isWmsWis() {
|
|
3400
|
+
return this.wmsSystem === WmsSystem.WIS;
|
|
3401
|
+
}
|
|
3402
|
+
isWmsSeniorConnect() {
|
|
3403
|
+
return this.wmsSystem === WmsSystem.SENIOR_CONNECT;
|
|
3404
|
+
}
|
|
3352
3405
|
add() {
|
|
3353
3406
|
this.visibleChange.emit(false);
|
|
3354
3407
|
if (!this.formGroup.get('key').value) {
|
|
@@ -3393,6 +3446,10 @@ __decorate([
|
|
|
3393
3446
|
Input(),
|
|
3394
3447
|
__metadata("design:type", EventEmitter)
|
|
3395
3448
|
], InsertKeyComponent.prototype, "visible", void 0);
|
|
3449
|
+
__decorate([
|
|
3450
|
+
Input(),
|
|
3451
|
+
__metadata("design:type", String)
|
|
3452
|
+
], InsertKeyComponent.prototype, "wmsSystem", void 0);
|
|
3396
3453
|
__decorate([
|
|
3397
3454
|
Output(),
|
|
3398
3455
|
__metadata("design:type", Object)
|
|
@@ -3400,8 +3457,8 @@ __decorate([
|
|
|
3400
3457
|
InsertKeyComponent = __decorate([
|
|
3401
3458
|
Component({
|
|
3402
3459
|
selector: "insert-key",
|
|
3403
|
-
template: "<form [formGroup]=\"formGroup\">\n <p-dialog [(visible)]=\"visible\" [modal]=\"true\" (visibleChange)=\"cancel()\">\n <p-header>{{'yms.int.
|
|
3404
|
-
styles: [".spacing-top{margin-top:10px}.spacing-bottom{margin-bottom:10px}.separator{width:100%;margin:5px 0;height:1px;background-color:#ccc}.size-input{width:
|
|
3460
|
+
template: "<form [formGroup]=\"formGroup\">\n <p-dialog [(visible)]=\"visible\" [modal]=\"true\" (visibleChange)=\"cancel()\">\n <p-header>{{'yms.int.wms_search_document' | translate}} {{ wmsSystem }}</p-header>\n <div class=\"flex py-2 justify-content-center spacing-bottom\" \n *ngIf=\"!isWmsSeniorConnect() && !isWmsWis()\">\n <label for=\"key\">{{'yms.int.wms_insert_key_label' | translate}}</label>\n <input id=\"key\" class=\"size-input\" pInputText type=\"text\" formControlName=\"key\">\n </div>\n <div class=\"flex py-2 justify-content-center spacing-bottom\" *ngIf=\"isWmsSeniorConnect()\">\n <label for=\"purchaseOrder\">{{'yms.int.wms_purchaseOrder' | translate}} </label>\n <input id=\"purchaseOrder\" class=\"size-input\" pInputText type=\"text\" formControlName=\"purchaseOrder\">\n </div>\n <div class=\"flex py-2 justify-content-center spacing-bottom\" *ngIf=\"isWmsWis()\">\n <label for=\"invoiceNumber\">{{'yms.int.wms_invoice_number' | translate}}</label>\n <input id=\"invoiceNumber\" class=\"size-input\" pInputText type=\"text\" formControlName=\"invoiceNumber\">\n </div>\n <div class=\"flex py-2 justify-content-center spacing-bottom\" *ngIf=\"isWmsWis()\">\n <label for=\"invoiceSerie\">{{'yms.int.wms_invoice_serie' | translate}}</label>\n <input id=\"invoiceSerie\" class=\"size-input\" pInputText type=\"text\" formControlName=\"invoiceSerie\">\n </div>\n <div class=\"flex py-2 justify-content-center spacing-bottom\" *ngIf=\"isWmsWis()\">\n <label for=\"partnerDocument\">{{'yms.int.wms_partner_document' | translate}}</label>\n <input id=\"partnerDocument\" class=\"size-input\" pInputText type=\"text\" formControlName=\"partnerDocument\">\n </div>\n <div class=\"separator\"></div>\n <div class=\"spacing-top\">\n <s-button pButton label=\"{{'save' | translate}}\" (click)=\"add()\"></s-button>\n <s-button\n type=\"button\"\n class=\"ui-button-link\"\n pButton label=\"{{'cancel' | translate}}\"\n (click)=\"cancel()\">\n </s-button>\n </div>\n </p-dialog>\n</form>",
|
|
3461
|
+
styles: [".spacing-top{margin-top:10px}.spacing-bottom{margin-bottom:10px}.separator{width:100%;margin:5px 0;height:1px;background-color:#ccc}.size-input{width:480px}"]
|
|
3405
3462
|
}),
|
|
3406
3463
|
__metadata("design:paramtypes", [FormBuilder,
|
|
3407
3464
|
DocumentService,
|
|
@@ -3492,7 +3549,8 @@ WmsModule = __decorate([
|
|
|
3492
3549
|
],
|
|
3493
3550
|
providers: [
|
|
3494
3551
|
FieldCustomizationService,
|
|
3495
|
-
FocusService
|
|
3552
|
+
FocusService,
|
|
3553
|
+
FormWmsService
|
|
3496
3554
|
]
|
|
3497
3555
|
}),
|
|
3498
3556
|
__metadata("design:paramtypes", [IntegrationDispatcher])
|
|
@@ -13111,5 +13169,5 @@ DockModule = __decorate([
|
|
|
13111
13169
|
})
|
|
13112
13170
|
], DockModule);
|
|
13113
13171
|
|
|
13114
|
-
export { AgendaModule, AgendaService$1 as AgendaService, BalancaModule, BalancasService, CamerasModule, CamerasService, CancelasModule, CidadeModule, CidadeService, ContratoCompraItemModule, ContratoCompraItemService, ContratoCompraModule, ContratoCompraService, ControladorCancelaComponent, ControladorCancelaDescritor, ControladorCancelasService, CoreModule, DockModule, DockService, ERP_ENVIRONMENT, ERP_SENIOR_HEADER, EmpresaModule, EmpresaService, ErpFormConfigService, ErpProcessData, ErpProcessService, ErpSeniorModule, EstadoModule, EstadoService, ExpedicaoChegadaVeiculoOverride, ExpedicaoModule, ExpedicaoService, FamiliaProdutoModule, FamiliaProdutoService, FieldCustomizationService, FilialModule, FilialService, FormComponent, FormDescritor, FormSamComponent, FormSamDescritor, FormWmsComponent, FormWmsDescritor, HasChangeService, INFORMACAOES_ADICIONAIS_HEADER, InfoComponent, InfoDescritor, IntegrationWebSocket, LogsModule, LogsService, LprModule, LprService, PaisModule, PaisService, PedidoVendaItemModule, PedidoVendaItemService, PedidoVendaModule, PedidoVendaService, PessoaEnderecoModule, PessoaEnderecoService, PessoaFisicaModule, PessoaFisicaService, PessoaJuridicaModule, PessoaJuridicaService, PessoaModule, PessoaService, PortariasComponent, PortariasDescritor, PortariasModule, ProdutoModule, ProdutoService, RecebimentoChegadaVeiculoOverride, RecebimentoContratoModule, RecebimentoContratoService, RoyaltyModule, RoyaltyService, SAM_SENIOR_HEADER, SafraModule, SafraService, SamSeniorModule, SnapshotComponent, SnapshotDescritor, TransportadoraModule, TransportadoraService, UnidadeMedidaModule, UnidadeMedidaService, VisitorListComponent, VisitorListModule, VisitorListService, VisualizarBalancaComponent, VisualizarBalancaDescritor, WmsModule, highlightLanguages, Service as ɵa, CustomStompConfig as ɵb,
|
|
13172
|
+
export { AgendaModule, AgendaService$1 as AgendaService, BalancaModule, BalancasService, CamerasModule, CamerasService, CancelasModule, CidadeModule, CidadeService, ContratoCompraItemModule, ContratoCompraItemService, ContratoCompraModule, ContratoCompraService, ControladorCancelaComponent, ControladorCancelaDescritor, ControladorCancelasService, CoreModule, DockModule, DockService, ERP_ENVIRONMENT, ERP_SENIOR_HEADER, EmpresaModule, EmpresaService, ErpFormConfigService, ErpProcessData, ErpProcessService, ErpSeniorModule, EstadoModule, EstadoService, ExpedicaoChegadaVeiculoOverride, ExpedicaoModule, ExpedicaoService, FamiliaProdutoModule, FamiliaProdutoService, FieldCustomizationService, FilialModule, FilialService, FormComponent, FormDescritor, FormSamComponent, FormSamDescritor, FormWmsComponent, FormWmsDescritor, HasChangeService, INFORMACAOES_ADICIONAIS_HEADER, InfoComponent, InfoDescritor, IntegrationWebSocket, LogsModule, LogsService, LprModule, LprService, PaisModule, PaisService, PedidoVendaItemModule, PedidoVendaItemService, PedidoVendaModule, PedidoVendaService, PessoaEnderecoModule, PessoaEnderecoService, PessoaFisicaModule, PessoaFisicaService, PessoaJuridicaModule, PessoaJuridicaService, PessoaModule, PessoaService, PortariasComponent, PortariasDescritor, PortariasModule, ProdutoModule, ProdutoService, RecebimentoChegadaVeiculoOverride, RecebimentoContratoModule, RecebimentoContratoService, RoyaltyModule, RoyaltyService, SAM_SENIOR_HEADER, SafraModule, SafraService, SamSeniorModule, SnapshotComponent, SnapshotDescritor, TransportadoraModule, TransportadoraService, UnidadeMedidaModule, UnidadeMedidaService, VisitorListComponent, VisitorListModule, VisitorListService, VisualizarBalancaComponent, VisualizarBalancaDescritor, WmsModule, highlightLanguages, Service as ɵa, CustomStompConfig as ɵb, AgendaService as ɵba, EntityService$2 as ɵbb, EntityService$1 as ɵbc, InsertKeyModule as ɵbd, InsertKeyComponent as ɵbe, IntegrationService as ɵbf, RecebimentoFormComponent as ɵbg, DerivacaoService as ɵbh, NotaValidatorService as ɵbi, TransgeniaService as ɵbj, VerificaNotafiscal as ɵbk, BuildFormField as ɵbl, ExpedicaoFormComponent as ɵbm, ExpedicaoInfoComponent as ɵbn, RecebimentoInfoComponent as ɵbo, DevolucaoFormComponent as ɵbp, DevolucaoService as ɵbq, DevolucaoChegadaVeiculoOverride as ɵbr, RecebimentoOrdemCompraFormComponent as ɵbs, OrdemCompraService as ɵbt, RecebimentoOrdemCompraService as ɵbu, RecebimentoOrdemCompraChegadaVeiculoOverride as ɵbv, RecebimentoOrdemCompraInfoComponent as ɵbw, DevolucaoInfoComponent as ɵbx, ContratoFormComponent as ɵby, OrdemCompraFormComponent as ɵbz, ViewImageComponent as ɵc, ProcessoAvulsoFormComponent as ɵca, ProcessoAvulsoService as ɵcb, ProcessoAvulsoChegadaVeiculoOverride as ɵcc, ProcessoAvulsoInfoComponent as ɵcd, LogIntegracaoDescritor as ɵce, LogIntegracaoComponent as ɵcf, LogIntegracaoService as ɵcg, DerivacaoModule as ɵch, DevolucaoModule as ɵci, OrdemCompraModule as ɵcj, RecebimentoOrdemCompraModule as ɵck, TransgeniaModule as ɵcl, ProcessoAvulsoModule as ɵcm, LogIntegracaoModule as ɵcn, NotaFormModule as ɵco, DirectivesModule as ɵcp, TrimDirective as ɵcq, NotaFormComponent as ɵcr, LogDescritor as ɵd, LogsComponent as ɵe, PortariasService as ɵf, EntradaComponent as ɵg, AgendasComponent as ɵh, ConfirmacaoComponent as ɵi, VisitedInfoDescritor as ɵj, VisitedInfoComponent as ɵk, VisitedInfoService as ɵl, SchedulingComponent as ɵm, LobbyService as ɵn, EntityService as ɵo, SchedulingService as ɵp, VisitanteComponent as ɵq, VisitanteFormComponent as ɵr, CredencialFormComponent as ɵs, FocusService as ɵt, FormWmsService as ɵu, DocumentGridModule as ɵv, DocumentGridComponent as ɵw, DocumentService as ɵx, RegisterDocumentModule as ɵy, RegisterDocumentComponent as ɵz };
|
|
13115
13173
|
//# sourceMappingURL=seniorsistemas-yms-integration.js.map
|