|
|
|
|
@ -161,10 +161,10 @@ function format(d) {
|
|
|
|
|
'<?= lang('Presupuestos.numPagColor') ?>' +
|
|
|
|
|
'<input type="text" id="' + d.row_id +'_numPagColor" name="' + d.row_id +'_numPagColor" class="lp-cell lp-input' + (d.row_id.includes('color')?'" ':' lp-cell-disabled" readonly ') + ' value="' + d.numPagColor +'">' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
((d.row_id.includes('rot'))?'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.saturacion') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_saturacion" name="' + d.row_id +'_saturacion" class="lp-cell lp-input lp-cell-disabled" readonly value="100">' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.cobNegro') ?>' +
|
|
|
|
|
'<input type="text" id="' + d.row_id +'_cobNegro" name="' + d.row_id +'_cobNegro" class="lp-cell lp-input ' + d.row_class +'-input ' + d.row_class +'-tipologia" value="' + d.cobNegro +'">' +
|
|
|
|
|
@ -181,6 +181,11 @@ function format(d) {
|
|
|
|
|
'<?= lang('Presupuestos.cobAmarillo') ?>' +
|
|
|
|
|
'<input type="text" id="' + d.row_id +'_cobAmarillo" name="' + d.row_id +'_cobAmarillo" class="lp-cell lp-input ' + d.row_class +'-input ' + d.row_class +'-tipologia" value="' + d.cobAmarillo +'">' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
((!d.row_id.includes('rot'))?
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.cobCG') ?>' +
|
|
|
|
|
'<input type="text" id="' + d.row_id +'_cobCG" name="' + d.row_id +'_cobCG" class="lp-cell lp-input ' + d.row_class +'-input ' + d.row_class +'-tipologia" value="' + d.cobCG +'">' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.gotaNegro') ?>' +
|
|
|
|
|
'<input type="text" id="' + d.row_id +'_gotaNegro" name="' + d.row_id +'_gotaNegro" class="lp-cell lp-input ' + d.row_class +'-input ' + d.row_class +'-tipologia" value="' + d.gotaNegro +'">' +
|
|
|
|
|
@ -205,18 +210,28 @@ function format(d) {
|
|
|
|
|
'<td></td>'+
|
|
|
|
|
'<td colspan="10">'+
|
|
|
|
|
'<div class="row flex-grow-1 d-flex align-items-end">' +
|
|
|
|
|
((!d.row_id.includes('rot'))?
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.factorAltura') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_factorAltura" name="' + d.row_id +'_factorAltura" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.factorAltura +'">' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.factorAnchura') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_factorAnchura" name="' + d.row_id +'_factorAnchura" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.factorAnchura +'">' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
(d.row_id.includes('rot')?'<div class="col-md-12 col-lg-1">': '<div class="col-md-12 col-lg-1" style="display:none;">') +
|
|
|
|
|
'<?= lang('Presupuestos.metrosMinuto') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_metrosMinuto" name="' + d.row_id +'_metrosMinuto" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.metrosMinuto +'">' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
|
|
|
|
|
(d.row_id.includes('rot')?'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.resolucion') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_resolucion" name="' + d.row_id +'_resolucion" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.resolucion +'">' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
(d.row_id.includes('rot')?'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.areaPaginas') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_areaPaginas" name="' + d.row_id +'_areaPaginas" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.areaPaginas +'">' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.gotasNegro') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_gotasNegro" name="' + d.row_id +'_gotasNegro" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.gotasNegro +'">' +
|
|
|
|
|
@ -233,6 +248,10 @@ function format(d) {
|
|
|
|
|
'<?= lang('Presupuestos.gotasAmarillo') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_gotasAmarillo" name="' + d.row_id +'_gotasAmarillo" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.gotasAmarillo +'">' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
(!(d.row_id.includes('rot'))?'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.gotasCG') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_gotasCG" name="' + d.row_id +'_gotasCG" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.gotasCG +'">' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.precioPagNegro') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_precioPagNegro" name="' + d.row_id +'_precioPagNegro" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.precioPagNegro +'">' +
|
|
|
|
|
@ -241,6 +260,7 @@ function format(d) {
|
|
|
|
|
'<?= lang('Presupuestos.precioPagColor') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_precioPagColor" name="' + d.row_id +'_precioPagColor" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.precioPagColor +'">' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
(d.row_id.includes('rot')?
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.factorAltura') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_factorAltura" name="' + d.row_id +'_factorAltura" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.factorAltura +'">' +
|
|
|
|
|
@ -248,11 +268,11 @@ function format(d) {
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.factorAnchura') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_factorAnchura" name="' + d.row_id +'_factorAnchura" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.factorAnchura +'">' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
(d.row_id.includes('rot')?'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.paginasPliego') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_paginasPliego" name="' + d.row_id +'_paginasPliego" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.paginasPliego +'">' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
'</div>' +
|
|
|
|
|
'</td>' +
|
|
|
|
|
'</tr>' +
|
|
|
|
|
@ -269,10 +289,18 @@ function format(d) {
|
|
|
|
|
'<?= lang('Presupuestos.metrosPapelTotal') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_metrosPapelTotal" name="' + d.row_id +'_metrosPapelTotal" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.metrosPapelTotal +'">' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
(d.row_id.includes('rot')?'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.clicksLibro') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_clicksLibro" name="' + d.row_id +'_clicksLibro" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.clicksLibro +'">' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
((!d.row_id.includes('rot'))?'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.saturacion') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_saturacion" name="' + d.row_id +'_saturacion" class="lp-cell lp-input lp-cell-disabled" readonly value="100">' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
((!d.row_id.includes('rot'))?'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.paginasPliego') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_paginasPliego" name="' + d.row_id +'_paginasPliego" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.paginasPliego +'">' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.gTintaNegro') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_gTintaNegro" name="' + d.row_id +'_gTintaNegro" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.gTintaNegro +'">' +
|
|
|
|
|
@ -289,6 +317,14 @@ function format(d) {
|
|
|
|
|
'<?= lang('Presupuestos.gTintaAmarillo') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_gTintaAmarillo" name="' + d.row_id +'_gTintaAmarillo" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.gTintaAmarillo +'">' +
|
|
|
|
|
'</div>' +
|
|
|
|
|
(!(d.row_id.includes('rot'))?'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.gTintaCG') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_gTintaCG" name="' + d.row_id +'_gTintaCG" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.gTintaCG +'">' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
((!d.row_id.includes('rot'))?'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.clicksLibro') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_clicksLibro" name="' + d.row_id +'_clicksLibro" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.clicksLibro +'">' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.clicksPedido') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_clicksPedido" name="' + d.row_id +'_clicksPedido" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.clicksPedido +'">' +
|
|
|
|
|
@ -317,6 +353,14 @@ function format(d) {
|
|
|
|
|
'<td></td>'+
|
|
|
|
|
'<td colspan="10">'+
|
|
|
|
|
'<div class="row flex-grow-1 d-flex align-items-end" >' +
|
|
|
|
|
((!d.row_id.includes('rot'))?'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.resolucion') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_resolucion" name="' + d.row_id +'_resolucion" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.resolucion +'">' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
((!d.row_id.includes('rot'))?'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.areaPaginas') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_areaPaginas" name="' + d.row_id +'_areaPaginas" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.areaPaginas +'">' +
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
(d.row_id.includes('rot')?'<div class="col-md-12 col-lg-1">': '<div class="col-md-12 col-lg-1" style="display:none;">') +
|
|
|
|
|
'<?= lang('Presupuestos.velocidadCorte') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_velocidadCorte" name="' + d.row_id +'_velocidadCorte" class="lp-cell lp-input lp-cell-disabled" readonly value="' + d.velocidadCorte +'">' +
|
|
|
|
|
@ -345,6 +389,10 @@ function format(d) {
|
|
|
|
|
'<?= lang('Presupuestos.gTintaAmarilloPed') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_gTintaAmarilloPed" name="' + d.row_id +'_gTintaAmarilloPed" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.gTintaAmarilloPed +'">'+
|
|
|
|
|
'</div>' +
|
|
|
|
|
(!(d.row_id.includes('rot'))?'<div class="col-md-12 col-lg-1">' +
|
|
|
|
|
'<?= lang('Presupuestos.gTintaCGPed') ?>' +
|
|
|
|
|
'<input readonly type="text" id="' + d.row_id +'_gTintaCGPed" name="' + d.row_id +'_gTintaCGPed" class="lp-cell lp-cell-disabled lp-input ' + d.row_class +'-input" readonly value="' + d.gTintaCGPed +'">'+
|
|
|
|
|
'</div>':'') +
|
|
|
|
|
'</div>' +
|
|
|
|
|
'</td>' +
|
|
|
|
|
'</tr>'
|
|
|
|
|
@ -743,6 +791,13 @@ function processRowData(row, rowId, rowClass){
|
|
|
|
|
data.gTintaMagentaPed = isNaN(parseFloat(row.peso_gotas_magenta_pedido)) ? "" : parseFloat(row.peso_gotas_magenta_pedido).toFixed(2)
|
|
|
|
|
data.gTintaAmarilloPed = isNaN(parseFloat(row.peso_gotas_amarillo_pedido)) ? "" : parseFloat(row.peso_gotas_amarillo_pedido).toFixed(2)
|
|
|
|
|
|
|
|
|
|
if(!rowId.includes('rot')){
|
|
|
|
|
data.cobCG = isNaN(parseFloat(row.datosTipologias.cg)) ? "" : parseFloat(row.datosTipologias.cg).toFixed(0)
|
|
|
|
|
data.gotasCG = isNaN(parseFloat(row.num_gotas_cg)) ? "" : parseFloat(row.num_gotas_cg).toFixed(0)
|
|
|
|
|
data.gTintaCG = isNaN(parseFloat(row.peso_gotas_cg)) ? "" : parseFloat(row.peso_gotas_cg).toFixed(2)
|
|
|
|
|
data.gTintaCGPed = isNaN(parseFloat(row.peso_gotas_cg_pedido)) ? "" : parseFloat(row.peso_gotas_cg_pedido).toFixed(2)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data.alto_click = row.alto_click
|
|
|
|
|
}
|
|
|
|
|
@ -3352,6 +3407,7 @@ function fill_lp_from_bbdd(){
|
|
|
|
|
cyan: lp.rotativa_cyan,
|
|
|
|
|
magenta: lp.rotativa_magenta,
|
|
|
|
|
amarillo: lp.rotativa_amarillo,
|
|
|
|
|
cg: lp.rotativa_cg,
|
|
|
|
|
gota_negro: lp.rotativa_gota_negro,
|
|
|
|
|
gota_color: lp.rotativa_gota_color,
|
|
|
|
|
}
|
|
|
|
|
@ -3368,6 +3424,7 @@ function fill_lp_from_bbdd(){
|
|
|
|
|
lp['num_gotas_cyan'] = lp['rotativa_num_gotas_cyan']
|
|
|
|
|
lp['num_gotas_magenta'] = lp['rotativa_num_gotas_magenta']
|
|
|
|
|
lp['num_gotas_amarillo'] = lp['rotativa_num_gotas_amarillo']
|
|
|
|
|
lp['num_gotas_cg'] = lp['rotativa_num_gotas_cg']
|
|
|
|
|
|
|
|
|
|
lp['precio_pagina_negro'] = lp['rotativa_precio_pag_negro']
|
|
|
|
|
lp['precio_pagina_color'] = lp['rotativa_precio_pag_color']
|
|
|
|
|
@ -3380,6 +3437,7 @@ function fill_lp_from_bbdd(){
|
|
|
|
|
lp['peso_gotas_cyan'] = lp['rotativa_peso_gotas_cyan']
|
|
|
|
|
lp['peso_gotas_magenta'] = lp['rotativa_peso_gotas_magenta']
|
|
|
|
|
lp['peso_gotas_amarillo'] = lp['rotativa_peso_gotas_amarillo']
|
|
|
|
|
lp['peso_gotas_cg'] = lp['rotativa_peso_gotas_cg']
|
|
|
|
|
lp['clicks_pedido'] = lp['rotativa_clicks_total']
|
|
|
|
|
lp['precio_click_pedido'] = lp['precio_click_pedido']
|
|
|
|
|
lp['precio_tinta'] = lp['rotativa_precio_tinta']
|
|
|
|
|
@ -3389,6 +3447,7 @@ function fill_lp_from_bbdd(){
|
|
|
|
|
lp['peso_gotas_cyan_pedido'] = lp['rotativa_peso_gotas_cyan_pedido']
|
|
|
|
|
lp['peso_gotas_magenta_pedido'] = lp['rotativa_peso_gotas_magenta_pedido']
|
|
|
|
|
lp['peso_gotas_amarillo_pedido'] = lp['rotativa_peso_gotas_amarillo_pedido']
|
|
|
|
|
lp['peso_gotas_cg_pedido'] = lp['rotativa_peso_gotas_cg_pedido']
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
if(lp.tipo.includes('rot')){
|
|
|
|
|
@ -3509,6 +3568,7 @@ async function fill_bbdd_from_lp(presupuesto_id){
|
|
|
|
|
linea_data.rotativa_cyan = rowData.cobCyan
|
|
|
|
|
linea_data.rotativa_magenta = rowData.cobMagenta
|
|
|
|
|
linea_data.rotativa_amarillo = rowData.cobAmarillo
|
|
|
|
|
linea_data.rotativa_cg = rowData.cobCG
|
|
|
|
|
linea_data.rotativa_gota_negro = rowData.gotaNegro
|
|
|
|
|
linea_data.rotativa_gota_color = rowData.gotaColor
|
|
|
|
|
|
|
|
|
|
@ -3520,6 +3580,7 @@ async function fill_bbdd_from_lp(presupuesto_id){
|
|
|
|
|
linea_data.rotativa_num_gotas_cyan = rowData.gotasCyan
|
|
|
|
|
linea_data.rotativa_num_gotas_magenta = rowData.gotasMagenta
|
|
|
|
|
linea_data.rotativa_num_gotas_amarillo = rowData.gotasAmarillo
|
|
|
|
|
linea_data.rotativa_num_gotas_cg = rowData.gotasCG
|
|
|
|
|
|
|
|
|
|
linea_data.rotativa_precio_pag_negro = rowData.precioPagNegro
|
|
|
|
|
linea_data.rotativa_precio_pag_color = rowData.precioPagColor
|
|
|
|
|
@ -3532,6 +3593,7 @@ async function fill_bbdd_from_lp(presupuesto_id){
|
|
|
|
|
linea_data.rotativa_peso_gotas_cyan = rowData.gTintaCyan
|
|
|
|
|
linea_data.rotativa_peso_gotas_magenta = rowData.gTintaMagenta
|
|
|
|
|
linea_data.rotativa_peso_gotas_amarillo = rowData.gTintaAmarillo
|
|
|
|
|
linea_data.rotativa_peso_gotas_cg = rowData.gTintaCG
|
|
|
|
|
linea_data.rotativa_clicks_total = rowData.clicksPedido
|
|
|
|
|
linea_data.precio_click_pedido = rowData.totalClicksPedido
|
|
|
|
|
linea_data.rotativa_precio_tinta = rowData.totalTinta
|
|
|
|
|
@ -3541,6 +3603,7 @@ async function fill_bbdd_from_lp(presupuesto_id){
|
|
|
|
|
linea_data.rotativa_peso_gotas_cyan_pedido = rowData.gTintaCyanPed
|
|
|
|
|
linea_data.rotativa_peso_gotas_magenta_pedido = rowData.gTintaMagentaPed
|
|
|
|
|
linea_data.rotativa_peso_gotas_amarillo_pedido = rowData.gTintaAmarilloPed
|
|
|
|
|
linea_data.rotativa_peso_gotas_cg_pedido = rowData.gTintaCGPed
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
if(linea_data.tipo.includes('rot')){
|
|
|
|
|
|