unknown
2023-08-23 50ce6a5e5ae7ac6ce3e6281acca9a0db568306e6
force-app/main/default/pages/ConsumTrial.page
@@ -7,6 +7,7 @@
        <apex:includeScript value="{!URLFOR($Resource.ReceivingNotePageJS)}"/>
        <apex:includeScript value="{!URLFOR($Resource.CommonUtilJs)}"/>
        <apex:includeScript value="{! URLFOR($Resource.AWSService, 'AWSService.js') }"/>
        <apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning  -->
        
        <script type="text/javascript">
            var txIds = [];
@@ -30,6 +31,15 @@
                  background-image:url('{!URLFOR($Resource.IconResizePlus_5)}');
                  background-repeat:no-repeat;
                }
                .searchTable td {
                    display: -webkit-inline-box;
                    margin: 10px 10px;
                    line-height: 2rem;
                }
                .searchTable td:last-child {
                    display: inline-block;
                }
                #tableData td{display: inline-flex;}
            </style>
            <script type="text/javascript">
            var heightAjustment = 120;
@@ -768,7 +778,7 @@
                                        <apex:inputText value="{!var.lineNo}" styleClass="ordernocls" style="display:none;"/>
                                        <!-- <apex:inputHidden value="{!var.rnd.Degree_Of_Importance__c}"/> -->
                                    </td>
                                    <td class="col_Scroll"></td>
                                    <!-- <td class="col_Scroll"></td> -->
                                    
                                </tr>
                                <apex:variable value="{!Cnt_R+1}" var="Cnt_R" />