From a36f6d72f72d26ef0dd6e13f9af554787924e8d6 Mon Sep 17 00:00:00 2001
From: chen.lin <1442464845@qq.com>
Date: 星期二, 27 一月 2026 18:58:13 +0800
Subject: [PATCH] 生成领料单-pda+后台
---
src/main/webapp/views/pakStore/outStockNormalDetail.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/views/pakStore/outStockNormalDetail.html b/src/main/webapp/views/pakStore/outStockNormalDetail.html
index 4e5e1ae..9836df7 100644
--- a/src/main/webapp/views/pakStore/outStockNormalDetail.html
+++ b/src/main/webapp/views/pakStore/outStockNormalDetail.html
@@ -161,6 +161,7 @@
success: function (res) {
if (res.code === 200) {
parent.closeDetail(res.msg);
+ parent.tableReload();
} else if (res.code === 403) {
top.location.href = baseUrl + "/";
} else {
--
Gitblit v1.9.1