contentoh-components-library 21.1.56 → 21.1.57
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/components/atoms/GeneralInput/index.js +0 -1
- package/dist/components/atoms/StatusTag/index.js +17 -2
- package/dist/components/atoms/StatusTag/styles.js +1 -1
- package/dist/components/molecules/HeaderTop/index.js +4 -1
- package/dist/components/molecules/RetailerSelector/index.js +32 -0
- package/dist/components/molecules/StatusAsignationInfo/index.js +3 -2
- package/dist/components/organisms/FullProductNameHeader/index.js +1 -1
- package/dist/components/organisms/FullTabsMenu/index.js +3 -1
- package/dist/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +115 -137
- package/dist/components/pages/ProviderProductEdition/index.js +333 -381
- package/dist/components/pages/RegistrationLoginFirstStep/RegistrationLoginFirstStep.stories.js +37 -0
- package/dist/components/pages/RegistrationLoginFirstStep/index.js +269 -0
- package/dist/components/pages/RegistrationLoginFirstStep/styles.js +20 -0
- package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +41 -86
- package/dist/components/pages/RetailerProductEdition/index.js +198 -210
- package/dist/components/pages/RetailerProductEdition/styles.js +1 -1
- package/dist/global-files/data.js +9 -10
- package/dist/index.js +13 -0
- package/package.json +1 -1
- package/src/components/atoms/GeneralInput/index.js +0 -1
- package/src/components/atoms/StatusTag/index.js +12 -2
- package/src/components/atoms/StatusTag/styles.js +11 -11
- package/src/components/molecules/HeaderTop/index.js +6 -1
- package/src/components/molecules/RetailerSelector/index.js +15 -0
- package/src/components/molecules/StatusAsignationInfo/index.js +3 -2
- package/src/components/organisms/FullProductNameHeader/index.js +1 -1
- package/src/components/organisms/FullTabsMenu/index.js +2 -0
- package/src/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +118 -136
- package/src/components/pages/ProviderProductEdition/index.js +208 -220
- package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +38 -87
- package/src/components/pages/RetailerProductEdition/index.js +166 -140
- package/src/components/pages/RetailerProductEdition/styles.js +1 -1
- package/src/global-files/data.js +9 -10
- package/src/index.js +1 -0
- package/src/components/atoms/StatusTag/StatusTag.stories.js +0 -28
|
@@ -39,7 +39,7 @@ var _GalleryElement = require("../../molecules/GalleryElement");
|
|
|
39
39
|
|
|
40
40
|
var _fileSaver = require("file-saver");
|
|
41
41
|
|
|
42
|
-
var
|
|
42
|
+
var _data2 = require("../../../global-files/data");
|
|
43
43
|
|
|
44
44
|
var _GalleryHeader = require("../../molecules/GalleryHeader");
|
|
45
45
|
|
|
@@ -473,11 +473,6 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
473
473
|
saving = _useState82[0],
|
|
474
474
|
setSaving = _useState82[1];
|
|
475
475
|
|
|
476
|
-
var _useState83 = (0, _react.useState)(product.statusByRetailer),
|
|
477
|
-
_useState84 = (0, _slicedToArray2.default)(_useState83, 2),
|
|
478
|
-
retailerStatus = _useState84[0],
|
|
479
|
-
setRetailerStatus = _useState84[1];
|
|
480
|
-
|
|
481
476
|
(0, _react.useEffect)(function () {
|
|
482
477
|
checkAll && setSelectedImages(images.values);
|
|
483
478
|
}, [checkAll]);
|
|
@@ -492,7 +487,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
492
487
|
switch (_context2.prev = _context2.next) {
|
|
493
488
|
case 0:
|
|
494
489
|
_context2.next = 2;
|
|
495
|
-
return (0,
|
|
490
|
+
return (0, _data2.getRetailerServices)((product === null || product === void 0 ? void 0 : product.id_article) || (product === null || product === void 0 ? void 0 : (_product$article = product.article) === null || _product$article === void 0 ? void 0 : _product$article.id_article), (product === null || product === void 0 ? void 0 : (_product$article2 = product.article) === null || _product$article2 === void 0 ? void 0 : _product$article2.company_name) || (product === null || product === void 0 ? void 0 : product.categoryName), parseInt((product === null || product === void 0 ? void 0 : (_product$article3 = product.article) === null || _product$article3 === void 0 ? void 0 : _product$article3.id_category) || (product === null || product === void 0 ? void 0 : product.id_category)), product === null || product === void 0 ? void 0 : product.version);
|
|
496
491
|
|
|
497
492
|
case 2:
|
|
498
493
|
services = _context2.sent;
|
|
@@ -502,7 +497,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
502
497
|
|
|
503
498
|
if (!originProp) {
|
|
504
499
|
setActiveRetailer(product !== null && product !== void 0 && product.retailers ? product === null || product === void 0 ? void 0 : product.retailers[0] : product === null || product === void 0 ? void 0 : product.retailersAvailable[0]);
|
|
505
|
-
} //
|
|
500
|
+
} //setActiveRetailer(product?.retailers[0]);
|
|
506
501
|
|
|
507
502
|
|
|
508
503
|
setImages({
|
|
@@ -510,7 +505,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
510
505
|
init: services[2]
|
|
511
506
|
});
|
|
512
507
|
if (((_services$ = services[2]) === null || _services$ === void 0 ? void 0 : (_services$$values = _services$.values) === null || _services$$values === void 0 ? void 0 : _services$$values.length) > 0) setActiveImage(0);
|
|
513
|
-
(0,
|
|
508
|
+
(0, _data2.getPercentage)({
|
|
514
509
|
data: [product]
|
|
515
510
|
}).then(function (res) {
|
|
516
511
|
return setPercentages(res);
|
|
@@ -534,7 +529,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
534
529
|
var _ref4 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() {
|
|
535
530
|
var _product$article4;
|
|
536
531
|
|
|
537
|
-
var productInOrder, idArticle, _product$id_order, _servicesResponse$dat, servicesResponse, parsedResponse,
|
|
532
|
+
var productInOrder, idArticle, _product$id_order, _servicesResponse$dat, servicesResponse, parsedResponse, retailers, active;
|
|
538
533
|
|
|
539
534
|
return _regenerator.default.wrap(function _callee3$(_context3) {
|
|
540
535
|
while (1) {
|
|
@@ -544,7 +539,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
544
539
|
idArticle = (product === null || product === void 0 ? void 0 : product.id_article) || (product === null || product === void 0 ? void 0 : (_product$article4 = product.article) === null || _product$article4 === void 0 ? void 0 : _product$article4.id_article);
|
|
545
540
|
|
|
546
541
|
if (!(isRevision() || productInOrder)) {
|
|
547
|
-
_context3.next =
|
|
542
|
+
_context3.next = 11;
|
|
548
543
|
break;
|
|
549
544
|
}
|
|
550
545
|
|
|
@@ -554,17 +549,16 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
554
549
|
case 5:
|
|
555
550
|
servicesResponse = _context3.sent;
|
|
556
551
|
parsedResponse = JSON.parse(servicesResponse === null || servicesResponse === void 0 ? void 0 : (_servicesResponse$dat = servicesResponse.data) === null || _servicesResponse$dat === void 0 ? void 0 : _servicesResponse$dat.body).data;
|
|
557
|
-
retailerResponse = parsedResponse === null || parsedResponse === void 0 ? void 0 : parsedResponse.map(function (srv) {
|
|
558
|
-
return srv.id_retailer;
|
|
559
|
-
});
|
|
560
552
|
retailers = product.retailers || product.retailersAvailable;
|
|
561
|
-
active = retailers === null || retailers === void 0 ? void 0 : retailers.
|
|
562
|
-
return
|
|
563
|
-
|
|
553
|
+
active = retailers === null || retailers === void 0 ? void 0 : retailers.filter(function (retailer) {
|
|
554
|
+
return parsedResponse === null || parsedResponse === void 0 ? void 0 : parsedResponse.map(function (srv) {
|
|
555
|
+
return srv.id_retailer;
|
|
556
|
+
}).includes(retailer.id);
|
|
557
|
+
})[0];
|
|
564
558
|
!activeRetailer.id && setActiveRetailer(active ? active : retailers[0]);
|
|
565
559
|
setServicesData(parsedResponse);
|
|
566
560
|
|
|
567
|
-
case
|
|
561
|
+
case 11:
|
|
568
562
|
case "end":
|
|
569
563
|
return _context3.stop();
|
|
570
564
|
}
|
|
@@ -592,10 +586,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
592
586
|
if (_revision && currentService === "AP") return true;
|
|
593
587
|
} else {
|
|
594
588
|
var _product = productEdit.product;
|
|
595
|
-
|
|
596
|
-
var isRequestWithContentoh = orgn === "RequestWithContentoh" && currentService === "AA";
|
|
597
|
-
var isContentoh = orgn === "Contentoh" && currentService === "AA";
|
|
598
|
-
if (isContentoh || isRequestWithoutContentoh || isRequestWithContentoh) return true;
|
|
589
|
+
if (orgn === "Contentoh" || ["RECEIVED", "IN_PROGRESS"].includes(currentService) && orgn === "RequestWithoutContentoh" || currentService === "AA" && orgn === "RequestWithContentoh" || currentService === "RC" && orgn === "RequestWithoutContentoh" && (!_product.id_order || !_product.orderId)) return true;
|
|
599
590
|
}
|
|
600
591
|
}
|
|
601
592
|
|
|
@@ -638,36 +629,53 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
638
629
|
};
|
|
639
630
|
}();
|
|
640
631
|
|
|
641
|
-
(0, _react.useEffect)(function () {
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
632
|
+
(0, _react.useEffect)( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee5() {
|
|
633
|
+
var arr;
|
|
634
|
+
return _regenerator.default.wrap(function _callee5$(_context5) {
|
|
635
|
+
while (1) {
|
|
636
|
+
switch (_context5.prev = _context5.next) {
|
|
637
|
+
case 0:
|
|
638
|
+
sessionStorage.setItem("user", JSON.stringify(user));
|
|
639
|
+
loadData();
|
|
640
|
+
getCart();
|
|
641
|
+
_context5.t0 = setUserGroups;
|
|
642
|
+
_context5.next = 6;
|
|
643
|
+
return (0, _data2.fetchUsers)(token);
|
|
644
|
+
|
|
645
|
+
case 6:
|
|
646
|
+
_context5.t1 = _context5.sent;
|
|
647
|
+
(0, _context5.t0)(_context5.t1);
|
|
648
|
+
arr = [];
|
|
649
|
+
_context5.t2 = user.id_role;
|
|
650
|
+
_context5.next = _context5.t2 === 7 ? 12 : _context5.t2 === 8 ? 12 : _context5.t2 === 4 ? 14 : _context5.t2 === 5 ? 14 : _context5.t2 === 6 ? 16 : 18;
|
|
651
|
+
break;
|
|
649
652
|
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
arr = ["CA", "RC", "RA"];
|
|
654
|
-
break;
|
|
653
|
+
case 12:
|
|
654
|
+
arr = ["IN_PROGRESS", "RF", "RA"];
|
|
655
|
+
return _context5.abrupt("break", 20);
|
|
655
656
|
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
break;
|
|
657
|
+
case 14:
|
|
658
|
+
arr = ["RF", "AF", "AA", "AP", "AC"];
|
|
659
|
+
return _context5.abrupt("break", 20);
|
|
660
660
|
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
661
|
+
case 16:
|
|
662
|
+
arr = ["RP", "RC", "AF"];
|
|
663
|
+
return _context5.abrupt("break", 20);
|
|
664
664
|
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
665
|
+
case 18:
|
|
666
|
+
arr = [];
|
|
667
|
+
return _context5.abrupt("break", 20);
|
|
668
|
+
|
|
669
|
+
case 20:
|
|
670
|
+
setStatusArray(arr);
|
|
668
671
|
|
|
669
|
-
|
|
670
|
-
|
|
672
|
+
case 21:
|
|
673
|
+
case "end":
|
|
674
|
+
return _context5.stop();
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
}, _callee5);
|
|
678
|
+
})), [product]);
|
|
671
679
|
|
|
672
680
|
var loadAssignations = function loadAssignations(currentProduct) {
|
|
673
681
|
setAssig(product === null || product === void 0 ? void 0 : product.asignations);
|
|
@@ -682,11 +690,11 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
682
690
|
var productTemp = product;
|
|
683
691
|
var retailers = (productTemp === null || productTemp === void 0 ? void 0 : productTemp.retailersAvailable) || (productTemp === null || productTemp === void 0 ? void 0 : productTemp.retailers);
|
|
684
692
|
retailers === null || retailers === void 0 ? void 0 : retailers.forEach(function (retailer) {
|
|
685
|
-
var _percentages$
|
|
693
|
+
var _percentages$filter$;
|
|
686
694
|
|
|
687
|
-
retailer["percentage"] = percentages === null || percentages === void 0 ? void 0 : (_percentages$
|
|
695
|
+
retailer["percentage"] = percentages === null || percentages === void 0 ? void 0 : (_percentages$filter$ = percentages.filter(function (percent) {
|
|
688
696
|
return (retailer === null || retailer === void 0 ? void 0 : retailer.id) === (percent === null || percent === void 0 ? void 0 : percent.id_retailer);
|
|
689
|
-
})) === null || _percentages$
|
|
697
|
+
})[0]) === null || _percentages$filter$ === void 0 ? void 0 : _percentages$filter$.percentage;
|
|
690
698
|
});
|
|
691
699
|
setProduct(productTemp);
|
|
692
700
|
setActivePercentage((_retailers$ = retailers[0]) === null || _retailers$ === void 0 ? void 0 : _retailers$.percentage);
|
|
@@ -765,12 +773,11 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
765
773
|
}, [images]);
|
|
766
774
|
|
|
767
775
|
var saveDescriptions = /*#__PURE__*/function () {
|
|
768
|
-
var
|
|
769
|
-
var dataObject
|
|
770
|
-
|
|
771
|
-
return _regenerator.default.wrap(function _callee5$(_context5) {
|
|
776
|
+
var _ref7 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee6() {
|
|
777
|
+
var dataObject;
|
|
778
|
+
return _regenerator.default.wrap(function _callee6$(_context6) {
|
|
772
779
|
while (1) {
|
|
773
|
-
switch (
|
|
780
|
+
switch (_context6.prev = _context6.next) {
|
|
774
781
|
case 0:
|
|
775
782
|
setLoading(true);
|
|
776
783
|
dataObject = {
|
|
@@ -778,8 +785,8 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
778
785
|
articleData: updatedDescriptions
|
|
779
786
|
};
|
|
780
787
|
if (product !== null && product !== void 0 && product.orderId) dataObject["orderId"] = product === null || product === void 0 ? void 0 : product.orderId;
|
|
781
|
-
|
|
782
|
-
|
|
788
|
+
_context6.prev = 3;
|
|
789
|
+
_context6.next = 6;
|
|
783
790
|
return _axios.default.put("".concat(process.env.REACT_APP_ARTICLE_DATA_ENDPOINT, "?description=true&version=").concat(version), dataObject, {
|
|
784
791
|
headers: {
|
|
785
792
|
Authorization: token
|
|
@@ -787,45 +794,35 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
787
794
|
});
|
|
788
795
|
|
|
789
796
|
case 6:
|
|
790
|
-
_res = _context5.sent;
|
|
791
|
-
|
|
792
|
-
if (!(_res.data.statusCode === 200)) {
|
|
793
|
-
_context5.next = 11;
|
|
794
|
-
break;
|
|
795
|
-
}
|
|
796
|
-
|
|
797
797
|
setMessage("Descripciones guardadas con éxito");
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
case 11:
|
|
802
|
-
_context5.next = 16;
|
|
798
|
+
loadData();
|
|
799
|
+
_context6.next = 13;
|
|
803
800
|
break;
|
|
804
801
|
|
|
805
|
-
case
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
console.log(
|
|
802
|
+
case 10:
|
|
803
|
+
_context6.prev = 10;
|
|
804
|
+
_context6.t0 = _context6["catch"](3);
|
|
805
|
+
console.log(_context6.t0);
|
|
809
806
|
|
|
810
|
-
case
|
|
807
|
+
case 13:
|
|
811
808
|
case "end":
|
|
812
|
-
return
|
|
809
|
+
return _context6.stop();
|
|
813
810
|
}
|
|
814
811
|
}
|
|
815
|
-
},
|
|
812
|
+
}, _callee6, null, [[3, 10]]);
|
|
816
813
|
}));
|
|
817
814
|
|
|
818
815
|
return function saveDescriptions() {
|
|
819
|
-
return
|
|
816
|
+
return _ref7.apply(this, arguments);
|
|
820
817
|
};
|
|
821
818
|
}();
|
|
822
819
|
|
|
823
820
|
var saveDatasheets = /*#__PURE__*/function () {
|
|
824
|
-
var
|
|
821
|
+
var _ref8 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee7() {
|
|
825
822
|
var dataObject;
|
|
826
|
-
return _regenerator.default.wrap(function
|
|
823
|
+
return _regenerator.default.wrap(function _callee7$(_context7) {
|
|
827
824
|
while (1) {
|
|
828
|
-
switch (
|
|
825
|
+
switch (_context7.prev = _context7.next) {
|
|
829
826
|
case 0:
|
|
830
827
|
setLoading(true);
|
|
831
828
|
dataObject = {
|
|
@@ -833,8 +830,8 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
833
830
|
articleData: updatedDatasheets
|
|
834
831
|
};
|
|
835
832
|
if (product !== null && product !== void 0 && product.orderId) dataObject["orderId"] = product === null || product === void 0 ? void 0 : product.orderId;
|
|
836
|
-
|
|
837
|
-
|
|
833
|
+
_context7.prev = 3;
|
|
834
|
+
_context7.next = 6;
|
|
838
835
|
return _axios.default.put("".concat(process.env.REACT_APP_ARTICLE_DATA_ENDPOINT, "?datasheet=true&version=").concat(version), dataObject, {
|
|
839
836
|
headers: {
|
|
840
837
|
Authorization: token
|
|
@@ -842,45 +839,37 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
842
839
|
});
|
|
843
840
|
|
|
844
841
|
case 6:
|
|
845
|
-
if (!(res.data.statusCode === 200)) {
|
|
846
|
-
_context6.next = 10;
|
|
847
|
-
break;
|
|
848
|
-
}
|
|
849
|
-
|
|
850
842
|
setMessage("Fichas técnicas guardadas");
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
case 10:
|
|
855
|
-
_context6.next = 15;
|
|
843
|
+
loadData();
|
|
844
|
+
_context7.next = 13;
|
|
856
845
|
break;
|
|
857
846
|
|
|
858
|
-
case
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
console.log(
|
|
847
|
+
case 10:
|
|
848
|
+
_context7.prev = 10;
|
|
849
|
+
_context7.t0 = _context7["catch"](3);
|
|
850
|
+
console.log(_context7.t0);
|
|
862
851
|
|
|
863
|
-
case
|
|
852
|
+
case 13:
|
|
864
853
|
case "end":
|
|
865
|
-
return
|
|
854
|
+
return _context7.stop();
|
|
866
855
|
}
|
|
867
856
|
}
|
|
868
|
-
},
|
|
857
|
+
}, _callee7, null, [[3, 10]]);
|
|
869
858
|
}));
|
|
870
859
|
|
|
871
860
|
return function saveDatasheets() {
|
|
872
|
-
return
|
|
861
|
+
return _ref8.apply(this, arguments);
|
|
873
862
|
};
|
|
874
863
|
}();
|
|
875
864
|
|
|
876
|
-
var updateImages = (0, _react.useCallback)( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function
|
|
865
|
+
var updateImages = (0, _react.useCallback)( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee8() {
|
|
877
866
|
var _images$values2, _data$articleData, _data$articleData2, _data$updateImages;
|
|
878
867
|
|
|
879
868
|
var imagesList, imagesListTemp, duplicated, attrForImgs, data, valid, _data$updateImages2, _data$articleData3, _data$articleData4, _data$articleData5, promiseArray;
|
|
880
869
|
|
|
881
|
-
return _regenerator.default.wrap(function
|
|
870
|
+
return _regenerator.default.wrap(function _callee8$(_context8) {
|
|
882
871
|
while (1) {
|
|
883
|
-
switch (
|
|
872
|
+
switch (_context8.prev = _context8.next) {
|
|
884
873
|
case 0:
|
|
885
874
|
imagesList = images === null || images === void 0 ? void 0 : (_images$values2 = images.values) === null || _images$values2 === void 0 ? void 0 : _images$values2.slice();
|
|
886
875
|
imagesListTemp = imagesList === null || imagesList === void 0 ? void 0 : imagesList.reduce(function (acc, image) {
|
|
@@ -929,19 +918,19 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
929
918
|
}
|
|
930
919
|
|
|
931
920
|
if (!(valid && (duplicated === null || duplicated === void 0 ? void 0 : duplicated.length) === 0)) {
|
|
932
|
-
|
|
921
|
+
_context8.next = 31;
|
|
933
922
|
break;
|
|
934
923
|
}
|
|
935
924
|
|
|
936
925
|
setLoading(true);
|
|
937
|
-
|
|
926
|
+
_context8.prev = 11;
|
|
938
927
|
data === null || data === void 0 ? void 0 : (_data$articleData3 = data.articleData) === null || _data$articleData3 === void 0 ? void 0 : _data$articleData3.forEach(function (e) {
|
|
939
928
|
e.uuid = (0, _uuid.v4)();
|
|
940
929
|
});
|
|
941
930
|
setDataImages(data);
|
|
942
931
|
|
|
943
932
|
if (!((data === null || data === void 0 ? void 0 : (_data$articleData4 = data.articleData) === null || _data$articleData4 === void 0 ? void 0 : _data$articleData4.length) > 0)) {
|
|
944
|
-
|
|
933
|
+
_context8.next = 23;
|
|
945
934
|
break;
|
|
946
935
|
}
|
|
947
936
|
|
|
@@ -957,28 +946,28 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
957
946
|
};
|
|
958
947
|
promiseArray.push(myBucket.putObject(params).promise());
|
|
959
948
|
});
|
|
960
|
-
|
|
949
|
+
_context8.next = 20;
|
|
961
950
|
return Promise.all(promiseArray);
|
|
962
951
|
|
|
963
952
|
case 20:
|
|
964
953
|
setImagesUploaded(true);
|
|
965
|
-
|
|
954
|
+
_context8.next = 24;
|
|
966
955
|
break;
|
|
967
956
|
|
|
968
957
|
case 23:
|
|
969
958
|
setImagesUploaded(true);
|
|
970
959
|
|
|
971
960
|
case 24:
|
|
972
|
-
|
|
961
|
+
_context8.next = 29;
|
|
973
962
|
break;
|
|
974
963
|
|
|
975
964
|
case 26:
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
console.log(
|
|
965
|
+
_context8.prev = 26;
|
|
966
|
+
_context8.t0 = _context8["catch"](11);
|
|
967
|
+
console.log(_context8.t0); // setMainLoading(false);
|
|
979
968
|
|
|
980
969
|
case 29:
|
|
981
|
-
|
|
970
|
+
_context8.next = 32;
|
|
982
971
|
break;
|
|
983
972
|
|
|
984
973
|
case 31:
|
|
@@ -987,20 +976,18 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
987
976
|
|
|
988
977
|
case 32:
|
|
989
978
|
case "end":
|
|
990
|
-
return
|
|
979
|
+
return _context8.stop();
|
|
991
980
|
}
|
|
992
981
|
}
|
|
993
|
-
},
|
|
982
|
+
}, _callee8, null, [[11, 26]]);
|
|
994
983
|
})), [images, imagesUploaded]);
|
|
995
|
-
(0, _react.useEffect)( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
return _regenerator.default.wrap(function _callee8$(_context8) {
|
|
984
|
+
(0, _react.useEffect)( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee9() {
|
|
985
|
+
return _regenerator.default.wrap(function _callee9$(_context9) {
|
|
999
986
|
while (1) {
|
|
1000
|
-
switch (
|
|
987
|
+
switch (_context9.prev = _context9.next) {
|
|
1001
988
|
case 0:
|
|
1002
989
|
if (!imagesUploaded) {
|
|
1003
|
-
|
|
990
|
+
_context9.next = 13;
|
|
1004
991
|
break;
|
|
1005
992
|
}
|
|
1006
993
|
|
|
@@ -1012,8 +999,8 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1012
999
|
if (product !== null && product !== void 0 && product.orderId) e["orderId"] = product === null || product === void 0 ? void 0 : product.orderId;
|
|
1013
1000
|
return e;
|
|
1014
1001
|
});
|
|
1015
|
-
|
|
1016
|
-
|
|
1002
|
+
_context9.prev = 2;
|
|
1003
|
+
_context9.next = 5;
|
|
1017
1004
|
return _axios.default.put("".concat(process.env.REACT_APP_ARTICLE_DATA_ENDPOINT, "?image=true&version=").concat(version), dataImages, {
|
|
1018
1005
|
headers: {
|
|
1019
1006
|
Authorization: token
|
|
@@ -1021,33 +1008,23 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1021
1008
|
});
|
|
1022
1009
|
|
|
1023
1010
|
case 5:
|
|
1024
|
-
_res2 = _context8.sent;
|
|
1025
|
-
|
|
1026
|
-
if (!(_res2.data.statusCode === 200)) {
|
|
1027
|
-
_context8.next = 11;
|
|
1028
|
-
break;
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
1011
|
setMessage("Imágenes guardadas con éxito");
|
|
1032
1012
|
sessionStorage.removeItem("imagesList");
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
case 11:
|
|
1037
|
-
_context8.next = 16;
|
|
1013
|
+
loadData();
|
|
1014
|
+
_context9.next = 13;
|
|
1038
1015
|
break;
|
|
1039
1016
|
|
|
1040
|
-
case
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
console.log(
|
|
1017
|
+
case 10:
|
|
1018
|
+
_context9.prev = 10;
|
|
1019
|
+
_context9.t0 = _context9["catch"](2);
|
|
1020
|
+
console.log(_context9.t0);
|
|
1044
1021
|
|
|
1045
|
-
case
|
|
1022
|
+
case 13:
|
|
1046
1023
|
case "end":
|
|
1047
|
-
return
|
|
1024
|
+
return _context9.stop();
|
|
1048
1025
|
}
|
|
1049
1026
|
}
|
|
1050
|
-
},
|
|
1027
|
+
}, _callee9, null, [[2, 10]]);
|
|
1051
1028
|
})), [dataImages, imagesUploaded]);
|
|
1052
1029
|
|
|
1053
1030
|
var getConcept = function getConcept(tab) {
|
|
@@ -1083,28 +1060,28 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1083
1060
|
};
|
|
1084
1061
|
|
|
1085
1062
|
var createComment = /*#__PURE__*/function () {
|
|
1086
|
-
var
|
|
1063
|
+
var _ref11 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee10(e, body, tab) {
|
|
1087
1064
|
var concept, data;
|
|
1088
|
-
return _regenerator.default.wrap(function
|
|
1065
|
+
return _regenerator.default.wrap(function _callee10$(_context10) {
|
|
1089
1066
|
while (1) {
|
|
1090
|
-
switch (
|
|
1067
|
+
switch (_context10.prev = _context10.next) {
|
|
1091
1068
|
case 0:
|
|
1092
1069
|
concept = "";
|
|
1093
|
-
|
|
1094
|
-
|
|
1070
|
+
_context10.t0 = activeTab;
|
|
1071
|
+
_context10.next = _context10.t0 === "Ficha técnica" ? 4 : _context10.t0 === "Imágenes" ? 6 : 8;
|
|
1095
1072
|
break;
|
|
1096
1073
|
|
|
1097
1074
|
case 4:
|
|
1098
1075
|
concept = "datasheet";
|
|
1099
|
-
return
|
|
1076
|
+
return _context10.abrupt("break", 10);
|
|
1100
1077
|
|
|
1101
1078
|
case 6:
|
|
1102
1079
|
concept = "images";
|
|
1103
|
-
return
|
|
1080
|
+
return _context10.abrupt("break", 10);
|
|
1104
1081
|
|
|
1105
1082
|
case 8:
|
|
1106
1083
|
concept = "description";
|
|
1107
|
-
return
|
|
1084
|
+
return _context10.abrupt("break", 10);
|
|
1108
1085
|
|
|
1109
1086
|
case 10:
|
|
1110
1087
|
data = {
|
|
@@ -1114,7 +1091,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1114
1091
|
concept: concept,
|
|
1115
1092
|
version: version
|
|
1116
1093
|
};
|
|
1117
|
-
|
|
1094
|
+
_context10.next = 13;
|
|
1118
1095
|
return _axios.default.post("".concat(process.env.REACT_APP_COMMENTS_ENDPOINT), data, {
|
|
1119
1096
|
headers: {
|
|
1120
1097
|
Authorization: token
|
|
@@ -1123,14 +1100,14 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1123
1100
|
|
|
1124
1101
|
case 13:
|
|
1125
1102
|
case "end":
|
|
1126
|
-
return
|
|
1103
|
+
return _context10.stop();
|
|
1127
1104
|
}
|
|
1128
1105
|
}
|
|
1129
|
-
},
|
|
1106
|
+
}, _callee10);
|
|
1130
1107
|
}));
|
|
1131
1108
|
|
|
1132
1109
|
return function createComment(_x2, _x3, _x4) {
|
|
1133
|
-
return
|
|
1110
|
+
return _ref11.apply(this, arguments);
|
|
1134
1111
|
};
|
|
1135
1112
|
}();
|
|
1136
1113
|
|
|
@@ -1139,16 +1116,16 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1139
1116
|
}, [activeTab]);
|
|
1140
1117
|
|
|
1141
1118
|
var commentRevised = /*#__PURE__*/function () {
|
|
1142
|
-
var
|
|
1119
|
+
var _ref12 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee11() {
|
|
1143
1120
|
var data;
|
|
1144
|
-
return _regenerator.default.wrap(function
|
|
1121
|
+
return _regenerator.default.wrap(function _callee11$(_context11) {
|
|
1145
1122
|
while (1) {
|
|
1146
|
-
switch (
|
|
1123
|
+
switch (_context11.prev = _context11.next) {
|
|
1147
1124
|
case 0:
|
|
1148
1125
|
data = {
|
|
1149
1126
|
commentId: comment.id
|
|
1150
1127
|
};
|
|
1151
|
-
|
|
1128
|
+
_context11.next = 3;
|
|
1152
1129
|
return _axios.default.put("".concat(process.env.REACT_APP_COMMENTS_ENDPOINT), data, {
|
|
1153
1130
|
headers: {
|
|
1154
1131
|
Authorization: token
|
|
@@ -1160,54 +1137,52 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1160
1137
|
|
|
1161
1138
|
case 4:
|
|
1162
1139
|
case "end":
|
|
1163
|
-
return
|
|
1140
|
+
return _context11.stop();
|
|
1164
1141
|
}
|
|
1165
1142
|
}
|
|
1166
|
-
},
|
|
1143
|
+
}, _callee11);
|
|
1167
1144
|
}));
|
|
1168
1145
|
|
|
1169
1146
|
return function commentRevised() {
|
|
1170
|
-
return
|
|
1147
|
+
return _ref12.apply(this, arguments);
|
|
1171
1148
|
};
|
|
1172
1149
|
}();
|
|
1173
1150
|
|
|
1174
1151
|
var setAssignation = /*#__PURE__*/function () {
|
|
1175
|
-
var
|
|
1152
|
+
var _ref13 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee12(assignationType, assignationId) {
|
|
1176
1153
|
var concept, productTemp, data;
|
|
1177
|
-
return _regenerator.default.wrap(function
|
|
1154
|
+
return _regenerator.default.wrap(function _callee12$(_context12) {
|
|
1178
1155
|
while (1) {
|
|
1179
|
-
switch (
|
|
1156
|
+
switch (_context12.prev = _context12.next) {
|
|
1180
1157
|
case 0:
|
|
1181
1158
|
concept = "";
|
|
1182
|
-
|
|
1183
|
-
|
|
1159
|
+
_context12.t0 = activeTab;
|
|
1160
|
+
_context12.next = _context12.t0 === "Ficha técnica" ? 4 : _context12.t0 === "Imágenes" ? 6 : 8;
|
|
1184
1161
|
break;
|
|
1185
1162
|
|
|
1186
1163
|
case 4:
|
|
1187
1164
|
concept = "datasheet";
|
|
1188
|
-
return
|
|
1165
|
+
return _context12.abrupt("break", 10);
|
|
1189
1166
|
|
|
1190
1167
|
case 6:
|
|
1191
1168
|
concept = "images";
|
|
1192
|
-
return
|
|
1169
|
+
return _context12.abrupt("break", 10);
|
|
1193
1170
|
|
|
1194
1171
|
case 8:
|
|
1195
1172
|
concept = "description";
|
|
1196
|
-
return
|
|
1173
|
+
return _context12.abrupt("break", 10);
|
|
1197
1174
|
|
|
1198
1175
|
case 10:
|
|
1199
1176
|
productTemp = product;
|
|
1200
1177
|
productTemp.article["id_".concat(concept, "_").concat(assignationType)] = assignationId;
|
|
1201
|
-
data = {
|
|
1178
|
+
data = (0, _defineProperty2.default)({
|
|
1202
1179
|
articleList: [{
|
|
1203
1180
|
orderId: product.orderId,
|
|
1204
1181
|
articleId: product === null || product === void 0 ? void 0 : product.id_article
|
|
1205
1182
|
}],
|
|
1206
|
-
concept: concept
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
_context11.next = 15;
|
|
1210
|
-
return (0, _axios.default)({
|
|
1183
|
+
concept: concept
|
|
1184
|
+
}, "".concat(assignationType, "Id"), assignationId);
|
|
1185
|
+
(0, _axios.default)({
|
|
1211
1186
|
method: "post",
|
|
1212
1187
|
url: process.env.REACT_APP_ASSIGNATIONS_ENDPOINT,
|
|
1213
1188
|
data: data,
|
|
@@ -1215,21 +1190,19 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1215
1190
|
Authorization: token
|
|
1216
1191
|
}
|
|
1217
1192
|
});
|
|
1218
|
-
|
|
1219
|
-
case 15:
|
|
1220
1193
|
loadAssignations(productTemp);
|
|
1221
1194
|
sessionStorage.setItem("productSelected", JSON.stringify(productTemp));
|
|
1222
1195
|
|
|
1223
|
-
case
|
|
1196
|
+
case 16:
|
|
1224
1197
|
case "end":
|
|
1225
|
-
return
|
|
1198
|
+
return _context12.stop();
|
|
1226
1199
|
}
|
|
1227
1200
|
}
|
|
1228
|
-
},
|
|
1201
|
+
}, _callee12);
|
|
1229
1202
|
}));
|
|
1230
1203
|
|
|
1231
1204
|
return function setAssignation(_x5, _x6) {
|
|
1232
|
-
return
|
|
1205
|
+
return _ref13.apply(this, arguments);
|
|
1233
1206
|
};
|
|
1234
1207
|
}();
|
|
1235
1208
|
|
|
@@ -1245,7 +1218,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1245
1218
|
});
|
|
1246
1219
|
}
|
|
1247
1220
|
|
|
1248
|
-
var statusArray = user.is_retailer === 1 ? ["
|
|
1221
|
+
var statusArray = user.is_retailer === 1 ? ["AC", "RC"] : ["AP", "RP", "AC"];
|
|
1249
1222
|
return serv.length > 0 && serv.every(function (item) {
|
|
1250
1223
|
return statusArray.includes(item.status);
|
|
1251
1224
|
});
|
|
@@ -1334,7 +1307,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1334
1307
|
var datasheet_status = product.datasheet_status,
|
|
1335
1308
|
description_status = product.description_status,
|
|
1336
1309
|
images_status = product.images_status;
|
|
1337
|
-
var completionStates = user.is_retailer === 1 ? ["
|
|
1310
|
+
var completionStates = user.is_retailer === 1 ? ["AC", "Evaluated", "NS"] : ["AP", "Evaluated", "NS"];
|
|
1338
1311
|
var dsEvaluated = completionStates.includes(datasheet_status);
|
|
1339
1312
|
var descsEvaluated = completionStates.includes(description_status);
|
|
1340
1313
|
var imgsEvaluated = completionStates.includes(images_status);
|
|
@@ -1343,131 +1316,107 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1343
1316
|
};
|
|
1344
1317
|
|
|
1345
1318
|
var sendEvaluation = /*#__PURE__*/function () {
|
|
1346
|
-
var
|
|
1347
|
-
var
|
|
1348
|
-
|
|
1349
|
-
var concept, productTemp, articleId, orderId, sectionStatusKey, evalStatus, data, retailerId, res, newStatuses, orderStatus, serviceStatus, newProductEdit, _JSON$parse, newArticleStatus, newServiceStatus, newStatus, retailerStatusCopy, status;
|
|
1319
|
+
var _ref14 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee13(result) {
|
|
1320
|
+
var data, retailerId, _product$id_order2, _product$id_order3, productTemp, concept;
|
|
1350
1321
|
|
|
1351
|
-
return _regenerator.default.wrap(function
|
|
1322
|
+
return _regenerator.default.wrap(function _callee13$(_context13) {
|
|
1352
1323
|
while (1) {
|
|
1353
|
-
switch (
|
|
1324
|
+
switch (_context13.prev = _context13.next) {
|
|
1354
1325
|
case 0:
|
|
1355
1326
|
setLoading(true);
|
|
1356
|
-
|
|
1357
|
-
productTemp = product;
|
|
1358
|
-
articleId = productTemp.id_article;
|
|
1359
|
-
orderId = (_productTemp$id_order = productTemp.id_order) !== null && _productTemp$id_order !== void 0 ? _productTemp$id_order : productTemp.orderId;
|
|
1360
|
-
sectionStatusKey = "".concat(getConcept(activeTab), "_status");
|
|
1361
|
-
evalStatus = product[sectionStatusKey] || (product === null || product === void 0 ? void 0 : product.version_status);
|
|
1362
|
-
data = {
|
|
1363
|
-
articleId: articleId,
|
|
1364
|
-
orderId: orderId,
|
|
1365
|
-
concept: concept,
|
|
1366
|
-
evalStatus: evalStatus
|
|
1367
|
-
};
|
|
1327
|
+
data = {};
|
|
1368
1328
|
retailerId = activeRetailer === null || activeRetailer === void 0 ? void 0 : activeRetailer.id;
|
|
1369
|
-
_context12.prev = 9;
|
|
1370
1329
|
|
|
1371
1330
|
if (!result) {
|
|
1372
|
-
|
|
1331
|
+
_context13.next = 9;
|
|
1373
1332
|
break;
|
|
1374
1333
|
}
|
|
1375
1334
|
|
|
1376
|
-
data
|
|
1377
|
-
|
|
1378
|
-
|
|
1335
|
+
data = {
|
|
1336
|
+
articleId: product.id_article,
|
|
1337
|
+
orderId: (_product$id_order2 = product.id_order) !== null && _product$id_order2 !== void 0 ? _product$id_order2 : product.orderId,
|
|
1338
|
+
concept: getConcept(activeTab),
|
|
1339
|
+
result: result,
|
|
1340
|
+
retailerId: retailerId
|
|
1341
|
+
};
|
|
1342
|
+
_context13.next = 7;
|
|
1379
1343
|
return _axios.default.put("".concat(process.env.REACT_APP_EVALUATION_ENDPOINT), data, {
|
|
1380
1344
|
headers: {
|
|
1381
1345
|
Authorization: token
|
|
1382
1346
|
}
|
|
1383
1347
|
});
|
|
1384
1348
|
|
|
1385
|
-
case
|
|
1386
|
-
|
|
1387
|
-
newStatuses = JSON.parse(res.data.body);
|
|
1388
|
-
orderStatus = newStatuses.newOrderStatus;
|
|
1389
|
-
serviceStatus = newStatuses.newServiceStatus[articleId]["".concat(getConcept(activeTab), "Status")];
|
|
1390
|
-
newProductEdit = productEdit;
|
|
1391
|
-
newProductEdit.product[sectionStatusKey] = serviceStatus;
|
|
1392
|
-
setProductEdit(newProductEdit);
|
|
1393
|
-
showSurvey && showSurvey(orderStatus[orderId] === "AP");
|
|
1394
|
-
_context12.next = 28;
|
|
1349
|
+
case 7:
|
|
1350
|
+
_context13.next = 19;
|
|
1395
1351
|
break;
|
|
1396
1352
|
|
|
1397
|
-
case
|
|
1398
|
-
|
|
1399
|
-
|
|
1353
|
+
case 9:
|
|
1354
|
+
productTemp = product;
|
|
1355
|
+
concept = getConcept(activeTab);
|
|
1356
|
+
productTemp["".concat(concept, "_status")] = "Evaluated";
|
|
1357
|
+
data = {
|
|
1358
|
+
articleId: product.id_article,
|
|
1359
|
+
orderId: (_product$id_order3 = product.id_order) !== null && _product$id_order3 !== void 0 ? _product$id_order3 : product.orderId,
|
|
1360
|
+
concept: concept
|
|
1361
|
+
};
|
|
1362
|
+
|
|
1363
|
+
_axios.default.put("".concat(process.env.REACT_APP_SEND_EVAL), data, {
|
|
1400
1364
|
headers: {
|
|
1401
1365
|
Authorization: token
|
|
1402
1366
|
}
|
|
1403
1367
|
});
|
|
1404
1368
|
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
productTemp
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
}
|
|
1421
|
-
|
|
1422
|
-
setProduct(productTemp);
|
|
1423
|
-
sessionStorage.setItem("productSelected", JSON.stringify(productTemp));
|
|
1424
|
-
setOrigin(function (prev) {
|
|
1425
|
-
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, (0, _defineProperty2.default)({}, concept, status));
|
|
1426
|
-
});
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
_context12.next = 34;
|
|
1430
|
-
break;
|
|
1431
|
-
|
|
1432
|
-
case 31:
|
|
1433
|
-
_context12.prev = 31;
|
|
1434
|
-
_context12.t0 = _context12["catch"](9);
|
|
1435
|
-
console.log(_context12.t0);
|
|
1369
|
+
setProduct(productTemp);
|
|
1370
|
+
sessionStorage.setItem("productSelected", JSON.stringify(productTemp));
|
|
1371
|
+
setProductEdit({
|
|
1372
|
+
ArticleId: productTemp.id_article,
|
|
1373
|
+
idCategory: productTemp.article.id_category,
|
|
1374
|
+
product: productTemp
|
|
1375
|
+
});
|
|
1376
|
+
sessionStorage.setItem("productEdit", JSON.stringify({
|
|
1377
|
+
ArticleId: productTemp.id_article,
|
|
1378
|
+
idCategory: productTemp.article.id_category,
|
|
1379
|
+
product: productTemp
|
|
1380
|
+
}));
|
|
1381
|
+
setOrigin(function (prev) {
|
|
1382
|
+
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, (0, _defineProperty2.default)({}, concept, "Evaluated"));
|
|
1383
|
+
});
|
|
1436
1384
|
|
|
1437
|
-
case
|
|
1385
|
+
case 19:
|
|
1438
1386
|
loadData();
|
|
1387
|
+
showSurvey && showSurvey(confirmStatusComplete());
|
|
1439
1388
|
|
|
1440
|
-
case
|
|
1389
|
+
case 21:
|
|
1441
1390
|
case "end":
|
|
1442
|
-
return
|
|
1391
|
+
return _context13.stop();
|
|
1443
1392
|
}
|
|
1444
1393
|
}
|
|
1445
|
-
},
|
|
1394
|
+
}, _callee13);
|
|
1446
1395
|
}));
|
|
1447
1396
|
|
|
1448
1397
|
return function sendEvaluation(_x7) {
|
|
1449
|
-
return
|
|
1398
|
+
return _ref14.apply(this, arguments);
|
|
1450
1399
|
};
|
|
1451
1400
|
}();
|
|
1452
1401
|
|
|
1453
1402
|
var validateAll = /*#__PURE__*/function () {
|
|
1454
|
-
var
|
|
1455
|
-
var evaluationArray, sendAll, conceptArray, productTemp
|
|
1456
|
-
return _regenerator.default.wrap(function
|
|
1403
|
+
var _ref15 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee14(result) {
|
|
1404
|
+
var evaluationArray, sendAll, conceptArray, productTemp;
|
|
1405
|
+
return _regenerator.default.wrap(function _callee14$(_context14) {
|
|
1457
1406
|
while (1) {
|
|
1458
|
-
switch (
|
|
1407
|
+
switch (_context14.prev = _context14.next) {
|
|
1459
1408
|
case 0:
|
|
1460
|
-
|
|
1409
|
+
_context14.prev = 0;
|
|
1461
1410
|
setLoading(true);
|
|
1462
1411
|
evaluationArray = [];
|
|
1463
1412
|
sendAll = [];
|
|
1464
1413
|
conceptArray = ["description", "datasheet", "images"];
|
|
1465
1414
|
servicesData === null || servicesData === void 0 ? void 0 : servicesData.forEach(function (ret) {
|
|
1466
|
-
var _product$
|
|
1415
|
+
var _product$id_order4;
|
|
1467
1416
|
|
|
1468
1417
|
var data = {
|
|
1469
1418
|
articleId: product.id_article,
|
|
1470
|
-
orderId: (_product$
|
|
1419
|
+
orderId: (_product$id_order4 = product.id_order) !== null && _product$id_order4 !== void 0 ? _product$id_order4 : product.orderId,
|
|
1471
1420
|
concept: ret.service,
|
|
1472
1421
|
result: result,
|
|
1473
1422
|
retailerId: ret.id_retailer
|
|
@@ -1478,16 +1427,16 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1478
1427
|
}
|
|
1479
1428
|
}));
|
|
1480
1429
|
});
|
|
1481
|
-
|
|
1430
|
+
_context14.next = 8;
|
|
1482
1431
|
return Promise.all(evaluationArray);
|
|
1483
1432
|
|
|
1484
1433
|
case 8:
|
|
1485
1434
|
conceptArray === null || conceptArray === void 0 ? void 0 : conceptArray.forEach(function (concept) {
|
|
1486
|
-
var _product$
|
|
1435
|
+
var _product$id_order5;
|
|
1487
1436
|
|
|
1488
1437
|
var data = {
|
|
1489
1438
|
articleId: product.id_article,
|
|
1490
|
-
orderId: (_product$
|
|
1439
|
+
orderId: (_product$id_order5 = product.id_order) !== null && _product$id_order5 !== void 0 ? _product$id_order5 : product.orderId,
|
|
1491
1440
|
concept: concept
|
|
1492
1441
|
};
|
|
1493
1442
|
sendAll.push(_axios.default.put("".concat(process.env.REACT_APP_SEND_EVAL), data, {
|
|
@@ -1496,25 +1445,15 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1496
1445
|
}
|
|
1497
1446
|
}));
|
|
1498
1447
|
});
|
|
1499
|
-
|
|
1448
|
+
_context14.next = 11;
|
|
1500
1449
|
return Promise.all(sendAll);
|
|
1501
1450
|
|
|
1502
1451
|
case 11:
|
|
1503
1452
|
productTemp = product;
|
|
1504
|
-
productTemp.article_status = "".concat(result, "
|
|
1505
|
-
productTemp.datasheet_status = productTemp.datasheet_status === "NA" ? "NA" : "".concat(result, "
|
|
1506
|
-
productTemp.description_status = productTemp.description_status === "NA" ? "NA" : "".concat(result, "
|
|
1507
|
-
productTemp.images_status = productTemp.images_status === "NA" ? "NA" : "".concat(result, "
|
|
1508
|
-
retailerStatusCopy = (0, _objectSpread3.default)({}, retailerStatus);
|
|
1509
|
-
Object.keys(retailerStatusCopy).forEach(function (key) {
|
|
1510
|
-
conceptArray.forEach(function (concept) {
|
|
1511
|
-
if (retailerStatusCopy[key][concept]) {
|
|
1512
|
-
retailerStatusCopy[key][concept] = "".concat(result, "CA");
|
|
1513
|
-
}
|
|
1514
|
-
});
|
|
1515
|
-
});
|
|
1516
|
-
setRetailerStatus(retailerStatusCopy);
|
|
1517
|
-
productTemp.statusByRetailer = retailerStatusCopy;
|
|
1453
|
+
productTemp.article_status = "".concat(result, "C");
|
|
1454
|
+
productTemp.datasheet_status = productTemp.datasheet_status === "NA" ? "NA" : "".concat(result, "C");
|
|
1455
|
+
productTemp.description_status = productTemp.description_status === "NA" ? "NA" : "".concat(result, "C");
|
|
1456
|
+
productTemp.images_status = productTemp.images_status === "NA" ? "NA" : "".concat(result, "C");
|
|
1518
1457
|
setProduct(productTemp);
|
|
1519
1458
|
sessionStorage.setItem("productSelected", JSON.stringify(productTemp));
|
|
1520
1459
|
setProductEdit({
|
|
@@ -1527,37 +1466,34 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1527
1466
|
idCategory: productTemp.article.id_category,
|
|
1528
1467
|
product: productTemp
|
|
1529
1468
|
}));
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
case 26:
|
|
1534
|
-
_context13.next = 31;
|
|
1469
|
+
loadData();
|
|
1470
|
+
_context14.next = 26;
|
|
1535
1471
|
break;
|
|
1536
1472
|
|
|
1537
|
-
case
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
console.log(
|
|
1473
|
+
case 23:
|
|
1474
|
+
_context14.prev = 23;
|
|
1475
|
+
_context14.t0 = _context14["catch"](0);
|
|
1476
|
+
console.log(_context14.t0);
|
|
1541
1477
|
|
|
1542
|
-
case
|
|
1478
|
+
case 26:
|
|
1543
1479
|
case "end":
|
|
1544
|
-
return
|
|
1480
|
+
return _context14.stop();
|
|
1545
1481
|
}
|
|
1546
1482
|
}
|
|
1547
|
-
},
|
|
1483
|
+
}, _callee14, null, [[0, 23]]);
|
|
1548
1484
|
}));
|
|
1549
1485
|
|
|
1550
1486
|
return function validateAll(_x8) {
|
|
1551
|
-
return
|
|
1487
|
+
return _ref15.apply(this, arguments);
|
|
1552
1488
|
};
|
|
1553
1489
|
}();
|
|
1554
1490
|
|
|
1555
1491
|
var evaluationToRetailer = /*#__PURE__*/function () {
|
|
1556
|
-
var
|
|
1492
|
+
var _ref16 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee15(result) {
|
|
1557
1493
|
var data, prod, statusComplete;
|
|
1558
|
-
return _regenerator.default.wrap(function
|
|
1494
|
+
return _regenerator.default.wrap(function _callee15$(_context15) {
|
|
1559
1495
|
while (1) {
|
|
1560
|
-
switch (
|
|
1496
|
+
switch (_context15.prev = _context15.next) {
|
|
1561
1497
|
case 0:
|
|
1562
1498
|
data = {
|
|
1563
1499
|
articleId: product.id_article,
|
|
@@ -1565,7 +1501,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1565
1501
|
versionId: product.version,
|
|
1566
1502
|
status: result
|
|
1567
1503
|
};
|
|
1568
|
-
|
|
1504
|
+
_context15.next = 3;
|
|
1569
1505
|
return _axios.default.put("".concat(process.env.REACT_APP_RETAILER_REQUEST), data, {
|
|
1570
1506
|
headers: {
|
|
1571
1507
|
Authorization: token
|
|
@@ -1574,7 +1510,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1574
1510
|
|
|
1575
1511
|
case 3:
|
|
1576
1512
|
prod = productEdit;
|
|
1577
|
-
statusComplete = user.is_retailer ? "".concat(result, "
|
|
1513
|
+
statusComplete = user.is_retailer ? "".concat(result, "C") : "".concat(result, "P");
|
|
1578
1514
|
prod.product.datasheet_status = statusComplete;
|
|
1579
1515
|
prod.product.description_status = statusComplete;
|
|
1580
1516
|
prod.product.images_status = statusComplete;
|
|
@@ -1583,33 +1519,33 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1583
1519
|
sessionStorage.setItem("productEdit", JSON.stringify(prod));
|
|
1584
1520
|
setProduct(prod);
|
|
1585
1521
|
setShowGenericModal && setShowGenericModal(false);
|
|
1586
|
-
|
|
1587
|
-
return loadData();
|
|
1522
|
+
loadData();
|
|
1588
1523
|
|
|
1589
|
-
case
|
|
1524
|
+
case 14:
|
|
1590
1525
|
case "end":
|
|
1591
|
-
return
|
|
1526
|
+
return _context15.stop();
|
|
1592
1527
|
}
|
|
1593
1528
|
}
|
|
1594
|
-
},
|
|
1529
|
+
}, _callee15);
|
|
1595
1530
|
}));
|
|
1596
1531
|
|
|
1597
1532
|
return function evaluationToRetailer(_x9) {
|
|
1598
|
-
return
|
|
1533
|
+
return _ref16.apply(this, arguments);
|
|
1599
1534
|
};
|
|
1600
1535
|
}();
|
|
1601
1536
|
|
|
1602
1537
|
var getSectionStatus = function getSectionStatus() {
|
|
1603
1538
|
var concept = getConcept(activeTab);
|
|
1604
|
-
return ["AA", "AP", "
|
|
1539
|
+
return ["AA", "AP", "RECEIVED", "IN_PROGRESS", "RC"].includes(productEdit.product["".concat(concept, "_status")]);
|
|
1605
1540
|
};
|
|
1606
1541
|
|
|
1607
1542
|
var enableActions = function enableActions(versionStatus) {
|
|
1608
1543
|
try {
|
|
1609
|
-
|
|
1544
|
+
var userIsRetailer = user.is_retailer;
|
|
1545
|
+
if (userIsRetailer) return false;
|
|
1610
1546
|
|
|
1611
1547
|
if (versionStatus) {
|
|
1612
|
-
return ["AP", "
|
|
1548
|
+
return ["AP", "AC", "RC", null].includes(versionStatus);
|
|
1613
1549
|
}
|
|
1614
1550
|
|
|
1615
1551
|
return true;
|
|
@@ -1690,49 +1626,53 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1690
1626
|
});
|
|
1691
1627
|
});
|
|
1692
1628
|
setShowGenericModal(true);
|
|
1693
|
-
} else
|
|
1694
|
-
if (
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1629
|
+
} else {
|
|
1630
|
+
if (user.is_retailer) {
|
|
1631
|
+
if (product.id_order || product.orderId) {
|
|
1632
|
+
validateAll("A");
|
|
1633
|
+
} else {
|
|
1634
|
+
setDataGenericModal(function (prev) {
|
|
1635
|
+
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, {
|
|
1636
|
+
button2: {
|
|
1637
|
+
name: "Continuar",
|
|
1638
|
+
action: function action() {
|
|
1639
|
+
return evaluationToRetailer("A");
|
|
1640
|
+
}
|
|
1703
1641
|
}
|
|
1704
|
-
}
|
|
1642
|
+
});
|
|
1705
1643
|
});
|
|
1706
|
-
|
|
1707
|
-
|
|
1644
|
+
setShowGenericModal(true);
|
|
1645
|
+
}
|
|
1646
|
+
} else {
|
|
1647
|
+
validateAll("A");
|
|
1708
1648
|
}
|
|
1709
|
-
} else {
|
|
1710
|
-
validateAll("A");
|
|
1711
1649
|
}
|
|
1712
1650
|
},
|
|
1713
1651
|
rejectAll: function rejectAll() {
|
|
1714
1652
|
if (originProp === "RequestWithoutContentoh" && !user.is_retailer && (!product.id_order || !product.orderId)) {
|
|
1715
1653
|
return;
|
|
1716
|
-
} else
|
|
1717
|
-
if (
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1654
|
+
} else {
|
|
1655
|
+
if (user.is_retailer) {
|
|
1656
|
+
if (product.id_order || product.orderId) {
|
|
1657
|
+
validateAll("R");
|
|
1658
|
+
setModalViewError(true);
|
|
1659
|
+
} else {
|
|
1660
|
+
setDataGenericModal(function (prev) {
|
|
1661
|
+
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, {
|
|
1662
|
+
button2: {
|
|
1663
|
+
name: "Continuar",
|
|
1664
|
+
action: function action() {
|
|
1665
|
+
return evaluationToRetailer("R");
|
|
1666
|
+
}
|
|
1727
1667
|
}
|
|
1728
|
-
}
|
|
1668
|
+
});
|
|
1729
1669
|
});
|
|
1730
|
-
|
|
1731
|
-
|
|
1670
|
+
setShowGenericModal(true);
|
|
1671
|
+
}
|
|
1672
|
+
} else {
|
|
1673
|
+
validateAll("R");
|
|
1674
|
+
setModalViewError(true);
|
|
1732
1675
|
}
|
|
1733
|
-
} else {
|
|
1734
|
-
validateAll("R");
|
|
1735
|
-
setModalViewError(true);
|
|
1736
1676
|
}
|
|
1737
1677
|
},
|
|
1738
1678
|
approve: function approve() {
|
|
@@ -1748,54 +1688,58 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1748
1688
|
});
|
|
1749
1689
|
});
|
|
1750
1690
|
setShowGenericModal(true);
|
|
1751
|
-
} else
|
|
1752
|
-
if (
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1691
|
+
} else {
|
|
1692
|
+
if (user.is_retailer) {
|
|
1693
|
+
if (product.id_order || product.orderId) {
|
|
1694
|
+
sendEvaluation("A");
|
|
1695
|
+
} else {
|
|
1696
|
+
setDataGenericModal(function (prev) {
|
|
1697
|
+
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, {
|
|
1698
|
+
button2: {
|
|
1699
|
+
name: "Continuar",
|
|
1700
|
+
action: function action() {
|
|
1701
|
+
return evaluationToRetailer("A");
|
|
1702
|
+
}
|
|
1761
1703
|
}
|
|
1762
|
-
}
|
|
1704
|
+
});
|
|
1763
1705
|
});
|
|
1764
|
-
|
|
1765
|
-
|
|
1706
|
+
setShowGenericModal(true);
|
|
1707
|
+
}
|
|
1708
|
+
} else {
|
|
1709
|
+
sendEvaluation("A");
|
|
1766
1710
|
}
|
|
1767
|
-
} else {
|
|
1768
|
-
sendEvaluation("A");
|
|
1769
1711
|
}
|
|
1770
1712
|
},
|
|
1771
1713
|
reject: function reject() {
|
|
1772
1714
|
if (origin[activeTab] === "RequestWithoutContentoh" && !user.is_retailer && (!product.id_order || !product.orderId)) {
|
|
1773
1715
|
return;
|
|
1774
|
-
} else
|
|
1775
|
-
if (
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1716
|
+
} else {
|
|
1717
|
+
if (user.is_retailer) {
|
|
1718
|
+
if (product.id_order || product.orderId) {
|
|
1719
|
+
sendEvaluation("R");
|
|
1720
|
+
setModalViewError(true);
|
|
1721
|
+
} else {
|
|
1722
|
+
setDataGenericModal(function (prev) {
|
|
1723
|
+
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, {
|
|
1724
|
+
button2: {
|
|
1725
|
+
name: "Continuar",
|
|
1726
|
+
action: function action() {
|
|
1727
|
+
return evaluationToRetailer("R");
|
|
1728
|
+
}
|
|
1785
1729
|
}
|
|
1786
|
-
}
|
|
1730
|
+
});
|
|
1787
1731
|
});
|
|
1788
|
-
|
|
1789
|
-
|
|
1732
|
+
setShowGenericModal(true);
|
|
1733
|
+
}
|
|
1734
|
+
} else {
|
|
1735
|
+
sendEvaluation("R");
|
|
1736
|
+
setModalViewError(true);
|
|
1790
1737
|
}
|
|
1791
|
-
} else {
|
|
1792
|
-
sendEvaluation("R");
|
|
1793
|
-
setModalViewError(true);
|
|
1794
1738
|
}
|
|
1795
1739
|
}
|
|
1796
1740
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_FullTabsMenu.FullTabsMenu, {
|
|
1797
1741
|
tabsSections: tabsSections,
|
|
1798
|
-
status:
|
|
1742
|
+
status: product["".concat(getConcept(activeTab), "_status")] || (product === null || product === void 0 ? void 0 : product.version_status),
|
|
1799
1743
|
activeTab: activeTab,
|
|
1800
1744
|
setActiveTab: setActiveTab,
|
|
1801
1745
|
setImageLayout: setImageLayout,
|
|
@@ -1869,9 +1813,9 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1869
1813
|
headerType: "input-name-header"
|
|
1870
1814
|
}))]
|
|
1871
1815
|
})
|
|
1872
|
-
}), isRevision() && getSectionStatus() ? /*#__PURE__*/(0, _jsxRuntime.
|
|
1816
|
+
}), isRevision() && getSectionStatus() ? /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
1873
1817
|
className: "commentary-box",
|
|
1874
|
-
children: !comment ? /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
1818
|
+
children: [!comment ? /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
1875
1819
|
className: "commentary",
|
|
1876
1820
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index.TagAndInput, {
|
|
1877
1821
|
label: "Caja de Comentario",
|
|
@@ -1897,24 +1841,32 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1897
1841
|
reviewed: crossComment
|
|
1898
1842
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_GeneralButton.Button, {
|
|
1899
1843
|
buttonType: "circular-button accept-button",
|
|
1900
|
-
onClick: /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function
|
|
1901
|
-
return _regenerator.default.wrap(function
|
|
1844
|
+
onClick: /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee16() {
|
|
1845
|
+
return _regenerator.default.wrap(function _callee16$(_context16) {
|
|
1902
1846
|
while (1) {
|
|
1903
|
-
switch (
|
|
1847
|
+
switch (_context16.prev = _context16.next) {
|
|
1904
1848
|
case 0:
|
|
1905
1849
|
setCrossComment(true);
|
|
1906
1850
|
commentRevised();
|
|
1907
1851
|
|
|
1908
1852
|
case 2:
|
|
1909
1853
|
case "end":
|
|
1910
|
-
return
|
|
1854
|
+
return _context16.stop();
|
|
1911
1855
|
}
|
|
1912
1856
|
}
|
|
1913
|
-
},
|
|
1857
|
+
}, _callee16);
|
|
1914
1858
|
}))
|
|
1915
1859
|
})]
|
|
1916
|
-
})
|
|
1917
|
-
|
|
1860
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_GeneralButton.Button, {
|
|
1861
|
+
buttonType: evaluationComplete(activeTab) && (productEdit.product.id_order || productEdit.product.orderId) ? "general-green-button" : "general-button-disabled",
|
|
1862
|
+
label: "Enviar evaluación",
|
|
1863
|
+
onClick: function onClick() {
|
|
1864
|
+
//setModalSent(true);
|
|
1865
|
+
sendEvaluation();
|
|
1866
|
+
setMessage("\xA1Evaluaci\xF3n de ".concat(activeTab, " completada!"));
|
|
1867
|
+
}
|
|
1868
|
+
})]
|
|
1869
|
+
}) : revision ? null : /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
1918
1870
|
className: "required-inputs-message",
|
|
1919
1871
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
1920
1872
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
|