From 7ae052d141e69fe9e19392172fc2960134a03232 Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期一, 01 十二月 2025 15:54:52 +0800
Subject: [PATCH] 1.采购入库单列表、直接调拨单列表、其他出库单列表、生产入库列表、销售出库单列表:layui中开发 查看包装明细
---
WebTM/views/Baseset/SRM_OpenTmpList.html | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/WebTM/views/Baseset/SRM_OpenTmpList.html b/WebTM/views/Baseset/SRM_OpenTmpList.html
index f46e42d..c801b42 100644
--- a/WebTM/views/Baseset/SRM_OpenTmpList.html
+++ b/WebTM/views/Baseset/SRM_OpenTmpList.html
@@ -110,11 +110,14 @@
var Type = params[params[2]];
//var lentryid = params[params[1]];
+
+ RoadList(Type);
+
///鍔犺浇鏄剧ず鏁版嵁
function RoadList(Where) {
var Value = Where;
- if (Value == null) {
- Value = '';
+ if (Value == null || Value == undefined) {
+ Value = "";
}
$.ajax({
type: "get",
@@ -137,7 +140,7 @@
}
});
};
- RoadList(Type);
+
form.on('submit(Add)', function (data) {//鏂板
element.tabDelete('tabDemo', '2'); //鍒犻櫎
--
Gitblit v1.9.1