Commit a88740a6 authored by kdabholkar's avatar kdabholkar

commited new changes regarding instock on moushover

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174935 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b010002f
...@@ -1832,8 +1832,8 @@ var sorttable = ""; ...@@ -1832,8 +1832,8 @@ var sorttable = "";
var currCode = document.getElementById("curr_code").value; var currCode = document.getElementById("curr_code").value;
//document.getElementById("rate"+t+"").innerHTML = " pieces at "+ currCode +" "+ finalPrice.toFixed(3) +" (Excluding Tax)"; //document.getElementById("rate"+t+"").innerHTML = " pieces at "+ currCode +" "+ finalPrice.toFixed(3) +" (Excluding Tax)";
document.getElementById("rate"+t+"").innerHTML = " pieces at "+ currCode +" "+ final1.toFixed(2) +" "; //document.getElementById("rate"+t+"").innerHTML = " pieces at "+ currCode +" "+ final1.toFixed(2) +" ";
document.getElementById("rate"+t+"").innerHTML = " "+ currCode +" "+ final1.toFixed(2) +" ";
} }
...@@ -4483,7 +4483,7 @@ function getSidePanel(x) ...@@ -4483,7 +4483,7 @@ function getSidePanel(x)
"In Stock :"+ "In Stock :"+
"</td>"+ "</td>"+
"<td width = '10%'>" + "<td width = '10%'>" +
"<label id = 'item_parent_totalQuantity"+x+"'></label>"+ "<b><label id = 'item_parent_totalQuantity"+x+"'></label></b>"+
"<input type='hidden' id='totalquantity"+x+"' class='editDisplayClass' maxlength='0' ISCHANGED='false' readOnly = '1' style='width: 400px'/>"+ "<input type='hidden' id='totalquantity"+x+"' class='editDisplayClass' maxlength='0' ISCHANGED='false' readOnly = '1' style='width: 400px'/>"+
"</td>"; "</td>";
...@@ -4837,6 +4837,11 @@ function getFom2Tables() ...@@ -4837,6 +4837,11 @@ function getFom2Tables()
//},1000); //},1000);
} }
// Adddedb By Kaustubh on 29 Nov 2017 End
// Added by Kaustubh on 30 Nov start
function getStockItemWise(t, curObj) function getStockItemWise(t, curObj)
{ {
//alert("tab"+t+"id::"+document.getElementById("item_parent_totalQuantity"+t+"")); //alert("tab"+t+"id::"+document.getElementById("item_parent_totalQuantity"+t+""));
...@@ -4844,9 +4849,9 @@ function getStockItemWise(t, curObj) ...@@ -4844,9 +4849,9 @@ function getStockItemWise(t, curObj)
document.getElementById("item_parent_totalQuantity"+t+"").innerHTML = curObj.getAttribute("totalqtydata"); document.getElementById("item_parent_totalQuantity"+t+"").innerHTML = curObj.getAttribute("totalqtydata");
} }
// Adddedb By Kaustubh on 29 Nov 2017 End
// Added by kaustubh on 30 Nov End
/* /*
function myFunction1() function myFunction1()
......
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