KKbes
2023-08-07 cbb20845dfa7138819ba7ef1e95a56ce5bdcfcbc
page push
10个文件已修改
78 ■■■■■ 已修改文件
force-app/main/default/pages/CampaignMeetingcost.page 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/ContentPreview.page 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/ListAssetForHospital.page 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/OPDNoReportApplication.page 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/OPDSortManage.page 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/Ordergoods.page 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/SampleInventory.page 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/SampleInventorySection.page 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/SearchProduct.page 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/YouCantDeleteQuote.page 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
force-app/main/default/pages/CampaignMeetingcost.page
@@ -8,8 +8,17 @@
    <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}" />
    <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}" />
    <apex:includeScript value="{!URLFOR($Resource.CommonUtilJs)}" />
    <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
    <apex:outputPanel id="checkboxInit">
    <style>
    body .bPageBlock .pbSubheader h3{
        font-size: 13px;
    }
    body .pbTitle .mainTitle{
        font-weight: 700;
        font-size: 16px;
    }
    </style>
    <script>
        function init() {
            checkboxInit();
force-app/main/default/pages/ContentPreview.page
@@ -5,6 +5,7 @@
<apex:includeScript value="{!URLFOR($Resource.downloadJs)}"/>
<apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
<apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
<script type="text/javascript" src="{!URLFOR($Resource.pdfjs113, 'build/pdf.js')}"></script>
<script type="text/javascript" src="{!URLFOR($Resource.pdfjs113, 'build/pdf.worker.js')}"></script>
<apex:form id="Form">
force-app/main/default/pages/ListAssetForHospital.page
@@ -3,6 +3,7 @@
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<apex:includeScript value="{!URLFOR($Resource.jqueryTableFix)}"/>
<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
<script type='text/javascript'>
function searchJs() {
    blockme();
@@ -24,6 +25,17 @@
}
</script>
<style>
body label, .slds-vf-scope label {
    display: inline-block;
    margin-right: 0.75rem;
    font-size: 13px;
    line-height: 1.5;
    color: rgb(68, 68, 68);
}
th {
    font-weight: inherit;
    font-size: 14px;
}
.dateFormat  {
    display: none;
}
force-app/main/default/pages/OPDNoReportApplication.page
@@ -5,6 +5,7 @@
    <apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
    <apex:includeScript value="{!URLFOR($Resource.clipboardminjs)}"/>
    <apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
    <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
    <apex:outputPanel id="checkForm">
        <script text="text/javascript">
            var  approvalFlag='{!approvalFlag}';
@@ -42,7 +43,17 @@
                
            }
        </script>
        <style>
        body .bPageBlock .pbSubheader h3{
                    font-size: 13px;
                }
                body .pbTitle .mainTitle{
                    font-weight: 700;
                    font-size: 15px;
                }
            </style>
    </apex:outputPanel>
    <apex:outputPanel id="reloadForm">
        <script type="text/javascript">
@@ -617,13 +628,14 @@
                </apex:pageBlockSectionItem>
            </apex:pageBlockSection>
            <!-- 附件页面 -->
            <apex:pageBlockSection title="附件" id="tableListH"  collapsible="false" dir="LTR" >
            <apex:pageBlockSection title="文件" id="tableListH"  collapsible="false" dir="LTR" >
                <apex:pageBlockTable value="{!attachmentinfo}" var="a" style="margin-left: 50%; width: 150%;">
                <apex:column headerValue="标题" style="width: 50%">
                    <apex:outputLink value="https://ocsm--stagefull--c.documentforce.com/servlet/servlet.FileDownload?file={!a.id}" target="_self">
                    <!-- <apex:outputLink value="https://ocsm--stagefull--c.documentforce.com/servlet/servlet.FileDownload?file={!a.id}" target="_self"> -->
                    <apex:outputLink value="https://ocsm--partial.sandbox.my.salesforce.com/{!a.id}" target="_self">
                    <!-- https://ocsm--c.ap0.content.force.com/servlet/servlet.FileDownload?file -->
                    <!-- https://ocsm--stagefull--c.documentforce.com/servlet/servlet.FileDownload?file= -->
                          {!a.name}
                          {!a.Title}
                    </apex:outputLink>
                </apex:column>
                <apex:column headerValue="创建人">
force-app/main/default/pages/OPDSortManage.page
@@ -4,6 +4,7 @@
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
<apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
<style type="text/css">
    ul,li{ padding:0;margin-top:10px;list-style:none}
    td{
force-app/main/default/pages/Ordergoods.page
@@ -3,6 +3,7 @@
    <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
    <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
    <apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
    <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
    <head>
        <script type="text/javascript">
            function checkAll() {
force-app/main/default/pages/SampleInventory.page
@@ -6,6 +6,7 @@
    <apex:includeScript value="{!URLFOR($Resource.jquerysuggestjs)}"/>
    <apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
    <apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
    <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
    <style type="text/css">
        .pure-table {
            /* border-collapse: collapse; */
@@ -14,6 +15,13 @@
            border: 1px solid #cbcbcb;
            width: 100%;
        }
        th {
            font-weight: inherit;
            text-align: left;
            font-weight: bold;
            white-space: nowrap;
        }
 
        .pure-table caption {
            color: #000;
force-app/main/default/pages/SampleInventorySection.page
@@ -6,6 +6,7 @@
    <apex:includeScript value="{!URLFOR($Resource.jquerysuggestjs)}"/>
    <apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
    <apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
    <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
    <style type="text/css">
        /*滚动框*/
        div#iframelike {
@@ -17,6 +18,10 @@
            empty-cells: show;
            border: 1px solid #cbcbcb;
            width: 100%;
        }
        input {
            line-height: normal;
            font-size: 15px;
        }
 
        .pure-table caption {
@@ -58,7 +63,8 @@
    <script type="text/javascript">
        function Wopen(){
            //上线到正是环境需要修改URL
            window.open('https://ocsm.my.salesforce.com/00O100000078zQs?pv0={!accName}');
            // window.open('https://ocsm.my.salesforce.com/00O100000078zQs?pv0={!accName}');
            window.open('/00O100000078zQs?pv0={!accName}');
        }
    </script>
    <apex:form id="allForm">
force-app/main/default/pages/SearchProduct.page
@@ -4,7 +4,21 @@
    <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
    <apex:includeScript value="/soap/ajax/32.0/connection.js"/>
    <apex:includeScript value="/soap/ajax/32.0/apex.js"/>
    <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
    <style>
    th {
    font-weight: inherit;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    white-space-collapse: collapse;
    text-wrap: nowrap;
}
    body .pbTitle .mainTitle{
    font-weight: 700;
    font-size: 15px;
    }
</style>
    <script>
        var QuoteEntryMaxLine =window.opener.QuoteEntryMaxLine  ;
        function setProductList() { 
force-app/main/default/pages/YouCantDeleteQuote.page
@@ -1,5 +1,5 @@
<apex:page standardController="quote" lightningstylesheets="true">
<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
<div style="position: relative; margin-top: 10px; margin-left: 10px;">
<span style="font-weight: bold; font-size: 12pt;">{!$Label.YouCantDeleteEvent1}</span>