From ae5401a34b32643b2db847b4e5266758e63cd7aa Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 18 六月 2020 13:13:27 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/pakStore/stockOut.js |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/src/main/webapp/static/js/pakStore/stockOut.js b/src/main/webapp/static/js/pakStore/stockOut.js
index e0e08e0..65e3c95 100644
--- a/src/main/webapp/static/js/pakStore/stockOut.js
+++ b/src/main/webapp/static/js/pakStore/stockOut.js
@@ -56,7 +56,7 @@
                     }
                     var locDetls = [];
                     data.forEach(function(elem) {
-                        locDetls.push({locNo: elem.locNo, matnr: elem.matnr});
+                        locDetls.push({locNo: elem.locNo, matnr: elem.matnr, count: elem.count});
                     });
                     let param = {
                         outSite: staNo,
@@ -68,10 +68,10 @@
                         data: JSON.stringify(param),
                         contentType:'application/json;charset=UTF-8',
                         method: 'POST',
-                        traditional:true,
                         success: function (res) {
                             if (res.code === 200){
-                                getOutBound(); // 閲嶈浇鍑哄簱鍙�
+                                locDetlData = [];
+                                tableIns.reload({data: locDetlData,done:function (res) {limit();getOutBound();}});
                                 layer.msg(res.msg);
                             } else if (res.code === 403){
                                 top.location.href = baseUrl+"/";
@@ -95,10 +95,7 @@
                         locDetlData.splice(i, 1);
                     }
                 }
-                tableIns.reload({data: locDetlData,done:function (res) {
-                        limit();
-                        getOutBound();
-                    }});
+                tableIns.reload({data: locDetlData,done:function (res) {limit();getOutBound();}});
                 break;
         }
     });

--
Gitblit v1.9.1