Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
d04fcf57
提交
d04fcf57
编写于
10月 18, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
0d596099
变更
29
隐藏空白字符变更
内嵌
并排
正在显示
29 个修改的文件
包含
378 行增加
和
378 行删除
+378
-378
package.json
app_Web/package.json
+4
-4
pnpm-lock.yaml
app_Web/pnpm-lock.yaml
+20
-20
git-publish.sh
app_Web/scripts/git-publish.sh
+1
-0
app-user.tsx
app_Web/src/components/common/app-user/app-user.tsx
+2
-2
app-file-upload-row-preview.tsx
...p-file-upload-row-preview/app-file-upload-row-preview.tsx
+4
-7
app-image-upload.tsx
...c/components/editor/app-image-upload/app-image-upload.tsx
+4
-7
ibiz-file-upload.tsx
...c/components/editor/ibiz-file-upload/ibiz-file-upload.tsx
+4
-7
ibiz-mpicker.tsx
app_Web/src/components/editor/ibiz-mpicker/ibiz-mpicker.tsx
+0
-1
ibiz-picker-dropdown.tsx
...ents/editor/ibiz-picker-dropdown/ibiz-picker-dropdown.tsx
+0
-1
ibiz-picker.tsx
app_Web/src/components/editor/ibiz-picker/ibiz-picker.tsx
+0
-2
dashboard-control.tsx
...omponents/widgets/dashboard-control/dashboard-control.tsx
+0
-2
auth-guard.ts
app_Web/src/guard/auth-guard/auth-guard.ts
+1
-1
check-box-list-provider.ts
app_Web/src/provider/editor/check-box-list-provider.ts
+6
-4
data-picker-provider.ts
app_Web/src/provider/editor/data-picker-provider.ts
+6
-4
date-picker-provider.ts
app_Web/src/provider/editor/date-picker-provider.ts
+6
-4
drop-down-list-provider.ts
app_Web/src/provider/editor/drop-down-list-provider.ts
+6
-4
file-uploader-provider.ts
app_Web/src/provider/editor/file-uploader-provider.ts
+6
-4
radio-button-list-provider.ts
app_Web/src/provider/editor/radio-button-list-provider.ts
+6
-4
span-provider.ts
app_Web/src/provider/editor/span-provider.ts
+6
-4
yarn.lock
app_Web/yarn.lock
+16
-16
h2_table.xml
trainsys-core/src/main/resources/liquibase/h2_table.xml
+1
-1
EditorTest.json
...YSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
+31
-31
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSGRIDS/Main.json
+31
-31
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSFORMS/Main.json
+31
-31
ReginfoGridView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoGridView.json
+31
-31
ReginfoStuInfoList.json
...ainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json
+31
-31
bookBookEditViewEditorTest.json
...SSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
+31
-31
studentEditView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json
+31
-31
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+62
-62
未找到文件。
app_Web/package.json
浏览文件 @
d04fcf57
...
...
@@ -12,12 +12,12 @@
},
"dependencies"
:
{
"@ibiz-template/command"
:
"0.0.1-alpha.23"
,
"@ibiz-template/controller"
:
"0.0.1-alpha.2
3
"
,
"@ibiz-template/controller"
:
"0.0.1-alpha.2
5
"
,
"@ibiz-template/core"
:
"0.0.1-alpha.23"
,
"@ibiz-template/model"
:
"0.0.1-alpha.23"
,
"@ibiz-template/runtime"
:
"0.0.1-alpha.2
3
"
,
"@ibiz-template/service"
:
"0.0.1-alpha.2
3
"
,
"@ibiz-template/vue-util"
:
"0.0.1-alpha.2
3
"
,
"@ibiz-template/runtime"
:
"0.0.1-alpha.2
5
"
,
"@ibiz-template/service"
:
"0.0.1-alpha.2
5
"
,
"@ibiz-template/vue-util"
:
"0.0.1-alpha.2
5
"
,
"dayjs"
:
"^1.11.5"
,
"lodash-es"
:
"^4.17.21"
,
"pinia"
:
"^2.0.22"
,
...
...
app_Web/pnpm-lock.yaml
浏览文件 @
d04fcf57
...
...
@@ -4,12 +4,12 @@ specifiers:
'
@commitlint/cli'
:
^17.1.2
'
@commitlint/config-conventional'
:
^17.1.0
'
@ibiz-template/command'
:
0.0.1-alpha.23
'
@ibiz-template/controller'
:
0.0.1-alpha.2
3
'
@ibiz-template/controller'
:
0.0.1-alpha.2
5
'
@ibiz-template/core'
:
0.0.1-alpha.23
'
@ibiz-template/model'
:
0.0.1-alpha.23
'
@ibiz-template/runtime'
:
0.0.1-alpha.2
3
'
@ibiz-template/service'
:
0.0.1-alpha.2
3
'
@ibiz-template/vue-util'
:
0.0.1-alpha.2
3
'
@ibiz-template/runtime'
:
0.0.1-alpha.2
5
'
@ibiz-template/service'
:
0.0.1-alpha.2
5
'
@ibiz-template/vue-util'
:
0.0.1-alpha.2
5
'
@types/lodash-es'
:
^4.17.6
'
@types/node'
:
^18.8.3
'
@types/qs'
:
^6.9.7
...
...
@@ -56,12 +56,12 @@ specifiers:
dependencies
:
'
@ibiz-template/command'
:
0.0.1-alpha.23
'
@ibiz-template/controller'
:
0.0.1-alpha.2
3_k24v3cn2gqrp4avd5zzjefeuxa
'
@ibiz-template/controller'
:
0.0.1-alpha.2
5_tdhgzrzkyzwuh66haf2nlwsntq
'
@ibiz-template/core'
:
0.0.1-alpha.23_t3cuerihxu3byfhypp2kwscike
'
@ibiz-template/model'
:
0.0.1-alpha.23_t3cuerihxu3byfhypp2kwscike
'
@ibiz-template/runtime'
:
0.0.1-alpha.2
3_g55zysxau756r6qbylvf3i75he
'
@ibiz-template/service'
:
0.0.1-alpha.2
3
_chjbflswrwuumlyu5calmnt47a
'
@ibiz-template/vue-util'
:
0.0.1-alpha.2
3_5d62rzfcv4o3k6nljvyzgjxere
'
@ibiz-template/runtime'
:
0.0.1-alpha.2
5_bqashwysd2msn7rtthafzhcvpu
'
@ibiz-template/service'
:
0.0.1-alpha.2
5
_chjbflswrwuumlyu5calmnt47a
'
@ibiz-template/vue-util'
:
0.0.1-alpha.2
5_6izuoun5lof5okjklten74yzvy
dayjs
:
1.11.5
lodash-es
:
4.17.21
pinia
:
2.0.22_bfo3amdjraybgluufsdcha6ere
...
...
@@ -653,8 +653,8 @@ packages:
resolution
:
{
integrity
:
sha512-l8xv/W8b8Z0obOpxXltuTFTknRhMdakcz6uCQQq426t17VtIRkLcHf349OV28LARGWzbRzqhpUuUM6zf7fDJcA==
}
dev
:
false
/@ibiz-template/controller/0.0.1-alpha.2
3_k24v3cn2gqrp4avd5zzjefeuxa
:
resolution
:
{
integrity
:
sha512-
bJNPfFg6udTg2lxH4B3PNFq3ZkUc1cfGqCJwWxwUlHKWNrvjxPebXWO6T/hX2Icr7SjLH1DOLxpD6DHPxiNuXw
==
}
/@ibiz-template/controller/0.0.1-alpha.2
5_tdhgzrzkyzwuh66haf2nlwsntq
:
resolution
:
{
integrity
:
sha512-
+AnLYBLlk58tNU/tE8D6C2DKIKYyxvo2UjWoSU86ZcJLDxE/16FoGTWNRL7cRUwD7Hx4fEc240R/o7vZcuAMbQ
==
}
peerDependencies
:
'
@ibiz-template/core'
:
^0.0.1-alpha.2
'
@ibiz-template/model'
:
^0.0.1-alpha.2
...
...
@@ -665,8 +665,8 @@ packages:
dependencies
:
'
@ibiz-template/core'
:
0.0.1-alpha.23_t3cuerihxu3byfhypp2kwscike
'
@ibiz-template/model'
:
0.0.1-alpha.23_t3cuerihxu3byfhypp2kwscike
'
@ibiz-template/runtime'
:
0.0.1-alpha.2
3_g55zysxau756r6qbylvf3i75he
'
@ibiz-template/service'
:
0.0.1-alpha.2
3
_chjbflswrwuumlyu5calmnt47a
'
@ibiz-template/runtime'
:
0.0.1-alpha.2
5_bqashwysd2msn7rtthafzhcvpu
'
@ibiz-template/service'
:
0.0.1-alpha.2
5
_chjbflswrwuumlyu5calmnt47a
async-validator
:
4.2.5
dayjs
:
1.11.5
lodash-es
:
4.17.21
...
...
@@ -700,8 +700,8 @@ packages:
qx-util
:
0.4.3
dev
:
false
/@ibiz-template/runtime/0.0.1-alpha.2
3_g55zysxau756r6qbylvf3i75he
:
resolution
:
{
integrity
:
sha512-
ILEKw7hw00UBIohDsUlaxpEWjHZrnT2TzaqvjA1UN5nfTjKwrMBFwYz2iJ0pc95dMa7eLqOJSL4B/rrzw7ckSw
==
}
/@ibiz-template/runtime/0.0.1-alpha.2
5_bqashwysd2msn7rtthafzhcvpu
:
resolution
:
{
integrity
:
sha512-
lSd7huLSeZZjXr2TiyHLho7mxWEdUSg4tx4wU6YhwDXkKs5KMpuaVwzJCMOde4K7ugeFNyJ+7kaYbs2nYqhL0Q
==
}
peerDependencies
:
'
@ibiz-template/core'
:
^0.0.1-alpha.2
'
@ibiz-template/model'
:
^0.0.1-alpha.2
...
...
@@ -711,12 +711,12 @@ packages:
'
@ibiz-template/command'
:
0.0.1-alpha.23
'
@ibiz-template/core'
:
0.0.1-alpha.23_t3cuerihxu3byfhypp2kwscike
'
@ibiz-template/model'
:
0.0.1-alpha.23_t3cuerihxu3byfhypp2kwscike
'
@ibiz-template/service'
:
0.0.1-alpha.2
3
_chjbflswrwuumlyu5calmnt47a
'
@ibiz-template/service'
:
0.0.1-alpha.2
5
_chjbflswrwuumlyu5calmnt47a
qx-util
:
0.4.3
dev
:
false
/@ibiz-template/service/0.0.1-alpha.2
3
_chjbflswrwuumlyu5calmnt47a
:
resolution
:
{
integrity
:
sha512-
JzvtQntiNHJXSvP428aFnRsIjR/Udpo9TbP/qSn+Z23AUAAbASNU8NfyYrsFRDv68pOrEEJJA+c0jTrOLGd/IQ
==
}
/@ibiz-template/service/0.0.1-alpha.2
5
_chjbflswrwuumlyu5calmnt47a
:
resolution
:
{
integrity
:
sha512-
S8ABxuCfN5LOjKjP/DqAxD5MXktEUC+z0Sc4mBiXdcPvHUM5iEx8E1HT/00BMURvDKgIYjBUVDqKnarUolOYgA
==
}
peerDependencies
:
'
@ibiz-template/core'
:
^0.0.1-alpha.2
'
@ibiz-template/model'
:
^0.0.1-alpha.2
...
...
@@ -729,8 +729,8 @@ packages:
ramda
:
0.28.0
dev
:
false
/@ibiz-template/vue-util/0.0.1-alpha.2
3_5d62rzfcv4o3k6nljvyzgjxere
:
resolution
:
{
integrity
:
sha512-
KPIQ+gihldox/DYKf/fCW1GHgqSVc6uZNYe/OQE2btzk7yT9EOIZmo4oDmk7u48DlFZ1jw7a3LsqULXyx7X6Gw
==
}
/@ibiz-template/vue-util/0.0.1-alpha.2
5_6izuoun5lof5okjklten74yzvy
:
resolution
:
{
integrity
:
sha512-
IKnPxNWdVv4m8YCHKMSj2hyZGD9Q+qYCKxMJCT++JJkniENBiJ+pWLDMIQFUJi3+twRuZ78bM67BODe1X13rOg
==
}
peerDependencies
:
'
@ibiz-template/controller'
:
'
>=0.0.1-alpha.2'
'
@ibiz-template/core'
:
'
>=0.0.1-alpha.2'
...
...
@@ -740,7 +740,7 @@ packages:
vue
:
^2.7.10
vue-router
:
^3.6.4
dependencies
:
'
@ibiz-template/controller'
:
0.0.1-alpha.2
3_k24v3cn2gqrp4avd5zzjefeuxa
'
@ibiz-template/controller'
:
0.0.1-alpha.2
5_tdhgzrzkyzwuh66haf2nlwsntq
'
@ibiz-template/core'
:
0.0.1-alpha.23_t3cuerihxu3byfhypp2kwscike
'
@ibiz-template/model'
:
0.0.1-alpha.23_t3cuerihxu3byfhypp2kwscike
qs
:
6.11.0
...
...
app_Web/scripts/git-publish.sh
浏览文件 @
d04fcf57
git pull
git add
-A
git commit
-m
"build: 升级底包"
git push
git checkout publish
git merge master
git push
...
...
app_Web/src/components/common/app-user/app-user.tsx
浏览文件 @
d04fcf57
...
...
@@ -13,14 +13,14 @@ export const AppUser = defineComponent({
async
onClick
()
{
const
res
=
await
ibiz
.
auth
.
v7logout
();
if
(
res
.
ok
)
{
console
.
log
(
'登出成功'
);
ibiz
.
message
.
success
(
'登出成功'
);
this
.
$router
.
push
(
`/login?ru=
${
encodeURIComponent
(
window
.
location
.
hash
.
replace
(
'#/'
,
'/'
),
)}
`
,
);
}
else
{
console
.
log
(
'登出失败'
);
ibiz
.
message
.
error
(
'登出失败'
);
}
},
},
...
...
app_Web/src/components/editor/app-file-upload-row-preview/app-file-upload-row-preview.tsx
浏览文件 @
d04fcf57
...
...
@@ -3,6 +3,7 @@ import { defineComponent, onMounted, ref, watch } from 'vue';
import
type
{
PropType
}
from
'vue'
;
import
{
useNamespace
}
from
'@ibiz-template/vue-util'
;
import
{
getCookie
}
from
'qx-util'
;
import
{
RuntimeError
}
from
'@ibiz-template/core'
;
export
default
defineComponent
({
props
:
{
...
...
@@ -181,7 +182,7 @@ export default defineComponent({
// 上传失败回调
const
onError
=
(
error
:
IData
)
=>
{
uploadCache
.
count
-=
1
;
console
.
log
(
error
)
;
throw
error
;
};
// 删除回调
...
...
@@ -267,8 +268,7 @@ export default defineComponent({
)
.
then
((
response
:
IData
)
=>
{
if
(
!
response
||
response
.
status
!==
200
)
{
console
.
log
(
'error'
);
return
;
throw
new
RuntimeError
(
'下载文件失败'
);
}
// 请求成功,后台返回的是一个文件流
if
(
response
.
data
)
{
...
...
@@ -293,11 +293,8 @@ export default defineComponent({
// 释放blob对象
URL
.
revokeObjectURL
(
href
);
}
else
{
console
.
log
(
'error
'
);
throw
new
RuntimeError
(
'文件流数据不存在
'
);
}
})
.
catch
(
error
=>
{
console
.
error
(
error
);
});
};
...
...
app_Web/src/components/editor/app-image-upload/app-image-upload.tsx
浏览文件 @
d04fcf57
...
...
@@ -4,6 +4,7 @@ import type { PropType } from 'vue';
import
{
useNamespace
}
from
'@ibiz-template/vue-util'
;
import
{
getCookie
}
from
'qx-util'
;
import
'@/styles/components/editor/app-image-upload/app-image-upload.scss'
;
import
{
RuntimeError
}
from
'@ibiz-template/core'
;
export
default
defineComponent
({
props
:
{
...
...
@@ -172,7 +173,7 @@ export default defineComponent({
// 上传失败回调
const
onError
=
(
error
:
IData
)
=>
{
uploadCache
.
count
-=
1
;
console
.
log
(
error
)
;
throw
error
;
};
// 删除回调
...
...
@@ -258,8 +259,7 @@ export default defineComponent({
)
.
then
((
response
:
IData
)
=>
{
if
(
!
response
||
response
.
status
!==
200
)
{
console
.
log
(
'error'
);
return
;
throw
new
RuntimeError
(
'下载文件失败'
);
}
// 请求成功,后台返回的是一个文件流
if
(
response
.
data
)
{
...
...
@@ -284,11 +284,8 @@ export default defineComponent({
// 释放blob对象
URL
.
revokeObjectURL
(
href
);
}
else
{
console
.
log
(
'error
'
);
throw
new
RuntimeError
(
'文件流数据不存在
'
);
}
})
.
catch
(
error
=>
{
console
.
error
(
error
);
});
};
...
...
app_Web/src/components/editor/ibiz-file-upload/ibiz-file-upload.tsx
浏览文件 @
d04fcf57
...
...
@@ -3,6 +3,7 @@ import { getCookie } from 'qx-util';
import
{
onMounted
,
ref
,
Ref
,
watch
,
defineComponent
,
PropType
}
from
'vue'
;
import
{
useNamespace
}
from
'@ibiz-template/vue-util'
;
import
'@/styles/components/editor/ibiz-file-upload/ibiz-file-upload.scss'
;
import
{
RuntimeError
}
from
'@ibiz-template/core'
;
export
const
IBizFileUpload
=
defineComponent
({
name
:
'IBizFileUpload'
,
...
...
@@ -172,7 +173,7 @@ export const IBizFileUpload = defineComponent({
// 上传失败回调
const
onError
=
(
error
:
IData
)
=>
{
uploadCache
.
count
-=
1
;
console
.
log
(
error
)
;
throw
error
;
};
// 删除回调
...
...
@@ -253,8 +254,7 @@ export const IBizFileUpload = defineComponent({
)
.
then
((
response
:
IData
)
=>
{
if
(
!
response
||
response
.
status
!==
200
)
{
console
.
log
(
'error'
);
return
;
throw
new
RuntimeError
(
'下载文件失败'
);
}
// 请求成功,后台返回的是一个文件流
if
(
response
.
data
)
{
...
...
@@ -279,11 +279,8 @@ export const IBizFileUpload = defineComponent({
// 释放blob对象
URL
.
revokeObjectURL
(
href
);
}
else
{
console
.
log
(
'error
'
);
throw
new
RuntimeError
(
'文件流数据不存在
'
);
}
})
.
catch
(
error
=>
{
console
.
error
(
error
);
});
};
...
...
app_Web/src/components/editor/ibiz-mpicker/ibiz-mpicker.tsx
浏览文件 @
d04fcf57
...
...
@@ -217,7 +217,6 @@ export const IBizMPicker = defineComponent({
// 搜索
const
onSearch
=
async
(
query
:
string
)
=>
{
console
.
log
(
'query'
,
query
);
if
(
c
.
model
.
appDataEntity
)
{
loading
.
value
=
true
;
try
{
...
...
app_Web/src/components/editor/ibiz-picker-dropdown/ibiz-picker-dropdown.tsx
浏览文件 @
d04fcf57
...
...
@@ -106,7 +106,6 @@ export const IBizPickerDropdown = defineComponent({
// 搜索
const
onSearch
=
async
(
query
:
string
)
=>
{
if
(
c
.
model
.
appDataEntity
)
{
// console.log('drop-down-query', query);
loading
.
value
=
true
;
try
{
const
res
=
await
c
.
getServiceData
(
query
,
props
.
data
!
);
...
...
app_Web/src/components/editor/ibiz-picker/ibiz-picker.tsx
浏览文件 @
d04fcf57
...
...
@@ -90,7 +90,6 @@ export const IBizPicker = defineComponent({
// 往外抛值
const
onACSelect
=
(
item
:
IData
)
=>
{
console
.
log
(
'onACSelect'
);
if
(
c
.
valueItem
)
{
emit
(
'change'
,
item
[
c
.
keyName
],
c
.
valueItem
);
}
...
...
@@ -100,7 +99,6 @@ export const IBizPicker = defineComponent({
// 搜索
const
onSearch
=
async
(
query
:
string
)
=>
{
console
.
log
(
'picker-auto-query'
,
query
);
if
(
c
.
model
.
appDataEntity
)
{
const
res
=
await
c
.
getServiceData
(
query
,
props
.
data
);
if
(
res
)
{
...
...
app_Web/src/components/widgets/dashboard-control/dashboard-control.tsx
浏览文件 @
d04fcf57
...
...
@@ -52,8 +52,6 @@ export const DashboardControl = defineComponent({
const
ns
=
useNamespace
(
'dashboard'
);
console
.
log
(
c
.
model
);
return
{
c
,
ns
};
},
...
...
app_Web/src/guard/auth-guard/auth-guard.ts
浏览文件 @
d04fcf57
...
...
@@ -71,7 +71,7 @@ async function appInit(): Promise<void> {
if
(
response
?.
status
===
401
)
{
await
UnauthorizedHandler
.
handle
();
}
console
.
log
(
`应用参数初始化失败:
${
message
}
`
);
ibiz
.
message
.
error
(
`应用参数初始化失败:
${
message
}
`
);
}
}
...
...
app_Web/src/provider/editor/check-box-list-provider.ts
浏览文件 @
d04fcf57
import
{
CheckBoxListModel
}
from
'@ibiz-template/model'
;
import
{
FormItemController
}
from
'@ibiz-template/controller/src/control/form'
;
import
{
GridEditItemController
}
from
'@ibiz-template/controller/src/control/grid'
;
import
{
CheckBoxListEditorController
}
from
'@ibiz-template/controller/src/editor'
;
import
{
IEditorProvider
}
from
'@ibiz-template/controller'
;
import
{
CheckBoxListEditorController
,
FormItemController
,
GridEditItemController
,
IEditorProvider
,
}
from
'@ibiz-template/controller'
;
/**
* 多选框列表编辑器适配器
*
...
...
app_Web/src/provider/editor/data-picker-provider.ts
浏览文件 @
d04fcf57
import
{
PickerEditorModel
}
from
'@ibiz-template/model'
;
import
{
IEditorProvider
}
from
'@ibiz-template/controller'
;
import
{
FormItemController
}
from
'@ibiz-template/controller/src/control/form'
;
import
{
GridEditItemController
}
from
'@ibiz-template/controller/src/control/grid'
;
import
{
PickerEditorController
}
from
'@ibiz-template/controller/src/editor'
;
import
{
FormItemController
,
GridEditItemController
,
IEditorProvider
,
PickerEditorController
,
}
from
'@ibiz-template/controller'
;
/**
* 数据选择器编辑器适配器
*
...
...
app_Web/src/provider/editor/date-picker-provider.ts
浏览文件 @
d04fcf57
import
{
DatePickerEditorModel
}
from
'@ibiz-template/model'
;
import
{
IEditorProvider
}
from
'@ibiz-template/controller'
;
import
{
FormItemController
}
from
'@ibiz-template/controller/src/control/form'
;
import
{
GridEditItemController
}
from
'@ibiz-template/controller/src/control/grid'
;
import
{
DatePickerEditorController
}
from
'@ibiz-template/controller/src/editor'
;
import
{
DatePickerEditorController
,
FormItemController
,
GridEditItemController
,
IEditorProvider
,
}
from
'@ibiz-template/controller'
;
/**
* 日期时间选择器编辑器适配器
...
...
app_Web/src/provider/editor/drop-down-list-provider.ts
浏览文件 @
d04fcf57
import
{
DropDownListModel
}
from
'@ibiz-template/model'
;
import
{
IEditorProvider
}
from
'@ibiz-template/controller'
;
import
{
FormItemController
}
from
'@ibiz-template/controller/src/control/form'
;
import
{
GridEditItemController
}
from
'@ibiz-template/controller/src/control/grid'
;
import
{
DropDownListEditorController
}
from
'@ibiz-template/controller/src/editor'
;
import
{
DropDownListEditorController
,
FormItemController
,
GridEditItemController
,
IEditorProvider
,
}
from
'@ibiz-template/controller'
;
/**
* 多选框列表编辑器适配器
*
...
...
app_Web/src/provider/editor/file-uploader-provider.ts
浏览文件 @
d04fcf57
import
{
FileUploaderEditorModel
}
from
'@ibiz-template/model'
;
import
{
IEditorProvider
}
from
'@ibiz-template/controller'
;
import
{
FormItemController
}
from
'@ibiz-template/controller/src/control/form'
;
import
{
GridEditItemController
}
from
'@ibiz-template/controller/src/control/grid'
;
import
{
UploadEditorController
}
from
'@ibiz-template/controller/src/editor'
;
import
{
FormItemController
,
GridEditItemController
,
IEditorProvider
,
UploadEditorController
,
}
from
'@ibiz-template/controller'
;
/**
* 文件上传编辑器适配器
*
...
...
app_Web/src/provider/editor/radio-button-list-provider.ts
浏览文件 @
d04fcf57
import
{
RadioButtonListModel
}
from
'@ibiz-template/model'
;
import
{
IEditorProvider
}
from
'@ibiz-template/controller'
;
import
{
FormItemController
}
from
'@ibiz-template/controller/src/control/form'
;
import
{
GridEditItemController
}
from
'@ibiz-template/controller/src/control/grid'
;
import
{
RadioButtonListEditorController
}
from
'@ibiz-template/controller/src/editor'
;
import
{
FormItemController
,
GridEditItemController
,
IEditorProvider
,
RadioButtonListEditorController
,
}
from
'@ibiz-template/controller'
;
/**
* 单选框列表编辑器适配器
*
...
...
app_Web/src/provider/editor/span-provider.ts
浏览文件 @
d04fcf57
import
{
SpanEditorModel
}
from
'@ibiz-template/model'
;
import
{
IEditorProvider
}
from
'@ibiz-template/controller'
;
import
{
FormItemController
}
from
'@ibiz-template/controller/src/control/form'
;
import
{
GridEditItemController
}
from
'@ibiz-template/controller/src/control/grid'
;
import
{
SpanEditorController
}
from
'@ibiz-template/controller/src/editor'
;
import
{
FormItemController
,
GridEditItemController
,
IEditorProvider
,
SpanEditorController
,
}
from
'@ibiz-template/controller'
;
/**
* 标签编辑器适配器
*
...
...
app_Web/yarn.lock
浏览文件 @
d04fcf57
...
...
@@ -490,10 +490,10 @@
resolved "https://registry.yarnpkg.com/@ibiz-template/command/-/command-0.0.1-alpha.23.tgz#87a136b06d5b600fd95ab266ff5f3d38befbd0b7"
integrity sha512-l8xv/W8b8Z0obOpxXltuTFTknRhMdakcz6uCQQq426t17VtIRkLcHf349OV28LARGWzbRzqhpUuUM6zf7fDJcA==
"@ibiz-template/controller@0.0.1-alpha.2
3
":
version "0.0.1-alpha.2
3
"
resolved "https://registry.yarnpkg.com/@ibiz-template/controller/-/controller-0.0.1-alpha.2
3.tgz#e0335f658096ceacc23b0678478d0aa10d507ca7
"
integrity sha512-
bJNPfFg6udTg2lxH4B3PNFq3ZkUc1cfGqCJwWxwUlHKWNrvjxPebXWO6T/hX2Icr7SjLH1DOLxpD6DHPxiNuXw
==
"@ibiz-template/controller@0.0.1-alpha.2
5
":
version "0.0.1-alpha.2
5
"
resolved "https://registry.yarnpkg.com/@ibiz-template/controller/-/controller-0.0.1-alpha.2
5.tgz#e4f07688315dc00515cb23e69a61089cbc484b15
"
integrity sha512-
+AnLYBLlk58tNU/tE8D6C2DKIKYyxvo2UjWoSU86ZcJLDxE/16FoGTWNRL7cRUwD7Hx4fEc240R/o7vZcuAMbQ
==
dependencies:
async-validator "^4.2.5"
dayjs "^1.11.5"
...
...
@@ -515,22 +515,22 @@
"@ibiz/dynamic-model-api" "^2.0.6"
pluralize "^8.0.0"
"@ibiz-template/runtime@0.0.1-alpha.2
3
":
version "0.0.1-alpha.2
3
"
resolved "https://registry.yarnpkg.com/@ibiz-template/runtime/-/runtime-0.0.1-alpha.2
3.tgz#e00696a5111cfab247af130122f6dc4aaf239204
"
integrity sha512-
ILEKw7hw00UBIohDsUlaxpEWjHZrnT2TzaqvjA1UN5nfTjKwrMBFwYz2iJ0pc95dMa7eLqOJSL4B/rrzw7ckSw
==
"@ibiz-template/runtime@0.0.1-alpha.2
5
":
version "0.0.1-alpha.2
5
"
resolved "https://registry.yarnpkg.com/@ibiz-template/runtime/-/runtime-0.0.1-alpha.2
5.tgz#cecd043787c57a27ca5cc65ec3bd9ee15393314e
"
integrity sha512-
lSd7huLSeZZjXr2TiyHLho7mxWEdUSg4tx4wU6YhwDXkKs5KMpuaVwzJCMOde4K7ugeFNyJ+7kaYbs2nYqhL0Q
==
dependencies:
"@ibiz-template/command" "^0.0.1-alpha.23"
"@ibiz-template/service@0.0.1-alpha.2
3
":
version "0.0.1-alpha.2
3
"
resolved "https://registry.yarnpkg.com/@ibiz-template/service/-/service-0.0.1-alpha.2
3.tgz#2ebe31143004adb0312925e2ce3da65a154f4fcf
"
integrity sha512-
JzvtQntiNHJXSvP428aFnRsIjR/Udpo9TbP/qSn+Z23AUAAbASNU8NfyYrsFRDv68pOrEEJJA+c0jTrOLGd/IQ
==
"@ibiz-template/service@0.0.1-alpha.2
5
":
version "0.0.1-alpha.2
5
"
resolved "https://registry.yarnpkg.com/@ibiz-template/service/-/service-0.0.1-alpha.2
5.tgz#52fd5a34677e0bc19e0a32c98c27ec82503f1e76
"
integrity sha512-
S8ABxuCfN5LOjKjP/DqAxD5MXktEUC+z0Sc4mBiXdcPvHUM5iEx8E1HT/00BMURvDKgIYjBUVDqKnarUolOYgA
==
"@ibiz-template/vue-util@0.0.1-alpha.2
3
":
version "0.0.1-alpha.2
3
"
resolved "https://registry.yarnpkg.com/@ibiz-template/vue-util/-/vue-util-0.0.1-alpha.2
3.tgz#093b596c564370f2a2b105d3d666def17c27a6c7
"
integrity sha512-
KPIQ+gihldox/DYKf/fCW1GHgqSVc6uZNYe/OQE2btzk7yT9EOIZmo4oDmk7u48DlFZ1jw7a3LsqULXyx7X6Gw
==
"@ibiz-template/vue-util@0.0.1-alpha.2
5
":
version "0.0.1-alpha.2
5
"
resolved "https://registry.yarnpkg.com/@ibiz-template/vue-util/-/vue-util-0.0.1-alpha.2
5.tgz#2b8598fae97b270dd0bad1df6f5797aec161abc8
"
integrity sha512-
IKnPxNWdVv4m8YCHKMSj2hyZGD9Q+qYCKxMJCT++JJkniENBiJ+pWLDMIQFUJi3+twRuZ78bM67BODe1X13rOg
==
"@ibiz/dynamic-model-api@^2.0.6":
version "2.0.6"
...
...
trainsys-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
d04fcf57
...
...
@@ -2,7 +2,7 @@
<databaseChangeLog
xmlns=
"http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:ext=
"http://www.liquibase.org/xml/ns/dbchangelog-ext"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd"
>
<!--输出实体[BXD]数据结构 -->
<changeSet
author=
"root"
id=
"tab-bxd-3
0
-1"
>
<changeSet
author=
"root"
id=
"tab-bxd-3
1
-1"
>
<createTable
tableName=
"T_BXD"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSFORMS/EditorTest.json
浏览文件 @
d04fcf57
...
...
@@ -1787,34 +1787,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"
:
{
...
...
@@ -2032,28 +2032,6 @@
"codeName"
:
"A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -2081,6 +2059,28 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"width"
:
100
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSGRIDS/Main.json
浏览文件 @
d04fcf57
...
...
@@ -18,34 +18,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"
:
[
{
...
...
@@ -176,28 +176,6 @@
"codeName"
:
"A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -225,6 +203,28 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"width"
:
100
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Student/PSFORMS/Main.json
浏览文件 @
d04fcf57
...
...
@@ -580,34 +580,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"
:
{
...
...
@@ -825,28 +825,6 @@
"codeName"
:
"A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -874,6 +852,28 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"width"
:
100
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoGridView.json
浏览文件 @
d04fcf57
...
...
@@ -373,34 +373,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"
:
{
...
...
@@ -618,28 +618,6 @@
"codeName"
:
"A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -667,6 +645,28 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"width"
:
100
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoStuInfoList.json
浏览文件 @
d04fcf57
...
...
@@ -425,34 +425,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"
:
{
...
...
@@ -670,28 +670,6 @@
"codeName"
:
"A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -719,6 +697,28 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"width"
:
100
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookBookEditViewEditorTest.json
浏览文件 @
d04fcf57
...
...
@@ -1924,34 +1924,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"
:
{
...
...
@@ -2169,28 +2169,6 @@
"codeName"
:
"A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -2218,6 +2196,28 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"width"
:
100
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/studentEditView.json
浏览文件 @
d04fcf57
...
...
@@ -1566,34 +1566,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"
:
{
...
...
@@ -1811,28 +1811,6 @@
"codeName"
:
"A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -1860,6 +1838,28 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"width"
:
100
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
d04fcf57
...
...
@@ -2448,34 +2448,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"
:
{
...
...
@@ -2693,28 +2693,6 @@
"codeName"
:
"A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -2742,6 +2720,28 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"width"
:
100
,
...
...
@@ -6893,34 +6893,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"
:
{
...
...
@@ -7138,28 +7138,6 @@
"codeName"
:
"A046596b6afb50f9e5b"
,
"name"
:
"操作列"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u479f517"
,
"getPSUIAction"
:
{
...
...
@@ -7187,6 +7165,28 @@
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"ua98d563"
,
"getPSUIAction"
:
{
"caption"
:
"行编辑"
,
"codeName"
:
"ToggleRowEdit"
,
"fullCodeName"
:
"ToggleRowEdit"
,
"name"
:
"表格界面_行编辑开关操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf0ce@FontAwesome"
,
"cssClass"
:
"fa fa-table"
},
"predefinedType"
:
"GRIDVIEW_ROWEDITACTION"
,
"timeout"
:
60000
,
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"ToggleRowEdit"
,
"uIActionType"
:
"DEUIACTION"
,
"enableToggleMode"
:
true
},
"addSeparator"
:
false
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"width"
:
100
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录