Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
3253c406
提交
3253c406
编写于
11月 28, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
8224c48d
变更
27
隐藏空白字符变更
内嵌
并排
正在显示
27 个修改的文件
包含
470 行增加
和
494 行删除
+470
-494
package.json
app_Web/package.json
+7
-7
pnpm-lock.yaml
app_Web/pnpm-lock.yaml
+40
-40
view-toolbar.tsx
app_Web/src/components/common/view-toolbar/view-toolbar.tsx
+5
-14
ibiz-input-number.tsx
...s/editor/text-box/ibiz-input-number/ibiz-input-number.tsx
+2
-1
ibiz-file-upload.tsx
...nents/editor/upload/ibiz-file-upload/ibiz-file-upload.tsx
+29
-30
ibiz-image-upload.tsx
...nts/editor/upload/ibiz-image-upload/ibiz-image-upload.tsx
+5
-6
use-iview-upload.ts
app_Web/src/components/editor/upload/use/use-iview-upload.ts
+3
-0
edit-view3.tsx
app_Web/src/components/views/edit-view3/edit-view3.tsx
+1
-1
edit-form-control.tsx
...omponents/widgets/edit-form-control/edit-form-control.tsx
+3
-6
form-control.tsx
app_Web/src/components/widgets/form-control/form-control.tsx
+4
-15
form-group-panel.tsx
...idgets/form-control/form-group-panel/form-group-panel.tsx
+1
-1
form-item.tsx
...c/components/widgets/form-control/form-item/form-item.tsx
+6
-7
form-page-item.tsx
...ponents/widgets/form-control/form-page/form-page-item.tsx
+1
-1
form-tab-page.tsx
...ents/widgets/form-control/form-tab-page/form-tab-page.tsx
+1
-1
grid-field-edit-column.tsx
...control/grid-field-edit-column/grid-field-edit-column.tsx
+2
-4
list-provider.ts
app_Web/src/provider/control/list-provider.ts
+1
-1
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
浏览文件 @
3253c406
...
...
@@ -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.
4
"
,
"@ibiz-template/core"
:
"^0.0.1-beta.
4
"
,
"@ibiz-template/model"
:
"^0.0.1-beta.
4
"
,
"@ibiz-template/runtime"
:
"^0.0.1-beta.
4
"
,
"@ibiz-template/service"
:
"^0.0.1-beta.
4
"
,
"@ibiz-template/theme"
:
"^0.0.1-beta.
4
"
,
"@ibiz-template/vue-util"
:
"^0.0.1-beta.
4
"
,
"@ibiz-template/controller"
:
"^0.0.1-beta.
5
"
,
"@ibiz-template/core"
:
"^0.0.1-beta.
5
"
,
"@ibiz-template/model"
:
"^0.0.1-beta.
5
"
,
"@ibiz-template/runtime"
:
"^0.0.1-beta.
5
"
,
"@ibiz-template/service"
:
"^0.0.1-beta.
5
"
,
"@ibiz-template/theme"
:
"^0.0.1-beta.
5
"
,
"@ibiz-template/vue-util"
:
"^0.0.1-beta.
5
"
,
"@ibiz/dynamic-model-api"
:
"^2.1.5"
,
"dayjs"
:
"^1.11.6"
,
"lodash-es"
:
"^4.17.21"
,
...
...
app_Web/pnpm-lock.yaml
浏览文件 @
3253c406
...
...
@@ -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.
4
'
@ibiz-template/core'
:
^0.0.1-beta.
4
'
@ibiz-template/model'
:
^0.0.1-beta.
4
'
@ibiz-template/runtime'
:
^0.0.1-beta.
4
'
@ibiz-template/service'
:
^0.0.1-beta.
4
'
@ibiz-template/theme'
:
^0.0.1-beta.
4
'
@ibiz-template/vue-util'
:
^0.0.1-beta.
4
'
@ibiz-template/controller'
:
^0.0.1-beta.
5
'
@ibiz-template/core'
:
^0.0.1-beta.
5
'
@ibiz-template/model'
:
^0.0.1-beta.
5
'
@ibiz-template/runtime'
:
^0.0.1-beta.
5
'
@ibiz-template/service'
:
^0.0.1-beta.
5
'
@ibiz-template/theme'
:
^0.0.1-beta.
5
'
@ibiz-template/vue-util'
:
^0.0.1-beta.
5
'
@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.
4_ajucy7f37zuhbfy7pgzorsiiqy
'
@ibiz-template/core'
:
0.0.1-beta.
4
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
4
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/runtime'
:
0.0.1-beta.
4_6awv2zfrabgqodbrbxr3n5puq4
'
@ibiz-template/service'
:
0.0.1-beta.
4_z62ohopcmye5umgqu3husfqhgy
'
@ibiz-template/theme'
:
0.0.1-beta.
4
'
@ibiz-template/vue-util'
:
0.0.1-beta.
4_guyote4ttadwn7ginshhszpspe
'
@ibiz-template/controller'
:
0.0.1-beta.
5_4dx3ogfbxnlrosb6ftyzrj232i
'
@ibiz-template/core'
:
0.0.1-beta.
5
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
5
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/runtime'
:
0.0.1-beta.
5_szl25usoicpsrgum7zlj52yelm
'
@ibiz-template/service'
:
0.0.1-beta.
5_mnlyohpo4wuf2quce32kezi354
'
@ibiz-template/theme'
:
0.0.1-beta.
5
'
@ibiz-template/vue-util'
:
0.0.1-beta.
5_34vmmgikregh5tg4ncxlj344b4
'
@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.
4_ajucy7f37zuhbfy7pgzorsiiqy
:
resolution
:
{
integrity
:
sha512-X
7bKgT1Zq5RLhupFTgPUEfqj5bG+CEjaMt971soynU6Z7m+8MGEcLpeSm2CMczaLEmuprgHZ8MI7a6ZNR1oZv
g==
}
/@ibiz-template/controller/0.0.1-beta.
5_4dx3ogfbxnlrosb6ftyzrj232i
:
resolution
:
{
integrity
:
sha512-X
zHlTw0IBXJYU/mbPx9nKCSz60mntF22FYhpDRl92B0XW+4cRQ3n7KVBGPVzAsEW1zoRYXhvOj8yZxYoGtSbx
g==
}
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.
4
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
4
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/runtime'
:
0.0.1-beta.
4_6awv2zfrabgqodbrbxr3n5puq4
'
@ibiz-template/service'
:
0.0.1-beta.
4_z62ohopcmye5umgqu3husfqhgy
'
@ibiz-template/core'
:
0.0.1-beta.
5
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
5
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/runtime'
:
0.0.1-beta.
5_szl25usoicpsrgum7zlj52yelm
'
@ibiz-template/service'
:
0.0.1-beta.
5_mnlyohpo4wuf2quce32kezi354
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.
4
_qzytosuu5eg3bvoa74ldx6evva
:
resolution
:
{
integrity
:
sha512-
XMIwylqeaeJjQD8EKv50uiLuxilLld41W17uoIfLZAQdEC1uCXuQiLB1mVRAZPGgWTs9uOtwED+F0VW669EkfA
==
}
/@ibiz-template/core/0.0.1-beta.
5
_qzytosuu5eg3bvoa74ldx6evva
:
resolution
:
{
integrity
:
sha512-
J+3ZBvDDx6vHtu/a8spnxFTOY7l4fNFK/e5NJmrWYC69P0vEaAc9R3zay9C2Bn5YAWsG0W15qiIgfQ9UBXbFCw
==
}
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.
4
_yslesr4iih24kokbsmhl36awki
:
resolution
:
{
integrity
:
sha512-
vYj6dGear+bdNb/Dax4a44iWrHWJAJTtX11wQAwG4vrDf4n/MDKA3VKQze6miItzXZJNktc4xnl/uovqj8UKp
Q==
}
/@ibiz-template/model/0.0.1-beta.
5
_yslesr4iih24kokbsmhl36awki
:
resolution
:
{
integrity
:
sha512-
TSoUijEWnyYbZmwfzD8yeMQh/OERxDbMrGPWfBYw06cUaGqP8n/0p6Ume6AmR9MnWSUrPiXGwHI/DKpyDUYxg
Q==
}
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.
4_6awv2zfrabgqodbrbxr3n5puq4
:
resolution
:
{
integrity
:
sha512-
u8/+Drho7l6omRK3GGWOoeUCKOsJCco3zTdlv9GIwmwiIMu5fM94XAWjqwYi7OPqtPvio6Fu0KuFSKK9H0atq
w==
}
/@ibiz-template/runtime/0.0.1-beta.
5_szl25usoicpsrgum7zlj52yelm
:
resolution
:
{
integrity
:
sha512-
qw5ccnwKe8WMvJqhOeq4Yuoo9QbqWq8EeO4t1FLysa4payjto20k9xsMUGZNAvIpk8AxdaIPQz8dTWugmLvdF
w==
}
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.
4
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
4
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/service'
:
0.0.1-beta.
4_z62ohopcmye5umgqu3husfqhgy
'
@ibiz-template/core'
:
0.0.1-beta.
5
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
5
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/service'
:
0.0.1-beta.
5_mnlyohpo4wuf2quce32kezi354
qx-util
:
0.4.4
dev
:
false
/@ibiz-template/service/0.0.1-beta.
4_z62ohopcmye5umgqu3husfqhgy
:
resolution
:
{
integrity
:
sha512-
ZaszRwIlgBtV6pwE6hvjetEf9x44q5yTZ8vy+r6tPl30yRRb7/vUOzIfgLTFSRRoCeRssqoROfqgmhHOfwrf8
A==
}
/@ibiz-template/service/0.0.1-beta.
5_mnlyohpo4wuf2quce32kezi354
:
resolution
:
{
integrity
:
sha512-
Hq4XeGpP8TgDRvUXmGiWNKEXOOEbK7l93p3q8xD+s+dqLbjTcC6MBwTrHlCBaDRfJSNh9AqzSdHzPnaZDEvWa
A==
}
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.
4
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
4
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/core'
:
0.0.1-beta.
5
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
5
_yslesr4iih24kokbsmhl36awki
qx-util
:
0.4.4
ramda
:
0.28.0
dev
:
false
/@ibiz-template/theme/0.0.1-beta.
4
:
resolution
:
{
integrity
:
sha512-
Er/WSlxoozBzrCTqpTyQ8ZvKVFBTLhW8ZohqLU86k/127QdZ3naYnJJbGIjvHKL3f7vPZaun4MhL1se3nwSQZA
==
}
/@ibiz-template/theme/0.0.1-beta.
5
:
resolution
:
{
integrity
:
sha512-
0SaTa612FHzZkZDkumjgkfo3KXNsnaP9yKnneg8YvaTCUWb0cBN29PtYZiu2KN1uG733u5rxIDMPZwWkZQT3bg
==
}
dev
:
false
/@ibiz-template/vue-util/0.0.1-beta.
4_guyote4ttadwn7ginshhszpspe
:
resolution
:
{
integrity
:
sha512-
wJfI6h0VZ7GPQ4gMlimLUPlkZUrXQgVicbu3fABlmjoZmYLZ12OSa+iajy12KCaTWVu2hxGudlIPBmfY56GHLg
==
}
/@ibiz-template/vue-util/0.0.1-beta.
5_34vmmgikregh5tg4ncxlj344b4
:
resolution
:
{
integrity
:
sha512-
mSKU7QRqwJaVK+KH/tp6zMn7nAbjcSX5zp68+7q2A8oG1qqMyqryfjaW6pL1IGMq+7XTzFW+jjflHEF9pHbMlw
==
}
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.
4_ajucy7f37zuhbfy7pgzorsiiqy
'
@ibiz-template/core'
:
0.0.1-beta.
4
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
4
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/controller'
:
0.0.1-beta.
5_4dx3ogfbxnlrosb6ftyzrj232i
'
@ibiz-template/core'
:
0.0.1-beta.
5
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
5
_yslesr4iih24kokbsmhl36awki
qs
:
6.11.0
qx-util
:
0.4.4
ramda
:
0.28.0
...
...
app_Web/src/components/common/view-toolbar/view-toolbar.tsx
浏览文件 @
3253c406
import
{
computed
,
defineComponent
,
onMounted
,
PropType
,
reactive
,
ref
,
}
from
'vue'
;
import
{
computed
,
defineComponent
,
onMounted
,
PropType
,
ref
}
from
'vue'
;
import
{
IPSDETBGroupItem
,
IPSDETBUIActionItem
,
...
...
@@ -75,9 +68,7 @@ export const ViewToolbar = defineComponent({
}
};
const
toolbarState2
=
reactive
(
props
.
toolbarState
);
return
{
ns
,
toolbarState2
,
doingToolbarItem
,
handleClick
,
btnSize
};
return
{
ns
,
doingToolbarItem
,
handleClick
,
btnSize
};
},
render
()
{
return
(
...
...
@@ -99,15 +90,15 @@ export const ViewToolbar = defineComponent({
}
if
(
item
.
itemType
===
'DEUIACTION'
&&
this
.
toolbarState
2
[
item
.
id
].
visible
this
.
toolbarState
[
item
.
id
].
visible
)
{
return
(
<
div
key=
{
item
.
id
}
class=
{
this
.
ns
.
b
(
'item'
)
}
>
<
i
-
button
title=
{
item
.
tooltip
}
size=
{
this
.
btnSize
}
loading=
{
this
.
toolbarState
2
[
item
.
id
].
loading
}
disabled=
{
this
.
toolbarState
2
[
item
.
id
].
disabled
}
loading=
{
this
.
toolbarState
[
item
.
id
].
loading
}
disabled=
{
this
.
toolbarState
[
item
.
id
].
disabled
}
on
-
click=
{
(
e
:
MouseEvent
)
=>
this
.
handleClick
(
item
,
e
)
}
>
{
btnContent
(
item
,
this
.
viewMode
)
}
...
...
app_Web/src/components/editor/text-box/ibiz-input-number/ibiz-input-number.tsx
浏览文件 @
3253c406
...
...
@@ -20,7 +20,8 @@ export const IBizInputNumber = defineComponent({
()
=>
props
.
value
,
(
newVal
,
oldVal
)
=>
{
if
(
newVal
!==
oldVal
)
{
currentVal
.
value
=
newVal
!
;
const
number
=
Number
(
newVal
);
currentVal
.
value
=
Number
.
isNaN
(
number
)
?
0
:
number
;
}
},
{
immediate
:
true
},
...
...
app_Web/src/components/editor/upload/ibiz-file-upload/ibiz-file-upload.tsx
浏览文件 @
3253c406
...
...
@@ -47,36 +47,35 @@ export const IBizFileUpload = defineComponent({
},
render
(
h
)
{
return
(
<
div
class=
{
this
.
ns
.
b
()
}
>
{
this
.
infoMode
?
this
.
value
:
h
(
'IUpload'
,
{
ref
:
'fileUpload'
,
props
:
{
action
:
this
.
uploadUrl
,
headers
:
this
.
headers
,
'default-file-list'
:
this
.
files
,
multiple
:
this
.
c
.
model
.
multiple
,
type
:
this
.
c
.
model
.
isDrag
?
'drag'
:
'select'
,
accept
:
this
.
c
.
model
.
accept
,
'before-upload'
:
this
.
beforeUpload
,
'on-success'
:
this
.
onSuccess
,
'on-error'
:
this
.
onError
,
'on-remove'
:
this
.
onRemove
,
'on-preview'
:
this
.
onDownload
,
},
},
[
<
i
-
button
icon=
'ios-cloud-upload-outline'
class=
{
this
.
ns
.
b
(
'button'
)
}
>
上传文件
</
i
-
button
>,
],
)
}
<
div
class=
{
[
this
.
ns
.
b
(),
this
.
disabled
?
this
.
ns
.
m
(
'disabled'
)
:
''
]
}
>
{
h
(
'IUpload'
,
{
ref
:
'fileUpload'
,
props
:
{
action
:
this
.
uploadUrl
,
headers
:
this
.
headers
,
disabled
:
this
.
disabled
,
'default-file-list'
:
this
.
files
,
multiple
:
this
.
c
.
model
.
multiple
,
type
:
this
.
c
.
model
.
isDrag
?
'drag'
:
'select'
,
accept
:
this
.
c
.
model
.
accept
,
'before-upload'
:
this
.
beforeUpload
,
'on-success'
:
this
.
onSuccess
,
'on-error'
:
this
.
onError
,
'on-remove'
:
this
.
onRemove
,
'on-preview'
:
this
.
onDownload
,
},
},
[
<
i
-
button
icon=
'ios-cloud-upload-outline'
class=
{
this
.
ns
.
b
(
'button'
)
}
>
上传文件
</
i
-
button
>,
],
)
}
</
div
>
);
},
...
...
app_Web/src/components/editor/upload/ibiz-image-upload/ibiz-image-upload.tsx
浏览文件 @
3253c406
...
...
@@ -65,28 +65,26 @@ export const IBizImageUpload = defineComponent({
};
},
render
()
{
// 信息模式
if
(
this
.
infoMode
)
{
return
<
div
class=
{
this
.
ns
.
b
()
}
>
{
this
.
value
}
</
div
>;
}
// 编辑态展示
return
(
<
div
class=
{
this
.
ns
.
b
()
}
>
<
div
class=
{
[
this
.
ns
.
b
(),
this
.
disabled
?
this
.
ns
.
m
(
'disabled'
)
:
''
]
}
>
<
div
class=
{
this
.
ns
.
e
(
'image-upload-list'
)
}
>
{
this
.
files
.
map
(
item
=>
(
<
div
key=
{
item
.
id
}
class=
{
this
.
ns
.
e
(
'list-item'
)
}
>
<
img
src=
{
item
.
url
}
/>
<
div
class=
{
this
.
ns
.
e
(
'list-item-cover'
)
}
>
<
i
-
icon
class=
{
this
.
ns
.
e
(
'preview-icon'
)
}
type=
'ios-eye-outline'
on
-
click=
{
()
=>
this
.
onPreview
(
item
)
}
></
i
-
icon
>
<
i
-
icon
class=
{
this
.
ns
.
e
(
'download-icon'
)
}
type=
'ios-download-outline'
on
-
click=
{
()
=>
this
.
onDownload
(
item
)
}
></
i
-
icon
>
<
i
-
icon
class=
{
this
.
ns
.
e
(
'remove-icon'
)
}
type=
'ios-trash-outline'
on
-
click=
{
()
=>
this
.
onRemove
(
item
)
}
></
i
-
icon
>
...
...
@@ -104,6 +102,7 @@ export const IBizImageUpload = defineComponent({
accept=
{
this
.
c
.
model
.
accept
}
show
-
upload
-
list=
{
false
}
before
-
upload=
{
this
.
beforeUpload
}
disabled=
{
this
.
disabled
}
props=
{
{
'on-success'
:
this
.
onSuccess
,
'on-error'
:
this
.
onError
,
...
...
app_Web/src/components/editor/upload/use/use-iview-upload.ts
浏览文件 @
3253c406
...
...
@@ -139,6 +139,9 @@ export function useIViewUpload(
// 删除回调
const
onRemove
=
(
file
:
IData
)
=>
{
if
(
props
.
disabled
)
{
return
;
}
const
index
=
files
.
value
.
findIndex
(
item
=>
item
.
id
===
file
.
id
);
if
(
index
!==
-
1
)
{
files
.
value
.
splice
(
index
,
1
);
...
...
app_Web/src/components/views/edit-view3/edit-view3.tsx
浏览文件 @
3253c406
...
...
@@ -45,7 +45,7 @@ export const EditView3 = defineComponent({
)
}
></
edit
-
form
-
control
>
</
i
-
tab
-
pane
>
{
[...
this
.
c
.
model
.
drTab
.
pages
.
values
()]
.
map
(
page
=>
{
{
this
.
c
.
model
.
drTab
.
pages
.
map
(
page
=>
{
const
drPage
=
this
.
c
.
drPages
[
page
.
source
.
name
];
if
(
!
drPage
)
{
return
;
...
...
app_Web/src/components/widgets/edit-form-control/edit-form-control.tsx
浏览文件 @
3253c406
import
{
EditFormController
}
from
'@ibiz-template/controller'
;
import
{
IBizContext
}
from
'@ibiz-template/core'
;
import
{
EditFormModel
}
from
'@ibiz-template/model'
;
import
{
useEditFormController
}
from
'@ibiz-template/vue-util'
;
import
{
defineComponent
,
getCurrentInstance
,
PropType
,
reactive
}
from
'vue'
;
import
{
defineComponent
,
getCurrentInstance
,
PropType
}
from
'vue'
;
export
const
EditFormControl
=
defineComponent
({
name
:
'EditFormControl'
,
...
...
@@ -25,9 +24,7 @@ export const EditFormControl = defineComponent({
props
.
context
,
props
.
params
,
);
// reactive后子组件才能监控和响应式更新
const
reactiveC
=
reactive
(
c
)
as
EditFormController
;
return
{
c
,
reactiveC
};
return
{
c
};
},
render
()
{
...
...
@@ -35,7 +32,7 @@ export const EditFormControl = defineComponent({
<
form
-
control
model
-
data=
{
this
.
modelData
}
context=
{
this
.
context
}
controller=
{
this
.
reactiveC
}
controller=
{
this
.
c
}
></
form
-
control
>
);
},
...
...
app_Web/src/components/widgets/form-control/form-control.tsx
浏览文件 @
3253c406
...
...
@@ -6,16 +6,8 @@ import {
FormItemModel
,
FormModel
,
}
from
'@ibiz-template/model'
;
import
{
useForceTogether
,
useNamespace
}
from
'@ibiz-template/vue-util'
;
import
{
defineComponent
,
getCurrentInstance
,
toRef
,
PropType
,
CreateElement
,
VNode
,
computed
,
}
from
'vue'
;
import
{
useNamespace
}
from
'@ibiz-template/vue-util'
;
import
{
defineComponent
,
PropType
,
CreateElement
,
VNode
}
from
'vue'
;
import
'@ibiz-template/theme/style/components/widgets/form/form.scss'
;
/**
...
...
@@ -37,7 +29,7 @@ function renderByDetailType(
}
const
commonProps
=
{
modelData
:
detail
,
controller
:
co
mputed
(()
=>
controller
.
details
[
detail
.
source
.
name
])
,
controller
:
co
ntroller
.
details
[
detail
.
source
.
name
]
,
};
const
provider
=
controller
.
providers
[
detail
.
source
.
name
];
if
(
!
provider
)
{
...
...
@@ -73,12 +65,9 @@ export const FormControl = defineComponent({
},
},
setup
(
props
)
{
const
{
proxy
}
=
getCurrentInstance
()
!
;
useForceTogether
(
proxy
,
props
.
controller
);
const
ns
=
useNamespace
(
'form'
);
const
c
=
toRef
(
props
,
'controller'
)
;
const
c
=
props
.
controller
;
return
{
ns
,
c
};
},
...
...
app_Web/src/components/widgets/form-control/form-group-panel/form-group-panel.tsx
浏览文件 @
3253c406
...
...
@@ -41,7 +41,7 @@ export const FormGroupPanel = defineComponent({
return
(
<
app
-
col
layoutPos=
{
props
.
modelData
.
source
.
getPSLayoutPos
()
}
controller=
{
props
.
controller
.
value
.
layoutController
}
controller=
{
props
.
controller
.
layoutController
}
>
{
slot
}
</
app
-
col
>
...
...
app_Web/src/components/widgets/form-control/form-item/form-item.tsx
浏览文件 @
3253c406
import
{
FormItemController
}
from
'@ibiz-template/controller'
;
import
{
FormItemModel
}
from
'@ibiz-template/model'
;
import
{
defineComponent
,
computed
,
reactive
}
from
'vue'
;
import
{
defineComponent
}
from
'vue'
;
import
{
useNamespace
}
from
'@ibiz-template/vue-util'
;
import
'@ibiz-template/theme/style/components/widgets/form/form-item.scss'
;
...
...
@@ -18,18 +18,17 @@ export const FormItem = defineComponent({
},
setup
(
props
)
{
const
ns
=
useNamespace
(
'form-item'
);
const
c
=
reactive
(
props
.
controller
);
const
value
=
computed
(()
=>
props
.
controller
.
value
);
const
c
=
props
.
controller
;
const
onValueChange
=
(
val
:
unknown
,
name
?:
string
)
=>
{
props
.
controller
.
setDataValue
(
val
,
name
);
};
return
{
ns
,
c
,
value
,
onValueChange
};
return
{
ns
,
c
,
onValueChange
};
},
render
(
h
)
{
if
(
!
this
.
c
.
visible
)
{
return
null
;
}
const
data
=
computed
(()
=>
this
.
controller
.
data
);
// 编辑器内容
let
editor
=
null
;
...
...
@@ -37,8 +36,8 @@ export const FormItem = defineComponent({
if
(
this
.
controller
.
editorProvider
)
{
editor
=
h
(
this
.
controller
.
editorProvider
.
formEditor
,
{
props
:
{
value
:
this
.
value
,
data
,
value
:
this
.
controller
.
value
,
data
:
this
.
controller
.
data
,
controller
:
this
.
controller
.
editor
,
disabled
:
this
.
controller
.
disabled
,
},
...
...
app_Web/src/components/widgets/form-control/form-page/form-page-item.tsx
浏览文件 @
3253c406
...
...
@@ -43,7 +43,7 @@ export default defineComponent({
return
(
<
app
-
col
layoutPos=
{
props
.
modelData
.
source
.
getPSLayoutPos
()
}
controller=
{
props
.
controller
.
value
.
layoutController
}
controller=
{
props
.
controller
.
layoutController
}
>
{
slot
}
</
app
-
col
>
...
...
app_Web/src/components/widgets/form-control/form-tab-page/form-tab-page.tsx
浏览文件 @
3253c406
...
...
@@ -39,7 +39,7 @@ export default defineComponent({
return
(
<
app
-
col
layoutPos=
{
props
.
modelData
.
source
.
getPSLayoutPos
()
}
controller=
{
props
.
controller
.
value
.
layoutController
}
controller=
{
props
.
controller
.
layoutController
}
>
{
slot
}
</
app
-
col
>
...
...
app_Web/src/components/widgets/grid-control/grid-field-edit-column/grid-field-edit-column.tsx
浏览文件 @
3253c406
...
...
@@ -2,8 +2,8 @@ import {
GridFieldEditColumnController
,
GridRowController
,
}
from
'@ibiz-template/controller'
;
import
{
computed
,
defineComponent
,
getCurrentInstance
}
from
'vue'
;
import
{
use
Force
,
use
Namespace
}
from
'@ibiz-template/vue-util'
;
import
{
computed
,
defineComponent
}
from
'vue'
;
import
{
useNamespace
}
from
'@ibiz-template/vue-util'
;
export
const
GridFieldEditColumn
=
defineComponent
({
name
:
'GridFieldEditColumn'
,
...
...
@@ -19,13 +19,11 @@ export const GridFieldEditColumn = defineComponent({
},
setup
(
props
)
{
const
ns
=
useNamespace
(
'grid-field-edit-column'
);
const
force
=
useForce
(
getCurrentInstance
()
!
.
proxy
);
const
editItemC
=
props
.
controller
.
editItem
;
// 编辑器值变更事件
const
rowDataChange
=
async
(
val
:
unknown
,
name
?:
string
)
=>
{
await
editItemC
.
setRowValue
(
props
.
row
,
val
,
name
);
force
();
};
// 行数据保存
...
...
app_Web/src/provider/control/list-provider.ts
浏览文件 @
3253c406
...
...
@@ -9,5 +9,5 @@ import { IControlProvider } from '@ibiz-template/controller';
* @implements {IControlProvider}
*/
export
class
ListProvider
implements
IControlProvider
{
component
:
string
=
'List
Portlet
'
;
component
:
string
=
'List
Control
'
;
}
app_Web/yarn.lock
浏览文件 @
3253c406
...
...
@@ -504,53 +504,53 @@
dependencies:
qx-util "^0.4.4"
"@ibiz-template/controller@^0.0.1-beta.
4
":
version "0.0.1-beta.
4
"
resolved "http://npm.zhr.icu/@ibiz-template%2fcontroller/-/controller-0.0.1-beta.
4.tgz#228f209c0ef2a8b02d8faaf5d4fcb3ea699076ce
"
integrity sha512-X
7bKgT1Zq5RLhupFTgPUEfqj5bG+CEjaMt971soynU6Z7m+8MGEcLpeSm2CMczaLEmuprgHZ8MI7a6ZNR1oZv
g==
"@ibiz-template/controller@^0.0.1-beta.
5
":
version "0.0.1-beta.
5
"
resolved "http://npm.zhr.icu/@ibiz-template%2fcontroller/-/controller-0.0.1-beta.
5.tgz#79142a8e3e11a736b42d664dfcb80e50fd536956
"
integrity sha512-X
zHlTw0IBXJYU/mbPx9nKCSz60mntF22FYhpDRl92B0XW+4cRQ3n7KVBGPVzAsEW1zoRYXhvOj8yZxYoGtSbx
g==
dependencies:
async-validator "^4.2.5"
dayjs "^1.11.5"
"@ibiz-template/core@^0.0.1-beta.
4
":
version "0.0.1-beta.
4
"
resolved "http://npm.zhr.icu/@ibiz-template%2fcore/-/core-0.0.1-beta.
4.tgz#e5311a94b92c39532f2b7ec9c0ccd8a7b4dce8fb
"
integrity sha512-
XMIwylqeaeJjQD8EKv50uiLuxilLld41W17uoIfLZAQdEC1uCXuQiLB1mVRAZPGgWTs9uOtwED+F0VW669EkfA
==
"@ibiz-template/core@^0.0.1-beta.
5
":
version "0.0.1-beta.
5
"
resolved "http://npm.zhr.icu/@ibiz-template%2fcore/-/core-0.0.1-beta.
5.tgz#37051b71555298c7ce59e269f847f1d5d30bf409
"
integrity sha512-
J+3ZBvDDx6vHtu/a8spnxFTOY7l4fNFK/e5NJmrWYC69P0vEaAc9R3zay9C2Bn5YAWsG0W15qiIgfQ9UBXbFCw
==
dependencies:
axios "^1.1.3"
loglevel "^1.8.0"
pluralize "^8.0.0"
qs "^6.11.0"
"@ibiz-template/model@^0.0.1-beta.
4
":
version "0.0.1-beta.
4
"
resolved "http://npm.zhr.icu/@ibiz-template%2fmodel/-/model-0.0.1-beta.
4.tgz#d04fdc46efdba30af9c7ffd53ed0d6d730b0697f
"
integrity sha512-
vYj6dGear+bdNb/Dax4a44iWrHWJAJTtX11wQAwG4vrDf4n/MDKA3VKQze6miItzXZJNktc4xnl/uovqj8UKp
Q==
"@ibiz-template/model@^0.0.1-beta.
5
":
version "0.0.1-beta.
5
"
resolved "http://npm.zhr.icu/@ibiz-template%2fmodel/-/model-0.0.1-beta.
5.tgz#545e8ccdcb17221c6e47757f09c018ca13f71ed2
"
integrity sha512-
TSoUijEWnyYbZmwfzD8yeMQh/OERxDbMrGPWfBYw06cUaGqP8n/0p6Ume6AmR9MnWSUrPiXGwHI/DKpyDUYxg
Q==
dependencies:
"@ibiz/dynamic-model-api" "^2.1.5"
pluralize "^8.0.0"
"@ibiz-template/runtime@^0.0.1-beta.
4
":
version "0.0.1-beta.
4
"
resolved "http://npm.zhr.icu/@ibiz-template%2fruntime/-/runtime-0.0.1-beta.
4.tgz#cce1f8113e2183a0f5e888567ec5ad79d441b796
"
integrity sha512-
u8/+Drho7l6omRK3GGWOoeUCKOsJCco3zTdlv9GIwmwiIMu5fM94XAWjqwYi7OPqtPvio6Fu0KuFSKK9H0atq
w==
"@ibiz-template/runtime@^0.0.1-beta.
5
":
version "0.0.1-beta.
5
"
resolved "http://npm.zhr.icu/@ibiz-template%2fruntime/-/runtime-0.0.1-beta.
5.tgz#fa42a21b40c87522b2b37a8f90cc8234dee8c599
"
integrity sha512-
qw5ccnwKe8WMvJqhOeq4Yuoo9QbqWq8EeO4t1FLysa4payjto20k9xsMUGZNAvIpk8AxdaIPQz8dTWugmLvdF
w==
dependencies:
"@ibiz-template/command" "^0.0.1-beta.1"
"@ibiz-template/service@^0.0.1-beta.
4
":
version "0.0.1-beta.
4
"
resolved "http://npm.zhr.icu/@ibiz-template%2fservice/-/service-0.0.1-beta.
4.tgz#fba5f0afaf33882134eef7dc11382907b7ac460b
"
integrity sha512-
ZaszRwIlgBtV6pwE6hvjetEf9x44q5yTZ8vy+r6tPl30yRRb7/vUOzIfgLTFSRRoCeRssqoROfqgmhHOfwrf8
A==
"@ibiz-template/service@^0.0.1-beta.
5
":
version "0.0.1-beta.
5
"
resolved "http://npm.zhr.icu/@ibiz-template%2fservice/-/service-0.0.1-beta.
5.tgz#6973aaa0195a9c3c3d475281be20e5ccbd6c7c3a
"
integrity sha512-
Hq4XeGpP8TgDRvUXmGiWNKEXOOEbK7l93p3q8xD+s+dqLbjTcC6MBwTrHlCBaDRfJSNh9AqzSdHzPnaZDEvWa
A==
"@ibiz-template/theme@^0.0.1-beta.
4
":
version "0.0.1-beta.
4
"
resolved "http://npm.zhr.icu/@ibiz-template%2ftheme/-/theme-0.0.1-beta.
4.tgz#a7d605c51bbdf00fb3abf9637fcd2349e84eb117
"
integrity sha512-
Er/WSlxoozBzrCTqpTyQ8ZvKVFBTLhW8ZohqLU86k/127QdZ3naYnJJbGIjvHKL3f7vPZaun4MhL1se3nwSQZA
==
"@ibiz-template/theme@^0.0.1-beta.
5
":
version "0.0.1-beta.
5
"
resolved "http://npm.zhr.icu/@ibiz-template%2ftheme/-/theme-0.0.1-beta.
5.tgz#d8e80e39fc1e9c2d8d56637b7b30f28642fc684e
"
integrity sha512-
0SaTa612FHzZkZDkumjgkfo3KXNsnaP9yKnneg8YvaTCUWb0cBN29PtYZiu2KN1uG733u5rxIDMPZwWkZQT3bg
==
"@ibiz-template/vue-util@^0.0.1-beta.
4
":
version "0.0.1-beta.
4
"
resolved "http://npm.zhr.icu/@ibiz-template%2fvue-util/-/vue-util-0.0.1-beta.
4.tgz#e94950b4c91719914105ee545c04fcf1473c4513
"
integrity sha512-
wJfI6h0VZ7GPQ4gMlimLUPlkZUrXQgVicbu3fABlmjoZmYLZ12OSa+iajy12KCaTWVu2hxGudlIPBmfY56GHLg
==
"@ibiz-template/vue-util@^0.0.1-beta.
5
":
version "0.0.1-beta.
5
"
resolved "http://npm.zhr.icu/@ibiz-template%2fvue-util/-/vue-util-0.0.1-beta.
5.tgz#15ac3e1cae2400b9115fec75928a38ed4a5b0af9
"
integrity sha512-
mSKU7QRqwJaVK+KH/tp6zMn7nAbjcSX5zp68+7q2A8oG1qqMyqryfjaW6pL1IGMq+7XTzFW+jjflHEF9pHbMlw
==
"@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
浏览文件 @
3253c406
...
...
@@ -1914,34 +1914,34 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
行编辑开关
操作"
"id"
:
"表格界面_
编辑
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
行编辑开关
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
行编辑开关
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
ToggleRow
Edit"
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
行编辑开关
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
"id"
:
"
ToggleRow
Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -2173,30 +2173,6 @@
"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"
:
{
...
...
@@ -2230,6 +2206,30 @@
"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
浏览文件 @
3253c406
...
...
@@ -37,23 +37,6 @@
}
}
],
"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"
:
{
...
...
@@ -85,6 +68,23 @@
},
"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
浏览文件 @
3253c406
...
...
@@ -19,34 +19,34 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
行编辑开关
操作"
"id"
:
"表格界面_
编辑
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
行编辑开关
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
行编辑开关
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
ToggleRow
Edit"
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
行编辑开关
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
"id"
:
"
ToggleRow
Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlLogics"
:
[
{
...
...
@@ -191,30 +191,6 @@
"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"
:
{
...
...
@@ -248,6 +224,30 @@
"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
浏览文件 @
3253c406
...
...
@@ -609,34 +609,34 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
行编辑开关
操作"
"id"
:
"表格界面_
编辑
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
行编辑开关
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
行编辑开关
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
ToggleRow
Edit"
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
行编辑开关
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
"id"
:
"
ToggleRow
Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -868,30 +868,6 @@
"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"
:
{
...
...
@@ -925,6 +901,30 @@
"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
浏览文件 @
3253c406
...
...
@@ -1109,23 +1109,6 @@
"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"
:
{
...
...
@@ -1157,6 +1140,23 @@
},
"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
浏览文件 @
3253c406
...
...
@@ -389,34 +389,34 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
行编辑开关
操作"
"id"
:
"表格界面_
编辑
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
行编辑开关
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
行编辑开关
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
ToggleRow
Edit"
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
行编辑开关
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
"id"
:
"
ToggleRow
Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -648,30 +648,6 @@
"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"
:
{
...
...
@@ -705,6 +681,30 @@
"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
浏览文件 @
3253c406
...
...
@@ -440,34 +440,34 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
行编辑开关
操作"
"id"
:
"表格界面_
编辑
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
行编辑开关
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
行编辑开关
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
ToggleRow
Edit"
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
行编辑开关
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
"id"
:
"
ToggleRow
Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -699,30 +699,6 @@
"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"
:
{
...
...
@@ -756,6 +732,30 @@
"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
浏览文件 @
3253c406
...
...
@@ -2059,34 +2059,34 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
行编辑开关
操作"
"id"
:
"表格界面_
编辑
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
行编辑开关
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
行编辑开关
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
ToggleRow
Edit"
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
行编辑开关
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
"id"
:
"
ToggleRow
Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -2318,30 +2318,6 @@
"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"
:
{
...
...
@@ -2375,6 +2351,30 @@
"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
浏览文件 @
3253c406
...
...
@@ -1682,34 +1682,34 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
行编辑开关
操作"
"id"
:
"表格界面_
编辑
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
479f517
_click"
,
"name"
:
"grid_uagridcolumn1_u
a98d563
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
行编辑开关
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
行编辑开关
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
ToggleRow
Edit"
"id"
:
"Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
行编辑开关
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"Edit"
"id"
:
"
ToggleRow
Edit"
},
"uIActionTarget"
:
"SINGLEKEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -1941,30 +1941,6 @@
"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"
:
{
...
...
@@ -1998,6 +1974,30 @@
"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
浏览文件 @
3253c406
...
...
@@ -7305,34 +7305,34 @@
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u
a98d563
_click",
"name" : "grid_uagridcolumn1_u
479f517
_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_
行编辑开关
操作"
"id" : "表格界面_
编辑
操作"
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u
479f517
_click",
"name" : "grid_uagridcolumn1_u
a98d563
_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_
编辑
操作"
"id" : "表格界面_
行编辑开关
操作"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "表格界面_
行编辑开关
操作",
"name" : "表格界面_
编辑
操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "
ToggleRow
Edit"
"id" : "Edit"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid"
}, {
"name" : "表格界面_
编辑
操作",
"name" : "表格界面_
行编辑开关
操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "Edit"
"id" : "
ToggleRow
Edit"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid"
} ],
"getPSControlHandler" : {
...
...
@@ -7564,30 +7564,6 @@
"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" : {
...
...
@@ -7621,6 +7597,30 @@
"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"
},
...
...
@@ -12105,34 +12105,34 @@
"getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u
a98d563
_click",
"name" : "grid_uagridcolumn1_u
479f517
_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_
行编辑开关
操作"
"id" : "表格界面_
编辑
操作"
}
}, {
"logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION",
"name" : "grid_uagridcolumn1_u
479f517
_click",
"name" : "grid_uagridcolumn1_u
a98d563
_click",
"getPSAppViewUIAction" : {
"modelref" : true,
"id" : "表格界面_
编辑
操作"
"id" : "表格界面_
行编辑开关
操作"
}
} ],
"getPSAppViewUIActions" : [ {
"name" : "表格界面_
行编辑开关
操作",
"name" : "表格界面_
编辑
操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "
ToggleRow
Edit"
"id" : "Edit"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid"
}, {
"name" : "表格界面_
编辑
操作",
"name" : "表格界面_
行编辑开关
操作",
"getPSUIAction" : {
"modelref" : true,
"id" : "Edit"
"id" : "
ToggleRow
Edit"
},
"uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "grid"
} ],
"getPSControlHandler" : {
...
...
@@ -12364,30 +12364,6 @@
"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" : {
...
...
@@ -12421,6 +12397,30 @@
"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
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录