Commit 46710c41 authored by smestry's avatar smestry

Updated the xsl for product Wizard changes


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104135 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5828f502
......@@ -70,7 +70,7 @@
]]>
</script>
<body onload="getAppDateFormat(); setCustItemRef(); defaultValues();">
<body onload="getAppDateFormat(); setCustItemRef(); defaultValues(); uploadImgOnLoad();">
<form name="prodWizFormI" METHOD="post" ACTION="/ibase/ITMWizardHandlerServlet" class="formClass" >
<!-- <div id="header">
......@@ -1034,12 +1034,31 @@
<script>
<![CDATA[
function uploadImgOnLoad()
{
var item_parnt = document.getElementById("Detail1.1.item_parnt").value;
if(item_parnt != "")
{
uploadImg("");
}
}
function uploadImg(inputElem)
{
try
{
var val = inputElem.value;
console.log("######### : " + val);
if(inputElem)
{
var val = inputElem.value;
console.log("######### : " + val);
}
else
{
var val = document.getElementById("Detail1.1.item_parnt").value
}
var targetDiv = document.querySelector('td#attachmentsTarget');
......
......@@ -96,7 +96,7 @@
<body onload="setItemDescrOnload()">
Changed by Sneha on 30-03-2016, to capture maximum rows added [End] -->
<body onload="getAppDateFormat(); setCustItemRef();">
<body onload="getAppDateFormat(); setCustItemRef(); defaultBarcodeFlag();">
<form name="prodWizEditFormIII" id="prodWizEditFormIII" METHOD="post" ACTION="/ibase/ITMWizardHandlerServlet"> <!-- -->
<TABLE border="0" width="99%" height="2%" class="header_td header_table" cellpadding="0" cellspacing="0" >
......
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