Browse Source

bug fixes

plf 3 năm trước cách đây
mục cha
commit
e5add965a4
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/main/webapp/WEB-INF/views/modules/order/orderForm.jsp

+ 3 - 0
src/main/webapp/WEB-INF/views/modules/order/orderForm.jsp

@@ -786,7 +786,10 @@
 
     $(function () {
         setBalancePayFee();
+      var orderId = $("#orderID").val()*1;
+      if (orderId && orderId > 0){
         setFreight();
+      }
         $(".freight").val($("#freight").val());
         var tablehtml = $(".stagesTable1").html();
         var tablehtml2 = $(".stagesTable").html();