From e8875960ed817dfc7c8fca2189830965dbe2e49b Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 10 十月 2024 13:41:11 +0800
Subject: [PATCH] 到货确认审核模块,审核方法传参修改;工序出站汇报单加大字体;出站汇报维护导出替换换行符;工艺路线列表添加合计行;条码档案列表添加按钮回显

---
 WebTM/views/设备管理/Sb_EquipDotCheckPlanBillEdit.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckPlanBillEdit.html" "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckPlanBillEdit.html"
index 08ff3eb..3f3a551 100644
--- "a/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckPlanBillEdit.html"
+++ "b/WebTM/views/\350\256\276\345\244\207\347\256\241\347\220\206/Sb_EquipDotCheckPlanBillEdit.html"
@@ -631,7 +631,9 @@
                                 , "HDeptID": data.HDeptID
                                 , "HDeptName": data.閮ㄩ棬鍚嶇О
                             });
-
+                            if ($("#HUSEORGID").val() == null || $("#HUSEORGID").val() == "" || $("#HUSEORGID").val() == undefined) {
+                                $("#HUSEORGID").val(sessionStorage["OrganizationID"])
+                            }
                         } else {
                             layer.alert(result.msg, { icon: 5, btn: ['閫�鍑�'], time: 100000, offset: 't' });
                         }

--
Gitblit v1.9.1