| | |
| | | border-top-right-radius:10px; |
| | | text-align: left; |
| | | margin: 0; |
| | | padding: 1%; |
| | | width: 98%; |
| | | background:#DCDCDC; |
| | | /* lightning改造 zyh start */ |
| | | /* padding: 1%; */ |
| | | /* width: 98%; */ |
| | | /* background:#DCDCDC; */ |
| | | background:#95aee5; |
| | | padding-left: 0.75rem; |
| | | /* lightning改造 zyh end */ |
| | | position: relative; |
| | | } |
| | | .checkintitle{ |
| | |
| | | } |
| | | #Step_tab li { |
| | | position: relative; |
| | | width: 20%; |
| | | /* lightning改造 zyh start */ |
| | | /* width: 20%; */ |
| | | width: 50%; |
| | | /* lightning改造 zyh end */ |
| | | float: left; |
| | | margin: 0; |
| | | padding: 0; |
| | | text-align: center; |
| | | cursor: pointer; |
| | | height: 25px; |
| | | /* lightning改造 zyh start */ |
| | | /* height: 25px; */ |
| | | height: 30px; |
| | | line-height: 30px; |
| | | /* lightning改造 zyh end */ |
| | | } |
| | | #Step_tab li span { |
| | | margin: 0; |
| | |
| | | line-height: 1; |
| | | } |
| | | div.detail { |
| | | margin-left: 5px; |
| | | width: 400px; |
| | | /* lightning改造 zyh start */ |
| | | /* margin-left: 5px; */ |
| | | /* width: 400px; */ |
| | | /* lightning改造 zyh start */ |
| | | } |
| | | #Step_tab li.selected { |
| | | background: #3b5998; |
| | |
| | | } |
| | | div.menu{ |
| | | margin-bottom: 20px; |
| | | width: 490px; |
| | | /* lightning改造 zyh start */ |
| | | /* width: 490px; */ |
| | | /* lightning改造 zyh end */ |
| | | } |
| | | |
| | | hr { |
| | |
| | | .menu{ |
| | | border:1px solid #a1a1a1; |
| | | border-radius:10px; |
| | | width: 400px; |
| | | /* lightning改造 zyh start */ |
| | | /* width: 400px; */ |
| | | /* lightning改造 zyh end */ |
| | | } |
| | | .menu li .fieldname { |
| | | width: 30%; |
| | | text-align: right; |
| | | float: left; |
| | | /* text-align: right; */ |
| | | text-align: left; |
| | | /* float: left; */ |
| | | } |
| | | .menu li .fieldvalue{ |
| | | width: 45%; |
| | | width: 45%; |
| | | text-align: left; |
| | | margin-left: 10px; |
| | | |
| | |
| | | margin-left: 20px !important; |
| | | } |
| | | div.freezehander{ |
| | | width:500px; |
| | | /* lightning改造 zyh start */ |
| | | /* width:500px; */ |
| | | /* lightning改造 zyh end */ |
| | | } |
| | | </style> |
| | | |
| | |
| | | </apex:outputPanel> |
| | | |
| | | <apex:outputPanel layout="none" rendered="{!IF(indexloop == 1, true, false)}" > |
| | | <apex:inputCheckbox id="summaryCheckS" html-data-sumId="{!esdInfo.rnd.ReceivingNoteSummary__r.Id}" value="{!esdInfo.isChecked}"/><h3 style="padding: 5px;" class="detailtab">{!esdInfo.rnd.ReceivingNoteSummary__r.ReceivingNoteSummaryNo__c}:{!esdInfo.rnd.ReceivingNoteSummary__r.Fixture_Set__r.Name}<br/> 到货日期: <apex:outputtext value="{0, date, yyyy/MM/dd}"><apex:param value="{!esdInfo.rnd.ReceivingNoteSummary__r.Received_Confirm_Date__c}" /></apex:outputtext> 汇总结果: {!esdInfo.rnd.ReceivingNoteSummary__r.Inspection_result_F__c}</h3> |
| | | <!-- <apex:inputCheckbox id="summaryCheckS" html-data-sumId="{!esdInfo.rnd.ReceivingNoteSummary__r.Id}" value="{!esdInfo.isChecked}"/><h3 style="padding: 5px;" class="detailtab">{!esdInfo.rnd.ReceivingNoteSummary__r.ReceivingNoteSummaryNo__c}:{!esdInfo.rnd.ReceivingNoteSummary__r.Fixture_Set__r.Name}<br/> 到货日期: <apex:outputtext value="{0, date, yyyy/MM/dd}"><apex:param value="{!esdInfo.rnd.ReceivingNoteSummary__r.Received_Confirm_Date__c}" /></apex:outputtext> 汇总结果: {!esdInfo.rnd.ReceivingNoteSummary__r.Inspection_result_F__c}</h3> --> |
| | | <apex:inputCheckbox id="summaryCheckS" html-data-sumId="{!esdInfo.rnd.ReceivingNoteSummary__r.Id}" value="{!esdInfo.isChecked}"/><span style="padding: 5px; font-weight: bold;" class="detailtab">{!esdInfo.rnd.ReceivingNoteSummary__r.ReceivingNoteSummaryNo__c}:{!esdInfo.rnd.ReceivingNoteSummary__r.Fixture_Set__r.Name}<br/> 到货日期: <apex:outputtext value="{0, date, yyyy/MM/dd}"><apex:param value="{!esdInfo.rnd.ReceivingNoteSummary__r.Received_Confirm_Date__c}" /></apex:outputtext> 汇总结果: {!esdInfo.rnd.ReceivingNoteSummary__r.Inspection_result_F__c}</span> |
| | | </apex:outputPanel> |
| | | |
| | | <div class="menu"> |