unknown
2023-08-24 ddb0231ef7c5cf2bad9d3f1afc2f733674ad38a5
force-app/main/default/pages/ConsumEquipmentSetReceived.page
@@ -1,4 +1,4 @@
<apex:page Controller="ConsumEquipmentSetReceivedController" showHeader="false" sidebar="false" id="allPage" action="{!init}">
<apex:page Controller="ConsumEquipmentSetReceivedController" lightningStylesheets="true" showHeader="false" sidebar="false" id="allPage" action="{!init}">
<head>
    <meta name="format-detection" content="telephone=no"/>
    <meta name="viewport" content="width=device-width,initial-scale=1"/>
@@ -11,6 +11,8 @@
<apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
<apex:stylesheet value="{!URLFOR($Resource.jquery_confirm, 'jquery-confirm.min.css')}"/>
<apex:includeScript value="{!URLFOR($Resource.jquery_confirm, 'jquery-confirm.min.js')}"/>
<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning  -->
<style>
.col_Barcode_F__c
{
@@ -85,6 +87,25 @@
}
/*add end by youc 2021-12-07 耗材追溯 -收货*/
table.list .col_Fixture_Model_No__c {width:120px;}
table.list .col_Consumable_Guaranteen_end_F__c {width:100px;}
table.list .col_SerialNumber_F__c {width:100px;}
table.list .col_Salesdepartment__c {width:150px;}
table.list .col_Asset_return_Day__c {width:100px;}
table.list .col_Return_DeliverySlip__r_Name {width:100px;}
table.list .col_Hui_Ji_Jia__c {width:50px;}
table.list .col_Yi_Zhi_Bao_Fei_Jia__c {width:100px;}
table.list .col_Yi_Zhi_Guo_Qi_Jia__c {width:100px;}
table.list .col_Shang_Jia_Jia__c {width:100px;}
table.list .col_WH_location__c {width:100px;}
table.list .col_Barcode_F__c {width:100px;}
table.list .col_ManagementCode__c {width:100px;}
table.list .col_EquipmentManagementCode__c {width:100px;}
table.list .col_barcodeforReceipt__c {width:100px;}
table.list .col_boxbarcodeforReceipt__c {width:100px;}
table.list .col_EquipmentManagementCode_OldData__c {width:100px;}
table.list .col_Scroll {width:100px;}
</style>
<script type="text/javascript">
    sforce.connection.sessionId = "{!$Api.Session_ID}";