From 8966eadab96813a60228d48b9dcae4747c91273b Mon Sep 17 00:00:00 2001
From: LiJinHuan <lijinhuan@prec-tech.com>
Date: 星期三, 19 七月 2023 09:18:38 +0800
Subject: [PATCH] 备品调拨应答沟通优化
---
force-app/main/default/pages/TransferApplyResponsePopUp.page | 11 +++++++++--
force-app/main/default/pages/TransferApplyResponse.page | 4 ++--
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/pages/TransferApplyResponse.page b/force-app/main/default/pages/TransferApplyResponse.page
index d909755..2b88839 100644
--- a/force-app/main/default/pages/TransferApplyResponse.page
+++ b/force-app/main/default/pages/TransferApplyResponse.page
@@ -7,14 +7,14 @@
//blockme();
window.open('/apex/TransferApplyResponsePopUp?raid=' + '{!URLENCODE(TransferApply__c.Id)}' + '&type=responsebefore',
'TransferApplyDate',
- 'height=400,width=600,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
+ 'height=600,width=600,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
}
function touserjs() {
//blockme();
window.open('/apex/TransferApplyResponsePopUp?raid=' + '{!URLENCODE(TransferApply__c.Id)}' + '&type=responseafter',
'TransferApplyDate',
- 'height=400,width=600,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
+ 'height=600,width=600,top=0,left=0,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,status=no');
}
function reloadjs() {
//blockme();
diff --git a/force-app/main/default/pages/TransferApplyResponsePopUp.page b/force-app/main/default/pages/TransferApplyResponsePopUp.page
index 3eb227c..16e114a 100644
--- a/force-app/main/default/pages/TransferApplyResponsePopUp.page
+++ b/force-app/main/default/pages/TransferApplyResponsePopUp.page
@@ -30,6 +30,12 @@
// 20211123 ljh 搴旂瓟娌熼�� update end
}
</script>
+<!-- 20230718 ljh add -->
+<style type="text/css">
+ table.mytable tr{
+ height:35px;
+ }
+</style>
<apex:form id="allForm">
<!-- 20211105 ljh 搴旂瓟娌熼�� update start -->
<!-- <apex:actionFunction name="savebtn" action="{!saveBtn}" rerender="allPanel,message" onComplete="unblockUI();refreshparent();"> -->
@@ -43,7 +49,8 @@
<apex:outputPanel id="allPanel">
<apex:pageBlock title="{!$ObjectType.TransferApply__c.fields.Response__c.label}" id="allBlock">
<apex:pageBlockButtons location="top">
- <apex:commandButton onclick="j$(this).prop('disabled', true).addClass('btnDisabled'); savejs(); return false;" value="鍙戦��" rerender="dummy"/>
+ <!-- 20230718 ljh add style="margin-right:10px" -->
+ <apex:commandButton onclick="j$(this).prop('disabled', true).addClass('btnDisabled'); savejs(); return false;" value="鍙戦��" rerender="dummy" style="margin-right:10px"/>
<apex:commandButton onclick="canceljs(); return false;" value="鍙栨秷" rerender="dummy"/>
</apex:pageBlockButtons>
<!-- 20211105 ljh 搴旂瓟娌熼�� update start -->
@@ -54,7 +61,7 @@
<apex:outputText id="raid" value="{!raid}" style="display:none"/>
<!-- <apex:outputText id="hasError" value="{!hasError}" style="display:none"/> -->
<!-- 20211105 ljh 搴旂瓟娌熼�� update end -->
- <table>
+ <table class="mytable">
<tr>
<td>To锛�</td>
<td>
--
Gitblit v1.9.1