From 65f6959edf123d4fbec992c0d4b929910d9423aa Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期一, 26 二月 2024 13:25:37 +0800
Subject: [PATCH] 海诺尔 物料打印码 pda移库增加

---
 src/main/webapp/views/pla/sellout.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/pla/sellout.html b/src/main/webapp/views/pla/sellout.html
index 51ffc6b..8f64ff7 100644
--- a/src/main/webapp/views/pla/sellout.html
+++ b/src/main/webapp/views/pla/sellout.html
@@ -273,6 +273,7 @@
                     if (res.code === 200){
                         layer.msg("淇敼鎴愬姛");
                         tableReload(true);
+                        parent.clearTable();
                     } else if (res.code === 403){
                         layer.msg(res.msg, {icon: 2})
                         return;

--
Gitblit v1.9.1