add column in reports modules

This commit is contained in:
Frank John Begornia
2019-09-27 20:09:24 +08:00
parent 83f0624f07
commit 2680ddc5bd
8 changed files with 98 additions and 46 deletions

View File

@@ -397,6 +397,8 @@
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ adding of rows @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
$(document).on('button click', '#addNewRow', function(){
var TemplateCode = $('#template_code').val();
var avalable_sizes = $('#avalable_sizes').val();
// console.log(TemplateCode)
var orderCounterValue = $('#orderCounterValue').val();
var numi = document.getElementById('orderCounterValue');
@@ -409,7 +411,8 @@
data:{
itemCount : num,
tempCode : TemplateCode
tempCode : TemplateCode,
avalable_sizes : avalable_sizes
},
dataType: "html", //expect html to be returned