| force-app/main/default/pages/ConsumApplySplit.page | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| force-app/main/default/pages/ConsumAssignCancel.page | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| force-app/main/default/pages/Lost_Return_DeliverySlip.page | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
force-app/main/default/pages/ConsumApplySplit.page
@@ -1,11 +1,27 @@ <!--20230427 zq <apex:page controller="ConsumApplySplitController" action="{!init}" showHeader="false"> --> <apex:page lightningStylesheets = "true" controller="ConsumApplySplitController" action="{!init}" showHeader="false"> <apex:page lightningStylesheets="true" controller="ConsumApplySplitController" action="{!init}" showHeader="false"> <head> <title>备品借出申请分单</title> <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> </head> <!-- zq add 选择框宽度 按钮 --> <style> body .bPageBlock .pbSubheader { width: 600px; } .pbSubsection { width: 600px; } body .bPageBlock .detailList .dataCol select { min-width: 180px; } input.btn { font: revert; } </style> <apex:form id="allForm"> <script type="text/javascript"> function back() { force-app/main/default/pages/ConsumAssignCancel.page
@@ -1,5 +1,5 @@ <!--20230427 zq <apex:page controller="ConsumAssignCancelController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> --> <apex:page lightningStylesheets = "true" controller="ConsumAssignCancelController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> <apex:page lightningStylesheets="true" controller="ConsumAssignCancelController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> <head> <title>耗材取消明细申请</title> <apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/> @@ -7,7 +7,16 @@ <apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/> <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> <apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/> <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning --> </head> <!-- zq 修改表格宽度 --> <style> table.list .col_Model_No__c {width:80px;} table.list .col_RetalFSetDetail_Cnt__c {width:30px;} table.list .col_VF_Cancel_Detail_Count__c {width:50px;} table.list .col_Cancel_Reason__c {width:30px;} table.list .col_Loaner_cancel_Remarks__c {width:80px;} </style> <script type="text/javascript"> // 編集チェック function setChangeFlg(lineno) { force-app/main/default/pages/Lost_Return_DeliverySlip.page
@@ -4,6 +4,7 @@ <apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/> <apex:includeScript value="{!URLFOR($Resource.instascan)}"/> <apex:includeScript value="{!URLFOR($Resource.CommonUtilJs)}"/> <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning --> <style type="text/css"> .hideDropdown select{ display: none