sigo-package 1.1.9 → 1.1.12

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.
@@ -19,6 +19,7 @@ export interface MatStockPersonalType {
19
19
  export interface MatStockAlmacenType {
20
20
  ID_Trabajo: number;
21
21
  CodigoLlave: string;
22
+ Codigo: string;
22
23
  Cantidad: number;
23
24
  Empresa: string;
24
25
  }
@@ -1822,7 +1822,7 @@ var CodsMapeoMOMaterialSopladoTroncal = [{
1822
1822
 
1823
1823
  var codigosMaterialDuctos = ['03DUC-110-209', '03DUC-110-211', '03DUC-110-201', '03DUC-110-207', '03DUC-110-213', '03DUC-110-202', '03DUC-110-208', '03DUC-110-214', '03DUC-110-205', '03DUC-110-215', '03DUC-110-204', '03DUC-110-203', '03DUC-110-210', '03DUC-118-202', '03DUC-118-201', '03DUC-118-204'];
1824
1824
 
1825
- var codMOTroncal_ReglaLiquidacion1 = ['010600300', '010600400', '010600500', '010600600', '010600700', '010600800', '010600900', '010601000', '010601100', '010601200', '010601300', '010601400', '010601500', '010601600', '010601700', '010601800', '010601900', '010602000', '010602100', '010602200', '010602300', '010602400', '010602500', '010602600', '062705701', '062705702', '062705703', '062705704', '062705805', '062705806', '062705807', '062705808'];
1825
+ var codMOTroncal_ReglaLiquidacion1 = ['010600300', '010600400', '010600500', '010600600', '010600700', '010600800', '010600900', '010601000', '010601100', '010601200', '010601300', '010601400', '010601500', '010601600', '010601700', '010601800', '010601900', '010602000', '010602100', '010602200', '010602300', '010602400', '010602500', '010602600', '062705701', '062705702', '062705703', '062705704', '062705805', '062705806', '062705807', '062705808', '062605300', '062605301'];
1826
1826
  var codMOClientes_ReglaLiquidacion1 = ['010602400', '031406300', '031406400', '031406500'];
1827
1827
  var codMONoClientes_ReglaLiquidacion1 = ['073006000'];
1828
1828
 
@@ -1960,6 +1960,7 @@ var CalcularResumenValorizacionesAlemania = function CalcularResumenValorizacion
1960
1960
  ID_Trabajo: trabajoDB.ID_Trabajo,
1961
1961
  Empresa: trabajoDB.Ultima_asignacion.Empresa.Codigo,
1962
1962
  CodigoLlave: mu.CodigoLlave,
1963
+ Codigo: mu.Codigo,
1963
1964
  Cantidad: mu.Cantidad
1964
1965
  });
1965
1966
  }