Commit 4278ebfa authored by wansari's avatar wansari

D14IKAT004 updated checkbox hided


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97518 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 57d16a6e
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<link href="/ibase/webitm/css/DD/jquery-ui-1.10.4.custom.min.css" rel="stylesheet"/> <link href="/ibase/webitm/css/DD/jquery-ui-1.10.4.custom.min.css" rel="stylesheet"/>
<script type="text/javascript" src="/ibase/webitm/js/jquery-ui-1.10.4.custom.min.js"></script> <script type="text/javascript" src="/ibase/webitm/js/jquery-ui-1.10.4.custom.min.js"></script>
<script> <script language="JavaScript" type="text/javascript">
<![CDATA[ <![CDATA[
$(function() $(function()
{ {
...@@ -115,7 +115,7 @@ ...@@ -115,7 +115,7 @@
<xsl:variable name="quantity__fc"><xsl:value-of select="quantity__fc"/></xsl:variable> <xsl:variable name="quantity__fc"><xsl:value-of select="quantity__fc"/></xsl:variable>
<xsl:variable name="tot_amt"><xsl:value-of select="tot_amt"/></xsl:variable> <xsl:variable name="tot_amt"><xsl:value-of select="tot_amt"/></xsl:variable>
<xsl:variable name="chkbox"><xsl:value-of select="@selected"/></xsl:variable> <xsl:variable name="chkbox"><xsl:value-of select="@selected"/></xsl:variable>
<tr style="text-align:center"> <tr style="text-align:center">
<!--<td style="width:20px"> <!--<td style="width:20px">
<input type="checkbox" name="Detail3.{normalize-space($dbID)}.selectbox" id="Detail3.{normalize-space($dbID)}.selectbox" checked='true' value="true" onClick="setChecked(this)"/> <input type="checkbox" name="Detail3.{normalize-space($dbID)}.selectbox" id="Detail3.{normalize-space($dbID)}.selectbox" checked='true' value="true" onClick="setChecked(this)"/>
...@@ -123,10 +123,12 @@ ...@@ -123,10 +123,12 @@
<td> <td>
<xsl:choose> <xsl:choose>
<xsl:when test="$chkbox ='Y'"> <xsl:when test="$chkbox ='Y'">
<input type="checkbox" name="Detail3.{normalize-space($dbID)}.selectbox" id="Detail3.{normalize-space($dbID)}.selectbox" checked='true' value="true" onClick="setChecked(this)"/> <input type="checkbox" name="Detail3.{normalize-space($dbID)}.selectbox"
id="Detail3.{normalize-space($dbID)}.selectbox" checked='true' value="true" style="display:none;" onClick="return false;"/>
</xsl:when> </xsl:when>
<xsl:otherwise> <xsl:otherwise>
<input type="checkbox" name="Detail3.{normalize-space($dbID)}.selectbox" id="Detail3.{normalize-space($dbID)}.selectbox" value="false" onClick="setChecked(this)"/> <input type="checkbox" name="Detail3.{normalize-space($dbID)}.selectbox"
id="Detail3.{normalize-space($dbID)}.selectbox" value="false" onClick="return false;"/>
</xsl:otherwise> </xsl:otherwise>
</xsl:choose> </xsl:choose>
</td> </td>
...@@ -166,7 +168,7 @@ ...@@ -166,7 +168,7 @@
<!-- <xsl:value-of select="dlv_date"/>--> <!-- <xsl:value-of select="dlv_date"/>-->
<input type="text" id="dlv_date{normalize-space($dbID)}" value="{dlv_date}" <input type="text" id="dlv_date{normalize-space($dbID)}" value="{dlv_date}"
class="editInputClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 70px" onchange="dlvChange({$dbID})" /> class="editInputClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 70px" onchange="dlvChange({$dbID})" />
</td> </td>
<td> <td>
<xsl:value-of select="supp_code"/> <xsl:value-of select="supp_code"/>
</td> </td>
...@@ -229,8 +231,10 @@ ...@@ -229,8 +231,10 @@
<input type="hidden" class="editInputClass" value="{$adj_qty}" name="Detail3.{normalize-space($dbID)}.adj_qty" <input type="hidden" class="editInputClass" value="{$adj_qty}" name="Detail3.{normalize-space($dbID)}.adj_qty"
id="Detail3.{normalize-space($dbID)}.adj_qty" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.adj_qty" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$quantity__fc}" name="Detail3.{normalize-space($dbID)}.quantity__fc" <input type="hidden" class="editInputClass" value="{$quantity__fc}" name="Detail3.{normalize-space($dbID)}.quantity__fc"
id="Detail3.{normalize-space($dbID)}.quantity__fc" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.quantity__fc" maxlength="10"/>
</tr> </tr>
</xsl:for-each> </xsl:for-each>
</tbody> </tbody>
</table> </table>
...@@ -244,7 +248,7 @@ ...@@ -244,7 +248,7 @@
<input type="hidden" value="2:MP" name="formType" id="formType" /> <input type="hidden" value="2:MP" name="formType" id="formType" />
<!-- <textarea name="PRE_FORM_VAL" ID="PRE_FORM_VAL" style="display:none;"></textarea> --> <!-- <textarea name="PRE_FORM_VAL" ID="PRE_FORM_VAL" style="display:none;"></textarea> -->
<input type="submit" style="cursor:hand" class="button" value="Previous" title='Previous' <input type="submit" style="cursor:hand" class="button" value="Previous" title='Previous'
onclick="javascript:setActionVal('previous')"/> onclick="javascript:setActionVal('previous');"/>
<input type="submit" style="cursor:hand" class="button" value="Finish" title='Finish' <input type="submit" style="cursor:hand" class="button" value="Finish" title='Finish'
onclick="javascript:setActionVal('finish');javascript:return checkRate()"/> onclick="javascript:setActionVal('finish');javascript:return checkRate()"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment