\n
\n {{\n semiItem.material\n ? semiItem.material.model + \"-\" + semiItem.material.name\n : \"\"\n }}\n
\n
\n
配方名称
\n
\n {{\n currentMLLatestCost.recipeSemi\n ? currentMLLatestCost.recipeSemi.name\n : \"\"\n }}\n
\n
\n
\n
创建时间
\n
\n {{\n currentMLLatestCost.recipeSemi\n ? currentMLLatestCost.recipeSemi.createdAt\n : \"\"\n }}\n
\n
\n
\n
配方创建者
\n
\n {{\n currentMLLatestCost.recipeSemi\n ? currentMLLatestCost.recipeSemi.createdBy.name\n : \"\"\n }}\n
\n
\n
\n
生产工厂
\n
\n {{ semiItem.factory ? semiItem.factory.name : \"\" }}\n
\n
\n
\n
材料成本
\n
{{ parseInt(currentMLLatestCost.materialCost) }}
\n
\n
\n
合成加工费
\n
{{ currentMLLatestCost.manufactCost }}
\n
\n
\n
材料+制造合计
\n
\n {{\n parseInt(\n currentMLLatestCost.manufactCost +\n currentMLLatestCost.materialCost\n )\n }}\n
\n
\n
\n
运费
\n
\n {{\n currentMLLatestCost.importSemiTransCost\n ? currentMLLatestCost.importSemiTransCost\n : \"-\"\n }}\n
\n
\n
\n
总成本
\n
{{ parseInt(currentMLLatestCost.totalCost) }}
\n
\n
\n
固含量
\n
{{ parseInt(currentMLLatestCost.solidContent) + \"%\" }}
\n
\n
\n
单个固含成本
\n
\n {{ parseInt(currentMLLatestCost.unitCostPerSoidContent) }}\n
\n
\n