From 2f4492ee18f90274582fcc2bb06f5e9bf64136e8 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期五, 13 五月 2022 17:32:14 +0800
Subject: [PATCH] ProdBackup0513

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

diff --git a/force-app/main/default/pages/EquipmentLoanerApply.page b/force-app/main/default/pages/EquipmentLoanerApply.page
index 8f5573f..f8a7783 100644
--- a/force-app/main/default/pages/EquipmentLoanerApply.page
+++ b/force-app/main/default/pages/EquipmentLoanerApply.page
@@ -422,7 +422,6 @@
                             </apex:outputPanel>
                             <th style="text-align: center;"><a href="#" onclick="sortTableJs('2');return false;" style="text-decoration: underline;">{!$ObjectType.loaner_application_detail__c.fields.ECCode__c.label}</a>{!sortOrder[3]}</th>
                             <th style="text-align: center;"><a href="#" onclick="sortTableJs('3');return false;" style="text-decoration: underline;">{!$ObjectType.loaner_application_detail__c.fields.loaner_place__c.label}</a>{!sortOrder[3]}</th>
-                            <!-- <th style="text-align: center;">鏍锋満鍚嶇О</th> -->
                             <apex:outputPanel layout="none" rendered="{!IF(loanerApply.Equipment_Type__c == 'BS' , false , true)}">
                                 <th style="text-align: center;width: 50Px;"><a href="#" onclick="sortTableJs('4');return false;" style="text-decoration: underline;">{!$ObjectType.loaner_application_detail__c.fields.loaner_Status__c.label}/{!$ObjectType.Asset.fields.Count_can_allocate_F__c.label}</a>{!sortOrder[4]}</th>
                             </apex:outputPanel>
@@ -493,9 +492,6 @@
                             <td class="dataCell" align="center">
                                 {!records.aset.EC_Code__c}
                             </td>
-                            <!-- <td class="dataCell" align="center">
-                                {!records.aset.Equipment_Type__c}
-                            </td> -->
                             <td class="dataCell" align="center">
                                 {!records.aset.loaner_place__c}
                             </td>

--
Gitblit v1.9.1