|
|
@@ -172,6 +172,7 @@ const ProjectClientDetails: React.FC<Props> = ({ |
|
|
|
setValue("workNatureIds", mainProject.workNatureIds) |
|
|
|
setValue("projectDescription", mainProject.projectDescription) |
|
|
|
setValue("expectedProjectFee", mainProject.expectedProjectFee) |
|
|
|
setValue("subContractFee", mainProject.subContractFee) |
|
|
|
setValue("isClpProject", mainProject.isClpProject) |
|
|
|
setValue("clientId", mainProject.clientId) |
|
|
|
setValue("clientSubsidiaryId", mainProject.clientSubsidiaryId) |
|
|
@@ -336,6 +337,9 @@ const ProjectClientDetails: React.FC<Props> = ({ |
|
|
|
fullWidth |
|
|
|
type="number" |
|
|
|
inputProps={{ step: "0.01" }} |
|
|
|
InputLabelProps={{ |
|
|
|
shrink: Boolean(watch("subContractFee")) |
|
|
|
}} |
|
|
|
{...register("subContractFee", { valueAsNumber: true })} |
|
|
|
/> |
|
|
|
</Grid> |
|
|
|