This commit is contained in:
weiz 2024-01-23 09:38:53 +08:00
parent 33368a6b06
commit f61d2eba8c

View File

@ -134,6 +134,7 @@ class SubcontractingContractDetailLogic extends BaseLogic
$data['work_content'] = $subpackage_budget_detail['work_content'];
$data['project_features'] = $subpackage_budget_detail['project_features'];
$data['unit'] = $subpackage_budget_detail['unit'];
$data['tax_rate_text'] = $data->tax_rate_text;
return $data->toArray();
}
}