From 273e605c07488911229da645df2f4b128c2d14e4 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期三, 28 二月 2024 08:35:02 +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