| ID | Descrição | Último Fornecedor | Última Compra | Último Custo | Custo Unit. | Qtd. Prev. Compra | Vlr. Prev. Total | Data / Hora Agendamento | |
|---|---|---|---|---|---|---|---|---|---|
|
Carregando...
|
|||||||||
| {{ item.agc_codprod }} | {{ item.prod_descricao }} | {{ item.fc_ultimofornecedor || '-' }} | {{ item.fc_dataultimacompra || '-' }} | {{ item.fc_ultimocusto != null ? formatToReais(item.fc_ultimocusto) : '-' }} | {{ item.agc_custoproduto != null ? formatToReais(item.agc_custoproduto) : '-' }} | {{ item.agc_qtdeprevcompra }} {{ item.prod_codunidade }} | {{ formatToReais((parseFloat(item.agc_custoproduto) || 0) * (parseFloat(item.agc_qtdeprevcompra) || 0)) }} | {{ item.agc_dataagendamento }} - {{ item.agc_horaagendamento ? item.agc_horaagendamento.substring(0, 5) : '' }} | |
| Total Prev. Geral: | {{ formatToReais(scheduledProductsTotalValue) }} | ||||||||