From 13568a80fde6d52db3ebe760b9e184e527400508 Mon Sep 17 00:00:00 2001
From: yusijie <ysj@hz-kingdee.com>
Date: 星期五, 25 十一月 2022 21:23:26 +0800
Subject: [PATCH] 基础资料
---
WebTM/views/PublicPage/GroupInformation.html | 45 ---------------------------------------------
1 files changed, 0 insertions(+), 45 deletions(-)
diff --git a/WebTM/views/PublicPage/GroupInformation.html b/WebTM/views/PublicPage/GroupInformation.html
index d712074..9451bad 100644
--- a/WebTM/views/PublicPage/GroupInformation.html
+++ b/WebTM/views/PublicPage/GroupInformation.html
@@ -89,51 +89,6 @@
, tree = layui.tree
var sWhere = "";
- //tree.render({
- // elem: '#treeDepartment',
- // data: getData(sWhere),
- // showCheckbox: false, //鏄惁鏄剧ず澶嶉�夋
- // id: 'demoId',
- // isJump: false, //鏄惁鍏佽鐐瑰嚮鑺傜偣鏃跺脊鍑烘柊绐楀彛璺宠浆
- // showLine: true,//鏄惁寮�鍚繛鎺ョ嚎
- // onlyIconControl: true, //鐐瑰嚮鍚庝笉鏀剁缉
- // click: function (obj) {
- // //鐐瑰嚮楂樺厜
- // if (obj.data.id !== treeCkData.id) {
- // $('div[data-id="' + obj.data.id + '"] span').eq(1).last().addClass("custom-tree-item-clicked");
- // $('div[data-id="' + treeCkData.id + '"] span').eq(1).last().removeClass('custom-tree-item-clicked');
- // treeCkData = obj.data;
- // TagId = obj.data.id;
- // TagParentId = obj.data.ParentID;
- // }
- // else {
- // $('div[data-id="' + treeCkData.id + '"] span').eq(1).last().removeClass('custom-tree-item-clicked');
- // treeCkData = { id: 0 };
- // TagId = "";
- // TagParentId = "";
- // }
-
-
- // $.ajax({
- // url: GetWEBURL() + '/Gy_MaintenanceMode/GroupCX',
- // type: "GET",
- // data: { "HInterID": obj.data.id },
- // success: function (data1) {
- // if (data1.count == 1) {
- // option.data = data1.data;
- // table.render(option);
- // layer.close(index);
- // } else {
- // layer.close(index);
- // layer.alert(data1.code + data1.Message, { icon: 5 });
- // }
- // }, error: function () {
- // layer.close(index);
- // layer.alert("鎺ュ彛璇锋眰澶辫触!", { icon: 5 });
- // }
- // });
- // }
- //});
var option = {
elem: '#mainTable'
//, toolbar: '#toolbarDemo'
--
Gitblit v1.9.1