黄千龙
2023-08-07 cc399638fd26fe0a9f0bc0bb31ed4afcc21c928d
force-app/main/default/pages/ProductRepairQuote.page
@@ -1,5 +1,6 @@
<apex:page Controller="ProductRepairQuoteController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="产品修理报价预估" lightningStylesheets="true">
<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/>
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
    <apex:form id="allForm">
        <apex:outputPanel id="allPanel">
            <apex:pageBlock title="产品修理报价预估" id="allBlock">
@@ -26,22 +27,24 @@
                            </td>
                            <!-- lighting升级 20230210 lt 文字串行问题 add  ;width:200px;height:25px; -->
                            <th style="text-align:right;width:200px;height:25px;">
                                {!$ObjectType.Product2.fields.Can_Repair__c.label} :
                            </th>
                            <td align="left">
                                <apex:outputText value="{!canRepair}" />
                            </td>
                        </tr>
                        <tr>
                            <th style="text-align:right;width:200px;height:25px;">
                                {!$ObjectType.Product2.fields.RepairListPriceLevelB__c.label} :
                            </th>
                            <td align="left">
                                <apex:outputText value="{!repairListPriceLevelB}" />
                            </td>
                        </tr>
                        <tr>
                            <!-- lighting升级 20230210 lt 文字串行问题 add  ;height:25px; -->
                            <th style="text-align:right;height:25px;">
                                {!$ObjectType.Product2.fields.RepairListPriceLevelC__c.label} :
                            </th>
                            <td align="left">
                                <apex:outputText value="{!repairListPriceLevelC}" />
                            </td>
                            <!-- lighting升级 20230210 lt 文字串行问题 add  ;height:25px; -->
                            <th style="text-align:right;height:25px;">
                            <th style="text-align:right;width:200px;height:25px;">
                                {!$ObjectType.Product2.fields.PartSupplyFinishDate__c.label} :
                            </th>
                            <td align="left">
@@ -49,7 +52,29 @@
                                    <apex:param value="{!partSupplyFinishDate}" />
                                </apex:outputText>
                            </td>
                            <!-- lighting升级 20230210 lt 文字串行问题 add  ;height:25px; -->
                        </tr>
                        <tr>
                            <th style="text-align:right;width:200px;height:25px;">
                                {!$ObjectType.Product2.fields.RepairListPriceLevelC__c.label} :
                            </th>
                            <td align="left">
                                <apex:outputText value="{!repairListPriceLevelC}" />
                            </td>
                            <th style="text-align:right;width:200px;height:25px;">
                                {!$ObjectType.Product2.fields.PartSupplyFinishDateExp__c.label} :
                            </th>
                            <td align="left">
                                <apex:outputText value="{0,date,yyyy/MM/dd}">
                                    <apex:param value="{!partSupplyFinishDateExp}" />
                                </apex:outputText>
                                <!-- <apex:outputText value="{!partSupplyFinishDateExp}"/> -->
                            </td>
                        </tr>
                    </table>
                </apex:pageBlock>