zhangzhengmei
2023-05-06 e85ef7700a6b4ea5eea57c2750d831cb59ecff7d
1
2
3
4
5
6
<apex:page Controller="SaveMContractFromReportController" action="{!init}">
    <script type="text/javascript">
    // TODO jsにて日報画面色変更
        window.location.href = '/{!newId}';
    </script>
</apex:page>