From ff6cb3f76f8537fb7659a3cd7fb4ddf27af7e1f1 Mon Sep 17 00:00:00 2001
From: 杨乐 <yang.le.192@qq.com>
Date: 星期四, 24 二月 2022 17:20:58 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MESWMS-LayUI
---
WebTM/views/Baseset/基础资料/Gy_ClassTimePrjGroupList.html | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ClassTimePrjGroupList.html" "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ClassTimePrjGroupList.html"
index 71d9b70..6ce4623 100644
--- "a/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ClassTimePrjGroupList.html"
+++ "b/WebTM/views/Baseset/\345\237\272\347\241\200\350\265\204\346\226\231/Gy_ClassTimePrjGroupList.html"
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>鏍哥畻鏂瑰紡鍒楄〃</title>
+ <title>鏍哥畻鏂瑰紡缁勫垪琛�</title>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
@@ -29,7 +29,7 @@
</div>
</div>
</div>
- <table class="layui-hide" id="ck-table"></table>
+ <table class="layui-hide" id="mainTable"></table>
<script src="../../../layuiadmin/layui/layui.js"></script>
<script src="../../../layuiadmin/Scripts/json2.js" type="text/javascript"></script>
<script src="../../../layuiadmin/Scripts/jquery-1.4.1.js" type="text/javascript"></script>
@@ -41,12 +41,12 @@
, layer = layui.layer;
form.on('submit(HQuery)', function () {//閫夋嫨鏍哥畻鏂瑰紡
- //var sMainStr = JSON.stringify(table.cache['ck-table']);
+ //var sMainStr = JSON.stringify(table.cache['mainTable']);
RoadQuery($('#Value').val());
});
form.on('submit(FH)', function () {//閫夋嫨鏍哥畻鏂瑰紡
- //var sMainStr = JSON.stringify(table.cache['ck-table']);
- var checkStatus = table.checkStatus('ck-table')
+ //var sMainStr = JSON.stringify(table.cache['mainTable']);
+ var checkStatus = table.checkStatus('mainTable')
, data = checkStatus.data;
parent.GetHClassTimePrjGroupNameValue(data);
var index = parent.layer.getFrameIndex(window.name);
@@ -54,15 +54,15 @@
});
RoadQuery($('#Value').val());
table.render({
- elem: '#ck-table'
+ elem: '#mainTable'
// , url: '/demo/table/user/'
, data: []
, cellMinWidth: 80 //鍏ㄥ眬瀹氫箟甯歌鍗曞厓鏍肩殑鏈�灏忓搴︼紝layui 2.2.1 鏂板
, cols: [[
{ type: 'radio' }
- , { field: 'HItemID', width: 150, title: '鏍哥畻鏂瑰紡ID', hide: true }
- , { field: 'HNumber', width: 150, title: '鏍哥畻鏂瑰紡缁勪唬鐮�' }
- , { field: 'HName', width: 150, title: '鏍哥畻鏂瑰紡鍚嶇О', sort: true }
+ , { field: 'HItemID', title: '鏍哥畻鏂瑰紡ID', hide: true }
+ , { field: 'HNumber', title: '鏍哥畻鏂瑰紡缁勪唬鐮�' }
+ , { field: 'HName', title: '鏍哥畻鏂瑰紡缁勫悕绉�', sort: true }
]]
, page: true
});
@@ -81,7 +81,7 @@
//data: { "Value": Value },
success: function (result) {
ajaxReturnData = JSON.parse(JSON.stringify(result)).data;
- table.reload('ck-table', {
+ table.reload('mainTable', {
data: ajaxReturnData
, height: 'full-10'
, loading: false
--
Gitblit v1.9.1