From 50ce6a5e5ae7ac6ce3e6281acca9a0db568306e6 Mon Sep 17 00:00:00 2001
From: unknown <sunxia@prec-tech.com>
Date: 星期三, 23 八月 2023 14:54:59 +0800
Subject: [PATCH] Merge branch 'LEX_dev' of http://47.92.229.245:8089/r/lightningupdate into LEX_dev
---
force-app/main/default/pages/ServiceList.page | 68 ++++++++++++++++++++++++++++++++++
1 files changed, 68 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/pages/ServiceList.page b/force-app/main/default/pages/ServiceList.page
new file mode 100644
index 0000000..e68fe31
--- /dev/null
+++ b/force-app/main/default/pages/ServiceList.page
@@ -0,0 +1,68 @@
+<!--
+ * @Author: zhangchunxu
+ * @Date: 2023-07-18 11:26:24
+ * @LastEditors: zhangchunxu
+ * @LastEditTime: 2023-07-21 17:11:15
+ *
+ -->
+ <apex:page showHeader="true" sidebar="true" Controller="SidebarController" lightningStylesheets="true">
+ <head>
+ <title></title>
+ <style>
+ ul li {
+ list-style: none;
+ /* line-height: 25px; */
+ /* text-align: center; */
+ }
+ a{
+ color: #1468b6;
+ text-decoration:none;
+ /* font-size: 20px; */
+ }
+ </style>
+ <base target="_blank" />
+ </head>
+ <script>
+ function toURLPreJs(name) {
+ // alert(name);
+ toURL(name);
+
+ }
+
+ function toURLJs() {
+ // alert({!reportid});
+ var ss = document.getElementById("hidden").value;
+ //鏂扮獥鍙f墦寮�锛岃繕鏄湰椤甸潰鎵撳紑锛岃繕鏄脊绐楁墦寮�璇疯嚜琛屼慨鏀箇indow.open
+ window.open('/'+ss,'_blank');
+ }
+ </script>
+<apex:form id="allForm">
+ <apex:actionFunction name="toURL" action="{!toURL}" rerender="allForm,checEventFrame" oncomplete="toURLJs();">
+ <apex:param name="firstParam" assignTo="{!DeveloperName}" value="" />
+ </apex:actionFunction>
+ <apex:outputPanel id="message">
+ <apex:pageMessages />
+ <input id="hidden" type="hidden" name="hidden" value="{!reportid}"/>
+ </apex:outputPanel>
+<ul style="margin : 0 auto;">
+ <li><a href="/apex/XinDailyReport" target="_blank" >鏂板缓鏃ユ姤</a></li>
+ <hr />
+ <li><a href="/apex/OPDSortManage" target="_blank">OPD璁″垝绠$悊琛�</a></li>
+ <hr />
+ <li><a href="/setup/ui/recordtypeselect.jsp?ent=01I10000000SWfe&retURL=%2Fa0B%2Fo&save_new_url=%2Fa0B%2Fe%3FretURL%3D%252Fa0B%252Fo" target="_blank" >鏂板缓鎶ュ憡涔�(OPD/NTC/VOC)</a></li>
+ <hr />
+ <li><a href="" onclick="toURLPreJs('OPD_Analysis');return false;" target="_blank" >OPD/SIS鎶ュ憡涓�瑙�</a></li>
+ <hr />
+ <li><a href="" onclick="toURLPreJs('NTC_Analysis');return false;" target="_blank" >NTC鎶ュ憡涓�瑙�</a></li>
+ <hr />
+ <li><a href="" onclick="toURLPreJs('On_Call_record_by_staff');return false;" target="_blank" >On-Call鎶ュ憡涓�瑙�</a></li>
+ <hr />
+ <li><a href="" onclick="toURLPreJs('New_inspection');return false;" target="_blank" >鐐规鎶ュ憡涔︿竴瑙�</a></li>
+ <hr />
+ <li><a href="/2i?fcf=00B10000002o8Q5" target="_blank" >淇濇湁璁惧涓�瑙�</a></li>
+ <hr />
+ <li><a href="/a0A?fcf=00B100000027sl9" target="_blank" >鐢宠珛涓殑鏃ユ姤 闇�瑕佽嚜宸辨壒鍑嗙殑</a></li>
+ <hr />
+</ul>
+</apex:form>
+</apex:page>
\ No newline at end of file
--
Gitblit v1.9.1