From 99b667bdfd8d4fd4d56c2952510169d7f7be794c Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期四, 09 三月 2023 17:12:43 +0800
Subject: [PATCH] 产品报价金额自动计算

---
 force-app/main/default/pages/NewQuoteEntry.page |   13 +++++++++----
 1 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/force-app/main/default/pages/NewQuoteEntry.page b/force-app/main/default/pages/NewQuoteEntry.page
index eb484ac..559cf10 100644
--- a/force-app/main/default/pages/NewQuoteEntry.page
+++ b/force-app/main/default/pages/NewQuoteEntry.page
@@ -1,6 +1,6 @@
 <!--<apex:page standardController="Quote" extensions="NewQuoteEntryController" sidebar="false" action="{!init}" id="Page">
 -->
-<apex:page controller="NewQuoteEntryController" sidebar="false" action="{!init}" id="Page" >
+<apex:page controller="NewQuoteEntryController" sidebar="false" action="{!init}" id="Page" lightningStylesheets="true" >
     <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
     <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
     <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
@@ -37,7 +37,7 @@
         // }
         //dialog 寮圭獥 end 
         // 娣诲姞琛� html鐗规�у鍔犳粦鍔ㄦ潯 绮剧悽鎶�鏈� wql 2021/02/09 end 
-
+            debugger
         var QuoteEntryMaxLine = {!QuoteEntryMaxLine};
         var trade = '{!oppInfo.Trade}';
         var displayCost = '{!displayCost}';
@@ -258,6 +258,10 @@
             <apex:inputHidden value="{!oppInfo.Authorized_DB_No}" id="Authorized_DB_No" rendered="{!displayFlg}"/>
             <apex:inputHidden value="{!oppInfo.If_Need_Authorize}" id="If_Need_Authorize" rendered="{!displayFlg}"/>
             <!-- LHJ End -->
+            <!-- DB202303051651 浜у搧鎶ヤ环閲戦鑷姩璁$畻 ssm start -->
+            <apex:inputHidden id="rateHospital" value="{!oppInfo.rate_hospital}"/>
+            <apex:inputHidden id="rateAgency1" value="{!oppInfo.rate_agency1}"/>
+            <!-- DB202303051651 浜у搧鎶ヤ环閲戦鑷姩璁$畻 ssm end -->
 
             <apex:outputPanel id="message1">
                 <apex:messages styleClass="editListError"/>
@@ -370,7 +374,7 @@
                     <th style="text-align:right;width:50px;">
                         {!$ObjectType.Quote.fields.MultiYearWarrantyTotalPrice__c.label}
                     :&nbsp;</th>
-                    <td style="width:470px;">
+                    <td style="width:370px;">
                         <apex:outputtext id="MultiYearWarrantyTotalPrice_out" value="{0, number, ###,##0.00}" 
                         style="text-align:right;width:180px;">
                             <apex:param value="{!quo.MultiYearWarrantyTotalPrice__c}"/>
@@ -402,10 +406,11 @@
                     </div>
                     </td>
                      
-                    <th style="text-align:right;width:50px;">
+                    <th style="text-align:right;width:20px;">
                         {!$ObjectType.Quote.fields.multiYearWarranty__c.label}
                     :&nbsp;</th>
                     <td style="width:200px;"><apex:inputField id="multiYearWarranty" value="{!quo.multiYearWarranty__c}" onchange="callFromCancelgurantee_MD();" style="text-align:right;width:30px;" /></td>
+                
                     </apex:variable>
                     <!-- 澶栬锤澶氬勾淇� 鍙栨秷nodiscount 鍚堣  绮剧悽鎶�鏈� wql 2021/01/18 end -->
                 </tr>

--
Gitblit v1.9.1