merge with august spring but merge fail

This commit is contained in:
Yan
2017-08-31 15:58:01 +06:30
9 changed files with 306 additions and 176 deletions

View File

@@ -71,4 +71,13 @@ $('#save_to_journal').on('click', function(){
}
})
})
$('#print').on('click',function(){
check_id = $('#stock_check_id').val();
$.ajax({
type: 'post',
url: '<%= inventory_print_stock_check_path %>',
data: 'stock_check_id='+ check_id
})
})
</script>