| | |
| | | position:absolute; |
| | | right:10px; |
| | | } |
| | | .disableInput { |
| | | input.disableInput[type="text"] { |
| | | pointer-events: none; |
| | | background-color: #ccc; |
| | | background-color: #8c8c8c5b; |
| | | } |
| | | .dateFormat { |
| | | display: none; |
| | |
| | | /* width:500px; */ |
| | | /* lightning改造 zyh end */ |
| | | } |
| | | .titleCheckbox[type="checkbox"]{ |
| | | margin-bottom: 4px; |
| | | margin-right: 0; |
| | | margin-left: 10px; |
| | | } |
| | | </style> |
| | | |
| | | <div id="myModal" class="modal"> |
| | |
| | | </apex:outputPanel> |
| | | <label style="font-size: 14px;font-weight: bold;" > |
| | | <apex:outputPanel rendered="{!esdInfo.rnd.ReceivingNoteSummary__r.Package_Status__c=='OK'}"> |
| | | <apex:inputCheckbox id="checkedRN" value="{!esdInfo.isChecked}" html-data-rnId="{!esdInfo.rnd.ReceivingNoteSummary__c}" html-data-fsId="{!esdInfo.rnd.Fixture_Set_Detail__r.Fixture_Set__c}"/> |
| | | <apex:inputCheckbox id="checkedRN" styleClass="titleCheckbox" value="{!esdInfo.isChecked}" html-data-rnId="{!esdInfo.rnd.ReceivingNoteSummary__c}" html-data-fsId="{!esdInfo.rnd.Fixture_Set_Detail__r.Fixture_Set__c}"/> |
| | | </apex:outputPanel> |
| | | {!esdInfo.rnd.ReceivingNoteSummary__r.ReceivingNoteSummaryNo__c} |
| | | {!esdInfo.rnd.ReceivingNoteSummary__r.ReceivingNoteSummaryNo__c} |
| | | <!-- {!esdInfo.rnd.ReceivingNoteSummary__r.ReceivingNoteSummaryNo__c} --> |
| | | </label> |
| | | <apex:variable var="SetName" value="{!esdInfo.rnd.ReceivingNoteSummary__r.Id}" /> |
| | | <apex:variable var="indexloop" value="{!indexloop+1}"/> |