FUYU
2023-05-19 559771a80cf779dc13a84ecd2f178e6ca5a8353a
force-app/main/default/pages/InventoryList.page
@@ -52,29 +52,29 @@
                </apex:pageBlock>
                 <apex:pageblocksection columns="1" title="盘点明细" id="ConsumableorderdetailsSectionPandian">
                    <apex:pageblocktable value="{!ConsumableorderdetailsRecords}" var="records" id="ConsumableorderdetailsTable0">
                         <apex:column width="180">
                             <apex:facet name="header">消耗品名称</apex:facet>
                             <apex:outputField value="{!records.Prod.Name__c}"/>
                         <apex:column width="180" style="text-align: center">
                             <apex:facet name="header"><div style="text-align:center">消耗品名称</div></apex:facet>
                             <apex:outputField style="text-align: center;" value="{!records.Prod.Name__c}"/>
                         </apex:column>
                        <apex:column width="180" style="text-align: right;">
                            <apex:facet name="header">库存</apex:facet>
                        <apex:column width="180" style="text-align: center">
                            <apex:facet name="header"><div style="text-align:center">库存</div></apex:facet>
                            <apex:outputField id="consumablesCount" value="{!records.orderdetails1.Count_Sum__c}" />
                        </apex:column>
                        <apex:column width="180" style="text-align: right;">
                            <apex:facet name="header">盘点</apex:facet>
                            <apex:outputField id="consumablesCount1"
                        <apex:column width="180" style="text-align: center">
                            <apex:facet name="header"><div style="text-align:center">盘点</div></apex:facet>
                            <apex:outputField id="consumablesCount1"
                                value="{!records.orderdetails1.inventory_sum__c}" />
                        </apex:column>
                        <apex:column width="180" style="text-align: right;">
                            <apex:facet name="header">丢失</apex:facet>
                        <apex:column width="180" style="text-align: center">
                            <apex:facet name="header"><div style="text-align:center">丢失</div></apex:facet>
                            <apex:outputField id="consumablesCount2" value="{!records.orderdetails1.Diff__c}" />
                        </apex:column>
                        <apex:column width="180" style="text-align: right;">
                            <apex:facet name="header">寻回</apex:facet>
                            <apex:outputField id="consumablesCount3" value="{!records.orderdetails1.Product_Refind__c}" />
                        <apex:column width="180" style="text-align: center">
                            <apex:facet name="header"><div style="text-align:center">寻回</div></apex:facet>
                            <apex:outputField id="consumablesCount3"  value="{!records.orderdetails1.Product_Refind__c}" />
                        </apex:column>
                        <apex:column width="180">
                            <apex:facet name="header">差异原因</apex:facet>
                        <apex:column width="180" style="text-align: center">
                            <apex:facet name="header"><div style="text-align:center">差异原因</div></apex:facet>
                            <apex:outputField value="{!records.orderdetails1.Lose_reason__c}" />
                        </apex:column>
                    </apex:pageblocktable>
@@ -84,20 +84,20 @@
                </apex:pageblocksection>
                 <apex:pageblocksection columns="1" title="在库调整明细" id="ConsumableorderdetailsSection">
                    <apex:pageblocktable value="{!ConsumableorderdetailsRecordsError}" var="records" id="ConsumableorderdetailsTable">
                         <apex:column width="180">
                             <apex:facet name="header">消耗品名称</apex:facet>
                         <apex:column width="180" style="text-align: center">
                             <apex:facet name="header"><div style="text-align:center">消耗品名称</div></apex:facet>
                             <apex:outputField value="{!records.Prod.Name__c}"/> 
                         </apex:column>
                         <apex:column width="120">
                             <apex:facet name="header">产品型号</apex:facet>
                         <apex:column width="120" style="text-align: center">
                             <apex:facet name="header"><div style="text-align:center">产品型号</div></apex:facet>
                             <apex:outputField value="{!records.Prod.Asset_Model_No__c}"/> 
                         </apex:column>
                          <apex:column width="80">
                             <apex:facet name="header">差异原因</apex:facet>
                          <apex:column width="80" style="text-align: center">
                             <apex:facet name="header"><div style="text-align:center">差异原因</div></apex:facet>
                             <apex:outputField value="{!records.orderdetails2.Lose_reason__c}"/> 
                         </apex:column>
                          <apex:column width="80">
                             <apex:facet name="header">是否丢失</apex:facet>
                          <apex:column width="80" style="text-align: center">
                             <apex:facet name="header"><div style="text-align:center">是否丢失</div></apex:facet>
                             <apex:outputField value="{!records.orderdetails2.Lose_Flag__c}"/> 
                         </apex:column>
                    </apex:pageblocktable>