@orbe-agro/client-core-prod 5.6.137 → 5.6.156
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/dist/@ecme/assets/styles/app.css +78 -1
- package/dist/@ecme/assets/styles/components/_orbe-loader.css +85 -0
- package/dist/@ecme/assets/styles/components/index.css +77 -0
- package/dist/@ecme/components/index.js +58 -56
- package/dist/@ecme/components/index.js.map +1 -1
- package/dist/@ecme/components/shared/Loading.js +3 -4
- package/dist/@ecme/components/shared/Loading.js.map +1 -1
- package/dist/@ecme/components/shared/index.js +6 -4
- package/dist/@ecme/components/shared/index.js.map +1 -1
- package/dist/@ecme/components/shared/loaders/GlobalLoading.js +2 -5
- package/dist/@ecme/components/shared/loaders/GlobalLoading.js.map +1 -1
- package/dist/@ecme/components/shared/loaders/OrbeLoader.js +28 -0
- package/dist/@ecme/components/shared/loaders/OrbeLoader.js.map +1 -0
- package/dist/@ecme/components/template/Footer.js +1 -1
- package/dist/@ecme/index.js +136 -134
- package/dist/@ecme/index.js.map +1 -1
- package/dist/@ecme/locales/lang/ptBR/nav.js +2 -0
- package/dist/@ecme/locales/lang/ptBR/nav.js.map +1 -1
- package/dist/@types/@ecme/components/shared/index.d.ts +1 -0
- package/dist/@types/@ecme/components/shared/index.d.ts.map +1 -1
- package/dist/@types/@ecme/components/shared/loaders/GlobalLoading.d.ts.map +1 -1
- package/dist/@types/@ecme/components/shared/loaders/OrbeLoader.d.ts +8 -0
- package/dist/@types/@ecme/components/shared/loaders/OrbeLoader.d.ts.map +1 -0
- package/dist/@types/@ecme/locales/lang/ptBR/nav.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/compras/compras.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/compras/compras.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/compras/config/requisicaoCompra.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/compras/config/requisicaoCompra.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/dm/config/businessPartner.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/dm/config/businessPartner.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/dm/dm.d.ts +4 -0
- package/dist/@types/base/configs/endpoints.config/dm/dm.d.ts.map +1 -1
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts +8 -0
- package/dist/@types/base/configs/endpoints.config/endpoints.navigation.d.ts.map +1 -1
- package/dist/@types/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.d.ts +1 -0
- package/dist/@types/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.d.ts.map +1 -1
- package/dist/@types/base/services/modules/dm/businessPartner/BusinessPartnerService.d.ts +1 -0
- package/dist/@types/base/services/modules/dm/businessPartner/BusinessPartnerService.d.ts.map +1 -1
- package/dist/base/assets/logo/orbe-agro/orbe-agro-logo-min.svg.js +5 -0
- package/dist/base/assets/logo/orbe-agro/orbe-agro-logo-min.svg.js.map +1 -0
- package/dist/base/assets/styles/init.css +78 -1
- package/dist/base/configs/endpoints.config/compras/config/requisicaoCompra.js +2 -1
- package/dist/base/configs/endpoints.config/compras/config/requisicaoCompra.js.map +1 -1
- package/dist/base/configs/endpoints.config/dm/config/businessPartner.js +2 -1
- package/dist/base/configs/endpoints.config/dm/config/businessPartner.js.map +1 -1
- package/dist/base/configs/navigation.config/modules.submenu/flux/submenu.flux.js +1 -1
- package/dist/base/configs/navigation.config/modules.submenu/flux/submenu.flux.js.map +1 -1
- package/dist/base/configs/navigation.config/modules.submenu/orcamento/submenu.orcamento.js +1 -1
- package/dist/base/configs/navigation.config/modules.submenu/orcamento/submenu.orcamento.js.map +1 -1
- package/dist/base/index.js +4 -2
- package/dist/base/services/index.js +4 -2
- package/dist/base/services/modules/compras/index.js +2 -1
- package/dist/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.js +8 -0
- package/dist/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.js.map +1 -1
- package/dist/base/services/modules/dm/businessPartner/BusinessPartnerService.js +9 -0
- package/dist/base/services/modules/dm/businessPartner/BusinessPartnerService.js.map +1 -1
- package/dist/base/services/modules/dm/index.js +2 -1
- package/dist/base/services/modules/index.js +4 -2
- package/lib/@ecme/assets/styles/components/_orbe-loader.css +84 -0
- package/lib/@ecme/assets/styles/components/index.css +1 -0
- package/lib/@ecme/components/shared/Loading.tsx +3 -3
- package/lib/@ecme/components/shared/index.tsx +1 -0
- package/lib/@ecme/components/shared/loaders/GlobalLoading.tsx +2 -4
- package/lib/@ecme/components/shared/loaders/OrbeLoader.tsx +37 -0
- package/lib/@ecme/locales/lang/ptBR/nav.ts +2 -0
- package/lib/base/configs/endpoints.config/compras/config/requisicaoCompra.ts +2 -1
- package/lib/base/configs/endpoints.config/dm/config/businessPartner.ts +2 -1
- package/lib/base/configs/navigation.config/modules.submenu/flux/submenu.flux.ts +1 -1
- package/lib/base/configs/navigation.config/modules.submenu/orcamento/submenu.orcamento.ts +1 -1
- package/lib/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.ts +8 -0
- package/lib/base/services/modules/dm/businessPartner/BusinessPartnerService.ts +9 -1
- package/package.json +1 -1
|
@@ -574,6 +574,10 @@ declare const endpointNavigationConfig: {
|
|
|
574
574
|
endpoint: string;
|
|
575
575
|
httpMethod: string;
|
|
576
576
|
};
|
|
577
|
+
getBusinessPartnersCodeByCpf: {
|
|
578
|
+
endpoint: string;
|
|
579
|
+
httpMethod: string;
|
|
580
|
+
};
|
|
577
581
|
};
|
|
578
582
|
canalDistribuicao: {
|
|
579
583
|
find: {
|
|
@@ -1394,6 +1398,10 @@ declare const endpointNavigationConfig: {
|
|
|
1394
1398
|
endpoint: string;
|
|
1395
1399
|
httpMethod: string;
|
|
1396
1400
|
};
|
|
1401
|
+
lock: {
|
|
1402
|
+
endpoint: string;
|
|
1403
|
+
httpMethod: string;
|
|
1404
|
+
};
|
|
1397
1405
|
};
|
|
1398
1406
|
itemRequisicaoCompra: {
|
|
1399
1407
|
findDetalhesRecebimentoMercadoria: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.navigation.d.ts","sourceRoot":"","sources":["../../../../../lib/base/configs/endpoints.config/endpoints.navigation.ts"],"names":[],"mappings":"AAwDA,eAAO,MAAM,SAAS,SAAS,CAAA;AAE/B,QAAA,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"endpoints.navigation.d.ts","sourceRoot":"","sources":["../../../../../lib/base/configs/endpoints.config/endpoints.navigation.ts"],"names":[],"mappings":"AAwDA,eAAO,MAAM,SAAS,SAAS,CAAA;AAE/B,QAAA,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwD7B,CAAA;AAED,eAAe,wBAAwB,CAAA"}
|
package/dist/@types/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.d.ts
CHANGED
|
@@ -8,4 +8,5 @@ export declare function apiExecuteAcao(values: any): Promise<any>;
|
|
|
8
8
|
export declare function apiFindHistoricosMovimentacao(id: number): Promise<TQueryResponse<any>>;
|
|
9
9
|
export declare function apiFindDetalheItemRequisicaoCompraMonitor(id: number): Promise<TQueryResponse<any>>;
|
|
10
10
|
export declare function apiAdicionarObservacaoRequisicaoCompra(id: number, mensagem: string): Promise<TObservacaoRequisicaoCompra>;
|
|
11
|
+
export declare function apiSetRequisicaoCompraLock(idRequisicaoCompra: number, lock: boolean): Promise<void>;
|
|
11
12
|
//# sourceMappingURL=RequisicaoCompraService.d.ts.map
|
package/dist/@types/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequisicaoCompraService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEjE,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;AAI3F,wBAAsB,yBAAyB,CAAC,MAAM,EAAE,GAAG,gBAM1D;AAED,wBAAsB,yBAAyB,CAAC,MAAM,EAAE,GAAG,gBAM1D;AAED,wBAAsB,8BAA8B,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMxE;AAED,wBAAsB,0BAA0B,CAAC,EAAE,EAAE,MAAM,gBAK1D;AAED,wBAAsB,cAAc,CAAC,MAAM,EAAE,GAAG,gBAM/C;AAED,wBAAsB,6BAA6B,CAAC,EAAE,EAAE,MAAM,gCAK7D;AAED,wBAAsB,yCAAyC,CAAC,EAAE,EAAE,MAAM,gCAKzE;AAED,wBAAsB,sCAAsC,CAAC,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,wCAMxF"}
|
|
1
|
+
{"version":3,"file":"RequisicaoCompraService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAEjE,OAAO,EAAE,2BAA2B,EAAE,MAAM,8CAA8C,CAAC;AAI3F,wBAAsB,yBAAyB,CAAC,MAAM,EAAE,GAAG,gBAM1D;AAED,wBAAsB,yBAAyB,CAAC,MAAM,EAAE,GAAG,gBAM1D;AAED,wBAAsB,8BAA8B,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMxE;AAED,wBAAsB,0BAA0B,CAAC,EAAE,EAAE,MAAM,gBAK1D;AAED,wBAAsB,cAAc,CAAC,MAAM,EAAE,GAAG,gBAM/C;AAED,wBAAsB,6BAA6B,CAAC,EAAE,EAAE,MAAM,gCAK7D;AAED,wBAAsB,yCAAyC,CAAC,EAAE,EAAE,MAAM,gCAKzE;AAED,wBAAsB,sCAAsC,CAAC,EAAE,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,wCAMxF;AAED,wBAAsB,0BAA0B,CAAC,kBAAkB,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,iBAMzF"}
|
|
@@ -18,4 +18,5 @@ export declare function apiFindDmVendedoresAKARepresentantesVendas(data?: {}): P
|
|
|
18
18
|
export declare function apiFindDmFindSalesAreasByBusinessPartnerAndModulo(businessPartner: string, modulo: string): Promise<TAreaVendaCliente[]>;
|
|
19
19
|
export declare function apiFindDmBusinessPartnerByIds(body?: IFilterParams): Promise<TBusinessPartner[] | undefined>;
|
|
20
20
|
export declare function apiGetBusinessPartnerByCnpjWithOptionalIe(cnpj: string, ie?: string): Promise<any>;
|
|
21
|
+
export declare function apiGetBusinessPartnersCodeByCpf(cpf: string): Promise<any>;
|
|
21
22
|
//# sourceMappingURL=BusinessPartnerService.d.ts.map
|
package/dist/@types/base/services/modules/dm/businessPartner/BusinessPartnerService.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BusinessPartnerService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/businessPartner/BusinessPartnerService.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;
|
|
1
|
+
{"version":3,"file":"BusinessPartnerService.d.ts","sourceRoot":"","sources":["../../../../../../../lib/base/services/modules/dm/businessPartner/BusinessPartnerService.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAK7F,wBAAsB,uBAAuB,CAAC,EAAE,EAAE,MAAM,6BAKvD;AAED,wBAAsB,wBAAwB,CAAC,IAAI,CAAC,EAAE,aAAa,+CAMlE;AAED,wBAAsB,+BAA+B,CAAC,IAAI,CAAC,EAAE,aAAa,2CASzE;AAED,wBAAsB,kCAAkC,CAAC,IAAI,CAAC,EAAE,aAAa,2DAS5E;AAED,wBAAsB,wBAAwB,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMlE;AAED,wBAAsB,wBAAwB,CAAC,IAAI,EAAE,MAAM,gBAK1D;AAED,wBAAsB,4BAA4B,CAAC,IAAI,CAAC,EAAE,aAAa,gCAMtE;AAED,wBAAsB,+BAA+B,CAAC,IAAI,CAAC,EAAE,aAAa,2CASzE;AAED,wBAAsB,gCAAgC,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS1E;AAED,wBAAsB,0BAA0B,CAAC,IAAI,EAAE,MAAM,gBAK5D;AAED,wBAAsB,gDAAgD,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS1F;AAED,wBAAsB,2DAA2D,CAAC,IAAI,CAAC,EAAE,aAAa,2CASrG;AAED,wBAAsB,wDAAwD,CAAC,IAAI,CAAC,EAAE,aAAa,2CASlG;AAED,wBAAsB,oDAAoD,CAAC,IAAI,CAAC,EAAE,aAAa,2CAS9F;AAED,wBAAsB,0CAA0C,CAAC,IAAI,KAAK,+BAMzE;AAED,wBAAsB,iDAAiD,CAAC,eAAe,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,gCAK9G;AAED,wBAAsB,6BAA6B,CAAC,IAAI,CAAC,EAAE,aAAa,2CASvE;AAED,wBAAsB,yCAAyC,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM,gBAWxF;AAED,wBAAsB,+BAA+B,CAAC,GAAG,EAAE,MAAM,gBAOhE"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
const OrbeMin = "data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='94.984344mm'%20height='78.814972mm'%20viewBox='0%200%2094.984344%2078.814972'%20version='1.1'%20id='svg344'%20inkscape:version='1.1.1%20(3bf5ae0d25,%202021-09-20)'%20sodipodi:docname='drawing.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview346'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='mm'%20showgrid='false'%20inkscape:zoom='0.73406285'%20inkscape:cx='-161.43032'%20inkscape:cy='299.02072'%20inkscape:window-width='1920'%20inkscape:window-height='1009'%20inkscape:window-x='1358'%20inkscape:window-y='-8'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs341'%3e%3clinearGradient%20x1='0'%20y1='0'%20x2='1'%20y2='0'%20gradientUnits='userSpaceOnUse'%20gradientTransform='matrix(269.24597,0,0,-269.24597,235.67938,305.07071)'%20spreadMethod='pad'%20id='linearGradient185'%3e%3cstop%20style='stop-opacity:1;stop-color:%2373cfbf'%20offset='0'%20id='stop181'%20/%3e%3cstop%20style='stop-opacity:1;stop-color:%234eb9ea'%20offset='1'%20id='stop183'%20/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%20transform='translate(-44.41923,-69.444459)'%3e%3cg%20id='g169'%20transform='matrix(0.35277777,0,0,-0.35277777,-38.72303,216.47412)'%3e%3cg%20id='g171'%3e%3cg%20id='g177'%3e%3cg%20id='g179'%3e%3cpath%20d='m%20263.171,311.737%20c%20-0.035,-0.578%20-0.038,-1.15%20-0.063,-1.727%20v%200%20c%2012.145,-17.615%2052.604,-13.878%2085.599,1.046%20v%200%20c%203.256,1.472%206.357,2.887%209.335,4.251%20v%200%20c%203.643,1.921%206.949,4.377%209.825,7.258%20v%200%20c%201.533,1.537%202.944,3.19%204.212,4.954%20v%200%20c%203.839,5.309%206.421,11.561%207.343,18.293%20v%200%20c%200.082,0.561%200.147,1.121%200.195,1.691%20v%200%20c%20-0.197,-0.776%20-0.417,-1.543%20-0.665,-2.3%20v%200%20c%20-1.303,-4.031%20-3.216,-7.804%20-5.651,-11.199%20v%200%20c%20-1.893,-2.65%20-4.096,-5.066%20-6.564,-7.193%20v%200%20c%20-0.311,1.535%20-0.522,3.115%20-0.633,4.725%20v%200%20c%20-0.396,5.788%200.606,11.639%202.932,16.955%20v%200%20c%202.338,5.342%205.984,10.131%2010.585,13.723%20v%200%20c%203.632,2.835%207.508,5.014%2010.51,8.585%20v%200%20c%201.104,1.312%202.101,2.714%202.976,4.19%20v%200%20c%200.44,0.739%200.849,1.497%201.226,2.27%20v%200%20c%200.133,0.274%201.153,2.059%201.002,2.278%20v%200%20c%202.047,-2.87%203.733,-6.026%204.988,-9.402%20v%200%20c%201.34,-3.594%202.185,-7.44%202.46,-11.461%20v%200%20l%200.003,-0.027%20c%200.635,-9.362%20-1.967,-18.182%20-6.81,-25.423%20v%200%20l%200.003,0.002%20c%200,0%20-0.506,-1.266%20-2.722,-3.654%20v%200%20c%20-3.233,-3.833%20-7.174,-7.053%20-11.628,-9.492%20v%200%20c%20-4.943,-3.343%20-11.545,-7.269%20-20.36,-11.721%20v%200%20c%20-12.517,-6.322%20-27.977,-13.207%20-46.719,-20.08%20v%200%20c%20-45.762,-16.787%20-65.678,-16.431%20-73.602,-9.644%20v%200%20c%20-4.926,-7.608%20-6.557,-14.272%20-4.217,-19.441%20v%200%20c%204.028,-8.9%2019.023,-11.662%2040.82,-9.269%20v%200%20c%2018.058,-31.742%2051.283,-54.016%2090.453,-56.358%20v%200%20c%2061.582,-3.681%20114.488,43.256%20118.17,104.838%20v%200%20c%200.145,2.43%200.182,4.842%200.173,7.243%20v%200%20c%20-14.933,-8.077%20-80.046,-25.711%20-120.805,-35.857%20v%200%20l%20-0.01,0.023%20c%20-1.442,-0.363%20-2.426,-0.611%20-2.426,-0.611%20v%200%20l%20-6.201,-12.061%20-7.626,-2.198%20-0.075,-0.441%20c%20-0.277,-1.607%20-1.444,-2.913%20-3.012,-3.364%20v%200%20c%20-2.254,-0.65%20-4.608,0.65%20-5.258,2.905%20v%200%20c%20-0.649,2.254%200.651,4.608%202.906,5.258%20v%200%20c%201.566,0.451%203.25,-0.033%204.339,-1.246%20v%200%20l%200.299,-0.332%206.474,1.866%206.125,11.087%20-36.529,-10.53%200.71,-2.463%20-7.787,1.929%205.565,5.779%200.71,-2.464%2023.665,6.821%20-11.521,6.366%20-4.083,-1.177%200.55,-1.908%20-6.597,-1.901%20-1.9,6.597%206.596,1.9%200.55,-1.908%205.234,1.51%2015.104,-8.345%20c%200,0%207,0.881%2012.826,2.619%20v%200%20c%207.261,2.799%2014.675,5.816%2022.205,9.073%20v%200%20c%2045.833,19.821%2076.556,38.733%2095.219,54.895%20v%200%200.003%20c%2038.715,33.54%2029.88,58.945%20-31.228,49.729%20v%200%20c%20-18.277,16.866%20-42.266,27.773%20-69.03,29.372%20v%200%20c%20-2.266,0.135%20-4.528,0.202%20-6.769,0.203%20v%200%20C%20315.923,416.78%20266.716,371.051%20263.171,311.737'%20style='fill:url(%23linearGradient185);stroke:none'%20id='path187'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e";
|
|
2
|
+
export {
|
|
3
|
+
OrbeMin as default
|
|
4
|
+
};
|
|
5
|
+
//# sourceMappingURL=orbe-agro-logo-min.svg.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"orbe-agro-logo-min.svg.js","sources":["../../../../../lib/base/assets/logo/orbe-agro/orbe-agro-logo-min.svg"],"sourcesContent":["export default \"data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'%20standalone='no'?%3e%3c!--%20Created%20with%20Inkscape%20(http://www.inkscape.org/)%20--%3e%3csvg%20width='94.984344mm'%20height='78.814972mm'%20viewBox='0%200%2094.984344%2078.814972'%20version='1.1'%20id='svg344'%20inkscape:version='1.1.1%20(3bf5ae0d25,%202021-09-20)'%20sodipodi:docname='drawing.svg'%20xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape'%20xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:svg='http://www.w3.org/2000/svg'%3e%3csodipodi:namedview%20id='namedview346'%20pagecolor='%23ffffff'%20bordercolor='%23666666'%20borderopacity='1.0'%20inkscape:pageshadow='2'%20inkscape:pageopacity='0.0'%20inkscape:pagecheckerboard='0'%20inkscape:document-units='mm'%20showgrid='false'%20inkscape:zoom='0.73406285'%20inkscape:cx='-161.43032'%20inkscape:cy='299.02072'%20inkscape:window-width='1920'%20inkscape:window-height='1009'%20inkscape:window-x='1358'%20inkscape:window-y='-8'%20inkscape:window-maximized='1'%20inkscape:current-layer='layer1'%20/%3e%3cdefs%20id='defs341'%3e%3clinearGradient%20x1='0'%20y1='0'%20x2='1'%20y2='0'%20gradientUnits='userSpaceOnUse'%20gradientTransform='matrix(269.24597,0,0,-269.24597,235.67938,305.07071)'%20spreadMethod='pad'%20id='linearGradient185'%3e%3cstop%20style='stop-opacity:1;stop-color:%2373cfbf'%20offset='0'%20id='stop181'%20/%3e%3cstop%20style='stop-opacity:1;stop-color:%234eb9ea'%20offset='1'%20id='stop183'%20/%3e%3c/linearGradient%3e%3c/defs%3e%3cg%20inkscape:label='Layer%201'%20inkscape:groupmode='layer'%20id='layer1'%20transform='translate(-44.41923,-69.444459)'%3e%3cg%20id='g169'%20transform='matrix(0.35277777,0,0,-0.35277777,-38.72303,216.47412)'%3e%3cg%20id='g171'%3e%3cg%20id='g177'%3e%3cg%20id='g179'%3e%3cpath%20d='m%20263.171,311.737%20c%20-0.035,-0.578%20-0.038,-1.15%20-0.063,-1.727%20v%200%20c%2012.145,-17.615%2052.604,-13.878%2085.599,1.046%20v%200%20c%203.256,1.472%206.357,2.887%209.335,4.251%20v%200%20c%203.643,1.921%206.949,4.377%209.825,7.258%20v%200%20c%201.533,1.537%202.944,3.19%204.212,4.954%20v%200%20c%203.839,5.309%206.421,11.561%207.343,18.293%20v%200%20c%200.082,0.561%200.147,1.121%200.195,1.691%20v%200%20c%20-0.197,-0.776%20-0.417,-1.543%20-0.665,-2.3%20v%200%20c%20-1.303,-4.031%20-3.216,-7.804%20-5.651,-11.199%20v%200%20c%20-1.893,-2.65%20-4.096,-5.066%20-6.564,-7.193%20v%200%20c%20-0.311,1.535%20-0.522,3.115%20-0.633,4.725%20v%200%20c%20-0.396,5.788%200.606,11.639%202.932,16.955%20v%200%20c%202.338,5.342%205.984,10.131%2010.585,13.723%20v%200%20c%203.632,2.835%207.508,5.014%2010.51,8.585%20v%200%20c%201.104,1.312%202.101,2.714%202.976,4.19%20v%200%20c%200.44,0.739%200.849,1.497%201.226,2.27%20v%200%20c%200.133,0.274%201.153,2.059%201.002,2.278%20v%200%20c%202.047,-2.87%203.733,-6.026%204.988,-9.402%20v%200%20c%201.34,-3.594%202.185,-7.44%202.46,-11.461%20v%200%20l%200.003,-0.027%20c%200.635,-9.362%20-1.967,-18.182%20-6.81,-25.423%20v%200%20l%200.003,0.002%20c%200,0%20-0.506,-1.266%20-2.722,-3.654%20v%200%20c%20-3.233,-3.833%20-7.174,-7.053%20-11.628,-9.492%20v%200%20c%20-4.943,-3.343%20-11.545,-7.269%20-20.36,-11.721%20v%200%20c%20-12.517,-6.322%20-27.977,-13.207%20-46.719,-20.08%20v%200%20c%20-45.762,-16.787%20-65.678,-16.431%20-73.602,-9.644%20v%200%20c%20-4.926,-7.608%20-6.557,-14.272%20-4.217,-19.441%20v%200%20c%204.028,-8.9%2019.023,-11.662%2040.82,-9.269%20v%200%20c%2018.058,-31.742%2051.283,-54.016%2090.453,-56.358%20v%200%20c%2061.582,-3.681%20114.488,43.256%20118.17,104.838%20v%200%20c%200.145,2.43%200.182,4.842%200.173,7.243%20v%200%20c%20-14.933,-8.077%20-80.046,-25.711%20-120.805,-35.857%20v%200%20l%20-0.01,0.023%20c%20-1.442,-0.363%20-2.426,-0.611%20-2.426,-0.611%20v%200%20l%20-6.201,-12.061%20-7.626,-2.198%20-0.075,-0.441%20c%20-0.277,-1.607%20-1.444,-2.913%20-3.012,-3.364%20v%200%20c%20-2.254,-0.65%20-4.608,0.65%20-5.258,2.905%20v%200%20c%20-0.649,2.254%200.651,4.608%202.906,5.258%20v%200%20c%201.566,0.451%203.25,-0.033%204.339,-1.246%20v%200%20l%200.299,-0.332%206.474,1.866%206.125,11.087%20-36.529,-10.53%200.71,-2.463%20-7.787,1.929%205.565,5.779%200.71,-2.464%2023.665,6.821%20-11.521,6.366%20-4.083,-1.177%200.55,-1.908%20-6.597,-1.901%20-1.9,6.597%206.596,1.9%200.55,-1.908%205.234,1.51%2015.104,-8.345%20c%200,0%207,0.881%2012.826,2.619%20v%200%20c%207.261,2.799%2014.675,5.816%2022.205,9.073%20v%200%20c%2045.833,19.821%2076.556,38.733%2095.219,54.895%20v%200%200.003%20c%2038.715,33.54%2029.88,58.945%20-31.228,49.729%20v%200%20c%20-18.277,16.866%20-42.266,27.773%20-69.03,29.372%20v%200%20c%20-2.266,0.135%20-4.528,0.202%20-6.769,0.203%20v%200%20C%20315.923,416.78%20266.716,371.051%20263.171,311.737'%20style='fill:url(%23linearGradient185);stroke:none'%20id='path187'%20/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e\""],"names":[],"mappings":"AAAA,MAAA,UAAe;"}
|
|
@@ -2566,6 +2566,83 @@ td {
|
|
|
2566
2566
|
margin-right: 0.5rem;
|
|
2567
2567
|
padding: 0.75rem;
|
|
2568
2568
|
}
|
|
2569
|
+
.orbe-loader {
|
|
2570
|
+
--loader-size: 48px;
|
|
2571
|
+
--loader-color: #4eb9ea;
|
|
2572
|
+
--loader-color-2: #73cfbf;
|
|
2573
|
+
--loader-ring: rgba(78, 185, 234, 0.22);
|
|
2574
|
+
|
|
2575
|
+
position: relative;
|
|
2576
|
+
width: var(--loader-size);
|
|
2577
|
+
height: var(--loader-size);
|
|
2578
|
+
display: inline-flex;
|
|
2579
|
+
align-items: center;
|
|
2580
|
+
justify-content: center;
|
|
2581
|
+
}
|
|
2582
|
+
.orbe-loader__logo {
|
|
2583
|
+
width: 68%;
|
|
2584
|
+
height: 68%;
|
|
2585
|
+
-o-object-fit: contain;
|
|
2586
|
+
object-fit: contain;
|
|
2587
|
+
animation: orbePulse 1.4s ease-in-out infinite;
|
|
2588
|
+
}
|
|
2589
|
+
.orbe-loader__orbit {
|
|
2590
|
+
position: absolute;
|
|
2591
|
+
inset: 0;
|
|
2592
|
+
border-radius: 999px;
|
|
2593
|
+
border: 1.5px solid var(--loader-ring);
|
|
2594
|
+
animation: orbeRotate 1.1s linear infinite;
|
|
2595
|
+
}
|
|
2596
|
+
.orbe-loader__orbit::before {
|
|
2597
|
+
content: "";
|
|
2598
|
+
position: absolute;
|
|
2599
|
+
top: -3px;
|
|
2600
|
+
left: 50%;
|
|
2601
|
+
width: 7px;
|
|
2602
|
+
height: 7px;
|
|
2603
|
+
border-radius: 999px;
|
|
2604
|
+
background: linear-gradient(
|
|
2605
|
+
135deg,
|
|
2606
|
+
var(--loader-color-2),
|
|
2607
|
+
var(--loader-color)
|
|
2608
|
+
);
|
|
2609
|
+
transform: translateX(-50%);
|
|
2610
|
+
box-shadow: 0 0 8px rgba(78, 185, 234, 0.45);
|
|
2611
|
+
}
|
|
2612
|
+
@keyframes orbeRotate {
|
|
2613
|
+
to {
|
|
2614
|
+
transform: rotate(360deg);
|
|
2615
|
+
}
|
|
2616
|
+
}
|
|
2617
|
+
@keyframes orbePulse {
|
|
2618
|
+
0%,
|
|
2619
|
+
100% {
|
|
2620
|
+
transform: scale(0.96);
|
|
2621
|
+
opacity: 0.72;
|
|
2622
|
+
}
|
|
2623
|
+
|
|
2624
|
+
50% {
|
|
2625
|
+
transform: scale(1);
|
|
2626
|
+
opacity: 1;
|
|
2627
|
+
}
|
|
2628
|
+
}
|
|
2629
|
+
/** Tema escuro — override das CSS custom properties */
|
|
2630
|
+
[data-theme="dark"] .orbe-loader {
|
|
2631
|
+
--loader-ring: rgba(255, 255, 255, 0.18);
|
|
2632
|
+
}
|
|
2633
|
+
/** Estado neutro / desabilitado */
|
|
2634
|
+
.orbe-loader.is-muted {
|
|
2635
|
+
--loader-color: #666362;
|
|
2636
|
+
--loader-color-2: #666362;
|
|
2637
|
+
--loader-ring: rgba(102, 99, 98, 0.22);
|
|
2638
|
+
}
|
|
2639
|
+
/** Acessibilidade: reduzir movimento */
|
|
2640
|
+
@media (prefers-reduced-motion: reduce) {
|
|
2641
|
+
.orbe-loader__logo,
|
|
2642
|
+
.orbe-loader__orbit {
|
|
2643
|
+
animation: none;
|
|
2644
|
+
}
|
|
2645
|
+
}
|
|
2569
2646
|
.header{
|
|
2570
2647
|
position: sticky;
|
|
2571
2648
|
top: 0px;
|
|
@@ -3529,7 +3606,7 @@ td {
|
|
|
3529
3606
|
--tw-contain-paint: ;
|
|
3530
3607
|
--tw-contain-style: ;
|
|
3531
3608
|
}
|
|
3532
|
-
|
|
3609
|
+
/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
|
|
3533
3610
|
/*
|
|
3534
3611
|
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
3535
3612
|
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
@@ -7,7 +7,8 @@ const requisicaoCompra = {
|
|
|
7
7
|
executeAcao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/execute-acao`, httpMethod: "post" },
|
|
8
8
|
findHistoricosMovimentacao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/find-historicos-movimentacao-itens`, httpMethod: "get" },
|
|
9
9
|
findDetalheItemRequisicaoCompraMonitor: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/detalhes-itens`, httpMethod: "get" },
|
|
10
|
-
adicionarObservacao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/observacao`, httpMethod: "post" }
|
|
10
|
+
adicionarObservacao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/observacao`, httpMethod: "post" },
|
|
11
|
+
lock: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/lock`, httpMethod: "post" }
|
|
11
12
|
};
|
|
12
13
|
export {
|
|
13
14
|
requisicaoCompra as default
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requisicaoCompra.js","sources":["../../../../../../lib/base/configs/endpoints.config/compras/config/requisicaoCompra.ts"],"sourcesContent":["const REQUISICAO_COMPRA_BASE_URL = '/compras/api/requisicao-compra'\n\nconst requisicaoCompra = {\n create: { endpoint: REQUISICAO_COMPRA_BASE_URL, httpMethod: 'post' },\n update: { endpoint: REQUISICAO_COMPRA_BASE_URL, httpMethod: 'put' },\n findMonitor: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/find-monitor`, httpMethod: 'post' },\n findOne: { endpoint: REQUISICAO_COMPRA_BASE_URL, httpMethod: 'get' },\n executeAcao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/execute-acao`, httpMethod: 'post' },\n findHistoricosMovimentacao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/find-historicos-movimentacao-itens`, httpMethod: 'get' },\n findDetalheItemRequisicaoCompraMonitor: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/detalhes-itens`, httpMethod: 'get' },\n adicionarObservacao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/observacao`, httpMethod: 'post' }\n}\n\nexport default requisicaoCompra"],"names":[],"mappings":"AAAA,MAAM,6BAA6B;AAEnC,MAAM,mBAAmB;AAAA,EACrB,QAAQ,EAAE,UAAU,4BAA4B,YAAY,OAAA;AAAA,EAC5D,QAAQ,EAAE,UAAU,4BAA4B,YAAY,MAAA;AAAA,EAC5D,aAAa,EAAE,UAAU,GAAG,0BAA0B,iBAAiB,YAAY,OAAA;AAAA,EACnF,SAAS,EAAE,UAAU,4BAA4B,YAAY,MAAA;AAAA,EAC7D,aAAa,EAAE,UAAU,GAAG,0BAA0B,iBAAiB,YAAY,OAAA;AAAA,EACnF,4BAA4B,EAAE,UAAU,GAAG,0BAA0B,4CAA4C,YAAY,MAAA;AAAA,EAC7H,wCAAwC,EAAE,UAAU,GAAG,0BAA0B,wBAAwB,YAAY,MAAA;AAAA,EACrH,qBAAqB,EAAE,UAAU,GAAG,0BAA0B,oBAAoB,YAAY,OAAA;
|
|
1
|
+
{"version":3,"file":"requisicaoCompra.js","sources":["../../../../../../lib/base/configs/endpoints.config/compras/config/requisicaoCompra.ts"],"sourcesContent":["const REQUISICAO_COMPRA_BASE_URL = '/compras/api/requisicao-compra'\n\nconst requisicaoCompra = {\n create: { endpoint: REQUISICAO_COMPRA_BASE_URL, httpMethod: 'post' },\n update: { endpoint: REQUISICAO_COMPRA_BASE_URL, httpMethod: 'put' },\n findMonitor: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/find-monitor`, httpMethod: 'post' },\n findOne: { endpoint: REQUISICAO_COMPRA_BASE_URL, httpMethod: 'get' },\n executeAcao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/execute-acao`, httpMethod: 'post' },\n findHistoricosMovimentacao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/find-historicos-movimentacao-itens`, httpMethod: 'get' },\n findDetalheItemRequisicaoCompraMonitor: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/detalhes-itens`, httpMethod: 'get' },\n adicionarObservacao: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/{id}/observacao`, httpMethod: 'post' },\n lock: { endpoint: `${REQUISICAO_COMPRA_BASE_URL}/lock`, httpMethod: 'post' }\n}\n\nexport default requisicaoCompra"],"names":[],"mappings":"AAAA,MAAM,6BAA6B;AAEnC,MAAM,mBAAmB;AAAA,EACrB,QAAQ,EAAE,UAAU,4BAA4B,YAAY,OAAA;AAAA,EAC5D,QAAQ,EAAE,UAAU,4BAA4B,YAAY,MAAA;AAAA,EAC5D,aAAa,EAAE,UAAU,GAAG,0BAA0B,iBAAiB,YAAY,OAAA;AAAA,EACnF,SAAS,EAAE,UAAU,4BAA4B,YAAY,MAAA;AAAA,EAC7D,aAAa,EAAE,UAAU,GAAG,0BAA0B,iBAAiB,YAAY,OAAA;AAAA,EACnF,4BAA4B,EAAE,UAAU,GAAG,0BAA0B,4CAA4C,YAAY,MAAA;AAAA,EAC7H,wCAAwC,EAAE,UAAU,GAAG,0BAA0B,wBAAwB,YAAY,MAAA;AAAA,EACrH,qBAAqB,EAAE,UAAU,GAAG,0BAA0B,oBAAoB,YAAY,OAAA;AAAA,EAC9F,MAAM,EAAE,UAAU,GAAG,0BAA0B,SAAS,YAAY,OAAA;AACxE;"}
|
|
@@ -17,7 +17,8 @@ const businessPartner = {
|
|
|
17
17
|
findBusinessPartnerByClientOrSupplierFunction: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-vendedores-aka-representantes-vendas`, method: "get" },
|
|
18
18
|
findSalesAreasByBusinessPartnerAndModulo: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-sales-areas-client-by-business-partner-and-modulo/`, method: "get" },
|
|
19
19
|
findByIds: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-by-ids`, method: "post" },
|
|
20
|
-
getBusinessPartnerByCnpjWithOptionalIe: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/get-business-partner-by-cnpj-with-optional-ie`, httpMethod: "get" }
|
|
20
|
+
getBusinessPartnerByCnpjWithOptionalIe: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/get-business-partner-by-cnpj-with-optional-ie`, httpMethod: "get" },
|
|
21
|
+
getBusinessPartnersCodeByCpf: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/business-partners-by-cpf`, httpMethod: "get" }
|
|
21
22
|
};
|
|
22
23
|
export {
|
|
23
24
|
businessPartner as default
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"businessPartner.js","sources":["../../../../../../lib/base/configs/endpoints.config/dm/config/businessPartner.ts"],"sourcesContent":["const BUSINESS_PARTNER_BASE_URL = '/dados-mestres/api/dm/business-partner'\n\nconst businessPartner = {\n findOne: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/`, method: 'get' },\n find: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find`, method: 'post' },\n findBusinessPartnerCliente: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-is-cliente`, method: 'post' },\n findBusinessPartnerFornecedor: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-is-fornecedor`, method: 'post' },\n findMonitorFornecedor: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-monitor-fornecedor`, httpMethod: 'post' },\n findMonitorTransportadora: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-monitor-transportadora`, httpMethod: 'post' },\n findEmpresasIdsByCnpj: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/{cnpj}/find-empresas-ids`, httpMethod: 'get' },\n findBusinessPartnerFiliais: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-filiais`, method: 'post' },\n findBusinessPartnerMatrizes: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-matrizes`, method: 'post' },\n findFornecedorNfeByCnpj: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/{cnpj}/find-fornecedor-nfe`, httpMethod: 'get' },\n findBusinessPartnerFuncoesParceirosClientes: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-bp-vinculo-funcao-parceiros-clientes`, method: 'post' },\n findBusinessPartnerFuncoesParceirosClientesPedidoVenda: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-bp-vinculo-funcao-parceiros-clientes-pedido-venda`, method: 'post' },\n findBusinessPartnerFuncoesParceirosClientesPartidas: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-bp-vinculo-funcao-parceiros-clientes-partidas`, method: 'post' },\n findBusinessPartnerFuncoesParceirosFornecedores: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-bp-vinculo-funcao-parceiros-fornecedores`, method: 'post' },\n findBusinessPartnerByClientOrSupplierFunction: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-vendedores-aka-representantes-vendas`, method: 'get' },\n findSalesAreasByBusinessPartnerAndModulo: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-sales-areas-client-by-business-partner-and-modulo/`, method: 'get' },\n findByIds: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-by-ids`, method: 'post' },\n getBusinessPartnerByCnpjWithOptionalIe: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/get-business-partner-by-cnpj-with-optional-ie`, httpMethod: 'get' }\n}\n\nexport default businessPartner"],"names":[],"mappings":"AAAA,MAAM,4BAA4B;AAElC,MAAM,kBAAkB;AAAA,EACpB,SAAS,EAAE,UAAU,GAAG,yBAAyB,KAAK,QAAQ,MAAA;AAAA,EAC9D,MAAM,EAAE,UAAU,GAAG,yBAAyB,SAAS,QAAQ,OAAA;AAAA,EAC/D,4BAA4B,EAAE,UAAU,GAAG,yBAAyB,qCAAqC,QAAQ,OAAA;AAAA,EACjH,+BAA+B,EAAE,UAAU,GAAG,yBAAyB,wCAAwC,QAAQ,OAAA;AAAA,EACvH,uBAAuB,EAAE,UAAU,GAAG,yBAAyB,4BAA4B,YAAY,OAAA;AAAA,EACvG,2BAA2B,EAAE,UAAU,GAAG,yBAAyB,gCAAgC,YAAY,OAAA;AAAA,EAC/G,uBAAuB,EAAE,UAAU,GAAG,yBAAyB,6BAA6B,YAAY,MAAA;AAAA,EACxG,4BAA4B,EAAE,UAAU,GAAG,yBAAyB,kCAAkC,QAAQ,OAAA;AAAA,EAC9G,6BAA6B,EAAE,UAAU,GAAG,yBAAyB,mCAAmC,QAAQ,OAAA;AAAA,EAChH,yBAAyB,EAAE,UAAU,GAAG,yBAAyB,+BAA+B,YAAY,MAAA;AAAA,EAC5G,6CAA6C,EAAE,UAAU,GAAG,yBAAyB,8CAA8C,QAAQ,OAAA;AAAA,EAC3I,wDAAwD,EAAE,UAAU,GAAG,yBAAyB,2DAA2D,QAAQ,OAAA;AAAA,EACnK,qDAAqD,EAAE,UAAU,GAAG,yBAAyB,uDAAuD,QAAQ,OAAA;AAAA,EAC5J,iDAAiD,EAAE,UAAU,GAAG,yBAAyB,kDAAkD,QAAQ,OAAA;AAAA,EACnJ,+CAA+C,EAAE,UAAU,GAAG,yBAAyB,8CAA8C,QAAQ,MAAA;AAAA,EAC7I,0CAA0C,EAAE,UAAU,GAAG,yBAAyB,4DAA4D,QAAQ,MAAA;AAAA,EACtJ,WAAW,EAAE,UAAU,GAAG,yBAAyB,gBAAgB,QAAQ,OAAA;AAAA,EAC3E,wCAAwC,EAAE,UAAU,GAAG,yBAAyB,kDAAkD,YAAY,MAAA;
|
|
1
|
+
{"version":3,"file":"businessPartner.js","sources":["../../../../../../lib/base/configs/endpoints.config/dm/config/businessPartner.ts"],"sourcesContent":["const BUSINESS_PARTNER_BASE_URL = '/dados-mestres/api/dm/business-partner'\n\nconst businessPartner = {\n findOne: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/`, method: 'get' },\n find: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find`, method: 'post' },\n findBusinessPartnerCliente: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-is-cliente`, method: 'post' },\n findBusinessPartnerFornecedor: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-is-fornecedor`, method: 'post' },\n findMonitorFornecedor: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-monitor-fornecedor`, httpMethod: 'post' },\n findMonitorTransportadora: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-monitor-transportadora`, httpMethod: 'post' },\n findEmpresasIdsByCnpj: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/{cnpj}/find-empresas-ids`, httpMethod: 'get' },\n findBusinessPartnerFiliais: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-filiais`, method: 'post' },\n findBusinessPartnerMatrizes: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-business-partner-matrizes`, method: 'post' },\n findFornecedorNfeByCnpj: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/{cnpj}/find-fornecedor-nfe`, httpMethod: 'get' },\n findBusinessPartnerFuncoesParceirosClientes: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-bp-vinculo-funcao-parceiros-clientes`, method: 'post' },\n findBusinessPartnerFuncoesParceirosClientesPedidoVenda: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-bp-vinculo-funcao-parceiros-clientes-pedido-venda`, method: 'post' },\n findBusinessPartnerFuncoesParceirosClientesPartidas: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-bp-vinculo-funcao-parceiros-clientes-partidas`, method: 'post' },\n findBusinessPartnerFuncoesParceirosFornecedores: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-bp-vinculo-funcao-parceiros-fornecedores`, method: 'post' },\n findBusinessPartnerByClientOrSupplierFunction: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-vendedores-aka-representantes-vendas`, method: 'get' },\n findSalesAreasByBusinessPartnerAndModulo: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-sales-areas-client-by-business-partner-and-modulo/`, method: 'get' },\n findByIds: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/find-by-ids`, method: 'post' },\n getBusinessPartnerByCnpjWithOptionalIe: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/get-business-partner-by-cnpj-with-optional-ie`, httpMethod: 'get' },\n getBusinessPartnersCodeByCpf: { endpoint: `${BUSINESS_PARTNER_BASE_URL}/business-partners-by-cpf`, httpMethod: 'get' }\n}\n\nexport default businessPartner"],"names":[],"mappings":"AAAA,MAAM,4BAA4B;AAElC,MAAM,kBAAkB;AAAA,EACpB,SAAS,EAAE,UAAU,GAAG,yBAAyB,KAAK,QAAQ,MAAA;AAAA,EAC9D,MAAM,EAAE,UAAU,GAAG,yBAAyB,SAAS,QAAQ,OAAA;AAAA,EAC/D,4BAA4B,EAAE,UAAU,GAAG,yBAAyB,qCAAqC,QAAQ,OAAA;AAAA,EACjH,+BAA+B,EAAE,UAAU,GAAG,yBAAyB,wCAAwC,QAAQ,OAAA;AAAA,EACvH,uBAAuB,EAAE,UAAU,GAAG,yBAAyB,4BAA4B,YAAY,OAAA;AAAA,EACvG,2BAA2B,EAAE,UAAU,GAAG,yBAAyB,gCAAgC,YAAY,OAAA;AAAA,EAC/G,uBAAuB,EAAE,UAAU,GAAG,yBAAyB,6BAA6B,YAAY,MAAA;AAAA,EACxG,4BAA4B,EAAE,UAAU,GAAG,yBAAyB,kCAAkC,QAAQ,OAAA;AAAA,EAC9G,6BAA6B,EAAE,UAAU,GAAG,yBAAyB,mCAAmC,QAAQ,OAAA;AAAA,EAChH,yBAAyB,EAAE,UAAU,GAAG,yBAAyB,+BAA+B,YAAY,MAAA;AAAA,EAC5G,6CAA6C,EAAE,UAAU,GAAG,yBAAyB,8CAA8C,QAAQ,OAAA;AAAA,EAC3I,wDAAwD,EAAE,UAAU,GAAG,yBAAyB,2DAA2D,QAAQ,OAAA;AAAA,EACnK,qDAAqD,EAAE,UAAU,GAAG,yBAAyB,uDAAuD,QAAQ,OAAA;AAAA,EAC5J,iDAAiD,EAAE,UAAU,GAAG,yBAAyB,kDAAkD,QAAQ,OAAA;AAAA,EACnJ,+CAA+C,EAAE,UAAU,GAAG,yBAAyB,8CAA8C,QAAQ,MAAA;AAAA,EAC7I,0CAA0C,EAAE,UAAU,GAAG,yBAAyB,4DAA4D,QAAQ,MAAA;AAAA,EACtJ,WAAW,EAAE,UAAU,GAAG,yBAAyB,gBAAgB,QAAQ,OAAA;AAAA,EAC3E,wCAAwC,EAAE,UAAU,GAAG,yBAAyB,kDAAkD,YAAY,MAAA;AAAA,EAC9I,8BAA8B,EAAE,UAAU,GAAG,yBAAyB,6BAA6B,YAAY,MAAA;AACnH;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"submenu.flux.js","sources":["../../../../../../lib/base/configs/navigation.config/modules.submenu/flux/submenu.flux.ts"],"sourcesContent":["import { NavigationTree } from '@/@types/navigation'\nimport { NAV_ITEM_TYPE_COLLAPSE } from '@/constants/navigation.constant'\nimport { ADMIN } from '@/constants/roles.constant'\nimport fluxSubmenu from '../../submenu/flux/flux.submenu'\n\nconst subMenuFlux: NavigationTree =\n{\n key: 'modules.flux.cadastros',\n path: '',\n title: 'Flux',\n translateKey: 'nav.modules.flux.
|
|
1
|
+
{"version":3,"file":"submenu.flux.js","sources":["../../../../../../lib/base/configs/navigation.config/modules.submenu/flux/submenu.flux.ts"],"sourcesContent":["import { NavigationTree } from '@/@types/navigation'\nimport { NAV_ITEM_TYPE_COLLAPSE } from '@/constants/navigation.constant'\nimport { ADMIN } from '@/constants/roles.constant'\nimport fluxSubmenu from '../../submenu/flux/flux.submenu'\n\nconst subMenuFlux: NavigationTree =\n{\n key: 'modules.flux.cadastros',\n path: '',\n title: 'Flux',\n translateKey: 'nav.modules.flux.title',\n icon: 'form',\n type: NAV_ITEM_TYPE_COLLAPSE,\n authority: [ADMIN],\n subMenu: fluxSubmenu,\n}\n\nexport default subMenuFlux"],"names":[],"mappings":";;;AAKA,MAAM,cACN;AAAA,EACI,KAAK;AAAA,EACL,MAAM;AAAA,EACN,OAAO;AAAA,EACP,cAAc;AAAA,EACd,MAAM;AAAA,EACN,MAAM;AAAA,EACN,WAAW,CAAC,KAAK;AAAA,EACjB,SAAS;AACb;"}
|
|
@@ -5,7 +5,7 @@ const subMenuOrcamento = {
|
|
|
5
5
|
key: "modules.orcamento.cadastros",
|
|
6
6
|
path: "",
|
|
7
7
|
title: "Orçamento",
|
|
8
|
-
translateKey: "nav.modules.orcamento.
|
|
8
|
+
translateKey: "nav.modules.orcamento.title",
|
|
9
9
|
icon: "",
|
|
10
10
|
type: NAV_ITEM_TYPE_COLLAPSE,
|
|
11
11
|
authority: [ADMIN],
|
package/dist/base/configs/navigation.config/modules.submenu/orcamento/submenu.orcamento.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"submenu.orcamento.js","sources":["../../../../../../lib/base/configs/navigation.config/modules.submenu/orcamento/submenu.orcamento.ts"],"sourcesContent":["import { NavigationTree } from '@/@types/navigation'\nimport { NAV_ITEM_TYPE_COLLAPSE } from '@/constants/navigation.constant'\nimport { ADMIN } from '@/constants/roles.constant'\nimport orcamentoSubmenu from '../../submenu/orcamento/orcamento.submenu'\n\nconst subMenuOrcamento: NavigationTree =\n{\n key: 'modules.orcamento.cadastros',\n path: '',\n title: 'Orçamento',\n translateKey: 'nav.modules.orcamento.
|
|
1
|
+
{"version":3,"file":"submenu.orcamento.js","sources":["../../../../../../lib/base/configs/navigation.config/modules.submenu/orcamento/submenu.orcamento.ts"],"sourcesContent":["import { NavigationTree } from '@/@types/navigation'\nimport { NAV_ITEM_TYPE_COLLAPSE } from '@/constants/navigation.constant'\nimport { ADMIN } from '@/constants/roles.constant'\nimport orcamentoSubmenu from '../../submenu/orcamento/orcamento.submenu'\n\nconst subMenuOrcamento: NavigationTree =\n{\n key: 'modules.orcamento.cadastros',\n path: '',\n title: 'Orçamento',\n translateKey: 'nav.modules.orcamento.title',\n icon: '',\n type: NAV_ITEM_TYPE_COLLAPSE,\n authority: [ADMIN],\n subMenu: orcamentoSubmenu,\n}\n\nexport default subMenuOrcamento"],"names":[],"mappings":";;;AAKA,MAAM,mBACN;AAAA,EACI,KAAK;AAAA,EACL,MAAM;AAAA,EACN,OAAO;AAAA,EACP,cAAc;AAAA,EACd,MAAM;AAAA,EACN,MAAM;AAAA,EACN,WAAW,CAAC,KAAK;AAAA,EACjB,SAAS;AACb;"}
|
package/dist/base/index.js
CHANGED
|
@@ -94,7 +94,7 @@ import { apiAddTermoFunrural, apiAprovarTermoFunrural, apiCancelarTermoFunrural,
|
|
|
94
94
|
import { apiAddTipoCarga, apiFindAllTipoCarga, apiGetCodigoTipoCarga, apiGetTipoCarga, apiUpdateTipoCarga } from "./services/modules/transportadora/TiposCarga/TipoCargaService.js";
|
|
95
95
|
import { apiAddVolumeProducaoSeloSocial, apiFindMonitorVolumeProducaoSeloSocial, apiGetVolumeProducaoSeloSocial, apiGetVolumeProducaoSeloSocialBySafraId, apiUpdateVolumeProducaoSeloSocial } from "./services/modules/originacao/adm/volumeProducaoSeloSocial/VolumeProducaoSeloSocialService.js";
|
|
96
96
|
import { apiAdicionarItensCotacaoEmProcessamento, apiFinalizaRequisicaoAgrupada, apiFindMonitorRequisicaoAgrupadaItem, apiFindMonitorRequisicaoAgrupadaRequisicao } from "./services/modules/compras/requisicaoAgrupada/RequisicaoAgrupadaService.js";
|
|
97
|
-
import { apiAdicionarObservacaoRequisicaoCompra, apiCreateRequisicaoCompra, apiExecuteAcao, apiFindDetalheItemRequisicaoCompraMonitor, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiUpdateRequisicaoCompra } from "./services/modules/compras/requisicaoCompra/RequisicaoCompraService.js";
|
|
97
|
+
import { apiAdicionarObservacaoRequisicaoCompra, apiCreateRequisicaoCompra, apiExecuteAcao, apiFindDetalheItemRequisicaoCompraMonitor, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiSetRequisicaoCompraLock, apiUpdateRequisicaoCompra } from "./services/modules/compras/requisicaoCompra/RequisicaoCompraService.js";
|
|
98
98
|
import { apiAplicarRetencao, apiAtualizarQuantidadesEntrega, apiBuscarRetornoEntregas, apiCalcularRetencao, apiCancelarEntregaBayer, apiCreateEntrega, apiEnviarEntregaBayer, apiEnviarEntregaBayerLote, apiFindAllEntregaBayer, apiFindEntrega, apiFindEntregaBayerMetrics, apiGetTransacoesEntrega, apiSomatorioEntrega } from "./services/modules/bayer/entregaBayerService.js";
|
|
99
99
|
import { apiBuscarEntradaGraos } from "./services/modules/bayer/registroEntradaBayerService.js";
|
|
100
100
|
import { apiBuscarPendencias, apiBuscarPendenciasBayer, apiBuscarStatusConsumo, apiBuscarStatusFixacao } from "./services/modules/bayer/pendenciaBayerService.js";
|
|
@@ -129,7 +129,7 @@ import { apiFindByCodigosProduto, apiFindByIdsProduto, apiFindDescricaoById, api
|
|
|
129
129
|
import { apiFindByIds, apiFindCentrosByUserId, apiFindUser, apiFindUserById, apiFindVendedorIdByUserId, apiGetIdsCentrosCustoByIdsUsuarios, apiVerificaUserPossuiFuncionalidade } from "./services/modules/dm/user/UserService.js";
|
|
130
130
|
import { apiFindByNomeOrCodigo } from "./services/modules/transportadora/NaturezaCarga/NaturezaCargaService.js";
|
|
131
131
|
import { apiFindByNotaFiscal } from "./services/modules/transportadora/NotaFiscal/NotaFiscalService.js";
|
|
132
|
-
import { apiFindDmBusinessPartner, apiFindDmBusinessPartnerByIds, apiFindDmBusinessPartnerCliente, apiFindDmBusinessPartnerFiliais, apiFindDmBusinessPartnerFornecedor, apiFindDmBusinessPartnerFuncoesParceirosClientes, apiFindDmBusinessPartnerFuncoesParceirosClientesPartidas, apiFindDmBusinessPartnerFuncoesParceirosClientesPedidoVenda, apiFindDmBusinessPartnerFuncoesParceirosFornecedores, apiFindDmBusinessPartnerMatrizes, apiFindDmFindSalesAreasByBusinessPartnerAndModulo, apiFindDmVendedoresAKARepresentantesVendas, apiFindEmpresasIdsByCnpj, apiFindFornecedorNfeByCnpj, apiFindMonitorFornecedor, apiFindMonitorTransportadora, apiGetBusinessPartnerByCnpjWithOptionalIe, apiGetDmBusinessPartner } from "./services/modules/dm/businessPartner/BusinessPartnerService.js";
|
|
132
|
+
import { apiFindDmBusinessPartner, apiFindDmBusinessPartnerByIds, apiFindDmBusinessPartnerCliente, apiFindDmBusinessPartnerFiliais, apiFindDmBusinessPartnerFornecedor, apiFindDmBusinessPartnerFuncoesParceirosClientes, apiFindDmBusinessPartnerFuncoesParceirosClientesPartidas, apiFindDmBusinessPartnerFuncoesParceirosClientesPedidoVenda, apiFindDmBusinessPartnerFuncoesParceirosFornecedores, apiFindDmBusinessPartnerMatrizes, apiFindDmFindSalesAreasByBusinessPartnerAndModulo, apiFindDmVendedoresAKARepresentantesVendas, apiFindEmpresasIdsByCnpj, apiFindFornecedorNfeByCnpj, apiFindMonitorFornecedor, apiFindMonitorTransportadora, apiGetBusinessPartnerByCnpjWithOptionalIe, apiGetBusinessPartnersCodeByCpf, apiGetDmBusinessPartner } from "./services/modules/dm/businessPartner/BusinessPartnerService.js";
|
|
133
133
|
import { apiFindDmCanalDistribuicao, apiFindDmCanalDistribuicaoByCodigo } from "./services/modules/dm/canalDistribuicao/CanalDistribuicaoService.js";
|
|
134
134
|
import { apiFindDmCentro, apiFindDmCentroByCodigo, apiFindDmCentroByCodigos, apiFindMonitorCentro } from "./services/modules/dm/centro/CentroService.js";
|
|
135
135
|
import { apiFindDmCondicaoPagamento, apiFindMonitorCondicaoPagamento, apiFindVerificaCadastroCompletoByCondicaoPagamento } from "./services/modules/dm/condicaoPagamento/CondicaoPagamentoService.js";
|
|
@@ -781,6 +781,7 @@ export {
|
|
|
781
781
|
apiGetAtivosVlan,
|
|
782
782
|
apiGetAvaliacao,
|
|
783
783
|
apiGetBusinessPartnerByCnpjWithOptionalIe,
|
|
784
|
+
apiGetBusinessPartnersCodeByCpf,
|
|
784
785
|
apiGetCalulatePriceRacaoPedidoVenda,
|
|
785
786
|
apiGetCategoria,
|
|
786
787
|
apiGetCentrosCustosPprByAno,
|
|
@@ -878,6 +879,7 @@ export {
|
|
|
878
879
|
apiSearchLimiteAdiantamentoGeral,
|
|
879
880
|
apiSearchSeguradorasAgricolas,
|
|
880
881
|
apiSendMail,
|
|
882
|
+
apiSetRequisicaoCompraLock,
|
|
881
883
|
apiSomatorioEntrega,
|
|
882
884
|
apiTransferirAtivosAtivo,
|
|
883
885
|
apiUpdateAcessoPatio,
|
|
@@ -95,7 +95,7 @@ import { apiAddTermoFunrural, apiAprovarTermoFunrural, apiCancelarTermoFunrural,
|
|
|
95
95
|
import { apiAddTipoCarga, apiFindAllTipoCarga, apiGetCodigoTipoCarga, apiGetTipoCarga, apiUpdateTipoCarga } from "./modules/transportadora/TiposCarga/TipoCargaService.js";
|
|
96
96
|
import { apiAddVolumeProducaoSeloSocial, apiFindMonitorVolumeProducaoSeloSocial, apiGetVolumeProducaoSeloSocial, apiGetVolumeProducaoSeloSocialBySafraId, apiUpdateVolumeProducaoSeloSocial } from "./modules/originacao/adm/volumeProducaoSeloSocial/VolumeProducaoSeloSocialService.js";
|
|
97
97
|
import { apiAdicionarItensCotacaoEmProcessamento, apiFinalizaRequisicaoAgrupada, apiFindMonitorRequisicaoAgrupadaItem, apiFindMonitorRequisicaoAgrupadaRequisicao } from "./modules/compras/requisicaoAgrupada/RequisicaoAgrupadaService.js";
|
|
98
|
-
import { apiAdicionarObservacaoRequisicaoCompra, apiCreateRequisicaoCompra, apiExecuteAcao, apiFindDetalheItemRequisicaoCompraMonitor, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiUpdateRequisicaoCompra } from "./modules/compras/requisicaoCompra/RequisicaoCompraService.js";
|
|
98
|
+
import { apiAdicionarObservacaoRequisicaoCompra, apiCreateRequisicaoCompra, apiExecuteAcao, apiFindDetalheItemRequisicaoCompraMonitor, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiSetRequisicaoCompraLock, apiUpdateRequisicaoCompra } from "./modules/compras/requisicaoCompra/RequisicaoCompraService.js";
|
|
99
99
|
import { apiAplicarRetencao, apiAtualizarQuantidadesEntrega, apiBuscarRetornoEntregas, apiCalcularRetencao, apiCancelarEntregaBayer, apiCreateEntrega, apiEnviarEntregaBayer, apiEnviarEntregaBayerLote, apiFindAllEntregaBayer, apiFindEntrega, apiFindEntregaBayerMetrics, apiGetTransacoesEntrega, apiSomatorioEntrega } from "./modules/bayer/entregaBayerService.js";
|
|
100
100
|
import { apiBuscarEntradaGraos } from "./modules/bayer/registroEntradaBayerService.js";
|
|
101
101
|
import { apiBuscarPendencias, apiBuscarPendenciasBayer, apiBuscarStatusConsumo, apiBuscarStatusFixacao } from "./modules/bayer/pendenciaBayerService.js";
|
|
@@ -127,7 +127,7 @@ import { apiFindByCodigosProduto, apiFindByIdsProduto, apiFindDescricaoById, api
|
|
|
127
127
|
import { apiFindByIds, apiFindCentrosByUserId, apiFindUser, apiFindUserById, apiFindVendedorIdByUserId, apiGetIdsCentrosCustoByIdsUsuarios, apiVerificaUserPossuiFuncionalidade } from "./modules/dm/user/UserService.js";
|
|
128
128
|
import { apiFindByNomeOrCodigo } from "./modules/transportadora/NaturezaCarga/NaturezaCargaService.js";
|
|
129
129
|
import { apiFindByNotaFiscal } from "./modules/transportadora/NotaFiscal/NotaFiscalService.js";
|
|
130
|
-
import { apiFindDmBusinessPartner, apiFindDmBusinessPartnerByIds, apiFindDmBusinessPartnerCliente, apiFindDmBusinessPartnerFiliais, apiFindDmBusinessPartnerFornecedor, apiFindDmBusinessPartnerFuncoesParceirosClientes, apiFindDmBusinessPartnerFuncoesParceirosClientesPartidas, apiFindDmBusinessPartnerFuncoesParceirosClientesPedidoVenda, apiFindDmBusinessPartnerFuncoesParceirosFornecedores, apiFindDmBusinessPartnerMatrizes, apiFindDmFindSalesAreasByBusinessPartnerAndModulo, apiFindDmVendedoresAKARepresentantesVendas, apiFindEmpresasIdsByCnpj, apiFindFornecedorNfeByCnpj, apiFindMonitorFornecedor, apiFindMonitorTransportadora, apiGetBusinessPartnerByCnpjWithOptionalIe, apiGetDmBusinessPartner } from "./modules/dm/businessPartner/BusinessPartnerService.js";
|
|
130
|
+
import { apiFindDmBusinessPartner, apiFindDmBusinessPartnerByIds, apiFindDmBusinessPartnerCliente, apiFindDmBusinessPartnerFiliais, apiFindDmBusinessPartnerFornecedor, apiFindDmBusinessPartnerFuncoesParceirosClientes, apiFindDmBusinessPartnerFuncoesParceirosClientesPartidas, apiFindDmBusinessPartnerFuncoesParceirosClientesPedidoVenda, apiFindDmBusinessPartnerFuncoesParceirosFornecedores, apiFindDmBusinessPartnerMatrizes, apiFindDmFindSalesAreasByBusinessPartnerAndModulo, apiFindDmVendedoresAKARepresentantesVendas, apiFindEmpresasIdsByCnpj, apiFindFornecedorNfeByCnpj, apiFindMonitorFornecedor, apiFindMonitorTransportadora, apiGetBusinessPartnerByCnpjWithOptionalIe, apiGetBusinessPartnersCodeByCpf, apiGetDmBusinessPartner } from "./modules/dm/businessPartner/BusinessPartnerService.js";
|
|
131
131
|
import { apiFindDmCanalDistribuicao, apiFindDmCanalDistribuicaoByCodigo } from "./modules/dm/canalDistribuicao/CanalDistribuicaoService.js";
|
|
132
132
|
import { apiFindDmCentro, apiFindDmCentroByCodigo, apiFindDmCentroByCodigos, apiFindMonitorCentro } from "./modules/dm/centro/CentroService.js";
|
|
133
133
|
import { apiFindDmCondicaoPagamento, apiFindMonitorCondicaoPagamento, apiFindVerificaCadastroCompletoByCondicaoPagamento } from "./modules/dm/condicaoPagamento/CondicaoPagamentoService.js";
|
|
@@ -649,6 +649,7 @@ export {
|
|
|
649
649
|
apiGetAtivosVlan,
|
|
650
650
|
apiGetAvaliacao,
|
|
651
651
|
apiGetBusinessPartnerByCnpjWithOptionalIe,
|
|
652
|
+
apiGetBusinessPartnersCodeByCpf,
|
|
652
653
|
apiGetCalulatePriceRacaoPedidoVenda,
|
|
653
654
|
apiGetCategoria,
|
|
654
655
|
apiGetCentrosCustosPprByAno,
|
|
@@ -746,6 +747,7 @@ export {
|
|
|
746
747
|
apiSearchLimiteAdiantamentoGeral,
|
|
747
748
|
apiSearchSeguradorasAgricolas,
|
|
748
749
|
apiSendMail,
|
|
750
|
+
apiSetRequisicaoCompraLock,
|
|
749
751
|
apiSomatorioEntrega,
|
|
750
752
|
apiTransferirAtivosAtivo,
|
|
751
753
|
apiUpdateAcessoPatio,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { apiCreateLocalRecepcao, apiFindMonitorLocalRecepcao, apiFindOneLocalRecepcao, apiUpdateLocalRecepcao } from "./localRecepcao/LocalRecepcaoService.js";
|
|
2
|
-
import { apiAdicionarObservacaoRequisicaoCompra, apiCreateRequisicaoCompra, apiExecuteAcao, apiFindDetalheItemRequisicaoCompraMonitor, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiUpdateRequisicaoCompra } from "./requisicaoCompra/RequisicaoCompraService.js";
|
|
2
|
+
import { apiAdicionarObservacaoRequisicaoCompra, apiCreateRequisicaoCompra, apiExecuteAcao, apiFindDetalheItemRequisicaoCompraMonitor, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiSetRequisicaoCompraLock, apiUpdateRequisicaoCompra } from "./requisicaoCompra/RequisicaoCompraService.js";
|
|
3
3
|
import { apiAdicionarItensCotacaoEmProcessamento, apiFinalizaRequisicaoAgrupada, apiFindMonitorRequisicaoAgrupadaItem, apiFindMonitorRequisicaoAgrupadaRequisicao } from "./requisicaoAgrupada/RequisicaoAgrupadaService.js";
|
|
4
4
|
import { apiExecuteAcaoCotacao, apiFindCotacoesEmProcessamento, apiFindMonitorCotacao, apiFindOneCotacao, apiUpdateCotacao } from "./cotacao/CotacaoService.js";
|
|
5
5
|
import { apiExecuteAcaoOrdemCompra, apiFindMonitorOrdemCompra, apiFindOneOrdemCompra, apiFindOrdensComprasNfeByIdsFornecedores, apiUpdateOrdemCompra } from "./ordemCompra/OrdemCompraService.js";
|
|
@@ -37,6 +37,7 @@ export {
|
|
|
37
37
|
apiFindOneRequisicaoCompra,
|
|
38
38
|
apiFindOrdensComprasNfeByIdsFornecedores,
|
|
39
39
|
apiFindRolesByValorCadastroEstrategiaLiberacaoValor,
|
|
40
|
+
apiSetRequisicaoCompraLock,
|
|
40
41
|
apiUpdateCadastroEstrategiaLiberacaoValor,
|
|
41
42
|
apiUpdateCotacao,
|
|
42
43
|
apiUpdateLocalRecepcao,
|
|
@@ -54,6 +54,13 @@ async function apiAdicionarObservacaoRequisicaoCompra(id, mensagem) {
|
|
|
54
54
|
data: { mensagem }
|
|
55
55
|
});
|
|
56
56
|
}
|
|
57
|
+
async function apiSetRequisicaoCompraLock(idRequisicaoCompra, lock) {
|
|
58
|
+
return ApiService.fetchDataWithAxios({
|
|
59
|
+
url: REQUISICAO_COMPRA_ENDPOINT.lock.endpoint,
|
|
60
|
+
method: REQUISICAO_COMPRA_ENDPOINT.lock.httpMethod,
|
|
61
|
+
params: { idRequisicaoCompra, lock }
|
|
62
|
+
});
|
|
63
|
+
}
|
|
57
64
|
export {
|
|
58
65
|
apiAdicionarObservacaoRequisicaoCompra,
|
|
59
66
|
apiCreateRequisicaoCompra,
|
|
@@ -62,6 +69,7 @@ export {
|
|
|
62
69
|
apiFindHistoricosMovimentacao,
|
|
63
70
|
apiFindMonitorRequisicaoCompra,
|
|
64
71
|
apiFindOneRequisicaoCompra,
|
|
72
|
+
apiSetRequisicaoCompraLock,
|
|
65
73
|
apiUpdateRequisicaoCompra
|
|
66
74
|
};
|
|
67
75
|
//# sourceMappingURL=RequisicaoCompraService.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RequisicaoCompraService.js","sources":["../../../../../../lib/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.ts"],"sourcesContent":["import ApiService from \"@/services/ApiService\";\nimport { IFilterParams, TQueryResponse } from \"@base/@types/api\";\nimport endpointConfig from \"@base/configs/endpoints.config/endpoints.navigation\";\nimport { TObservacaoRequisicaoCompra } from \"@base/@types/models/compras/RequisicaoCompra\";\n\nconst REQUISICAO_COMPRA_ENDPOINT = endpointConfig.compras.requisicaoCompra;\n\nexport async function apiCreateRequisicaoCompra(values: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: REQUISICAO_COMPRA_ENDPOINT.create.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.create.httpMethod,\n data: values\n })\n}\n\nexport async function apiUpdateRequisicaoCompra(values: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: REQUISICAO_COMPRA_ENDPOINT.update.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.update.httpMethod,\n data: values\n })\n}\n\nexport async function apiFindMonitorRequisicaoCompra(body?: IFilterParams) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: REQUISICAO_COMPRA_ENDPOINT.findMonitor.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.findMonitor.httpMethod,\n data: body,\n })\n}\n\nexport async function apiFindOneRequisicaoCompra(id: number) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${REQUISICAO_COMPRA_ENDPOINT.findOne.endpoint}/${id}`,\n method: REQUISICAO_COMPRA_ENDPOINT.findOne.httpMethod\n })\n}\n\nexport async function apiExecuteAcao(values: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: REQUISICAO_COMPRA_ENDPOINT.executeAcao.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.executeAcao.httpMethod,\n data: values\n })\n}\n\nexport async function apiFindHistoricosMovimentacao(id: number) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: REQUISICAO_COMPRA_ENDPOINT.findHistoricosMovimentacao.endpoint.replace(\"{id}\", id.toString()),\n method: REQUISICAO_COMPRA_ENDPOINT.findHistoricosMovimentacao.httpMethod\n })\n}\n\nexport async function apiFindDetalheItemRequisicaoCompraMonitor(id: number) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: REQUISICAO_COMPRA_ENDPOINT.findDetalheItemRequisicaoCompraMonitor.endpoint.replace(\"{id}\", id.toString()),\n method: REQUISICAO_COMPRA_ENDPOINT.findDetalheItemRequisicaoCompraMonitor.httpMethod\n })\n}\n\nexport async function apiAdicionarObservacaoRequisicaoCompra(id: number, mensagem: string) {\n return ApiService.fetchDataWithAxios<TObservacaoRequisicaoCompra>({\n url: REQUISICAO_COMPRA_ENDPOINT.adicionarObservacao.endpoint.replace(\"{id}\", id.toString()),\n method: REQUISICAO_COMPRA_ENDPOINT.adicionarObservacao.httpMethod,\n data: { mensagem }\n })\n}"],"names":["endpointConfig"],"mappings":";;AAKA,MAAM,6BAA6BA,yBAAe,QAAQ;AAE1D,eAAsB,0BAA0B,QAAa;AACzD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,2BAA2B,OAAO;AAAA,IACvC,QAAQ,2BAA2B,OAAO;AAAA,IAC1C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,0BAA0B,QAAa;AACzD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,2BAA2B,OAAO;AAAA,IACvC,QAAQ,2BAA2B,OAAO;AAAA,IAC1C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,+BAA+B,MAAsB;AACvE,SAAO,WAAW,mBAAwC;AAAA,IACtD,KAAK,2BAA2B,YAAY;AAAA,IAC5C,QAAQ,2BAA2B,YAAY;AAAA,IAC/C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,2BAA2B,IAAY;AACzD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,GAAG,2BAA2B,QAAQ,QAAQ,IAAI,EAAE;AAAA,IACzD,QAAQ,2BAA2B,QAAQ;AAAA,EAAA,CAC9C;AACL;AAEA,eAAsB,eAAe,QAAa;AAC9C,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,2BAA2B,YAAY;AAAA,IAC5C,QAAQ,2BAA2B,YAAY;AAAA,IAC/C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,8BAA8B,IAAY;AAC5D,SAAO,WAAW,mBAAwC;AAAA,IACtD,KAAK,2BAA2B,2BAA2B,SAAS,QAAQ,QAAQ,GAAG,UAAU;AAAA,IACjG,QAAQ,2BAA2B,2BAA2B;AAAA,EAAA,CACjE;AACL;AAEA,eAAsB,0CAA0C,IAAY;AACxE,SAAO,WAAW,mBAAwC;AAAA,IACtD,KAAK,2BAA2B,uCAAuC,SAAS,QAAQ,QAAQ,GAAG,UAAU;AAAA,IAC7G,QAAQ,2BAA2B,uCAAuC;AAAA,EAAA,CAC7E;AACL;AAEA,eAAsB,uCAAuC,IAAY,UAAkB;AACvF,SAAO,WAAW,mBAAgD;AAAA,IAC9D,KAAK,2BAA2B,oBAAoB,SAAS,QAAQ,QAAQ,GAAG,UAAU;AAAA,IAC1F,QAAQ,2BAA2B,oBAAoB;AAAA,IACvD,MAAM,EAAE,SAAA;AAAA,EAAS,CACpB;AACL;"}
|
|
1
|
+
{"version":3,"file":"RequisicaoCompraService.js","sources":["../../../../../../lib/base/services/modules/compras/requisicaoCompra/RequisicaoCompraService.ts"],"sourcesContent":["import ApiService from \"@/services/ApiService\";\nimport { IFilterParams, TQueryResponse } from \"@base/@types/api\";\nimport endpointConfig from \"@base/configs/endpoints.config/endpoints.navigation\";\nimport { TObservacaoRequisicaoCompra } from \"@base/@types/models/compras/RequisicaoCompra\";\n\nconst REQUISICAO_COMPRA_ENDPOINT = endpointConfig.compras.requisicaoCompra;\n\nexport async function apiCreateRequisicaoCompra(values: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: REQUISICAO_COMPRA_ENDPOINT.create.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.create.httpMethod,\n data: values\n })\n}\n\nexport async function apiUpdateRequisicaoCompra(values: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: REQUISICAO_COMPRA_ENDPOINT.update.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.update.httpMethod,\n data: values\n })\n}\n\nexport async function apiFindMonitorRequisicaoCompra(body?: IFilterParams) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: REQUISICAO_COMPRA_ENDPOINT.findMonitor.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.findMonitor.httpMethod,\n data: body,\n })\n}\n\nexport async function apiFindOneRequisicaoCompra(id: number) {\n return ApiService.fetchDataWithAxios<any>({\n url: `${REQUISICAO_COMPRA_ENDPOINT.findOne.endpoint}/${id}`,\n method: REQUISICAO_COMPRA_ENDPOINT.findOne.httpMethod\n })\n}\n\nexport async function apiExecuteAcao(values: any) {\n return ApiService.fetchDataWithAxios<any>({\n url: REQUISICAO_COMPRA_ENDPOINT.executeAcao.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.executeAcao.httpMethod,\n data: values\n })\n}\n\nexport async function apiFindHistoricosMovimentacao(id: number) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: REQUISICAO_COMPRA_ENDPOINT.findHistoricosMovimentacao.endpoint.replace(\"{id}\", id.toString()),\n method: REQUISICAO_COMPRA_ENDPOINT.findHistoricosMovimentacao.httpMethod\n })\n}\n\nexport async function apiFindDetalheItemRequisicaoCompraMonitor(id: number) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: REQUISICAO_COMPRA_ENDPOINT.findDetalheItemRequisicaoCompraMonitor.endpoint.replace(\"{id}\", id.toString()),\n method: REQUISICAO_COMPRA_ENDPOINT.findDetalheItemRequisicaoCompraMonitor.httpMethod\n })\n}\n\nexport async function apiAdicionarObservacaoRequisicaoCompra(id: number, mensagem: string) {\n return ApiService.fetchDataWithAxios<TObservacaoRequisicaoCompra>({\n url: REQUISICAO_COMPRA_ENDPOINT.adicionarObservacao.endpoint.replace(\"{id}\", id.toString()),\n method: REQUISICAO_COMPRA_ENDPOINT.adicionarObservacao.httpMethod,\n data: { mensagem }\n })\n}\n\nexport async function apiSetRequisicaoCompraLock(idRequisicaoCompra: number, lock: boolean) {\n return ApiService.fetchDataWithAxios<void>({\n url: REQUISICAO_COMPRA_ENDPOINT.lock.endpoint,\n method: REQUISICAO_COMPRA_ENDPOINT.lock.httpMethod,\n params: { idRequisicaoCompra, lock }\n })\n}"],"names":["endpointConfig"],"mappings":";;AAKA,MAAM,6BAA6BA,yBAAe,QAAQ;AAE1D,eAAsB,0BAA0B,QAAa;AACzD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,2BAA2B,OAAO;AAAA,IACvC,QAAQ,2BAA2B,OAAO;AAAA,IAC1C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,0BAA0B,QAAa;AACzD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,2BAA2B,OAAO;AAAA,IACvC,QAAQ,2BAA2B,OAAO;AAAA,IAC1C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,+BAA+B,MAAsB;AACvE,SAAO,WAAW,mBAAwC;AAAA,IACtD,KAAK,2BAA2B,YAAY;AAAA,IAC5C,QAAQ,2BAA2B,YAAY;AAAA,IAC/C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,2BAA2B,IAAY;AACzD,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,GAAG,2BAA2B,QAAQ,QAAQ,IAAI,EAAE;AAAA,IACzD,QAAQ,2BAA2B,QAAQ;AAAA,EAAA,CAC9C;AACL;AAEA,eAAsB,eAAe,QAAa;AAC9C,SAAO,WAAW,mBAAwB;AAAA,IACtC,KAAK,2BAA2B,YAAY;AAAA,IAC5C,QAAQ,2BAA2B,YAAY;AAAA,IAC/C,MAAM;AAAA,EAAA,CACT;AACL;AAEA,eAAsB,8BAA8B,IAAY;AAC5D,SAAO,WAAW,mBAAwC;AAAA,IACtD,KAAK,2BAA2B,2BAA2B,SAAS,QAAQ,QAAQ,GAAG,UAAU;AAAA,IACjG,QAAQ,2BAA2B,2BAA2B;AAAA,EAAA,CACjE;AACL;AAEA,eAAsB,0CAA0C,IAAY;AACxE,SAAO,WAAW,mBAAwC;AAAA,IACtD,KAAK,2BAA2B,uCAAuC,SAAS,QAAQ,QAAQ,GAAG,UAAU;AAAA,IAC7G,QAAQ,2BAA2B,uCAAuC;AAAA,EAAA,CAC7E;AACL;AAEA,eAAsB,uCAAuC,IAAY,UAAkB;AACvF,SAAO,WAAW,mBAAgD;AAAA,IAC9D,KAAK,2BAA2B,oBAAoB,SAAS,QAAQ,QAAQ,GAAG,UAAU;AAAA,IAC1F,QAAQ,2BAA2B,oBAAoB;AAAA,IACvD,MAAM,EAAE,SAAA;AAAA,EAAS,CACpB;AACL;AAEA,eAAsB,2BAA2B,oBAA4B,MAAe;AACxF,SAAO,WAAW,mBAAyB;AAAA,IACvC,KAAK,2BAA2B,KAAK;AAAA,IACrC,QAAQ,2BAA2B,KAAK;AAAA,IACxC,QAAQ,EAAE,oBAAoB,KAAA;AAAA,EAAK,CACtC;AACL;"}
|
|
@@ -155,6 +155,14 @@ async function apiGetBusinessPartnerByCnpjWithOptionalIe(cnpj, ie) {
|
|
|
155
155
|
params
|
|
156
156
|
});
|
|
157
157
|
}
|
|
158
|
+
async function apiGetBusinessPartnersCodeByCpf(cpf) {
|
|
159
|
+
const params = { cpf };
|
|
160
|
+
return ApiService.fetchDataWithAxios({
|
|
161
|
+
url: BUSINESS_PARTNER_ENDPOINT.getBusinessPartnersCodeByCpf.endpoint,
|
|
162
|
+
method: BUSINESS_PARTNER_ENDPOINT.getBusinessPartnersCodeByCpf.httpMethod,
|
|
163
|
+
params
|
|
164
|
+
});
|
|
165
|
+
}
|
|
158
166
|
export {
|
|
159
167
|
apiFindDmBusinessPartner,
|
|
160
168
|
apiFindDmBusinessPartnerByIds,
|
|
@@ -173,6 +181,7 @@ export {
|
|
|
173
181
|
apiFindMonitorFornecedor,
|
|
174
182
|
apiFindMonitorTransportadora,
|
|
175
183
|
apiGetBusinessPartnerByCnpjWithOptionalIe,
|
|
184
|
+
apiGetBusinessPartnersCodeByCpf,
|
|
176
185
|
apiGetDmBusinessPartner
|
|
177
186
|
};
|
|
178
187
|
//# sourceMappingURL=BusinessPartnerService.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BusinessPartnerService.js","sources":["../../../../../../lib/base/services/modules/dm/businessPartner/BusinessPartnerService.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\nimport ApiService from \"@/services/ApiService\";\nimport { IFilterParams, TQueryResponse } from \"@base/@types/api\";\nimport { TAreaVendaCliente, TBusinessPartner } from \"@base/@types/models/dm/businessPartner\";\nimport { endpointsConfig } from \"@base/configs\";\nimport { ex } from \"node_modules/@fullcalendar/core/internal-common\";\n\nconst BUSINESS_PARTNER_ENDPOINT = endpointsConfig.dm.businessPartner;\n\nexport async function apiGetDmBusinessPartner(id: number) {\n return ApiService.fetchDataWithAxios<TBusinessPartner>({\n url: BUSINESS_PARTNER_ENDPOINT.findOne.endpoint + `${id}`,\n method: BUSINESS_PARTNER_ENDPOINT.findOne.method,\n })\n}\n\nexport async function apiFindDmBusinessPartner(body?: IFilterParams) {\n return ApiService.fetchDataWithAxios<TQueryResponse<TBusinessPartner[]>>({\n url: BUSINESS_PARTNER_ENDPOINT.find.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.find.method,\n data: body,\n })\n}\n\nexport async function apiFindDmBusinessPartnerCliente(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerCliente.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerCliente.method,\n data: body,\n })\n}\n\nexport async function apiFindDmBusinessPartnerFornecedor(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TQueryResponse<TBusinessPartner[]>>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFornecedor.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFornecedor.method,\n data: body,\n })\n}\n\nexport async function apiFindMonitorFornecedor(body?: IFilterParams) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: BUSINESS_PARTNER_ENDPOINT.findMonitorFornecedor.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findMonitorFornecedor.httpMethod,\n data: body,\n })\n}\n\nexport async function apiFindEmpresasIdsByCnpj(cnpj: string) {\n return ApiService.fetchDataWithAxios<any>({\n url: BUSINESS_PARTNER_ENDPOINT.findEmpresasIdsByCnpj.endpoint.replace('{cnpj}', cnpj),\n method: BUSINESS_PARTNER_ENDPOINT.findEmpresasIdsByCnpj.httpMethod,\n })\n}\n\nexport async function apiFindMonitorTransportadora(body?: IFilterParams) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: BUSINESS_PARTNER_ENDPOINT.findMonitorTransportadora.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findMonitorTransportadora.httpMethod,\n data: body,\n })\n}\n\nexport async function apiFindDmBusinessPartnerFiliais(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFiliais.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFiliais.method,\n data: body,\n })\n}\n\nexport async function apiFindDmBusinessPartnerMatrizes(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerMatrizes.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerMatrizes.method,\n data: body,\n })\n}\n\nexport async function apiFindFornecedorNfeByCnpj(cnpj: string) {\n return ApiService.fetchDataWithAxios<any>({\n url: BUSINESS_PARTNER_ENDPOINT.findFornecedorNfeByCnpj.endpoint.replace('{cnpj}', cnpj),\n method: BUSINESS_PARTNER_ENDPOINT.findFornecedorNfeByCnpj.httpMethod,\n })\n}\n\nexport async function apiFindDmBusinessPartnerFuncoesParceirosClientes(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosClientes.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosClientes.method,\n data: body,\n })\n}\n\nexport async function apiFindDmBusinessPartnerFuncoesParceirosClientesPedidoVenda(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosClientesPedidoVenda.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosClientesPedidoVenda.method,\n data: body,\n })\n}\n\nexport async function apiFindDmBusinessPartnerFuncoesParceirosClientesPartidas(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosClientesPartidas.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosClientesPartidas.method,\n data: body,\n })\n}\n\nexport async function apiFindDmBusinessPartnerFuncoesParceirosFornecedores(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosFornecedores.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosFornecedores.method,\n data: body,\n })\n}\n\nexport async function apiFindDmVendedoresAKARepresentantesVendas(data = {}) {\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerByClientOrSupplierFunction.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerByClientOrSupplierFunction.method,\n data,\n });\n}\n\nexport async function apiFindDmFindSalesAreasByBusinessPartnerAndModulo(businessPartner: string, modulo: string) {\n return ApiService.fetchDataWithAxios<TAreaVendaCliente[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findSalesAreasByBusinessPartnerAndModulo.endpoint + `${businessPartner}/` + `${modulo}`,\n method: BUSINESS_PARTNER_ENDPOINT.findSalesAreasByBusinessPartnerAndModulo.method,\n })\n}\n\nexport async function apiFindDmBusinessPartnerByIds(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findByIds.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findByIds.method,\n data: body,\n })\n}\n\nexport async function apiGetBusinessPartnerByCnpjWithOptionalIe(cnpj: string, ie?: string) {\n const params: any = { cnpj };\n if (ie) {\n params.ie = ie;\n }\n\n return ApiService.fetchDataWithAxios<any>({\n url: BUSINESS_PARTNER_ENDPOINT.getBusinessPartnerByCnpjWithOptionalIe.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.getBusinessPartnerByCnpjWithOptionalIe.httpMethod,\n params: params\n })\n}"],"names":["endpointsConfig"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"BusinessPartnerService.js","sources":["../../../../../../lib/base/services/modules/dm/businessPartner/BusinessPartnerService.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-explicit-any */\nimport ApiService from \"@/services/ApiService\";\nimport { IFilterParams, TQueryResponse } from \"@base/@types/api\";\nimport { TAreaVendaCliente, TBusinessPartner } from \"@base/@types/models/dm/businessPartner\";\nimport { endpointsConfig } from \"@base/configs\";\n\nconst BUSINESS_PARTNER_ENDPOINT = endpointsConfig.dm.businessPartner;\n\nexport async function apiGetDmBusinessPartner(id: number) {\n return ApiService.fetchDataWithAxios<TBusinessPartner>({\n url: BUSINESS_PARTNER_ENDPOINT.findOne.endpoint + `${id}`,\n method: BUSINESS_PARTNER_ENDPOINT.findOne.method,\n })\n}\n\nexport async function apiFindDmBusinessPartner(body?: IFilterParams) {\n return ApiService.fetchDataWithAxios<TQueryResponse<TBusinessPartner[]>>({\n url: BUSINESS_PARTNER_ENDPOINT.find.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.find.method,\n data: body,\n })\n}\n\nexport async function apiFindDmBusinessPartnerCliente(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerCliente.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerCliente.method,\n data: body,\n })\n}\n\nexport async function apiFindDmBusinessPartnerFornecedor(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TQueryResponse<TBusinessPartner[]>>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFornecedor.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFornecedor.method,\n data: body,\n })\n}\n\nexport async function apiFindMonitorFornecedor(body?: IFilterParams) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: BUSINESS_PARTNER_ENDPOINT.findMonitorFornecedor.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findMonitorFornecedor.httpMethod,\n data: body,\n })\n}\n\nexport async function apiFindEmpresasIdsByCnpj(cnpj: string) {\n return ApiService.fetchDataWithAxios<any>({\n url: BUSINESS_PARTNER_ENDPOINT.findEmpresasIdsByCnpj.endpoint.replace('{cnpj}', cnpj),\n method: BUSINESS_PARTNER_ENDPOINT.findEmpresasIdsByCnpj.httpMethod,\n })\n}\n\nexport async function apiFindMonitorTransportadora(body?: IFilterParams) {\n return ApiService.fetchDataWithAxios<TQueryResponse<any>>({\n url: BUSINESS_PARTNER_ENDPOINT.findMonitorTransportadora.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findMonitorTransportadora.httpMethod,\n data: body,\n })\n}\n\nexport async function apiFindDmBusinessPartnerFiliais(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFiliais.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFiliais.method,\n data: body,\n })\n}\n\nexport async function apiFindDmBusinessPartnerMatrizes(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerMatrizes.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerMatrizes.method,\n data: body,\n })\n}\n\nexport async function apiFindFornecedorNfeByCnpj(cnpj: string) {\n return ApiService.fetchDataWithAxios<any>({\n url: BUSINESS_PARTNER_ENDPOINT.findFornecedorNfeByCnpj.endpoint.replace('{cnpj}', cnpj),\n method: BUSINESS_PARTNER_ENDPOINT.findFornecedorNfeByCnpj.httpMethod,\n })\n}\n\nexport async function apiFindDmBusinessPartnerFuncoesParceirosClientes(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosClientes.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosClientes.method,\n data: body,\n })\n}\n\nexport async function apiFindDmBusinessPartnerFuncoesParceirosClientesPedidoVenda(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosClientesPedidoVenda.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosClientesPedidoVenda.method,\n data: body,\n })\n}\n\nexport async function apiFindDmBusinessPartnerFuncoesParceirosClientesPartidas(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosClientesPartidas.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosClientesPartidas.method,\n data: body,\n })\n}\n\nexport async function apiFindDmBusinessPartnerFuncoesParceirosFornecedores(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosFornecedores.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerFuncoesParceirosFornecedores.method,\n data: body,\n })\n}\n\nexport async function apiFindDmVendedoresAKARepresentantesVendas(data = {}) {\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerByClientOrSupplierFunction.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findBusinessPartnerByClientOrSupplierFunction.method,\n data,\n });\n}\n\nexport async function apiFindDmFindSalesAreasByBusinessPartnerAndModulo(businessPartner: string, modulo: string) {\n return ApiService.fetchDataWithAxios<TAreaVendaCliente[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findSalesAreasByBusinessPartnerAndModulo.endpoint + `${businessPartner}/` + `${modulo}`,\n method: BUSINESS_PARTNER_ENDPOINT.findSalesAreasByBusinessPartnerAndModulo.method,\n })\n}\n\nexport async function apiFindDmBusinessPartnerByIds(body?: IFilterParams) {\n if (!body || Object.keys(body).length === 0) {\n return undefined\n }\n return ApiService.fetchDataWithAxios<TBusinessPartner[]>({\n url: BUSINESS_PARTNER_ENDPOINT.findByIds.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.findByIds.method,\n data: body,\n })\n}\n\nexport async function apiGetBusinessPartnerByCnpjWithOptionalIe(cnpj: string, ie?: string) {\n const params: any = { cnpj };\n if (ie) {\n params.ie = ie;\n }\n\n return ApiService.fetchDataWithAxios<any>({\n url: BUSINESS_PARTNER_ENDPOINT.getBusinessPartnerByCnpjWithOptionalIe.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.getBusinessPartnerByCnpjWithOptionalIe.httpMethod,\n params: params\n })\n}\n\nexport async function apiGetBusinessPartnersCodeByCpf(cpf: string) {\n const params: any = { cpf };\n return ApiService.fetchDataWithAxios<any>({\n url: BUSINESS_PARTNER_ENDPOINT.getBusinessPartnersCodeByCpf.endpoint,\n method: BUSINESS_PARTNER_ENDPOINT.getBusinessPartnersCodeByCpf.httpMethod,\n params: params\n })\n}"],"names":["endpointsConfig"],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { apiFindDmBusinessPartner, apiFindDmBusinessPartnerByIds, apiFindDmBusinessPartnerCliente, apiFindDmBusinessPartnerFiliais, apiFindDmBusinessPartnerFornecedor, apiFindDmBusinessPartnerFuncoesParceirosClientes, apiFindDmBusinessPartnerFuncoesParceirosClientesPartidas, apiFindDmBusinessPartnerFuncoesParceirosClientesPedidoVenda, apiFindDmBusinessPartnerFuncoesParceirosFornecedores, apiFindDmBusinessPartnerMatrizes, apiFindDmFindSalesAreasByBusinessPartnerAndModulo, apiFindDmVendedoresAKARepresentantesVendas, apiFindEmpresasIdsByCnpj, apiFindFornecedorNfeByCnpj, apiFindMonitorFornecedor, apiFindMonitorTransportadora, apiGetBusinessPartnerByCnpjWithOptionalIe, apiGetDmBusinessPartner } from "./businessPartner/BusinessPartnerService.js";
|
|
1
|
+
import { apiFindDmBusinessPartner, apiFindDmBusinessPartnerByIds, apiFindDmBusinessPartnerCliente, apiFindDmBusinessPartnerFiliais, apiFindDmBusinessPartnerFornecedor, apiFindDmBusinessPartnerFuncoesParceirosClientes, apiFindDmBusinessPartnerFuncoesParceirosClientesPartidas, apiFindDmBusinessPartnerFuncoesParceirosClientesPedidoVenda, apiFindDmBusinessPartnerFuncoesParceirosFornecedores, apiFindDmBusinessPartnerMatrizes, apiFindDmFindSalesAreasByBusinessPartnerAndModulo, apiFindDmVendedoresAKARepresentantesVendas, apiFindEmpresasIdsByCnpj, apiFindFornecedorNfeByCnpj, apiFindMonitorFornecedor, apiFindMonitorTransportadora, apiGetBusinessPartnerByCnpjWithOptionalIe, apiGetBusinessPartnersCodeByCpf, apiGetDmBusinessPartner } from "./businessPartner/BusinessPartnerService.js";
|
|
2
2
|
import { apiFindDmCanalDistribuicao, apiFindDmCanalDistribuicaoByCodigo } from "./canalDistribuicao/CanalDistribuicaoService.js";
|
|
3
3
|
import { apiFindDmCentro, apiFindDmCentroByCodigo, apiFindDmCentroByCodigos, apiFindMonitorCentro } from "./centro/CentroService.js";
|
|
4
4
|
import { apiFindMonitorCentroCusto } from "./centroCusto/CentroCustoService.js";
|
|
@@ -103,6 +103,7 @@ export {
|
|
|
103
103
|
apiFindVendedorIdByUserId,
|
|
104
104
|
apiFindVerificaCadastroCompletoByCondicaoPagamento,
|
|
105
105
|
apiGetBusinessPartnerByCnpjWithOptionalIe,
|
|
106
|
+
apiGetBusinessPartnersCodeByCpf,
|
|
106
107
|
apiGetDmBusinessPartner,
|
|
107
108
|
apiGetIdsCentrosCustoByIdsUsuarios,
|
|
108
109
|
apiGetMultiplicadorUnidadeMedida,
|
|
@@ -92,7 +92,7 @@ import { apiAddTermoFunrural, apiAprovarTermoFunrural, apiCancelarTermoFunrural,
|
|
|
92
92
|
import { apiAddTipoCarga, apiFindAllTipoCarga, apiGetCodigoTipoCarga, apiGetTipoCarga, apiUpdateTipoCarga } from "./transportadora/TiposCarga/TipoCargaService.js";
|
|
93
93
|
import { apiAddVolumeProducaoSeloSocial, apiFindMonitorVolumeProducaoSeloSocial, apiGetVolumeProducaoSeloSocial, apiGetVolumeProducaoSeloSocialBySafraId, apiUpdateVolumeProducaoSeloSocial } from "./originacao/adm/volumeProducaoSeloSocial/VolumeProducaoSeloSocialService.js";
|
|
94
94
|
import { apiAdicionarItensCotacaoEmProcessamento, apiFinalizaRequisicaoAgrupada, apiFindMonitorRequisicaoAgrupadaItem, apiFindMonitorRequisicaoAgrupadaRequisicao } from "./compras/requisicaoAgrupada/RequisicaoAgrupadaService.js";
|
|
95
|
-
import { apiAdicionarObservacaoRequisicaoCompra, apiCreateRequisicaoCompra, apiExecuteAcao, apiFindDetalheItemRequisicaoCompraMonitor, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiUpdateRequisicaoCompra } from "./compras/requisicaoCompra/RequisicaoCompraService.js";
|
|
95
|
+
import { apiAdicionarObservacaoRequisicaoCompra, apiCreateRequisicaoCompra, apiExecuteAcao, apiFindDetalheItemRequisicaoCompraMonitor, apiFindHistoricosMovimentacao, apiFindMonitorRequisicaoCompra, apiFindOneRequisicaoCompra, apiSetRequisicaoCompraLock, apiUpdateRequisicaoCompra } from "./compras/requisicaoCompra/RequisicaoCompraService.js";
|
|
96
96
|
import { apiCancelContratoCompraGraos, apiCreateContratoCompraGraos, apiEditContratoCompraGraos, apiFindAllContratoCompraGraos, apiFindByIdContratoCompraGraos, apiFindHistoricoByIdContratoCompraGraos, apiFindSaldoByIdContratoCompraGraos, apiGeneratePdfContratoCompraGraos, apiUpdateStatusContratoCompraGraos, apiUploadContrato } from "./originacao/contratoCompraGraos/contratoCompraGraosService.js";
|
|
97
97
|
import { apiCancelPreContrato, apiCreatePreContrato, apiEditPreContrato, apiFindAllPreContrato, apiFindByIdPreContrato, apiFindHistoricoByIdPreContrato, apiUpdateStatusPreContrato } from "./originacao/preContrato/preContratoService.js";
|
|
98
98
|
import { apiCancelarInsumosItemCompra, apiFindMonitorInsumosItemCompra } from "./insumos/itemCompra/ItemCompraService.js";
|
|
@@ -118,7 +118,7 @@ import { apiFindByCodigosProduto, apiFindByIdsProduto, apiFindDescricaoById, api
|
|
|
118
118
|
import { apiFindByIds, apiFindCentrosByUserId, apiFindUser, apiFindUserById, apiFindVendedorIdByUserId, apiGetIdsCentrosCustoByIdsUsuarios, apiVerificaUserPossuiFuncionalidade } from "./dm/user/UserService.js";
|
|
119
119
|
import { apiFindByNomeOrCodigo } from "./transportadora/NaturezaCarga/NaturezaCargaService.js";
|
|
120
120
|
import { apiFindByNotaFiscal } from "./transportadora/NotaFiscal/NotaFiscalService.js";
|
|
121
|
-
import { apiFindDmBusinessPartner, apiFindDmBusinessPartnerByIds, apiFindDmBusinessPartnerCliente, apiFindDmBusinessPartnerFiliais, apiFindDmBusinessPartnerFornecedor, apiFindDmBusinessPartnerFuncoesParceirosClientes, apiFindDmBusinessPartnerFuncoesParceirosClientesPartidas, apiFindDmBusinessPartnerFuncoesParceirosClientesPedidoVenda, apiFindDmBusinessPartnerFuncoesParceirosFornecedores, apiFindDmBusinessPartnerMatrizes, apiFindDmFindSalesAreasByBusinessPartnerAndModulo, apiFindDmVendedoresAKARepresentantesVendas, apiFindEmpresasIdsByCnpj, apiFindFornecedorNfeByCnpj, apiFindMonitorFornecedor, apiFindMonitorTransportadora, apiGetBusinessPartnerByCnpjWithOptionalIe, apiGetDmBusinessPartner } from "./dm/businessPartner/BusinessPartnerService.js";
|
|
121
|
+
import { apiFindDmBusinessPartner, apiFindDmBusinessPartnerByIds, apiFindDmBusinessPartnerCliente, apiFindDmBusinessPartnerFiliais, apiFindDmBusinessPartnerFornecedor, apiFindDmBusinessPartnerFuncoesParceirosClientes, apiFindDmBusinessPartnerFuncoesParceirosClientesPartidas, apiFindDmBusinessPartnerFuncoesParceirosClientesPedidoVenda, apiFindDmBusinessPartnerFuncoesParceirosFornecedores, apiFindDmBusinessPartnerMatrizes, apiFindDmFindSalesAreasByBusinessPartnerAndModulo, apiFindDmVendedoresAKARepresentantesVendas, apiFindEmpresasIdsByCnpj, apiFindFornecedorNfeByCnpj, apiFindMonitorFornecedor, apiFindMonitorTransportadora, apiGetBusinessPartnerByCnpjWithOptionalIe, apiGetBusinessPartnersCodeByCpf, apiGetDmBusinessPartner } from "./dm/businessPartner/BusinessPartnerService.js";
|
|
122
122
|
import { apiFindDmCanalDistribuicao, apiFindDmCanalDistribuicaoByCodigo } from "./dm/canalDistribuicao/CanalDistribuicaoService.js";
|
|
123
123
|
import { apiFindDmCentro, apiFindDmCentroByCodigo, apiFindDmCentroByCodigos, apiFindMonitorCentro } from "./dm/centro/CentroService.js";
|
|
124
124
|
import { apiFindDmCondicaoPagamento, apiFindMonitorCondicaoPagamento, apiFindVerificaCadastroCompletoByCondicaoPagamento } from "./dm/condicaoPagamento/CondicaoPagamentoService.js";
|
|
@@ -618,6 +618,7 @@ export {
|
|
|
618
618
|
apiGetAtivosVlan,
|
|
619
619
|
apiGetAvaliacao,
|
|
620
620
|
apiGetBusinessPartnerByCnpjWithOptionalIe,
|
|
621
|
+
apiGetBusinessPartnersCodeByCpf,
|
|
621
622
|
apiGetCalulatePriceRacaoPedidoVenda,
|
|
622
623
|
apiGetCategoria,
|
|
623
624
|
apiGetCentrosCustosPprByAno,
|
|
@@ -711,6 +712,7 @@ export {
|
|
|
711
712
|
apiSearchLimiteAdiantamentoGeral,
|
|
712
713
|
apiSearchSeguradorasAgricolas,
|
|
713
714
|
apiSendMail,
|
|
715
|
+
apiSetRequisicaoCompraLock,
|
|
714
716
|
apiTransferirAtivosAtivo,
|
|
715
717
|
apiUpdateAcessoPatio,
|
|
716
718
|
apiUpdateAreaAtuacao,
|