@seniorsistemas/yms-integration 1.16.0 → 1.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5962,7 +5962,7 @@ let DevolucaoFormComponent = class DevolucaoFormComponent {
5962
5962
  this.setTransportadora(this.agenda.externalTenant.cnpj);
5963
5963
  }
5964
5964
  this.totalEixosComposicao = this.agenda && this.agenda.veiculo ? this.agenda.veiculo.eixos || 0 : 0;
5965
- const statusAgenda = ["AGUARDANDO_CONFIRMACAO_SOLICITANTE", "AGENDADO", "AGUARDANDO_CONFIRMACAO", "EM_EXECUCAO", "REJEITADO_POR_VALIDACAO"];
5965
+ const statusAgenda = ["AGUARDANDO_CONFIRMACAO_SOLICITANTE", "AGENDADO", "AGUARDANDO_CONFIRMACAO", "REJEITADO_POR_VALIDACAO"];
5966
5966
  if (this.agenda && !statusAgenda.includes(this.agenda.status)) {
5967
5967
  this.formGroup.disable();
5968
5968
  this.disableButtonSave = true;
@@ -6764,13 +6764,7 @@ let ExpedicaoFormComponent = class ExpedicaoFormComponent {
6764
6764
  this.setTransportadora(this.agenda.externalTenant.cnpj);
6765
6765
  }
6766
6766
  this.totalEixosComposicao = this.agenda && this.agenda.veiculo ? this.agenda.veiculo.eixos || 0 : 0;
6767
- const statusAgenda = [
6768
- "AGUARDANDO_CONFIRMACAO_SOLICITANTE",
6769
- "AGENDADO",
6770
- "AGUARDANDO_CONFIRMACAO",
6771
- "EM_EXECUCAO",
6772
- "REJEITADO_POR_VALIDACAO",
6773
- ];
6767
+ const statusAgenda = ["AGUARDANDO_CONFIRMACAO_SOLICITANTE", "AGENDADO", "AGUARDANDO_CONFIRMACAO", "REJEITADO_POR_VALIDACAO"];
6774
6768
  if (this.agenda && !statusAgenda.includes(this.agenda.status)) {
6775
6769
  this.formGroup.disable();
6776
6770
  this.disableButtonSave = true;
@@ -8900,13 +8894,7 @@ let RecebimentoOrdemCompraFormComponent = class RecebimentoOrdemCompraFormCompon
8900
8894
  }
8901
8895
  this.getEmpresaFilial();
8902
8896
  this.totalEixosComposicao = this.agenda && this.agenda.veiculo ? this.agenda.veiculo.eixos || 0 : 0;
8903
- const statusAgenda = [
8904
- "AGUARDANDO_CONFIRMACAO_SOLICITANTE",
8905
- "AGENDADO",
8906
- "AGUARDANDO_CONFIRMACAO",
8907
- "EM_EXECUCAO",
8908
- "REJEITADO_POR_VALIDACAO"
8909
- ];
8897
+ const statusAgenda = ["AGUARDANDO_CONFIRMACAO_SOLICITANTE", "AGENDADO", "AGUARDANDO_CONFIRMACAO", "REJEITADO_POR_VALIDACAO"];
8910
8898
  if (this.agenda && !statusAgenda.includes(this.agenda.status)) {
8911
8899
  this.formGroup.disable();
8912
8900
  this.disableButtonSave = true;
@@ -10641,13 +10629,7 @@ let RecebimentoFormComponent = class RecebimentoFormComponent {
10641
10629
  this.setTransportadora(this.agenda.externalTenant.cnpj);
10642
10630
  }
10643
10631
  this.totalEixosComposicao = this.agenda && this.agenda.veiculo ? this.agenda.veiculo.eixos || 0 : 0;
10644
- const statusAgenda = [
10645
- "AGUARDANDO_CONFIRMACAO_SOLICITANTE",
10646
- "AGENDADO",
10647
- "AGUARDANDO_CONFIRMACAO",
10648
- "EM_EXECUCAO",
10649
- "REJEITADO_POR_VALIDACAO",
10650
- ];
10632
+ const statusAgenda = ["AGUARDANDO_CONFIRMACAO_SOLICITANTE", "AGENDADO", "AGUARDANDO_CONFIRMACAO", "REJEITADO_POR_VALIDACAO"];
10651
10633
  if (this.agenda && !statusAgenda.includes(this.agenda.status)) {
10652
10634
  this.formGroup.disable();
10653
10635
  this.disableButtonSave = true;