Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
b48eabb3
提交
b48eabb3
编写于
11月 21, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
f54850f9
变更
13
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
406 行增加
和
406 行删除
+406
-406
package.json
app_Web/package.json
+7
-7
pnpm-lock.yaml
app_Web/pnpm-lock.yaml
+40
-40
yarn.lock
app_Web/yarn.lock
+28
-28
EditorTest.json
...YSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
+33
-33
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json
+17
-17
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSGRIDS/Main.json
+33
-33
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSFORMS/Main.json
+33
-33
ReginfoEditView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json
+17
-17
ReginfoGridView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoGridView.json
+33
-33
ReginfoStuInfoList.json
...ainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json
+33
-33
bookBookEditViewEditorTest.json
...SSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
+33
-33
studentEditView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json
+33
-33
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+66
-66
未找到文件。
app_Web/package.json
浏览文件 @
b48eabb3
...
...
@@ -13,13 +13,13 @@
"dependencies"
:
{
"@floating-ui/dom"
:
"^1.0.4"
,
"@ibiz-template/command"
:
"^0.0.1-beta.1"
,
"@ibiz-template/controller"
:
"^0.0.1-beta.
2
"
,
"@ibiz-template/core"
:
"^0.0.1-beta.
2
"
,
"@ibiz-template/model"
:
"^0.0.1-beta.
2
"
,
"@ibiz-template/runtime"
:
"^0.0.1-beta.
2
"
,
"@ibiz-template/service"
:
"^0.0.1-beta.
2
"
,
"@ibiz-template/theme"
:
"^0.0.1-beta.
2
"
,
"@ibiz-template/vue-util"
:
"^0.0.1-beta.
2
"
,
"@ibiz-template/controller"
:
"^0.0.1-beta.
3
"
,
"@ibiz-template/core"
:
"^0.0.1-beta.
3
"
,
"@ibiz-template/model"
:
"^0.0.1-beta.
3
"
,
"@ibiz-template/runtime"
:
"^0.0.1-beta.
3
"
,
"@ibiz-template/service"
:
"^0.0.1-beta.
3
"
,
"@ibiz-template/theme"
:
"^0.0.1-beta.
3
"
,
"@ibiz-template/vue-util"
:
"^0.0.1-beta.
3
"
,
"@ibiz/dynamic-model-api"
:
"^2.1.5"
,
"dayjs"
:
"^1.11.6"
,
"lodash-es"
:
"^4.17.21"
,
...
...
app_Web/pnpm-lock.yaml
浏览文件 @
b48eabb3
...
...
@@ -5,13 +5,13 @@ specifiers:
'
@commitlint/config-conventional'
:
^17.2.0
'
@floating-ui/dom'
:
^1.0.4
'
@ibiz-template/command'
:
^0.0.1-beta.1
'
@ibiz-template/controller'
:
^0.0.1-beta.
2
'
@ibiz-template/core'
:
^0.0.1-beta.
2
'
@ibiz-template/model'
:
^0.0.1-beta.
2
'
@ibiz-template/runtime'
:
^0.0.1-beta.
2
'
@ibiz-template/service'
:
^0.0.1-beta.
2
'
@ibiz-template/theme'
:
^0.0.1-beta.
2
'
@ibiz-template/vue-util'
:
^0.0.1-beta.
2
'
@ibiz-template/controller'
:
^0.0.1-beta.
3
'
@ibiz-template/core'
:
^0.0.1-beta.
3
'
@ibiz-template/model'
:
^0.0.1-beta.
3
'
@ibiz-template/runtime'
:
^0.0.1-beta.
3
'
@ibiz-template/service'
:
^0.0.1-beta.
3
'
@ibiz-template/theme'
:
^0.0.1-beta.
3
'
@ibiz-template/vue-util'
:
^0.0.1-beta.
3
'
@ibiz/dynamic-model-api'
:
^2.1.5
'
@types/lodash-es'
:
^4.17.6
'
@types/node'
:
^18.11.9
...
...
@@ -64,13 +64,13 @@ specifiers:
dependencies
:
'
@floating-ui/dom'
:
1.0.4
'
@ibiz-template/command'
:
0.0.1-beta.1
'
@ibiz-template/controller'
:
0.0.1-beta.
2_dc2zp577vi3mnqbdqhgrijeakq
'
@ibiz-template/core'
:
0.0.1-beta.
2
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
2
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/runtime'
:
0.0.1-beta.
2_p2alg7nqjqoiohctvaefztc3lu
'
@ibiz-template/service'
:
0.0.1-beta.
2_3obksbooltwqcrk7och6j4qfsq
'
@ibiz-template/theme'
:
0.0.1-beta.
2
'
@ibiz-template/vue-util'
:
0.0.1-beta.
2_jtfgxyi2brf2r5xxye54m3xezm
'
@ibiz-template/controller'
:
0.0.1-beta.
3_64l2scjq7ovboi3uzwzqfhaywe
'
@ibiz-template/core'
:
0.0.1-beta.
3
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
3
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/runtime'
:
0.0.1-beta.
3_5jhj6ltqzyhfkfgr2wi5cmttia
'
@ibiz-template/service'
:
0.0.1-beta.
3_gnromqr4l6v3ene57c6pbny4sy
'
@ibiz-template/theme'
:
0.0.1-beta.
3
'
@ibiz-template/vue-util'
:
0.0.1-beta.
3_g4btuanuy6vcqjryz56vz2d7r4
'
@ibiz/dynamic-model-api'
:
2.1.5_qx-util@0.4.4
dayjs
:
1.11.6
lodash-es
:
4.17.21
...
...
@@ -679,8 +679,8 @@ packages:
qx-util
:
0.4.4
dev
:
false
/@ibiz-template/controller/0.0.1-beta.
2_dc2zp577vi3mnqbdqhgrijeakq
:
resolution
:
{
integrity
:
sha512-
p7GxBY8Oh1b8C1QP198LkF9/cbQhErB8/7Kx72fkPvo2XQH5jiblbtiA3dXGAeuD2ZdQoL/QbW0jJ3meXpVv1g
==
}
/@ibiz-template/controller/0.0.1-beta.
3_64l2scjq7ovboi3uzwzqfhaywe
:
resolution
:
{
integrity
:
sha512-
q9DXz7Re+tN3nmBK5Nqo2Opx3wggLPRU5xuagFh/J8rikKg79wMhRRYIPJN6aw65P+hJUFwvR6R7LEQoqsmudA
==
}
peerDependencies
:
'
@ibiz-template/core'
:
^0.0.1-alpha.2
'
@ibiz-template/model'
:
^0.0.1-alpha.2
...
...
@@ -690,10 +690,10 @@ packages:
qs
:
^6.11.0
qx-util
:
^0.4.4
dependencies
:
'
@ibiz-template/core'
:
0.0.1-beta.
2
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
2
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/runtime'
:
0.0.1-beta.
2_p2alg7nqjqoiohctvaefztc3lu
'
@ibiz-template/service'
:
0.0.1-beta.
2_3obksbooltwqcrk7och6j4qfsq
'
@ibiz-template/core'
:
0.0.1-beta.
3
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
3
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/runtime'
:
0.0.1-beta.
3_5jhj6ltqzyhfkfgr2wi5cmttia
'
@ibiz-template/service'
:
0.0.1-beta.
3_gnromqr4l6v3ene57c6pbny4sy
async-validator
:
4.2.5
dayjs
:
1.11.6
lodash-es
:
4.17.21
...
...
@@ -701,8 +701,8 @@ packages:
qx-util
:
0.4.4
dev
:
false
/@ibiz-template/core/0.0.1-beta.
2
_qzytosuu5eg3bvoa74ldx6evva
:
resolution
:
{
integrity
:
sha512-
W80zA4fVtdXAteFAP3ry25gjF+1FcQK3rN5Fllx07wwexWBIMhKv8rzTKxcLVQbXfkgXbW1GYu442SV1ObdahA
==
}
/@ibiz-template/core/0.0.1-beta.
3
_qzytosuu5eg3bvoa74ldx6evva
:
resolution
:
{
integrity
:
sha512-
/H+RsssXdcBkwx+Yta+ksZPKmv0WseX8oM7R31JbRmERM75dz6W5biVYpy7PzbA1OrLbPFXH/Hdx9fk2gMzkcQ
==
}
peerDependencies
:
lodash-es
:
^4.17.21
qx-util
:
^0.4.4
...
...
@@ -717,8 +717,8 @@ packages:
-
debug
dev
:
false
/@ibiz-template/model/0.0.1-beta.
2
_yslesr4iih24kokbsmhl36awki
:
resolution
:
{
integrity
:
sha512-
75ppfTKBy7MP6sbj0nVYSSdfbWORxLrUz2vGGOtMSJMFbIszJipYHmadInyUAbraAKrFlLSlNDOb92NL8EP0ZA
==
}
/@ibiz-template/model/0.0.1-beta.
3
_yslesr4iih24kokbsmhl36awki
:
resolution
:
{
integrity
:
sha512-
y+8GFMqH50vr3i/Km3ar7nQxv1l6liw6r+e/gwE+/owfpmuMFeUp1rualgtQECnzODLkx175MZqKN9LsvFo3Kg
==
}
peerDependencies
:
'
@ibiz/dynamic-model-api'
:
^2.1.5
lodash-es
:
^4.17.21
...
...
@@ -730,8 +730,8 @@ packages:
qx-util
:
0.4.4
dev
:
false
/@ibiz-template/runtime/0.0.1-beta.
2_p2alg7nqjqoiohctvaefztc3lu
:
resolution
:
{
integrity
:
sha512-
oH1AkgmDslKzo0WPNoNVk8KgDhWe5AzLYik/8CPEgYg9Tid0cPQm6JvGb0Z3cBm7NG1mAN0xr876B9ehPo72z
A==
}
/@ibiz-template/runtime/0.0.1-beta.
3_5jhj6ltqzyhfkfgr2wi5cmttia
:
resolution
:
{
integrity
:
sha512-
xG6xhBOryFAP3aGPaDeGj7GMauLWh5XeOMFhgWnQBIpMS0/vx3s6d5bH2w4sIugNup5KjfFZH03JcngWOmSsO
A==
}
peerDependencies
:
'
@ibiz-template/core'
:
^0.0.1-alpha.2
'
@ibiz-template/model'
:
^0.0.1-alpha.2
...
...
@@ -739,32 +739,32 @@ packages:
qx-util
:
^0.4.4
dependencies
:
'
@ibiz-template/command'
:
0.0.1-beta.1
'
@ibiz-template/core'
:
0.0.1-beta.
2
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
2
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/service'
:
0.0.1-beta.
2_3obksbooltwqcrk7och6j4qfsq
'
@ibiz-template/core'
:
0.0.1-beta.
3
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
3
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/service'
:
0.0.1-beta.
3_gnromqr4l6v3ene57c6pbny4sy
qx-util
:
0.4.4
dev
:
false
/@ibiz-template/service/0.0.1-beta.
2_3obksbooltwqcrk7och6j4qfsq
:
resolution
:
{
integrity
:
sha512-
9+Kq6mI+JZOddKEUbm1QJuMKy0HbL/8ia33YQgKDpADkY8bIXxIIy1jV29jkzUitZL91kMmwpvCQxbVJMaQNMA
==
}
/@ibiz-template/service/0.0.1-beta.
3_gnromqr4l6v3ene57c6pbny4sy
:
resolution
:
{
integrity
:
sha512-
/mCL/Li4zNWghDXrIGYhi35P9U3XinYULF0qJ+N+4QGVcaZWwGSdyy9KWAWoneRaMNw6aJSSRT8Jvu/k8q1Frw
==
}
peerDependencies
:
'
@ibiz-template/core'
:
^0.0.1-alpha.2
'
@ibiz-template/model'
:
^0.0.1-alpha.2
qx-util
:
^0.4.4
ramda
:
^0.28.0
dependencies
:
'
@ibiz-template/core'
:
0.0.1-beta.
2
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
2
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/core'
:
0.0.1-beta.
3
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
3
_yslesr4iih24kokbsmhl36awki
qx-util
:
0.4.4
ramda
:
0.28.0
dev
:
false
/@ibiz-template/theme/0.0.1-beta.
2
:
resolution
:
{
integrity
:
sha512-
IauXFlg8fSiXbTUhtWtlggsqbf/utQ/y5stZCsKfVpx9pSc0cJq430zIKCOs+pUN7ysin8KO6/ahZ4bVITv9C
A==
}
/@ibiz-template/theme/0.0.1-beta.
3
:
resolution
:
{
integrity
:
sha512-
0R8LoD24tObaYYxLKX9MR5XyjH04eGFelI1el42gK20PKNw8VYjax1S2iGlAWaKoctFRp3j9qFrT2WfibC06V
A==
}
dev
:
false
/@ibiz-template/vue-util/0.0.1-beta.
2_jtfgxyi2brf2r5xxye54m3xezm
:
resolution
:
{
integrity
:
sha512-
eEahQdqAceKqQ7ajuFfvjglqh5ByH67vb7RXJXLYkclNS6Qjfzie22T6OvL6Xi8HcQnc47OOjqwxyGoM6usmpQ
==
}
/@ibiz-template/vue-util/0.0.1-beta.
3_g4btuanuy6vcqjryz56vz2d7r4
:
resolution
:
{
integrity
:
sha512-
xRktutLAM7XbFLVW7vKVPjsXjNNfrdsyRqbPObI+kq+m9l+hfp2nMpQskoXS7/5I6Icx7xuiCsGJY0FQICLkOg
==
}
peerDependencies
:
'
@ibiz-template/controller'
:
'
>=0.0.1-alpha.2'
'
@ibiz-template/core'
:
'
>=0.0.1-alpha.2'
...
...
@@ -775,9 +775,9 @@ packages:
vue
:
^2.7.13
vue-router
:
^3.6.5
dependencies
:
'
@ibiz-template/controller'
:
0.0.1-beta.
2_dc2zp577vi3mnqbdqhgrijeakq
'
@ibiz-template/core'
:
0.0.1-beta.
2
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
2
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/controller'
:
0.0.1-beta.
3_64l2scjq7ovboi3uzwzqfhaywe
'
@ibiz-template/core'
:
0.0.1-beta.
3
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
3
_yslesr4iih24kokbsmhl36awki
qs
:
6.11.0
qx-util
:
0.4.4
ramda
:
0.28.0
...
...
app_Web/yarn.lock
浏览文件 @
b48eabb3
...
...
@@ -504,53 +504,53 @@
dependencies:
qx-util "^0.4.4"
"@ibiz-template/controller@^0.0.1-beta.
2
":
version "0.0.1-beta.
2
"
resolved "http://npm.zhr.icu/@ibiz-template%2fcontroller/-/controller-0.0.1-beta.
2.tgz#3de36aee006c746b23848352834a24a878cf029e
"
integrity sha512-
p7GxBY8Oh1b8C1QP198LkF9/cbQhErB8/7Kx72fkPvo2XQH5jiblbtiA3dXGAeuD2ZdQoL/QbW0jJ3meXpVv1g
==
"@ibiz-template/controller@^0.0.1-beta.
3
":
version "0.0.1-beta.
3
"
resolved "http://npm.zhr.icu/@ibiz-template%2fcontroller/-/controller-0.0.1-beta.
3.tgz#a075e0ad3a30e27fc0c21018f58b3255c35d7aa2
"
integrity sha512-
q9DXz7Re+tN3nmBK5Nqo2Opx3wggLPRU5xuagFh/J8rikKg79wMhRRYIPJN6aw65P+hJUFwvR6R7LEQoqsmudA
==
dependencies:
async-validator "^4.2.5"
dayjs "^1.11.5"
"@ibiz-template/core@^0.0.1-beta.
2
":
version "0.0.1-beta.
2
"
resolved "http://npm.zhr.icu/@ibiz-template%2fcore/-/core-0.0.1-beta.
2.tgz#b25bf1bcf8ff4c89affeecb1da49659ad00c54c9
"
integrity sha512-
W80zA4fVtdXAteFAP3ry25gjF+1FcQK3rN5Fllx07wwexWBIMhKv8rzTKxcLVQbXfkgXbW1GYu442SV1ObdahA
==
"@ibiz-template/core@^0.0.1-beta.
3
":
version "0.0.1-beta.
3
"
resolved "http://npm.zhr.icu/@ibiz-template%2fcore/-/core-0.0.1-beta.
3.tgz#8b35d7c03106e12c5dcc63119248abe790a7820b
"
integrity sha512-
/H+RsssXdcBkwx+Yta+ksZPKmv0WseX8oM7R31JbRmERM75dz6W5biVYpy7PzbA1OrLbPFXH/Hdx9fk2gMzkcQ
==
dependencies:
axios "^1.1.3"
loglevel "^1.8.0"
pluralize "^8.0.0"
qs "^6.11.0"
"@ibiz-template/model@^0.0.1-beta.
2
":
version "0.0.1-beta.
2
"
resolved "http://npm.zhr.icu/@ibiz-template%2fmodel/-/model-0.0.1-beta.
2.tgz#fa4bed20a82e29b020fa1a7f1fb94ae6205a3057
"
integrity sha512-
75ppfTKBy7MP6sbj0nVYSSdfbWORxLrUz2vGGOtMSJMFbIszJipYHmadInyUAbraAKrFlLSlNDOb92NL8EP0ZA
==
"@ibiz-template/model@^0.0.1-beta.
3
":
version "0.0.1-beta.
3
"
resolved "http://npm.zhr.icu/@ibiz-template%2fmodel/-/model-0.0.1-beta.
3.tgz#385e1925727f2d5c9d5908a4689bc916a03be6d4
"
integrity sha512-
y+8GFMqH50vr3i/Km3ar7nQxv1l6liw6r+e/gwE+/owfpmuMFeUp1rualgtQECnzODLkx175MZqKN9LsvFo3Kg
==
dependencies:
"@ibiz/dynamic-model-api" "^2.1.5"
pluralize "^8.0.0"
"@ibiz-template/runtime@^0.0.1-beta.
2
":
version "0.0.1-beta.
2
"
resolved "http://npm.zhr.icu/@ibiz-template%2fruntime/-/runtime-0.0.1-beta.
2.tgz#64406c8130dce01a56dc7a70392948c260ab8371
"
integrity sha512-
oH1AkgmDslKzo0WPNoNVk8KgDhWe5AzLYik/8CPEgYg9Tid0cPQm6JvGb0Z3cBm7NG1mAN0xr876B9ehPo72z
A==
"@ibiz-template/runtime@^0.0.1-beta.
3
":
version "0.0.1-beta.
3
"
resolved "http://npm.zhr.icu/@ibiz-template%2fruntime/-/runtime-0.0.1-beta.
3.tgz#e57b54a1c0e69202981d16ceb64676d8e1127a68
"
integrity sha512-
xG6xhBOryFAP3aGPaDeGj7GMauLWh5XeOMFhgWnQBIpMS0/vx3s6d5bH2w4sIugNup5KjfFZH03JcngWOmSsO
A==
dependencies:
"@ibiz-template/command" "^0.0.1-beta.1"
"@ibiz-template/service@^0.0.1-beta.
2
":
version "0.0.1-beta.
2
"
resolved "http://npm.zhr.icu/@ibiz-template%2fservice/-/service-0.0.1-beta.
2.tgz#b6b8a834f184387ce3ff8375fc14bf312ce69a11
"
integrity sha512-
9+Kq6mI+JZOddKEUbm1QJuMKy0HbL/8ia33YQgKDpADkY8bIXxIIy1jV29jkzUitZL91kMmwpvCQxbVJMaQNMA
==
"@ibiz-template/service@^0.0.1-beta.
3
":
version "0.0.1-beta.
3
"
resolved "http://npm.zhr.icu/@ibiz-template%2fservice/-/service-0.0.1-beta.
3.tgz#07bcd385922e01905f35642fa38edaf1dc14cd85
"
integrity sha512-
/mCL/Li4zNWghDXrIGYhi35P9U3XinYULF0qJ+N+4QGVcaZWwGSdyy9KWAWoneRaMNw6aJSSRT8Jvu/k8q1Frw
==
"@ibiz-template/theme@^0.0.1-beta.
2
":
version "0.0.1-beta.
2
"
resolved "http://npm.zhr.icu/@ibiz-template%2ftheme/-/theme-0.0.1-beta.
2.tgz#ce5b4c6a33875f387fca542676aa453f931068f7
"
integrity sha512-
IauXFlg8fSiXbTUhtWtlggsqbf/utQ/y5stZCsKfVpx9pSc0cJq430zIKCOs+pUN7ysin8KO6/ahZ4bVITv9C
A==
"@ibiz-template/theme@^0.0.1-beta.
3
":
version "0.0.1-beta.
3
"
resolved "http://npm.zhr.icu/@ibiz-template%2ftheme/-/theme-0.0.1-beta.
3.tgz#d25516a483ec6d553736159a3a0b1cf46559357f
"
integrity sha512-
0R8LoD24tObaYYxLKX9MR5XyjH04eGFelI1el42gK20PKNw8VYjax1S2iGlAWaKoctFRp3j9qFrT2WfibC06V
A==
"@ibiz-template/vue-util@^0.0.1-beta.
2
":
version "0.0.1-beta.
2
"
resolved "http://npm.zhr.icu/@ibiz-template%2fvue-util/-/vue-util-0.0.1-beta.
2.tgz#6a95fe1c7a8cb436135c95438b8169c201ea32e5
"
integrity sha512-
eEahQdqAceKqQ7ajuFfvjglqh5ByH67vb7RXJXLYkclNS6Qjfzie22T6OvL6Xi8HcQnc47OOjqwxyGoM6usmpQ
==
"@ibiz-template/vue-util@^0.0.1-beta.
3
":
version "0.0.1-beta.
3
"
resolved "http://npm.zhr.icu/@ibiz-template%2fvue-util/-/vue-util-0.0.1-beta.
3.tgz#9a424543ed51acdb3d4c7a1162e30a1dddceba1b
"
integrity sha512-
xRktutLAM7XbFLVW7vKVPjsXjNNfrdsyRqbPObI+kq+m9l+hfp2nMpQskoXS7/5I6Icx7xuiCsGJY0FQICLkOg
==
"@ibiz/dynamic-model-api@^2.1.5":
version "2.1.5"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
浏览文件 @
b48eabb3
...
...
@@ -1914,34 +1914,34 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
行编辑开关
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
行编辑开关
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
行编辑开关
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
"id"
:
"
ToggleRow
Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
行编辑开关
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
ToggleRow
Edit"
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -2173,6 +2173,30 @@
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -2206,30 +2230,6 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
},
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json
浏览文件 @
b48eabb3
...
...
@@ -37,6 +37,23 @@
}
}
],
"getPSDEFormItemVRs"
:
[
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"mOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"name"
:
"由26个英文字母组成的字符串"
,
"rTMOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"regExCode"
:
"[A-Za-z]+"
,
"ruleInfo"
:
"内容必须为26个英文字母组成的字符串"
,
"ruleType"
:
"REG"
,
"enableBackend"
:
true
,
"enableFront"
:
true
},
"valueRuleType"
:
"SYSVALUERULE"
},
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFValueRule"
:
{
...
...
@@ -68,23 +85,6 @@
},
"getPSDEFormItemName"
:
"StuNo"
,
"valueRuleType"
:
"DEFVALUERULE"
},
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"mOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"name"
:
"由26个英文字母组成的字符串"
,
"rTMOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"regExCode"
:
"[A-Za-z]+"
,
"ruleInfo"
:
"内容必须为26个英文字母组成的字符串"
,
"ruleType"
:
"REG"
,
"enableBackend"
:
true
,
"enableFront"
:
true
},
"valueRuleType"
:
"SYSVALUERULE"
}
],
"getPSDEFormItems"
:
[
{
"id"
:
"srfupdatedate"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSGRIDS/Main.json
浏览文件 @
b48eabb3
...
...
@@ -19,34 +19,34 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
行编辑开关
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
行编辑开关
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
行编辑开关
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
"id"
:
"
ToggleRow
Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
行编辑开关
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
ToggleRow
Edit"
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlLogics"
:
[
{
...
...
@@ -191,6 +191,30 @@
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -224,30 +248,6 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
},
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSFORMS/Main.json
浏览文件 @
b48eabb3
...
...
@@ -609,34 +609,34 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
行编辑开关
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
行编辑开关
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
行编辑开关
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
"id"
:
"
ToggleRow
Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
行编辑开关
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
ToggleRow
Edit"
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -868,6 +868,30 @@
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -901,30 +925,6 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
},
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json
浏览文件 @
b48eabb3
...
...
@@ -1109,6 +1109,23 @@
"id"
:
"FORM"
},
"getPSDEFormItemVRs"
:
[
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"mOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"name"
:
"由26个英文字母组成的字符串"
,
"rTMOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"regExCode"
:
"[A-Za-z]+"
,
"ruleInfo"
:
"内容必须为26个英文字母组成的字符串"
,
"ruleType"
:
"REG"
,
"enableBackend"
:
true
,
"enableFront"
:
true
},
"valueRuleType"
:
"SYSVALUERULE"
},
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFValueRule"
:
{
...
...
@@ -1140,23 +1157,6 @@
},
"getPSDEFormItemName"
:
"StuNo"
,
"valueRuleType"
:
"DEFVALUERULE"
},
{
"checkMode"
:
3
,
"name"
:
"表单项值规则"
,
"getPSDEFormItemName"
:
"Name"
,
"getPSSysValueRule"
:
{
"codeName"
:
"ValueRule14"
,
"dynaModelFilePath"
:
"PSSYSVALUERULES/ValueRule14.json"
,
"mOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"name"
:
"由26个英文字母组成的字符串"
,
"rTMOSFilePath"
:
"pssysvaluerules/ValueRule14"
,
"regExCode"
:
"[A-Za-z]+"
,
"ruleInfo"
:
"内容必须为26个英文字母组成的字符串"
,
"ruleType"
:
"REG"
,
"enableBackend"
:
true
,
"enableFront"
:
true
},
"valueRuleType"
:
"SYSVALUERULE"
}
],
"getPSDEFormItems"
:
[
{
"id"
:
"srfupdatedate"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoGridView.json
浏览文件 @
b48eabb3
...
...
@@ -389,34 +389,34 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
行编辑开关
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
行编辑开关
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
行编辑开关
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
"id"
:
"
ToggleRow
Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
行编辑开关
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
ToggleRow
Edit"
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -648,6 +648,30 @@
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -681,30 +705,6 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
},
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json
浏览文件 @
b48eabb3
...
...
@@ -440,34 +440,34 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
行编辑开关
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
行编辑开关
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
行编辑开关
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
"id"
:
"
ToggleRow
Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
行编辑开关
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
ToggleRow
Edit"
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -699,6 +699,30 @@
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -732,30 +756,6 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
},
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
浏览文件 @
b48eabb3
...
...
@@ -2059,34 +2059,34 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
行编辑开关
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
行编辑开关
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
行编辑开关
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
"id"
:
"
ToggleRow
Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
行编辑开关
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
ToggleRow
Edit"
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -2318,6 +2318,30 @@
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -2351,30 +2375,6 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
},
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json
浏览文件 @
b48eabb3
...
...
@@ -1682,34 +1682,34 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
行编辑开关
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
行编辑开关
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
行编辑开关
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
"id"
:
"
ToggleRow
Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
行编辑开关
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
ToggleRow
Edit"
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -1941,6 +1941,30 @@
"mOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -1974,30 +1998,6 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/ToggleRowEdit"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
},
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
b48eabb3
...
...
@@ -7304,34 +7304,34 @@
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u
479f517
_click",
"name" : "grid_uagridcolumn1_u
a98d563
_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_
编辑
操作"
"id" : "表格界面_
行编辑开关
操作"
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u
a98d563
_click",
"name" : "grid_uagridcolumn1_u
479f517
_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_
行编辑开关
操作"
"id" : "表格界面_
编辑
操作"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "表格界面_
编辑
操作",
"name" : "表格界面_
行编辑开关
操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "Edit"
"id" : "
ToggleRow
Edit"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid"
}, {
"name" : "表格界面_
行编辑开关
操作",
"name" : "表格界面_
编辑
操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "
ToggleRow
Edit"
"id" : "Edit"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid"
} ],
"getPSControlHandler" : {
...
...
@@ -7563,6 +7563,30 @@
"mOSFilePath" : "pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b",
"name" : "操作列",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "ua98d563",
"getPSUIAction" : {
"caption" : "行编辑",
"codeName" : "ToggleRowEdit",
"fullCodeName" : "ToggleRowEdit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleRowEdit",
"name" : "表格界面_行编辑开关操作",
"getPSSysImage" : {
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
},
"predefinedType" : "GRIDVIEW_ROWEDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleRowEdit",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleRowEdit",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
}, {
"detailType" : "DEUIACTION",
"name" : "u479f517",
"getPSUIAction" : {
...
...
@@ -7596,30 +7620,6 @@
"addSeparator" : true,
"showCaption" : true,
"showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "ua98d563",
"getPSUIAction" : {
"caption" : "行编辑",
"codeName" : "ToggleRowEdit",
"fullCodeName" : "ToggleRowEdit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleRowEdit",
"name" : "表格界面_行编辑开关操作",
"getPSSysImage" : {
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
},
"predefinedType" : "GRIDVIEW_ROWEDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleRowEdit",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleRowEdit",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
},
...
...
@@ -12103,34 +12103,34 @@
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u
479f517
_click",
"name" : "grid_uagridcolumn1_u
a98d563
_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_
编辑
操作"
"id" : "表格界面_
行编辑开关
操作"
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u
a98d563
_click",
"name" : "grid_uagridcolumn1_u
479f517
_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_
行编辑开关
操作"
"id" : "表格界面_
编辑
操作"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "表格界面_
编辑
操作",
"name" : "表格界面_
行编辑开关
操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "Edit"
"id" : "
ToggleRow
Edit"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid"
}, {
"name" : "表格界面_
行编辑开关
操作",
"name" : "表格界面_
编辑
操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "
ToggleRow
Edit"
"id" : "Edit"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid"
} ],
"getPSControlHandler" : {
...
...
@@ -12362,6 +12362,30 @@
"mOSFilePath" : "pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b",
"name" : "操作列",
"getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION",
"name" : "ua98d563",
"getPSUIAction" : {
"caption" : "行编辑",
"codeName" : "ToggleRowEdit",
"fullCodeName" : "ToggleRowEdit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleRowEdit",
"name" : "表格界面_行编辑开关操作",
"getPSSysImage" : {
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
},
"predefinedType" : "GRIDVIEW_ROWEDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleRowEdit",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleRowEdit",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
}, {
"detailType" : "DEUIACTION",
"name" : "u479f517",
"getPSUIAction" : {
...
...
@@ -12395,30 +12419,6 @@
"addSeparator" : true,
"showCaption" : true,
"showIcon" : true
}, {
"detailType" : "DEUIACTION",
"name" : "ua98d563",
"getPSUIAction" : {
"caption" : "行编辑",
"codeName" : "ToggleRowEdit",
"fullCodeName" : "ToggleRowEdit",
"mOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleRowEdit",
"name" : "表格界面_行编辑开关操作",
"getPSSysImage" : {
"glyph" : "xf0ce@FontAwesome",
"cssClass" : "fa fa-table"
},
"predefinedType" : "GRIDVIEW_ROWEDITACTION",
"rTMOSFilePath" : "pssysapps/Web/pssysappdeuiactions/ToggleRowEdit",
"timeout" : 60000,
"uIActionMode" : "SYS",
"uIActionTag" : "ToggleRowEdit",
"uIActionType" : "DEUIACTION",
"enableToggleMode" : true
},
"addSeparator" : true,
"showCaption" : true,
"showIcon" : false
} ],
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/Reginfo/psappdeuagroups/A046596b6afb50f9e5b"
},
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录