From 48b2dc4df2c247d12e4dd52c3c5d290f1e026578 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期四, 29 一月 2026 13:39:43 +0800
Subject: [PATCH] 销售订单-修复
---
src/main/webapp/static/js/pakStore/stockOutToP.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/main/webapp/static/js/pakStore/stockOutToP.js b/src/main/webapp/static/js/pakStore/stockOutToP.js
index ffa28df..7be0f41 100644
--- a/src/main/webapp/static/js/pakStore/stockOutToP.js
+++ b/src/main/webapp/static/js/pakStore/stockOutToP.js
@@ -123,7 +123,7 @@
layer.msg("鏁伴噺蹇呴』澶т簬闆�");
}
}
- tableIns.reload({data: locDetlData,done:function (res) {limit(); getOutBound();}});
+ tableIns.reload({data: locDetlData,done:function (res) {limit(); getOutBound();getOutBound2();}});
}
// 鑾峰彇鍑哄簱鍙�
--
Gitblit v1.9.1