From d3c7820992ccfb3296ec031a7c019a4300347b83 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期二, 28 十月 2025 15:30:25 +0800
Subject: [PATCH] 完善erp对接2.0
---
src/main/webapp/static/js/order/OrderDetlStockOut.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/js/order/OrderDetlStockOut.js b/src/main/webapp/static/js/order/OrderDetlStockOut.js
index 9e18e47..2b4dbb8 100644
--- a/src/main/webapp/static/js/order/OrderDetlStockOut.js
+++ b/src/main/webapp/static/js/order/OrderDetlStockOut.js
@@ -329,6 +329,7 @@
layer.close(layerIndex);
layer.msg(res.msg, {icon: 1});
tableIns.reload({where: null});
+ tableIns.reload({data: null});
tableInss.reload({where: null, page: {curr: 1}});
} else if (res.code === 403) {
top.location.href = baseUrl + "/";
--
Gitblit v1.9.1