@extends('helper.include.view.modal', ['id' => 'modal-taloes-extra', 'class_size' => 'modal-big']) @section('modal-start')
@overwrite @section('modal-header-left') @overwrite @section('modal-header-right') @overwrite @section('modal-body')
Percentual de Defeitos por Sku
% sobre Base:
% Base:
Est. Mín. Modelo Cor Tam. Den. Esp. % Base Percentual
@{{ item.MODELO_ID | lpad : [4,'0'] }} - @{{ item.MODELO_DESCRICAO }} @{{ item.COR_ID | lpad : [4,'0'] }} - @{{ item.COR_DESCRICAO }} @{{ item.TAMANHO_DESCRICAO }} @{{ item.DENSIDADE }} @{{ item.ESPESSURA }} @{{ item.PERCENTUAL_BASE | number: 2 }} %
Talões Extras
GP Modelo Cor Tam. Qtd. Total Qtd. Total + %
@{{ item.GP_ID | lpad : [3,'0'] }} - @{{ item.GP_DESCRICAO }} @{{ item.MODELO_ID | lpad : [4,'0'] }} - @{{ item.MODELO_DESCRICAO }} @{{ item.COR_ID | lpad : [4,'0'] }} - @{{ item.COR_DESCRICAO }} @{{ item.TAMANHO_DESCRICAO }} @{{ item.QUANTIDADE_TOTAL_TALOES | number: 0 }} @{{ item.QUANTIDADE | number: 0 }}
Total @{{ vm.summary(vm.TaloesExtra.DADOS.TALOES_EXTRA,'QUANTIDADE_TOTAL_TALOES','sum') | number : 0 }} @{{ vm.summary(vm.TaloesExtra.DADOS.TALOES_EXTRA,'QUANTIDADE','sum') | number : 0 }}
@overwrite @section('modal-end')
@overwrite