From 0442dbaace6d57033cdcc4832ca37fed04045ea2 Mon Sep 17 00:00:00 2001
From: LiJinHuan <lijinhuan@prec-tech.com>
Date: 星期六, 24 六月 2023 17:41:08 +0800
Subject: [PATCH] 备品办事处分配页面
---
force-app/main/default/pages/RentalFixtureSetSelect.page | 17 +++++++++++++----
1 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/pages/RentalFixtureSetSelect.page b/force-app/main/default/pages/RentalFixtureSetSelect.page
index ab8681e..96dfeb7 100644
--- a/force-app/main/default/pages/RentalFixtureSetSelect.page
+++ b/force-app/main/default/pages/RentalFixtureSetSelect.page
@@ -1,4 +1,6 @@
-<apex:page standardController="Rental_Apply_Equipment_Set__c" extensions="RentalFixtureSetSelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
+<!-- <apex:page standardController="Rental_Apply_Equipment_Set__c" extensions="RentalFixtureSetSelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}"> -->
+<apex:page standardController="Rental_Apply_Equipment_Set__c" extensions="RentalFixtureSetSelectController" showHeader="false" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
+<!-- 20230509 ljh lightning 鍒囨崲 -->
<head>
<title>澶囧搧閰嶅閫夋嫨</title>
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
@@ -6,7 +8,11 @@
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<apex:includeScript value="{!URLFOR($Resource.RelationListPagingCmpJS)}"/>
-
+<!-- 20230509 ljh lightning start -->
+<style type="text/css">
+table.list td input[type="text"]{width:55%;}
+</style>
+<!-- 20230509 ljh lightning end -->
<script type="text/javascript">
var heightAjustment = 120;
var widthAjustment = 30;
@@ -91,8 +97,11 @@
$td.find("input[type=text]").attr('disabled',true);
});
} else {
- j$(this).append('<input type="button" style="width: auto;" class="inc btn" value="+" /><input type="button" style="width: auto;" class="dec btn" value="-" />');
- }
+ // 20230614 ljh lightning start
+ // j$(this).append('<input type="button" style="width: auto;" class="inc btn" value="+" /><input type="button" style="width: auto;" class="dec btn" value="-" />');
+ j$(this).append('<input type="button" style="width:1.5rem;line-height:1.5rem;" class="inc btn" value="+" /><input type="button" style="width:1.5rem;line-height: 1.5rem;" class="dec btn" value="-" />');
+ // 20230614 ljh lightning end
+ }
});
j$(".dataCellBorder1.col_Rental_Num__c input[type=button]").on("click", function(index) {
var $button = j$(this);
--
Gitblit v1.9.1