Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
001c0c38
提交
001c0c38
编写于
4月 12, 2024
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,网页端]
上级
18b7c5e9
变更
25
隐藏空白字符变更
内嵌
并排
正在显示
25 个修改的文件
包含
27 行增加
和
27 行删除
+27
-27
Main_2.json
...emplatePublish/PSAPPDATAENTITIES/Book/PSFORMS/Main_2.json
+1
-1
Main.json
...mplatePublish/PSAPPDATAENTITIES/Reginfo/PSGRIDS/Main.json
+1
-1
Main.json
...mplatePublish/PSAPPDATAENTITIES/Student/PSFORMS/Main.json
+1
-1
ReginfoGridView.json
...SYSAPPS/TemplatePublish/PSAPPDEVIEWS/ReginfoGridView.json
+1
-1
ReginfoREGINFOGridExpView.json
...mplatePublish/PSAPPDEVIEWS/ReginfoREGINFOGridExpView.json
+1
-1
ReginfoStuInfoList.json
...APPS/TemplatePublish/PSAPPDEVIEWS/ReginfoStuInfoList.json
+1
-1
bookUsr3EditView.json
...YSAPPS/TemplatePublish/PSAPPDEVIEWS/bookUsr3EditView.json
+1
-1
bookUsrPopoverEditView.json
.../TemplatePublish/PSAPPDEVIEWS/bookUsrPopoverEditView.json
+1
-1
studentEditView.json
...SYSAPPS/TemplatePublish/PSAPPDEVIEWS/studentEditView.json
+1
-1
EditorPluginForm.json
.../Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorPluginForm.json
+2
-2
Main_2.json
.../PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Main_2.json
+1
-1
Usr10139588EditView_Form.json
...PPDATAENTITIES/Book/PSFORMS/Usr10139588EditView_Form.json
+1
-1
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSGRIDS/Main.json
+1
-1
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSFORMS/Main.json
+1
-1
ReginfoGridView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoGridView.json
+1
-1
ReginfoREGINFOGridExpView.json
...PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoREGINFOGridExpView.json
+1
-1
ReginfoREGINFOGridExpView2.json
...SSYSAPPS/Web/PSAPPDEVIEWS/ReginfoREGINFOGridExpView2.json
+1
-1
ReginfoStuInfoList.json
...ainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json
+1
-1
bookUsr10139588EditView.json
...s/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr10139588EditView.json
+1
-1
bookUsr2EditView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2EditView.json
+2
-2
bookUsr3EditView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3EditView.json
+1
-1
bookUsrPopoverEditView.json
...ys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsrPopoverEditView.json
+1
-1
studentEditView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json
+1
-1
studentEditView2.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView2.json
+1
-1
studentEditView4.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView4.json
+1
-1
未找到文件。
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Book/PSFORMS/Main_2.json
浏览文件 @
001c0c38
...
...
@@ -730,7 +730,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Reginfo/PSGRIDS/Main.json
浏览文件 @
001c0c38
...
...
@@ -78,7 +78,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSDEGridColumns"
:
[
{
"align"
:
"LEFT"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDATAENTITIES/Student/PSFORMS/Main.json
浏览文件 @
001c0c38
...
...
@@ -761,7 +761,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/ReginfoGridView.json
浏览文件 @
001c0c38
...
...
@@ -344,7 +344,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/ReginfoREGINFOGridExpView.json
浏览文件 @
001c0c38
...
...
@@ -244,7 +244,7 @@
"logicTag"
:
"gridexpbar_grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
},
{
"eventNames"
:
"SELECTIONCHANGE"
,
"logicTag"
:
"gridexpbar_grid"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/ReginfoStuInfoList.json
浏览文件 @
001c0c38
...
...
@@ -428,7 +428,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/bookUsr3EditView.json
浏览文件 @
001c0c38
...
...
@@ -1621,7 +1621,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/bookUsrPopoverEditView.json
浏览文件 @
001c0c38
...
...
@@ -841,7 +841,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSAPPDEVIEWS/studentEditView.json
浏览文件 @
001c0c38
...
...
@@ -866,7 +866,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorPluginForm.json
浏览文件 @
001c0c38
...
...
@@ -814,7 +814,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
@@ -1872,7 +1872,7 @@
"logicTag"
:
"gridexpbar_grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
},
{
"eventNames"
:
"SELECTIONCHANGE"
,
"logicTag"
:
"gridexpbar_grid"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Main_2.json
浏览文件 @
001c0c38
...
...
@@ -729,7 +729,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/Usr10139588EditView_Form.json
浏览文件 @
001c0c38
...
...
@@ -1030,7 +1030,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSGRIDS/Main.json
浏览文件 @
001c0c38
...
...
@@ -36,7 +36,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSDEGridColumns"
:
[
{
"align"
:
"LEFT"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSFORMS/Main.json
浏览文件 @
001c0c38
...
...
@@ -761,7 +761,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoGridView.json
浏览文件 @
001c0c38
...
...
@@ -344,7 +344,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoREGINFOGridExpView.json
浏览文件 @
001c0c38
...
...
@@ -243,7 +243,7 @@
"logicTag"
:
"gridexpbar_grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
},
{
"eventNames"
:
"SELECTIONCHANGE"
,
"logicTag"
:
"gridexpbar_grid"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoREGINFOGridExpView2.json
浏览文件 @
001c0c38
...
...
@@ -188,7 +188,7 @@
"logicTag"
:
"gridexpbar_grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
},
{
"eventNames"
:
"SELECTIONCHANGE"
,
"logicTag"
:
"gridexpbar_grid"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json
浏览文件 @
001c0c38
...
...
@@ -427,7 +427,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr10139588EditView.json
浏览文件 @
001c0c38
...
...
@@ -1148,7 +1148,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr2EditView.json
浏览文件 @
001c0c38
...
...
@@ -1409,7 +1409,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
@@ -2467,7 +2467,7 @@
"logicTag"
:
"gridexpbar_grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
},
{
"eventNames"
:
"SELECTIONCHANGE"
,
"logicTag"
:
"gridexpbar_grid"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3EditView.json
浏览文件 @
001c0c38
...
...
@@ -1620,7 +1620,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsrPopoverEditView.json
浏览文件 @
001c0c38
...
...
@@ -839,7 +839,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json
浏览文件 @
001c0c38
...
...
@@ -866,7 +866,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView2.json
浏览文件 @
001c0c38
...
...
@@ -1364,7 +1364,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView4.json
浏览文件 @
001c0c38
...
...
@@ -1423,7 +1423,7 @@
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"test"
,
"scriptCode"
:
"cons
ole.log(ctrl,view)
"
"scriptCode"
:
"cons
t rows = ctrl.state.rows;
\r\n
if (rows && rows.length > 0) {
\r\n\t
rows.forEach(row => {
\r\n\t\t
const titleColumn = row.uiActionGroupStates.reginfoname;
\r\n\t\t
const name = row.data.name;
\r\n\t\t
if (titleColumn && Object.values(titleColumn).length > 0) {
\r\n\t\t\t
Object.values(titleColumn).forEach(action => {
\r\n\t\t\t\t
// 百度
\r\n\t\t\t\t
if (action.uiActionId === 'openbaidu') {
\r\n\t\t\t\t\t
action.visible = name ? name.includes('q') : true;
\r\n\t\t\t\t
}
\r\n\t\t\t
})
\r\n\t\t
}
\r\n\t
})
\r\n
}
"
}
],
"getPSControlParam"
:
{
"autoLoad"
:
true
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录