Commit b4641895 authored by smestry's avatar smestry

Updated js files for product wizard add and edit to add new field trade mark.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@103478 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5222e0b0
...@@ -1909,6 +1909,7 @@ ...@@ -1909,6 +1909,7 @@
var language = document.getElementById("Detail3."+rowId+".language").value; var language = document.getElementById("Detail3."+rowId+".language").value;
var languageDesc = document.getElementById("Detail3."+rowId+".language_desc").value; var languageDesc = document.getElementById("Detail3."+rowId+".language_desc").value;
var loginCode = document.getElementById("Detail3."+count+".login_code").value; var loginCode = document.getElementById("Detail3."+count+".login_code").value;
var tradeMark = document.getElementById("Detail3."+rowId+".trade_mark").value;
var taxChap = document.getElementById("Detail3."+rowId+".tax_chap").value;//Changed by wasim on 03-08-2016 for tax chapter var taxChap = document.getElementById("Detail3."+rowId+".tax_chap").value;//Changed by wasim on 03-08-2016 for tax chapter
...@@ -2056,6 +2057,14 @@ ...@@ -2056,6 +2057,14 @@
+"</div>" +"</div>"
+"</td>" +"</td>"
// Trade Mark
+"<td>"
+"<input type='text' class='editInputClass' value='"+tradeMark+"' name='Detail3."+maxRowId+".trade_mark'"
+"id='Detail3."+maxRowId+".trade_mark' maxlength='25' style='text-align: right; width: 100%'"
+"onkeypress='return disableEnter()' onkeyup = 'return specialCharValidate(this.id)' >"
+"</td>"
// Tax // Tax
+"<td style='text-align:center;'>" +"<td style='text-align:center;'>"
+"<input type='hidden' name='Detail3."+maxRowId+".tax'" +"<input type='hidden' name='Detail3."+maxRowId+".tax'"
...@@ -2065,14 +2074,14 @@ ...@@ -2065,14 +2074,14 @@
+"id='Detail3."+maxRowId+".tax_descr' maxlength='10' value='"+taxDescr+"' >" +"id='Detail3."+maxRowId+".tax_descr' maxlength='10' value='"+taxDescr+"' >"
+"<div style='float:left;width: 85%;text-align:center;' id='tax."+maxRowId+"' contenteditable='false' onkeypress='return false;'" +"<div style='float:left;width: 85%;text-align:center;' id='tax."+maxRowId+"' contenteditable='false' onkeypress='return false;'"
+"onkeydown='javascript:openSearchPopup(event, '"+maxRowId+"','0','tax_desc', 'Sales&#160;Tax', '"+maxRowId+"');'>" +"onkeydown='javascript:openSearchPopup(event, '"+maxRowId+"','0','tax_desc', 'Tax&#160;Code', '"+maxRowId+"');'>"
+ taxDescr + taxDescr
+"</div>" +"</div>"
+"<div style='float:right;position:relative; width: 8%;'>" +"<div style='float:right;position:relative; width: 8%;'>"
+"<a href=javascript:callListJSP('"+maxRowId+"','0','tax_desc','Sales&#160;Tax','"+maxRowId+"'); style='float: left;text-decoration: none;'" +"<a href=javascript:callListJSP('"+maxRowId+"','0','tax_desc','Tax&#160;Code','"+maxRowId+"'); style='float: left;text-decoration: none;'"
+"id='Detail3."+maxRowId+".tax_descr_pophelp' >" +"id='Detail3."+maxRowId+".tax_descr_pophelp' >"
+"<img src='/ibase/webitm/images/DD/popup1.png' style='margin-left: -5px;' title='Select Sales Tax' />" +"<img src='/ibase/webitm/images/DD/popup1.png' style='margin-left: -5px;' title='Select Tax Code' />"
+"</a>" +"</a>"
+"</div>" +"</div>"
+"</td>" +"</td>"
...@@ -2083,14 +2092,14 @@ ...@@ -2083,14 +2092,14 @@
+"id='Detail3."+maxRowId+".tax_chap' maxlength='10' value='"+taxChap+"' >" +"id='Detail3."+maxRowId+".tax_chap' maxlength='10' value='"+taxChap+"' >"
+"<div style='float:left;width: 85%;text-align:center;' id='tax_chap."+maxRowId+"' contenteditable='false' onkeypress='return false;'" +"<div style='float:left;width: 85%;text-align:center;' id='tax_chap."+maxRowId+"' contenteditable='false' onkeypress='return false;'"
+"onkeydown='javascript:openSearchPopup(event, '"+maxRowId+"','0','tax_chap', 'Purchase&#160;Tax', '"+maxRowId+"');'>" +"onkeydown='javascript:openSearchPopup(event, '"+maxRowId+"','0','tax_chap', 'Tax&#160;Chapter', '"+maxRowId+"');'>"
+ taxChap + taxChap
+"</div>" +"</div>"
+"<div style='float:right;position:relative; width: 8%;'>" +"<div style='float:right;position:relative; width: 8%;'>"
+"<a href=javascript:callListJSP('"+maxRowId+"','0','tax_chapII','Purchase&#160;Tax','"+maxRowId+"'); style='float: left;text-decoration: none;'" +"<a href=javascript:callListJSP('"+maxRowId+"','0','tax_chapII','Tax&#160;Chapter','"+maxRowId+"'); style='float: left;text-decoration: none;'"
+"id='Detail3."+maxRowId+".tax_chap_pophelp' >" +"id='Detail3."+maxRowId+".tax_chap_pophelp' >"
+"<img src='/ibase/webitm/images/DD/popup1.png' style='margin-left: -5px;' title='Select Purchase Tax' />" +"<img src='/ibase/webitm/images/DD/popup1.png' style='margin-left: -5px;' title='Select Tax Code' />"
+"</a>" +"</a>"
+"</div>" +"</div>"
+"</td>" +"</td>"
......
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