Commit 5b36382e authored by smestry's avatar smestry

W15CSUN005, Changed by Sneha. Updated the Location Occupancy dashboard for bug fixing


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98214 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f7cb66e1
...@@ -372,10 +372,10 @@ span.appendChild(document.createTextNode(location)); ...@@ -372,10 +372,10 @@ span.appendChild(document.createTextNode(location));
try { try {
ibase.utility.UserInfoBean userInfo = (ibase.utility.UserInfoBean) session.getAttribute("USER_INFO"); ibase.utility.UserInfoBean userInfo = (ibase.utility.UserInfoBean) session.getAttribute("USER_INFO");
String user = userInfo.getLoginCode(); String user = userInfo.getLoginCode();
siteCode = userInfo.getSiteCode(); siteCode = userInfo.getSiteCode();
System.out.print("Site code comming from session = "+siteCode); System.out.print("Site code from session = "+siteCode);
if (siteCode == null || siteCode.trim().length() == 0 ) if (siteCode == null || siteCode.trim().length() == 0 )
{ {
//siteCode = "TA387"; //siteCode = "TA387";
...@@ -444,8 +444,27 @@ span.appendChild(document.createTextNode(location)); ...@@ -444,8 +444,27 @@ span.appendChild(document.createTextNode(location));
if (locPhyArea != "") if (locPhyArea != "")
{ {
%> %>
<option><%=locPhyArea%>
</option> <option><%=locPhyArea%> </option>
<!--
<option>Test fghfghfgfhgfhgfghgfhgfhgf</option>
<option>B</option>
<option>hjzdgfhjbgfhjgfhj dfbh</option>
<option>D</option>
<option>E</option>
<option>F</option>
<option>G</option>
<option>H</option>
<option>I</option>
<option>J</option>
<option>K</option>
<option>O</option>
<option>P</option>
<option>Q</option>
<option>R</option>
<option>S</option>
-->
<% <%
} }
} }
...@@ -465,7 +484,9 @@ span.appendChild(document.createTextNode(location)); ...@@ -465,7 +484,9 @@ span.appendChild(document.createTextNode(location));
</table> </table>
<input type hidden name="stock" id="stock" <input type hidden name="stock" id="stock"
value="<%=areaStr.replaceAll("\"", "'")%>"> value="<%=areaStr.replaceAll("\"", "'")%>">
<div style="position: absolute;left:300;top:94; "> <!-- <div style="position: absolute;left:300;top:94; "> -->
<!-- Change by Sneha for alignment of Cancel and Ok button -->
<div style="position: absolute;left:280;top:94; ">
<table> <table>
<tr> <tr>
<td><input type="button" id='cancel' name='cancel' <td><input type="button" id='cancel' name='cancel'
......
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