From ef4ba11d43ff3687fdc1a3be97ae382184f04caa Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期四, 09 四月 2026 12:08:11 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-LayUI
---
WebTM/views/系统管理/多级审批/审核流程单/Xt_CheckFlowEdit.html | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git "a/WebTM/views/\347\263\273\347\273\237\347\256\241\347\220\206/\345\244\232\347\272\247\345\256\241\346\211\271/\345\256\241\346\240\270\346\265\201\347\250\213\345\215\225/Xt_CheckFlowEdit.html" "b/WebTM/views/\347\263\273\347\273\237\347\256\241\347\220\206/\345\244\232\347\272\247\345\256\241\346\211\271/\345\256\241\346\240\270\346\265\201\347\250\213\345\215\225/Xt_CheckFlowEdit.html"
index 6102414..6058ca7 100644
--- "a/WebTM/views/\347\263\273\347\273\237\347\256\241\347\220\206/\345\244\232\347\272\247\345\256\241\346\211\271/\345\256\241\346\240\270\346\265\201\347\250\213\345\215\225/Xt_CheckFlowEdit.html"
+++ "b/WebTM/views/\347\263\273\347\273\237\347\256\241\347\220\206/\345\244\232\347\272\247\345\256\241\346\211\271/\345\256\241\346\240\270\346\265\201\347\250\213\345\215\225/Xt_CheckFlowEdit.html"
@@ -306,16 +306,17 @@
//閫夋嫨閮ㄩ棬
function get_btnHDeptID() {
+ var HOrgName = sessionStorage["Organization"]
//鎵撳紑閮ㄩ棬灏忕獥浣�
layer.open({
type: 2
, skin: "layui-layer-rim" //鍔犱笂杈规
- , title: "渚涘簲鍟嗗垪琛�" //鏍囬
+ , title: "閮ㄩ棬鍒楄〃" //鏍囬
, closeBtn: 1 //绐椾綋鍙充笂瑙掑叧闂� 鐨� 鏍峰紡
, shift: 2 //寮瑰嚭鍔ㄧ敾
, area: ["90%", "90%"] //绐椾綋澶у皬
, maxmin: true //璁剧疆鏈�澶ф渶灏忔寜閽槸鍚︽樉绀�
- , content: ["../../../Baseset/鍩虹璧勬枡/Gy_DepartmentList.html", "yes"]
+ , content: ['../../../鍩虹璧勬枡/鍏敤鍩虹璧勬枡/Gy_DepartmentList.html?Type=2&HOrgName=' + HOrgName, 'yes']
, btn: ["纭畾", "鍙栨秷"]
, btn1: function (index, laero) {
//鎸夐挳涓� 鐨勫洖璋�
@@ -327,7 +328,7 @@
}
//鏇存柊琛ㄦ牸缂撳瓨鐨勬暟鎹�
$("#HDeptID").val(checkStatus.data[0].HItemID);
- $("#HDeptIDName").val(checkStatus.data[0].HName);
+ $("#HDeptIDName").val(checkStatus.data[0].閮ㄩ棬鍚嶇О);
layer.close(index);//鍏抽棴寮圭獥
}
})
--
Gitblit v1.9.1