Browse Source

页面优化

ningsy 4 years ago
parent
commit
498d4f59a6

+ 3 - 1
suishenbang-order/src/main/resources/templates/order/orderSalesDetail/edit.html

@@ -165,8 +165,10 @@
         function submitHandler() {
           /*  if ($.validate.form()) {
                 $.operate.save(prefix + "/edit", $('#form-detail-edit').serialize());
-            }*/
+            }
             return true;
+           */
+            $.modal.close();
         }
     </script>
 </body>