From f8acdd1cfa13b4bf10109e8f04fc95547a34f430 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 12 三月 2021 08:57:38 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/custOrder/custOrder.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/custOrder/custOrder.js b/src/main/webapp/static/js/custOrder/custOrder.js
index 5a4f5ec..7b2d4c5 100644
--- a/src/main/webapp/static/js/custOrder/custOrder.js
+++ b/src/main/webapp/static/js/custOrder/custOrder.js
@@ -144,7 +144,7 @@
                             success: function (res) {
                                 if (res.code === 200){
                                     layer.closeAll();
-                                    tableReload(false);
+                                    $(".layui-laypage-btn")[0].click();
                                 } else if (res.code === 403){
                                     top.location.href = baseUrl+"/";
                                 } else {
@@ -227,12 +227,12 @@
                             } else if (res.code === 20001) {
                                 layer.confirm(res.msg, {
                                         shadeClose: true
-                                        , btn: ['搴撳瓨璋冩嫧', '鎵撳嵃']
+                                        , btn: ['搴撳瓨璋冩嫧', '鍙栨秷']
                                     }, function() {
                                         // todo 搴撳瓨璋冩嫧
                                         layer.closeAll();
                                     }, function() {
-                                        printPakouts(data.number);
+                                        // printPakouts(data.number);
                                         layer.closeAll();
                                     }
                                 )

--
Gitblit v1.9.1