contentoh-components-library 21.1.49 → 21.1.52

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.
Files changed (29) hide show
  1. package/dist/components/atoms/StatusTag/index.js +17 -2
  2. package/dist/components/atoms/StatusTag/styles.js +1 -1
  3. package/dist/components/molecules/RetailerSelector/index.js +0 -2
  4. package/dist/components/organisms/FullProductNameHeader/index.js +1 -1
  5. package/dist/components/organisms/FullTabsMenu/index.js +2 -2
  6. package/dist/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +87 -119
  7. package/dist/components/pages/ProviderProductEdition/index.js +328 -380
  8. package/dist/components/pages/RegistrationLoginFirstStep/RegistrationLoginFirstStep.stories.js +37 -0
  9. package/dist/components/pages/RegistrationLoginFirstStep/index.js +269 -0
  10. package/dist/components/pages/RegistrationLoginFirstStep/styles.js +20 -0
  11. package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +33 -75
  12. package/dist/components/pages/RetailerProductEdition/index.js +197 -210
  13. package/dist/components/pages/RetailerProductEdition/styles.js +1 -1
  14. package/dist/global-files/data.js +9 -10
  15. package/dist/index.js +13 -0
  16. package/package.json +1 -1
  17. package/src/components/atoms/StatusTag/index.js +12 -2
  18. package/src/components/atoms/StatusTag/styles.js +11 -11
  19. package/src/components/molecules/RetailerSelector/index.js +0 -1
  20. package/src/components/molecules/StatusAsignationInfo/index.js +1 -1
  21. package/src/components/organisms/FullProductNameHeader/index.js +1 -1
  22. package/src/components/organisms/FullTabsMenu/index.js +1 -1
  23. package/src/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +92 -116
  24. package/src/components/pages/ProviderProductEdition/index.js +207 -217
  25. package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +31 -77
  26. package/src/components/pages/RetailerProductEdition/index.js +165 -140
  27. package/src/components/pages/RetailerProductEdition/styles.js +1 -1
  28. package/src/global-files/data.js +9 -10
  29. package/src/index.js +1 -0
@@ -39,7 +39,7 @@ var _GalleryElement = require("../../molecules/GalleryElement");
39
39
 
40
40
  var _fileSaver = require("file-saver");
41
41
 
42
- var _data = require("../../../global-files/data");
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, _data.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);
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
- } // setActiveRetailer(product?.retailers[0]);
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, _data.getPercentage)({
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, retailerResponse, retailers, active;
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 = 12;
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.find(function (retailer) {
562
- return retailerResponse.includes(retailer.id);
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 12:
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
- var isRequestWithoutContentoh = orgn === "RequestWithoutContentoh" && (["R", "CA"].includes(currentService) || currentService === "RCA" && (!_product.id_order || !_product.orderId));
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
- sessionStorage.setItem("user", JSON.stringify(user));
643
- loadData();
644
- getCart();
645
- (0, _data.fetchUsers)(token).then(function (res) {
646
- return setUserGroups(res);
647
- });
648
- var arr = []; // ?? Que sentido tiene verificar los roles de colaborador en la app de proveedor
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
- switch (user.id_role) {
651
- case 7:
652
- case 8:
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
- case 4:
657
- case 5:
658
- arr = ["RC", "AC", "AA", "AP", "ACA"];
659
- break;
657
+ case 14:
658
+ arr = ["RF", "AF", "AA", "AP", "AC"];
659
+ return _context5.abrupt("break", 20);
660
660
 
661
- case 6:
662
- arr = ["RP", "RCA", "AC"];
663
- break;
661
+ case 16:
662
+ arr = ["RP", "RC", "AF"];
663
+ return _context5.abrupt("break", 20);
664
664
 
665
- default:
666
- break;
667
- }
665
+ case 18:
666
+ arr = [];
667
+ return _context5.abrupt("break", 20);
668
+
669
+ case 20:
670
+ setStatusArray(arr);
668
671
 
669
- setStatusArray(arr);
670
- }, [product]);
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$find;
693
+ var _percentages$filter$;
686
694
 
687
- retailer["percentage"] = percentages === null || percentages === void 0 ? void 0 : (_percentages$find = percentages.find(function (percent) {
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$find === void 0 ? void 0 : _percentages$find.percentage;
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 _ref6 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee5() {
769
- var dataObject, _res;
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 (_context5.prev = _context5.next) {
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
- _context5.prev = 3;
782
- _context5.next = 6;
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
- _context5.next = 11;
799
- return loadData();
800
-
801
- case 11:
802
- _context5.next = 16;
798
+ loadData();
799
+ _context6.next = 13;
803
800
  break;
804
801
 
805
- case 13:
806
- _context5.prev = 13;
807
- _context5.t0 = _context5["catch"](3);
808
- console.log(_context5.t0);
802
+ case 10:
803
+ _context6.prev = 10;
804
+ _context6.t0 = _context6["catch"](3);
805
+ console.log(_context6.t0);
809
806
 
810
- case 16:
807
+ case 13:
811
808
  case "end":
812
- return _context5.stop();
809
+ return _context6.stop();
813
810
  }
814
811
  }
815
- }, _callee5, null, [[3, 13]]);
812
+ }, _callee6, null, [[3, 10]]);
816
813
  }));
817
814
 
818
815
  return function saveDescriptions() {
819
- return _ref6.apply(this, arguments);
816
+ return _ref7.apply(this, arguments);
820
817
  };
821
818
  }();
822
819
 
823
820
  var saveDatasheets = /*#__PURE__*/function () {
824
- var _ref7 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee6() {
821
+ var _ref8 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee7() {
825
822
  var dataObject;
826
- return _regenerator.default.wrap(function _callee6$(_context6) {
823
+ return _regenerator.default.wrap(function _callee7$(_context7) {
827
824
  while (1) {
828
- switch (_context6.prev = _context6.next) {
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
- _context6.prev = 3;
837
- _context6.next = 6;
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
- _context6.next = 10;
852
- return loadData();
853
-
854
- case 10:
855
- _context6.next = 15;
843
+ loadData();
844
+ _context7.next = 13;
856
845
  break;
857
846
 
858
- case 12:
859
- _context6.prev = 12;
860
- _context6.t0 = _context6["catch"](3);
861
- console.log(_context6.t0);
847
+ case 10:
848
+ _context7.prev = 10;
849
+ _context7.t0 = _context7["catch"](3);
850
+ console.log(_context7.t0);
862
851
 
863
- case 15:
852
+ case 13:
864
853
  case "end":
865
- return _context6.stop();
854
+ return _context7.stop();
866
855
  }
867
856
  }
868
- }, _callee6, null, [[3, 12]]);
857
+ }, _callee7, null, [[3, 10]]);
869
858
  }));
870
859
 
871
860
  return function saveDatasheets() {
872
- return _ref7.apply(this, arguments);
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 _callee7() {
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 _callee7$(_context7) {
870
+ return _regenerator.default.wrap(function _callee8$(_context8) {
882
871
  while (1) {
883
- switch (_context7.prev = _context7.next) {
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
- _context7.next = 31;
921
+ _context8.next = 31;
933
922
  break;
934
923
  }
935
924
 
936
925
  setLoading(true);
937
- _context7.prev = 11;
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
- _context7.next = 23;
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
- _context7.next = 20;
949
+ _context8.next = 20;
961
950
  return Promise.all(promiseArray);
962
951
 
963
952
  case 20:
964
953
  setImagesUploaded(true);
965
- _context7.next = 24;
954
+ _context8.next = 24;
966
955
  break;
967
956
 
968
957
  case 23:
969
958
  setImagesUploaded(true);
970
959
 
971
960
  case 24:
972
- _context7.next = 29;
961
+ _context8.next = 29;
973
962
  break;
974
963
 
975
964
  case 26:
976
- _context7.prev = 26;
977
- _context7.t0 = _context7["catch"](11);
978
- console.log(_context7.t0); // setMainLoading(false);
965
+ _context8.prev = 26;
966
+ _context8.t0 = _context8["catch"](11);
967
+ console.log(_context8.t0); // setMainLoading(false);
979
968
 
980
969
  case 29:
981
- _context7.next = 32;
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 _context7.stop();
979
+ return _context8.stop();
991
980
  }
992
981
  }
993
- }, _callee7, null, [[11, 26]]);
982
+ }, _callee8, null, [[11, 26]]);
994
983
  })), [images, imagesUploaded]);
995
- (0, _react.useEffect)( /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee8() {
996
- var _res2;
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 (_context8.prev = _context8.next) {
987
+ switch (_context9.prev = _context9.next) {
1001
988
  case 0:
1002
989
  if (!imagesUploaded) {
1003
- _context8.next = 16;
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
- _context8.prev = 2;
1016
- _context8.next = 5;
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
- _context8.next = 11;
1034
- return loadData();
1035
-
1036
- case 11:
1037
- _context8.next = 16;
1013
+ loadData();
1014
+ _context9.next = 13;
1038
1015
  break;
1039
1016
 
1040
- case 13:
1041
- _context8.prev = 13;
1042
- _context8.t0 = _context8["catch"](2);
1043
- console.log(_context8.t0);
1017
+ case 10:
1018
+ _context9.prev = 10;
1019
+ _context9.t0 = _context9["catch"](2);
1020
+ console.log(_context9.t0);
1044
1021
 
1045
- case 16:
1022
+ case 13:
1046
1023
  case "end":
1047
- return _context8.stop();
1024
+ return _context9.stop();
1048
1025
  }
1049
1026
  }
1050
- }, _callee8, null, [[2, 13]]);
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 _ref10 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee9(e, body, tab) {
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 _callee9$(_context9) {
1065
+ return _regenerator.default.wrap(function _callee10$(_context10) {
1089
1066
  while (1) {
1090
- switch (_context9.prev = _context9.next) {
1067
+ switch (_context10.prev = _context10.next) {
1091
1068
  case 0:
1092
1069
  concept = "";
1093
- _context9.t0 = activeTab;
1094
- _context9.next = _context9.t0 === "Ficha técnica" ? 4 : _context9.t0 === "Imágenes" ? 6 : 8;
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 _context9.abrupt("break", 10);
1076
+ return _context10.abrupt("break", 10);
1100
1077
 
1101
1078
  case 6:
1102
1079
  concept = "images";
1103
- return _context9.abrupt("break", 10);
1080
+ return _context10.abrupt("break", 10);
1104
1081
 
1105
1082
  case 8:
1106
1083
  concept = "description";
1107
- return _context9.abrupt("break", 10);
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
- _context9.next = 13;
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 _context9.stop();
1103
+ return _context10.stop();
1127
1104
  }
1128
1105
  }
1129
- }, _callee9);
1106
+ }, _callee10);
1130
1107
  }));
1131
1108
 
1132
1109
  return function createComment(_x2, _x3, _x4) {
1133
- return _ref10.apply(this, arguments);
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 _ref11 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee10() {
1119
+ var _ref12 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee11() {
1143
1120
  var data;
1144
- return _regenerator.default.wrap(function _callee10$(_context10) {
1121
+ return _regenerator.default.wrap(function _callee11$(_context11) {
1145
1122
  while (1) {
1146
- switch (_context10.prev = _context10.next) {
1123
+ switch (_context11.prev = _context11.next) {
1147
1124
  case 0:
1148
1125
  data = {
1149
1126
  commentId: comment.id
1150
1127
  };
1151
- _context10.next = 3;
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 _context10.stop();
1140
+ return _context11.stop();
1164
1141
  }
1165
1142
  }
1166
- }, _callee10);
1143
+ }, _callee11);
1167
1144
  }));
1168
1145
 
1169
1146
  return function commentRevised() {
1170
- return _ref11.apply(this, arguments);
1147
+ return _ref12.apply(this, arguments);
1171
1148
  };
1172
1149
  }();
1173
1150
 
1174
1151
  var setAssignation = /*#__PURE__*/function () {
1175
- var _ref12 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee11(assignationType, assignationId) {
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 _callee11$(_context11) {
1154
+ return _regenerator.default.wrap(function _callee12$(_context12) {
1178
1155
  while (1) {
1179
- switch (_context11.prev = _context11.next) {
1156
+ switch (_context12.prev = _context12.next) {
1180
1157
  case 0:
1181
1158
  concept = "";
1182
- _context11.t0 = activeTab;
1183
- _context11.next = _context11.t0 === "Ficha técnica" ? 4 : _context11.t0 === "Imágenes" ? 6 : 8;
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 _context11.abrupt("break", 10);
1165
+ return _context12.abrupt("break", 10);
1189
1166
 
1190
1167
  case 6:
1191
1168
  concept = "images";
1192
- return _context11.abrupt("break", 10);
1169
+ return _context12.abrupt("break", 10);
1193
1170
 
1194
1171
  case 8:
1195
1172
  concept = "description";
1196
- return _context11.abrupt("break", 10);
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
- userId: assignationId
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 17:
1196
+ case 16:
1224
1197
  case "end":
1225
- return _context11.stop();
1198
+ return _context12.stop();
1226
1199
  }
1227
1200
  }
1228
- }, _callee11);
1201
+ }, _callee12);
1229
1202
  }));
1230
1203
 
1231
1204
  return function setAssignation(_x5, _x6) {
1232
- return _ref12.apply(this, arguments);
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 ? ["ACA", "RCA"] : ["AP", "RP", "ACA"];
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 ? ["ACA", "Evaluated", "NS"] : ["AP", "Evaluated", "NS"];
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,135 +1316,107 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
1343
1316
  };
1344
1317
 
1345
1318
  var sendEvaluation = /*#__PURE__*/function () {
1346
- var _ref13 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee12(result) {
1347
- var _productTemp$id_order;
1348
-
1349
- var concept, productTemp, articleId, orderId, evalStatus, data, retailerId, res, orderStatus, _JSON$parse, newArticleStatus, newServiceStatus, newStatus, retailerStatusCopy, status, newProductEdit;
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 _callee12$(_context12) {
1322
+ return _regenerator.default.wrap(function _callee13$(_context13) {
1352
1323
  while (1) {
1353
- switch (_context12.prev = _context12.next) {
1324
+ switch (_context13.prev = _context13.next) {
1354
1325
  case 0:
1355
1326
  setLoading(true);
1356
- concept = getConcept(activeTab);
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
- evalStatus = product["".concat(getConcept(activeTab), "_status")] || (product === null || product === void 0 ? void 0 : product.version_status);
1361
- data = {
1362
- articleId: articleId,
1363
- orderId: orderId,
1364
- concept: concept,
1365
- evalStatus: evalStatus
1366
- };
1327
+ data = {};
1367
1328
  retailerId = activeRetailer === null || activeRetailer === void 0 ? void 0 : activeRetailer.id;
1368
- _context12.prev = 8;
1369
1329
 
1370
1330
  if (!result) {
1371
- _context12.next = 19;
1331
+ _context13.next = 9;
1372
1332
  break;
1373
1333
  }
1374
1334
 
1375
- data.result = result;
1376
- data.retailerId = retailerId;
1377
- _context12.next = 14;
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;
1378
1343
  return _axios.default.put("".concat(process.env.REACT_APP_EVALUATION_ENDPOINT), data, {
1379
1344
  headers: {
1380
1345
  Authorization: token
1381
1346
  }
1382
1347
  });
1383
1348
 
1384
- case 14:
1385
- res = _context12.sent;
1386
- orderStatus = JSON.parse(res.data.body).newOrderStatus;
1387
- showSurvey && showSurvey(orderStatus[orderId] === "AP");
1388
- _context12.next = 22;
1349
+ case 7:
1350
+ _context13.next = 19;
1389
1351
  break;
1390
1352
 
1391
- case 19:
1392
- _context12.next = 21;
1393
- return _axios.default.put("".concat(process.env.REACT_APP_SEND_EVAL), data, {
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, {
1394
1364
  headers: {
1395
1365
  Authorization: token
1396
1366
  }
1397
1367
  });
1398
1368
 
1399
- case 21:
1400
- res = _context12.sent;
1401
-
1402
- case 22:
1403
- if (!(res.data.statusCode === 200)) {
1404
- _context12.next = 38;
1405
- break;
1406
- }
1407
-
1408
- _JSON$parse = JSON.parse(res.data.body), newArticleStatus = _JSON$parse.newArticleStatus, newServiceStatus = _JSON$parse.newServiceStatus, newStatus = _JSON$parse.newStatus;
1409
- if (newArticleStatus) productTemp.status = newArticleStatus[articleId];
1410
- retailerStatusCopy = (0, _objectSpread3.default)({}, retailerStatus);
1411
- retailerStatusCopy[activeRetailer.id][concept] = newStatus;
1412
- setRetailerStatus(retailerStatusCopy);
1413
- productTemp.statusByRetailer = retailerStatusCopy;
1414
-
1415
- if (newServiceStatus) {
1416
- status = newServiceStatus[articleId]["".concat(concept, "Status")];
1417
- productTemp["".concat(concept, "_status")] = status;
1418
- }
1419
-
1420
1369
  setProduct(productTemp);
1421
1370
  sessionStorage.setItem("productSelected", JSON.stringify(productTemp));
1422
- newProductEdit = {
1423
- ArticleId: articleId,
1371
+ setProductEdit({
1372
+ ArticleId: productTemp.id_article,
1424
1373
  idCategory: productTemp.article.id_category,
1425
1374
  product: productTemp
1426
- };
1427
- setProductEdit(newProductEdit);
1428
- sessionStorage.setItem("productEdit", JSON.stringify(newProductEdit));
1375
+ });
1376
+ sessionStorage.setItem("productEdit", JSON.stringify({
1377
+ ArticleId: productTemp.id_article,
1378
+ idCategory: productTemp.article.id_category,
1379
+ product: productTemp
1380
+ }));
1429
1381
  setOrigin(function (prev) {
1430
- return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, (0, _defineProperty2.default)({}, concept, status));
1382
+ return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, (0, _defineProperty2.default)({}, concept, "Evaluated"));
1431
1383
  });
1432
- _context12.next = 38;
1433
- return loadData();
1434
-
1435
- case 38:
1436
- _context12.next = 43;
1437
- break;
1438
1384
 
1439
- case 40:
1440
- _context12.prev = 40;
1441
- _context12.t0 = _context12["catch"](8);
1442
- console.log(_context12.t0);
1385
+ case 19:
1386
+ loadData();
1387
+ showSurvey && showSurvey(confirmStatusComplete());
1443
1388
 
1444
- case 43:
1389
+ case 21:
1445
1390
  case "end":
1446
- return _context12.stop();
1391
+ return _context13.stop();
1447
1392
  }
1448
1393
  }
1449
- }, _callee12, null, [[8, 40]]);
1394
+ }, _callee13);
1450
1395
  }));
1451
1396
 
1452
1397
  return function sendEvaluation(_x7) {
1453
- return _ref13.apply(this, arguments);
1398
+ return _ref14.apply(this, arguments);
1454
1399
  };
1455
1400
  }();
1456
1401
 
1457
1402
  var validateAll = /*#__PURE__*/function () {
1458
- var _ref14 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee13(result) {
1459
- var evaluationArray, sendAll, conceptArray, productTemp, retailerStatusCopy;
1460
- return _regenerator.default.wrap(function _callee13$(_context13) {
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) {
1461
1406
  while (1) {
1462
- switch (_context13.prev = _context13.next) {
1407
+ switch (_context14.prev = _context14.next) {
1463
1408
  case 0:
1464
- _context13.prev = 0;
1409
+ _context14.prev = 0;
1465
1410
  setLoading(true);
1466
1411
  evaluationArray = [];
1467
1412
  sendAll = [];
1468
1413
  conceptArray = ["description", "datasheet", "images"];
1469
1414
  servicesData === null || servicesData === void 0 ? void 0 : servicesData.forEach(function (ret) {
1470
- var _product$id_order2;
1415
+ var _product$id_order4;
1471
1416
 
1472
1417
  var data = {
1473
1418
  articleId: product.id_article,
1474
- orderId: (_product$id_order2 = product.id_order) !== null && _product$id_order2 !== void 0 ? _product$id_order2 : product.orderId,
1419
+ orderId: (_product$id_order4 = product.id_order) !== null && _product$id_order4 !== void 0 ? _product$id_order4 : product.orderId,
1475
1420
  concept: ret.service,
1476
1421
  result: result,
1477
1422
  retailerId: ret.id_retailer
@@ -1482,16 +1427,16 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
1482
1427
  }
1483
1428
  }));
1484
1429
  });
1485
- _context13.next = 8;
1430
+ _context14.next = 8;
1486
1431
  return Promise.all(evaluationArray);
1487
1432
 
1488
1433
  case 8:
1489
1434
  conceptArray === null || conceptArray === void 0 ? void 0 : conceptArray.forEach(function (concept) {
1490
- var _product$id_order3;
1435
+ var _product$id_order5;
1491
1436
 
1492
1437
  var data = {
1493
1438
  articleId: product.id_article,
1494
- orderId: (_product$id_order3 = product.id_order) !== null && _product$id_order3 !== void 0 ? _product$id_order3 : product.orderId,
1439
+ orderId: (_product$id_order5 = product.id_order) !== null && _product$id_order5 !== void 0 ? _product$id_order5 : product.orderId,
1495
1440
  concept: concept
1496
1441
  };
1497
1442
  sendAll.push(_axios.default.put("".concat(process.env.REACT_APP_SEND_EVAL), data, {
@@ -1500,25 +1445,15 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
1500
1445
  }
1501
1446
  }));
1502
1447
  });
1503
- _context13.next = 11;
1448
+ _context14.next = 11;
1504
1449
  return Promise.all(sendAll);
1505
1450
 
1506
1451
  case 11:
1507
1452
  productTemp = product;
1508
- productTemp.article_status = "".concat(result, "CA");
1509
- productTemp.datasheet_status = productTemp.datasheet_status === "NA" ? "NA" : "".concat(result, "CA");
1510
- productTemp.description_status = productTemp.description_status === "NA" ? "NA" : "".concat(result, "CA");
1511
- productTemp.images_status = productTemp.images_status === "NA" ? "NA" : "".concat(result, "CA");
1512
- retailerStatusCopy = (0, _objectSpread3.default)({}, retailerStatus);
1513
- Object.keys(retailerStatusCopy).forEach(function (key) {
1514
- conceptArray.forEach(function (concept) {
1515
- if (retailerStatusCopy[key][concept]) {
1516
- retailerStatusCopy[key][concept] = "".concat(result, "CA");
1517
- }
1518
- });
1519
- });
1520
- setRetailerStatus(retailerStatusCopy);
1521
- 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");
1522
1457
  setProduct(productTemp);
1523
1458
  sessionStorage.setItem("productSelected", JSON.stringify(productTemp));
1524
1459
  setProductEdit({
@@ -1531,37 +1466,34 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
1531
1466
  idCategory: productTemp.article.id_category,
1532
1467
  product: productTemp
1533
1468
  }));
1534
- _context13.next = 26;
1535
- return loadData();
1536
-
1537
- case 26:
1538
- _context13.next = 31;
1469
+ loadData();
1470
+ _context14.next = 26;
1539
1471
  break;
1540
1472
 
1541
- case 28:
1542
- _context13.prev = 28;
1543
- _context13.t0 = _context13["catch"](0);
1544
- console.log(_context13.t0);
1473
+ case 23:
1474
+ _context14.prev = 23;
1475
+ _context14.t0 = _context14["catch"](0);
1476
+ console.log(_context14.t0);
1545
1477
 
1546
- case 31:
1478
+ case 26:
1547
1479
  case "end":
1548
- return _context13.stop();
1480
+ return _context14.stop();
1549
1481
  }
1550
1482
  }
1551
- }, _callee13, null, [[0, 28]]);
1483
+ }, _callee14, null, [[0, 23]]);
1552
1484
  }));
1553
1485
 
1554
1486
  return function validateAll(_x8) {
1555
- return _ref14.apply(this, arguments);
1487
+ return _ref15.apply(this, arguments);
1556
1488
  };
1557
1489
  }();
1558
1490
 
1559
1491
  var evaluationToRetailer = /*#__PURE__*/function () {
1560
- var _ref15 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee14(result) {
1492
+ var _ref16 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee15(result) {
1561
1493
  var data, prod, statusComplete;
1562
- return _regenerator.default.wrap(function _callee14$(_context14) {
1494
+ return _regenerator.default.wrap(function _callee15$(_context15) {
1563
1495
  while (1) {
1564
- switch (_context14.prev = _context14.next) {
1496
+ switch (_context15.prev = _context15.next) {
1565
1497
  case 0:
1566
1498
  data = {
1567
1499
  articleId: product.id_article,
@@ -1569,7 +1501,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
1569
1501
  versionId: product.version,
1570
1502
  status: result
1571
1503
  };
1572
- _context14.next = 3;
1504
+ _context15.next = 3;
1573
1505
  return _axios.default.put("".concat(process.env.REACT_APP_RETAILER_REQUEST), data, {
1574
1506
  headers: {
1575
1507
  Authorization: token
@@ -1578,7 +1510,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
1578
1510
 
1579
1511
  case 3:
1580
1512
  prod = productEdit;
1581
- statusComplete = user.is_retailer ? "".concat(result, "CA") : "".concat(result, "P");
1513
+ statusComplete = user.is_retailer ? "".concat(result, "C") : "".concat(result, "P");
1582
1514
  prod.product.datasheet_status = statusComplete;
1583
1515
  prod.product.description_status = statusComplete;
1584
1516
  prod.product.images_status = statusComplete;
@@ -1587,33 +1519,33 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
1587
1519
  sessionStorage.setItem("productEdit", JSON.stringify(prod));
1588
1520
  setProduct(prod);
1589
1521
  setShowGenericModal && setShowGenericModal(false);
1590
- _context14.next = 15;
1591
- return loadData();
1522
+ loadData();
1592
1523
 
1593
- case 15:
1524
+ case 14:
1594
1525
  case "end":
1595
- return _context14.stop();
1526
+ return _context15.stop();
1596
1527
  }
1597
1528
  }
1598
- }, _callee14);
1529
+ }, _callee15);
1599
1530
  }));
1600
1531
 
1601
1532
  return function evaluationToRetailer(_x9) {
1602
- return _ref15.apply(this, arguments);
1533
+ return _ref16.apply(this, arguments);
1603
1534
  };
1604
1535
  }();
1605
1536
 
1606
1537
  var getSectionStatus = function getSectionStatus() {
1607
1538
  var concept = getConcept(activeTab);
1608
- return ["AA", "AP", "R", "CA", "RCA"].includes(productEdit.product["".concat(concept, "_status")]);
1539
+ return ["AA", "AP", "RECEIVED", "IN_PROGRESS", "RC"].includes(productEdit.product["".concat(concept, "_status")]);
1609
1540
  };
1610
1541
 
1611
1542
  var enableActions = function enableActions(versionStatus) {
1612
1543
  try {
1613
- if (user.is_retailer) return false;
1544
+ var userIsRetailer = user.is_retailer;
1545
+ if (userIsRetailer) return false;
1614
1546
 
1615
1547
  if (versionStatus) {
1616
- return ["AP", "ACA", "RCA", null].includes(versionStatus);
1548
+ return ["AP", "AC", "RC", null].includes(versionStatus);
1617
1549
  }
1618
1550
 
1619
1551
  return true;
@@ -1694,49 +1626,53 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
1694
1626
  });
1695
1627
  });
1696
1628
  setShowGenericModal(true);
1697
- } else if (user.is_retailer) {
1698
- if (product.id_order || product.orderId) {
1699
- validateAll("A");
1700
- } else {
1701
- setDataGenericModal(function (prev) {
1702
- return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, {
1703
- button2: {
1704
- name: "Continuar",
1705
- action: function action() {
1706
- return evaluationToRetailer("A");
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
+ }
1707
1641
  }
1708
- }
1642
+ });
1709
1643
  });
1710
- });
1711
- setShowGenericModal(true);
1644
+ setShowGenericModal(true);
1645
+ }
1646
+ } else {
1647
+ validateAll("A");
1712
1648
  }
1713
- } else {
1714
- validateAll("A");
1715
1649
  }
1716
1650
  },
1717
1651
  rejectAll: function rejectAll() {
1718
1652
  if (originProp === "RequestWithoutContentoh" && !user.is_retailer && (!product.id_order || !product.orderId)) {
1719
1653
  return;
1720
- } else if (user.is_retailer) {
1721
- if (product.id_order || product.orderId) {
1722
- validateAll("R");
1723
- setModalViewError(true);
1724
- } else {
1725
- setDataGenericModal(function (prev) {
1726
- return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, {
1727
- button2: {
1728
- name: "Continuar",
1729
- action: function action() {
1730
- return evaluationToRetailer("R");
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
+ }
1731
1667
  }
1732
- }
1668
+ });
1733
1669
  });
1734
- });
1735
- setShowGenericModal(true);
1670
+ setShowGenericModal(true);
1671
+ }
1672
+ } else {
1673
+ validateAll("R");
1674
+ setModalViewError(true);
1736
1675
  }
1737
- } else {
1738
- validateAll("R");
1739
- setModalViewError(true);
1740
1676
  }
1741
1677
  },
1742
1678
  approve: function approve() {
@@ -1752,54 +1688,58 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
1752
1688
  });
1753
1689
  });
1754
1690
  setShowGenericModal(true);
1755
- } else if (user.is_retailer) {
1756
- if (product.id_order || product.orderId) {
1757
- sendEvaluation("A");
1758
- } else {
1759
- setDataGenericModal(function (prev) {
1760
- return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, {
1761
- button2: {
1762
- name: "Continuar",
1763
- action: function action() {
1764
- return evaluationToRetailer("A");
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
+ }
1765
1703
  }
1766
- }
1704
+ });
1767
1705
  });
1768
- });
1769
- setShowGenericModal(true);
1706
+ setShowGenericModal(true);
1707
+ }
1708
+ } else {
1709
+ sendEvaluation("A");
1770
1710
  }
1771
- } else {
1772
- sendEvaluation("A");
1773
1711
  }
1774
1712
  },
1775
1713
  reject: function reject() {
1776
1714
  if (origin[activeTab] === "RequestWithoutContentoh" && !user.is_retailer && (!product.id_order || !product.orderId)) {
1777
1715
  return;
1778
- } else if (user.is_retailer) {
1779
- if (product.id_order || product.orderId) {
1780
- sendEvaluation("R");
1781
- setModalViewError(true);
1782
- } else {
1783
- setDataGenericModal(function (prev) {
1784
- return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, {
1785
- button2: {
1786
- name: "Continuar",
1787
- action: function action() {
1788
- return evaluationToRetailer("R");
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
+ }
1789
1729
  }
1790
- }
1730
+ });
1791
1731
  });
1792
- });
1793
- setShowGenericModal(true);
1732
+ setShowGenericModal(true);
1733
+ }
1734
+ } else {
1735
+ sendEvaluation("R");
1736
+ setModalViewError(true);
1794
1737
  }
1795
- } else {
1796
- sendEvaluation("R");
1797
- setModalViewError(true);
1798
1738
  }
1799
1739
  }
1800
1740
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_FullTabsMenu.FullTabsMenu, {
1801
1741
  tabsSections: tabsSections,
1802
- status: activeRetailer.id ? retailerStatus[activeRetailer === null || activeRetailer === void 0 ? void 0 : activeRetailer.id][getConcept(activeTab)] || "NS" : "-",
1742
+ status: product["".concat(getConcept(activeTab), "_status")] || (product === null || product === void 0 ? void 0 : product.version_status),
1803
1743
  activeTab: activeTab,
1804
1744
  setActiveTab: setActiveTab,
1805
1745
  setImageLayout: setImageLayout,
@@ -1873,9 +1813,9 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
1873
1813
  headerType: "input-name-header"
1874
1814
  }))]
1875
1815
  })
1876
- }), isRevision() && getSectionStatus() ? /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
1816
+ }), isRevision() && getSectionStatus() ? /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
1877
1817
  className: "commentary-box",
1878
- children: !comment ? /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
1818
+ children: [!comment ? /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
1879
1819
  className: "commentary",
1880
1820
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index.TagAndInput, {
1881
1821
  label: "Caja de Comentario",
@@ -1901,24 +1841,32 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
1901
1841
  reviewed: crossComment
1902
1842
  }), /*#__PURE__*/(0, _jsxRuntime.jsx)(_GeneralButton.Button, {
1903
1843
  buttonType: "circular-button accept-button",
1904
- onClick: /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee15() {
1905
- return _regenerator.default.wrap(function _callee15$(_context15) {
1844
+ onClick: /*#__PURE__*/(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee16() {
1845
+ return _regenerator.default.wrap(function _callee16$(_context16) {
1906
1846
  while (1) {
1907
- switch (_context15.prev = _context15.next) {
1847
+ switch (_context16.prev = _context16.next) {
1908
1848
  case 0:
1909
1849
  setCrossComment(true);
1910
1850
  commentRevised();
1911
1851
 
1912
1852
  case 2:
1913
1853
  case "end":
1914
- return _context15.stop();
1854
+ return _context16.stop();
1915
1855
  }
1916
1856
  }
1917
- }, _callee15);
1857
+ }, _callee16);
1918
1858
  }))
1919
1859
  })]
1920
- })
1921
- }) : !revision && /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
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", {
1922
1870
  className: "required-inputs-message",
1923
1871
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
1924
1872
  children: /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {