| | |
| | | <apex:page id="Page" showHeader="false" sidebar="false" Controller="PersonalCalendarController" action="{!init}" applyHtmlTag="false" applyBodyTag="false"> |
| | | <apex:page id="Page" showHeader="false" sidebar="false" Controller="PersonalCalendarController" action="{!init}" applyHtmlTag="false" applyBodyTag="false" lightningStylesheets="true"> |
| | | <head> |
| | | <title>用户日历-{!IF(IsWeek, '周', '日')}视图</title> |
| | | <apex:includeScript value="/jslibrary/main.js"/> |
| | |
| | | <apex:includeScript value="{!URLFOR($Resource.CommonUtilJs)}"/> |
| | | <apex:includeScript value="{!URLFOR($Resource.PersonalCalendarJs)}"/> |
| | | <apex:stylesheet value="{!URLFOR($Resource.fullcalendarCss)}"/> |
| | | |
| | | <apex:stylesheet value="{!URLFOR($Resource.PersonalCalendarCssTwo)}"/> |
| | | |
| | | <script type="text/javascript"> |
| | | function searchBySalesDptJs() { |
| | | var baseUrl = '{!ProvinceUrl}'; |