+ Verifikasi jumlah produk yang diterima di toko dan tentukan harga jual per varian.
+
+
Harga Modal Batch
+
+ Bahan baku
+ {{ activeCutting.total_material_cost_formatted ?? '-' }}
+
+
+ Jasa jahit
+ {{ activeCutting.sewing_cost_formatted ?? '-' }}
+
+
+ Biaya lainnya
+ {{ activeCutting.other_cost_formatted ?? '-' }}
+
+
+ Total
+ {{ activeCutting.total_production_cost_formatted ?? '-' }}
+
+
+ Total hasil
+ {{ activeCutting.total_result_pieces ?? 0 }} pcs
+
+
+ {{ activeCutting.estimated_cost_per_unit_formatted }} / pcs
+
+