|
@@ -1203,8 +1203,7 @@ class UnifiedCostCalculationService
|
|
|
|
|
|
|
|
$this->allocationFactors[] = [
|
|
$this->allocationFactors[] = [
|
|
|
'Sys_ny' => $month,
|
|
'Sys_ny' => $month,
|
|
|
- '科目名称' => $subject, // 原始科目名称
|
|
|
|
|
- '简化科目名称' => $simplifiedSubject, // 简化后的科目名称
|
|
|
|
|
|
|
+ '科目名称' => $simplifiedSubject, // 原始科目名称
|
|
|
'设备编号' => (string)$machine,
|
|
'设备编号' => (string)$machine,
|
|
|
'分摊系数' => 1,
|
|
'分摊系数' => 1,
|
|
|
'分摊金额' => floatval($amount),
|
|
'分摊金额' => floatval($amount),
|