update orgamidesign etcc..

This commit is contained in:
Aung Myo
2017-10-23 18:11:43 +06:30
parent 17926742d5
commit e1dc1d4a8a
11 changed files with 37 additions and 28 deletions

View File

@@ -1,4 +1,7 @@
<div class="container-fluid">
<div id="loading_wrapper" style="display:none;">
<div id="loading"></div>
</div>
<div class="row">
<!-- Column One -->
<div class="col-lg-6 col-md-6 col-sm-6">
@@ -366,6 +369,7 @@
// Pay Discount for Payment
$("#pay-discount").on('click', function(e){
e.preventDefault();
$("#loading_wrapper").show();
var sale_id = $('#sale-id').text();
var discount_items = JSON.stringify(get_discount_item_rows());
var overall_discount = $("#order-discount").text();
@@ -379,6 +383,7 @@
url: ajax_url,
data: params,
success:function(result){
$("#loading_wrapper").hide();
swal({
title: "Infomation!",
text: result.status,