From 8d7963ea2559ecb364eacf1c28a017b53ed036bf Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@prec-tech.com>
Date: 星期二, 25 四月 2023 17:29:16 +0800
Subject: [PATCH] 调拨办事处 修改
---
force-app/main/default/pages/TransferAgencyShipment.page | 11 ++++++++++-
force-app/main/default/pages/Lost_Return_DeliverySlip.page | 5 +++++
force-app/main/default/pages/TransferAgencyReceived.page | 8 +++++++-
3 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/pages/Lost_Return_DeliverySlip.page b/force-app/main/default/pages/Lost_Return_DeliverySlip.page
index f05d3f3..d9d674d 100644
--- a/force-app/main/default/pages/Lost_Return_DeliverySlip.page
+++ b/force-app/main/default/pages/Lost_Return_DeliverySlip.page
@@ -40,6 +40,11 @@
body .pbBody table.list tr.headerRow td, body .pbBody table.list tr.headerRow th {
border-width: 1px;
}
+
+ /* 20230425 zq lightning涓嬩慨鏀规牱寮� */
+ body .bPageBlock .detailList .dataCol {
+ width: auto!important;
+ }
</style>
<script type="text/javascript">
function filljsQR(qrcode) {
diff --git a/force-app/main/default/pages/TransferAgencyReceived.page b/force-app/main/default/pages/TransferAgencyReceived.page
index 8e21a23..4f3b0cd 100644
--- a/force-app/main/default/pages/TransferAgencyReceived.page
+++ b/force-app/main/default/pages/TransferAgencyReceived.page
@@ -1,4 +1,5 @@
-<apex:page controller="TransferAgencyReceivedController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="鍔炰簨澶勫埌璐х‘璁�/CDS/鍥炲簱">
+<!-- 20230425 zq <apex:page controller="TransferAgencyReceivedController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="鍔炰簨澶勫埌璐х‘璁�/CDS/鍥炲簱"> -->
+<apex:page lightningStylesheets="true" controller="TransferAgencyReceivedController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="鍔炰簨澶勫埌璐х‘璁�/CDS/鍥炲簱">
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
@@ -42,6 +43,11 @@
body .pbBody table.list tr.headerRow td, body .pbBody table.list tr.headerRow th {
border-width: 1px;
}
+
+ /* 20230425 zq lightning涓嬩慨鏀规牱寮� */
+ body .bPageBlock .detailList .dataCol {
+ width: auto;
+ }
</style>
<script type="text/javascript">
function checkMessage() {
diff --git a/force-app/main/default/pages/TransferAgencyShipment.page b/force-app/main/default/pages/TransferAgencyShipment.page
index 27171f8..ad3dbcc 100644
--- a/force-app/main/default/pages/TransferAgencyShipment.page
+++ b/force-app/main/default/pages/TransferAgencyShipment.page
@@ -1,4 +1,5 @@
-<apex:page controller="TransferAgencyShipmentController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="鍔炰簨澶勪笅鏋�/鍙戣揣">
+<!--20230425 zq <apex:page controller="TransferAgencyShipmentController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="鍔炰簨澶勪笅鏋�/鍙戣揣"> -->
+<apex:page lightningStylesheets = "true" controller="TransferAgencyShipmentController" showHeader="false" sidebar="false" id="allPage" action="{!init}" title="鍔炰簨澶勪笅鏋�/鍙戣揣">
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
@@ -39,9 +40,17 @@
table.list td.col_chk {
width:30px;
}
+
body .pbBody table.list tr.headerRow td, body .pbBody table.list tr.headerRow th {
border-width: 1px;
}
+ /* 20230425 zq lightning涓嬩慨鏀规牱寮� */
+ body .bPageBlock .detailList .dataCol {
+ width: auto!important;
+ }
+ body .list > tbody > tr > td {
+ white-space: normal;
+ }
</style>
<script type="text/javascript">
function checkMessage() {
--
Gitblit v1.9.1