Commit 573e48b5 authored by wansari's avatar wansari

D14IKAT004 removed site add from header, validated quantity


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97247 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3bd653b3
...@@ -88,10 +88,9 @@ ...@@ -88,10 +88,9 @@
<strong>Order Date :</strong> <strong>Order Date :</strong>
</td> </td>
<td colspan="2"> <td colspan="2">
<input type="text" name="Detail1.{normalize-space($dbID)}.ord_date" id="orddate" <input type="text" name="Detail1.{normalize-space($dbID)}.ord_date" id="orddate"
value="{$ord_date}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 25%" /> value="{$ord_date}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 25%" />
</td> </td>
</tr> </tr>
<!--<tr> <!--<tr>
...@@ -110,7 +109,7 @@ ...@@ -110,7 +109,7 @@
<td class="td_leftAlign"> <td class="td_leftAlign">
<div style="position:relative; width: 90%;"> <div style="position:relative; width: 90%;">
<input type="text" class="editInputClass" value="{$item_ser}" id="itmser" name="Detail1.{normalize-space($dbID)}.item_ser" <input type="text" class="editInputClass" value="{$item_ser}" id="itmser" name="Detail1.{normalize-space($dbID)}.item_ser"
maxlength="10" ISCHANGED="false" readOnly = "1" maxlength="10" ISCHANGED="false" readOnly = "1"
style="width: 95%;" /> style="width: 95%;" />
<div style="width:3%; float: right;"> <div style="width:3%; float: right;">
<a href="javascript:supp_pop('item_ser','itmser','Item Series');" style="float: left;text-decoration: none;"> <a href="javascript:supp_pop('item_ser','itmser','Item Series');" style="float: left;text-decoration: none;">
...@@ -233,14 +232,14 @@ ...@@ -233,14 +232,14 @@
</td> --> </td> -->
</tr> </tr>
<tr> <!--<tr>
<td class="td_leftAlign" nowrap="true"> <td class="td_leftAlign" nowrap="true">
<strong>Site Address1 :</strong> <strong>Site Address1 :</strong>
</td> </td>
<td class="td_leftAlign" colspan="3"> <td class="td_leftAlign" colspan="3">
<input type="text" name="Detail1.{normalize-space($dbID)}.site_add1" value="{site_add1}" maxlength="40" class="editInputClass" style="width: 100%"/> <input type="text" name="Detail1.{normalize-space($dbID)}.site_add1" value="{site_add1}" maxlength="40" class="editInputClass" style="width: 100%"/>
</td> </td>
</tr> </tr>-->
<tr> <tr>
<td class="td_leftAlign" nowrap="true"> <td class="td_leftAlign" nowrap="true">
...@@ -279,7 +278,7 @@ ...@@ -279,7 +278,7 @@
<strong>Transporter Mode :</strong> <strong>Transporter Mode :</strong>
</td> </td>
<td class="td_leftAlign"> <td class="td_leftAlign">
<input type="text" value="{$trans_mode}" name="Detail1.{normalize-space($dbID)}.trans_mode" class="editInputClass" id="trmode" maxlength="10" style='text-align: right; width: 20%'/> <input type="text" value="{$trans_mode}" ISCHANGED="false" readOnly = "1" name="Detail1.{normalize-space($dbID)}.trans_mode" class="editInputClass" id="trmode" maxlength="10" style='text-align: right; width: 20%'/>
</td> </td>
</tr> </tr>
...@@ -302,20 +301,20 @@ ...@@ -302,20 +301,20 @@
<input type="text" class="editInputClass" value="{$price_list}" id="prlist" name="Detail1.{normalize-space($dbID)}.price_list" <input type="text" class="editInputClass" value="{$price_list}" id="prlist" name="Detail1.{normalize-space($dbID)}.price_list"
maxlength="10" ISCHANGED="false" readOnly = "1" maxlength="10" ISCHANGED="false" readOnly = "1"
style="width: 95%;" /> style="width: 95%;" />
<div style="width:3%; float: right;"> <!--<div style="width:3%; float: right;">
<a href="javascript:supp_pop('price_list','prlist','Price List');" style="float: left;text-decoration: none;"> <a href="javascript:supp_pop('price_list','prlist','Price List');" style="float: left;text-decoration: none;">
<img src="/ibase/webitm/images/DD/popup1.png" style="margin-left: -5px;" title="Select Price List"/> <img src="/ibase/webitm/images/DD/popup1.png" style="margin-left: -5px;" title="Select Price List"/>
</a> </a>
</div> </div>-->
</div> </div>
</td> </td>
<td colspan="2"> <!--<td colspan="2">
<input type="text" name="Detail1.{normalize-space($dbID)}.price_list" id="prdescr" <input type="text" name="Detail1.{normalize-space($dbID)}.price_list" id="prdescr"
value="{price_list}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="margin-left: -9px;width: 180px" /> value="{price_list}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="margin-left: -9px;width: 180px" />
</td> </td>-->
</tr> </tr>
<tr> <!--<tr>
<td class="td_leftAlign" nowrap="true"> <td class="td_leftAlign" nowrap="true">
<strong>Confirm Date :</strong> <strong>Confirm Date :</strong>
</td> </td>
...@@ -323,7 +322,7 @@ ...@@ -323,7 +322,7 @@
<input type="text" name="Detail1.{normalize-space($dbID)}.conf_date" id="confdate" <input type="text" name="Detail1.{normalize-space($dbID)}.conf_date" id="confdate"
value="{$conf_date}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 25%" /> value="{$conf_date}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 25%" />
</td> </td>
</tr> </tr>-->
<tr> <tr>
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
{ {
for(var i=0;i<=100;i++) for(var i=0;i<=100;i++)
{ {
$( "#dlv_date"+i+"").datepicker({ minDate: 0, changeMonth: true, changeYear: true, dateFormat : "dd/mm/y"}); $( "#dlv_date"+i+"" ).datepicker({ minDate: 0, changeMonth: true, changeYear: true, dateFormat : "dd/mm/y"});
} }
}); });
]]> ]]>
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
</td> </td>
<td> <td>
<input type="text" class="editInputClass" value="{$quantity}" name="Detail3.{normalize-space($dbID)}.quantity" <input type="text" class="editInputClass" value="{$quantity}" name="Detail3.{normalize-space($dbID)}.quantity"
onkeypress='return isNumberKey(event)' id="Detail3.{normalize-space($dbID)}.quantity" maxlength="5" style="width:70px;" onchange="changeAmount({$dbID})"/> onkeypress='return isNumberKey(event)' id="Detail3.{normalize-space($dbID)}.quantity" maxlength="8" style="width:70px;" onchange="changeAmount({$dbID})"/>
</td> </td>
<td> <td>
<xsl:value-of select="rate"/> <xsl:value-of select="rate"/>
...@@ -137,9 +137,11 @@ ...@@ -137,9 +137,11 @@
<xsl:value-of select="ord_date"/> <xsl:value-of select="ord_date"/>
</td> </td>
<td> <td>
<input type="hidden" class="editDisplayClass" value="{dlv_date}" name="Detail3.{normalize-space($dbID)}.dlv_date"
id="Detail3.{normalize-space($dbID)}.dlv_date" style="width: 100px;"/>
<!-- <xsl:value-of select="dlv_date"/>--> <!-- <xsl:value-of select="dlv_date"/>-->
<input type="text" <input type="text" id="dlv_date{normalize-space($dbID)}" value="{dlv_date}"
id="dlv_date{normalize-space($dbID)}" value="{dlv_date}" class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100px;" /> class="editDisplayClass" maxlength="0" ISCHANGED="false" readOnly = "1" style="width: 100px;" onchange="dlvChange({$dbID})" />
</td> </td>
<td> <td>
<xsl:value-of select="dept_code"/> <xsl:value-of select="dept_code"/>
...@@ -162,8 +164,7 @@ ...@@ -162,8 +164,7 @@
id="Detail3.{normalize-space($dbID)}.unit" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.unit" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$rate}" name="Detail3.{normalize-space($dbID)}.rate" <input type="hidden" class="editInputClass" value="{$rate}" name="Detail3.{normalize-space($dbID)}.rate"
id="Detail3.{normalize-space($dbID)}.rate" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.rate" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$dlv_date}" name="Detail3.{normalize-space($dbID)}.dlv_date"
id="Detail3.{normalize-space($dbID)}.dlv_date" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$unit__std}" name="Detail3.{normalize-space($dbID)}.unit__std" <input type="hidden" class="editInputClass" value="{$unit__std}" name="Detail3.{normalize-space($dbID)}.unit__std"
id="Detail3.{normalize-space($dbID)}.unit__std" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.unit__std" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$unit__rate}" name="Detail3.{normalize-space($dbID)}.unit__rate" <input type="hidden" class="editInputClass" value="{$unit__rate}" name="Detail3.{normalize-space($dbID)}.unit__rate"
...@@ -176,8 +177,7 @@ ...@@ -176,8 +177,7 @@
id="Detail3.{normalize-space($dbID)}.tot_amt" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.tot_amt" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$dlv_qty}" name="Detail3.{normalize-space($dbID)}.dlv_qty" <input type="hidden" class="editInputClass" value="{$dlv_qty}" name="Detail3.{normalize-space($dbID)}.dlv_qty"
id="Detail3.{normalize-space($dbID)}.dlv_qty" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.dlv_qty" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$dlv_date}" name="Detail3.{normalize-space($dbID)}.dlv_date"
id="Detail3.{normalize-space($dbID)}.dlv_date" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$pack_code}" name="Detail3.{normalize-space($dbID)}.pack_code" <input type="hidden" class="editInputClass" value="{$pack_code}" name="Detail3.{normalize-space($dbID)}.pack_code"
id="Detail3.{normalize-space($dbID)}.pack_code" maxlength="10"/> id="Detail3.{normalize-space($dbID)}.pack_code" maxlength="10"/>
<input type="hidden" class="editInputClass" value="{$rate__clg}" name="Detail3.{normalize-space($dbID)}.rate__clg" <input type="hidden" class="editInputClass" value="{$rate__clg}" name="Detail3.{normalize-space($dbID)}.rate__clg"
...@@ -206,8 +206,7 @@ ...@@ -206,8 +206,7 @@
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"/>
<input type="hidden" class="editInputClass" value="{$dlv_date}" name="Detail3.{normalize-space($dbID)}.dlv_date"
id="Detail3.{normalize-space($dbID)}.dlv_date" maxlength="10"/>
</tr> </tr>
</xsl:for-each> </xsl:for-each>
......
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