<apex:page standardController="Consum_Inventory_Detail__c" extensions="InventoryReportDetailController" showHeader="true" sidebar="false" id="allPage" action="{!init}" lightningStylesheets="true">
|
<apex:stylesheet value="{!URLFOR($Resource.blockUIcss)}"/>
|
<apex:includeScript value="{!URLFOR($Resource.jquery183minjs)}"/>
|
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
|
<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning -->
|
<style>
|
table {
|
/*width: 100%;
|
margin: 10px;*/
|
table-layout: fixed;
|
border-collapse: collapse;
|
}
|
.labelStyle {
|
padding: 5px;
|
border: 1px solid black;
|
}
|
/*.myTable {
|
width: 100%;
|
}*/
|
|
table tr td input{
|
width: 150px;
|
}
|
body .bPageBlock .detailList .labelCol{
|
width: 6%;
|
}
|
|
table.list .col_Asset__r_Id {width:100px;}
|
table.list .col_Salesdepartment__c {width:100px;}
|
table.list .col_Internal_asset_location__c {width:100px;}
|
table.list .col_EquipmentSet_Managment_Code__c {width:100px;}
|
table.list .col_Internal_Asset_number__c {width:100px;}
|
table.list .col_Fixture_Model_No__c {width:120px;}
|
table.list .col_SerialNumber__c {width:100px;}
|
table.list .col_WH_Location__c {width:100px;}
|
table.list .col_Inventory_Quantity_Jia__c {width:100px;}
|
table.list .col_Inventory_Weixiu_Count_Jia__c {width:100px;}
|
table.list .col_Inventory_Chujie_Count_Jia__c {width:100px;}
|
table.list .col_Inventory_Diaobo_Count_Jia__c {width:100px;}
|
table.list .col_Inventory_Daibaofei_Diushi_Count_Jia__c {width:100px;}
|
table.list .col_Inventory_Zaiku_Count_Jia__c {width:160px;}
|
table.list .col_Inventory_Shipan_Count_Jia__c {width:100px;}
|
table.list .col_Inventory_Deviation_Jia__c {width:80px;}
|
table.list .col_Inventory_Profit_Quantity__c {width:50px;}
|
table.list .col_Inventory_Loss_Quantity__c {width:50px;}
|
table.list .col_Inventory_Remarks__c {width:140px;}
|
table.list .col_Remarks_Person__c {width:100px;}
|
table.list .col_InventoryPerson1__c {width:100px;}
|
table.list .col_InventoryPerson2__c {width:100px;}
|
table.list .col_InventoryPerson3__c {width:100px;}
|
table.list .col_Consumable_Guaranteen_end__c {width:100px;}
|
table.list .col_Consumed_Count_Jia__c{width:100px;}
|
table.list .col_Equipment_Type__c {width:100px;}
|
|
table.list td input {min-width: 99%}
|
|
</style>
|
<apex:form id="allForm">
|
<apex:actionFunction name="searchOpp" action="{!searchOpp}" rerender="allForm" oncomplete="unblockUI();" />
|
<apex:actionFunction name="saveAndSearch" action="{!save}" rerender="allPanel" oncomplete="unblockUI();">
|
<apex:param name="firstParam" assignTo="{!saveType}" value="" />
|
</apex:actionFunction>
|
<apex:outputPanel id="pageallPanel">
|
<apex:pageBlock id="searchBlock" tabStyle="Report">
|
<apex:pageBlockSection title="耗材盘点表明细画面">
|
<apex:outputField value="{!parentObj.Name}"/>
|
<apex:outputField value="{!parentObj.Internal_asset_location__c}"/>
|
<apex:outputField value="{!parentObj.Inventory_Start_Date__c}"/>
|
<apex:outputField value="{!parentObj.Inventory_Status__c}"/>
|
<apex:outputField value="{!parentObj.InventoryPIC__c}"/>
|
</apex:pageBlockSection>
|
<table>
|
<tr style="line-height:50px">
|
<td width="7%" style="text-align: right; font-size: .75rem; color: rgb(68, 68, 68); padding-right:0.75rem">关键字</td>
|
<td width="23%">
|
<apex:inputText value="{!keyword}" />
|
<apex:commandButton value="检索" onclick=" searchOppJs(); return false;" style="height: 32px;width: 60px;"/>
|
<apex:commandButton action="{!save}" value="保存" onclick="blockme();" rerender="allForm" oncomplete="unblockUI();" style="height: 32px;width: 60px;margin-left: 5px;"/>
|
</td>
|
<td width="9%" style="text-align: right;">
|
<apex:outputLabel for="modelNo" value="{!$ObjectType.Inventory_Detail__c.fields.Fixture_Model_No__c.label}"/>
|
</td>
|
<td width="10%">
|
<apex:inputText id="modelNo" value="{!modelNo}" />
|
</td>
|
<td width="7%" style="text-align: right;">
|
<apex:outputLabel for="serialNo" value="{!$ObjectType.Inventory_Detail__c.fields.SerialNumber__c.label}" />
|
</td>
|
<td width="12%">
|
<apex:inputText id="serialNo" value="{!serialNo}" />
|
</td>
|
<td width="10%" style="text-align: right;">
|
<apex:outputLabel for="whLocation" value="{!$ObjectType.Inventory_Detail__c.fields.WH_Location__c.label}" />
|
</td>
|
<td width="20%">
|
<apex:inputText id="whLocation" value="{!whLocation}" />
|
</td>
|
</tr>
|
<tr style="margin-top: 5px">
|
<td style="width:7%; text-align: right;">
|
<apex:outputLabel for="bpPankuiYing" value="盘亏/盘盈"/>
|
</td>
|
<td style="width:23%;">
|
<apex:selectList value="{!bpPankuiYing}" size="1" id="bpPankuiYingOps">
|
<apex:selectOptions value="{!bpPankuiYingOps}"/>
|
</apex:selectList>
|
</td>
|
<td style="width:9%; text-align: right;">
|
<apex:outputLabel for="bieBeiPinFenLei" value="{!$ObjectType.Inventory_Detail__c.fields.Equipment_Type__c.label}" />
|
</td>
|
<td style="width:10%;">
|
<apex:selectList value="{!bieBeiPinFenLei}" size="1" id="bieBeiPinFenLei">
|
<apex:selectOptions value="{!bieBeiPinFenLeiOps}"/>
|
</apex:selectList>
|
</td>
|
<td style="width:7%; text-align: right; font-size: .75rem; color: rgb(68, 68, 68); padding-right:0.75rem">盘点状态</td>
|
<td style="width:12%;">
|
<apex:selectList value="{!assetStatus}" id="assetStatusId" size="1">
|
<apex:selectOptions value="{!assetStatusOptionList}"/>
|
</apex:selectList>
|
</td>
|
<td style="width:10%;text-align: right; font-size: .75rem; color: rgb(68, 68, 68); padding-right:0.75rem">消耗品有效期至</td>
|
<td style="width:20%;">
|
<apex:selectList value="{!compareOperator}" id="compareOperatorOps" size="1">
|
<apex:selectOptions value="{!CompareOperatorOps}"/>
|
</apex:selectList>
|
<apex:inputField id="consumGuaranteenDate" value="{!sampleCiDetail.Consumable_Guaranteen_end__c}"/>
|
</td>
|
<!-- <td style="width:5%;">
|
|
</td> -->
|
</tr>
|
</table>
|
<apex:outputPanel id="message">
|
<apex:pageMessages />
|
</apex:outputPanel>
|
</apex:pageBlock>
|
|
</apex:outputPanel>
|
|
<apex:outputText style="margin: 10px;" value="{!invDetailResultRemark}" />
|
<c:RelationListPagingCmp id="cmpid" pgController="{!this}" hasCheckbox="false" isRadio="false" noSort="false"/>
|
</apex:form>
|
</apex:page>
|