From 53dbbd7be6a6ed00d65276a8707680955f9912b9 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期五, 19 三月 2021 16:33:42 +0800
Subject: [PATCH] [import]修改库存数量修改顺序

---
 src/main/webapp/static/js/custOrder/custOrder.js |   35 ++++++++++++++++++-----------------
 1 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/src/main/webapp/static/js/custOrder/custOrder.js b/src/main/webapp/static/js/custOrder/custOrder.js
index 6ea3339..cc47364 100644
--- a/src/main/webapp/static/js/custOrder/custOrder.js
+++ b/src/main/webapp/static/js/custOrder/custOrder.js
@@ -228,7 +228,8 @@
                                             {field: 'locNo', title: '璐т綅', align: 'center'},
                                             {field: 'prior$', title: '鎺ㄨ崘璐т綅', align: 'center', width: 100},
                                             {field: 'reduce', title: '鏁伴噺', align: 'center', width: 80, style: 'font-weight: bold'},
-                                            {field: 'remQty', title: '浣欓噺', align: 'center', width: 80},
+                                            // {field: 'remQty', title: '浣欓噺', align: 'center', width: 80},
+                                            {field: 'total', title: '鎬婚噺', align: 'center', width: 80},
                                         ]],
                                         done: function () {
                                             tableX.merges('stoPreTab', [0,1]);
@@ -487,22 +488,22 @@
         page: {
             curr: pageCurr
         },
-        done: function (res, curr, count) {
-            if (res.code === 403) {
-                top.location.href = baseUrl+"/";
-            }
-            pageCurr=curr;
-            if (res.data.length === 0 && count !== 0) {
-                tableIns.reload({
-                    where: searchData,
-                    page: {
-                        curr: pageCurr-1
-                    }
-                });
-                pageCurr -= 1;
-            }
-            limit(child);
-        }
+        // done: function (res, curr, count) {
+        //     if (res.code === 403) {
+        //         top.location.href = baseUrl+"/";
+        //     }
+        //     pageCurr=curr;
+        //     if (res.data.length === 0 && count !== 0) {
+        //         tableIns.reload({
+        //             where: searchData,
+        //             page: {
+        //                 curr: pageCurr-1
+        //             }
+        //         });
+        //         pageCurr -= 1;
+        //     }
+        //     limit(child);
+        // }
     });
 }
 

--
Gitblit v1.9.1