Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
6cd49dfa
提交
6cd49dfa
编写于
11月 30, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
lxm1993 发布系统代码 [TrainSys,网页端]
上级
fa64042b
变更
15
展开全部
显示空白字符变更
内嵌
并排
正在显示
15 个修改的文件
包含
471 行增加
和
429 行删除
+471
-429
package.json
app_Web/package.json
+7
-7
pnpm-lock.yaml
app_Web/pnpm-lock.yaml
+40
-40
ibiz-grid-picker.tsx
.../editor/data-picker/ibiz-grid-picker/ibiz-grid-picker.tsx
+3
-1
ibiz-input.tsx
.../src/components/editor/text-box/ibiz-input/ibiz-input.tsx
+31
-4
index.ts
app_Web/src/provider/editor/index.ts
+4
-0
error-handler.ts
app_Web/src/util/error-handler/error-handler.ts
+1
-1
model-util.ts
app_Web/src/util/model-util/model-util.ts
+15
-6
yarn.lock
app_Web/yarn.lock
+28
-28
InfoGrid.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/InfoGrid.json
+44
-44
Main.json
...PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json
+17
-17
StudentList.json
...PS/Web/PSAPPDATAENTITIES/Student/PSLISTS/StudentList.json
+44
-44
ReginfoEditView.json
.../trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json
+17
-17
bookUsr3GridView.json
...trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/bookUsr3GridView.json
+44
-44
AppPortalView.json
...rainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
+88
-88
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+88
-88
未找到文件。
app_Web/package.json
浏览文件 @
6cd49dfa
...
...
@@ -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.
6
"
,
"@ibiz-template/core"
:
"^0.0.1-beta.
6
"
,
"@ibiz-template/model"
:
"^0.0.1-beta.
6
"
,
"@ibiz-template/runtime"
:
"^0.0.1-beta.
6
"
,
"@ibiz-template/service"
:
"^0.0.1-beta.
6
"
,
"@ibiz-template/theme"
:
"^0.0.1-beta.
6
"
,
"@ibiz-template/vue-util"
:
"^0.0.1-beta.
6
"
,
"@ibiz-template/controller"
:
"^0.0.1-beta.
9
"
,
"@ibiz-template/core"
:
"^0.0.1-beta.
9
"
,
"@ibiz-template/model"
:
"^0.0.1-beta.
9
"
,
"@ibiz-template/runtime"
:
"^0.0.1-beta.
9
"
,
"@ibiz-template/service"
:
"^0.0.1-beta.
9
"
,
"@ibiz-template/theme"
:
"^0.0.1-beta.
9
"
,
"@ibiz-template/vue-util"
:
"^0.0.1-beta.
9
"
,
"@ibiz/dynamic-model-api"
:
"^2.1.5"
,
"dayjs"
:
"^1.11.6"
,
"lodash-es"
:
"^4.17.21"
,
...
...
app_Web/pnpm-lock.yaml
浏览文件 @
6cd49dfa
...
...
@@ -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.
6
'
@ibiz-template/core'
:
^0.0.1-beta.
6
'
@ibiz-template/model'
:
^0.0.1-beta.
6
'
@ibiz-template/runtime'
:
^0.0.1-beta.
6
'
@ibiz-template/service'
:
^0.0.1-beta.
6
'
@ibiz-template/theme'
:
^0.0.1-beta.
6
'
@ibiz-template/vue-util'
:
^0.0.1-beta.
6
'
@ibiz-template/controller'
:
^0.0.1-beta.
9
'
@ibiz-template/core'
:
^0.0.1-beta.
9
'
@ibiz-template/model'
:
^0.0.1-beta.
9
'
@ibiz-template/runtime'
:
^0.0.1-beta.
9
'
@ibiz-template/service'
:
^0.0.1-beta.
9
'
@ibiz-template/theme'
:
^0.0.1-beta.
9
'
@ibiz-template/vue-util'
:
^0.0.1-beta.
9
'
@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.
6_drbf7qs5cvt4toropnfsjeqnim
'
@ibiz-template/core'
:
0.0.1-beta.
6
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
6
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/runtime'
:
0.0.1-beta.
6_o75ya2p4bjelsxgoueg4l5l6k
4
'
@ibiz-template/service'
:
0.0.1-beta.
6_jcmcr2dpxusclcarrmy67e3kna
'
@ibiz-template/theme'
:
0.0.1-beta.
6
'
@ibiz-template/vue-util'
:
0.0.1-beta.
6_ayb3ev3c7b2ph67voxi27jrycu
'
@ibiz-template/controller'
:
0.0.1-beta.
9_jbbpjip6gx27x2h3s7bfbxjrqi
'
@ibiz-template/core'
:
0.0.1-beta.
9
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
9
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/runtime'
:
0.0.1-beta.
9_lkkuic6vxpkkl4wpr26kof3rz
4
'
@ibiz-template/service'
:
0.0.1-beta.
9_lbu6ahgqzt7csmij3mhpyrs7fe
'
@ibiz-template/theme'
:
0.0.1-beta.
9
'
@ibiz-template/vue-util'
:
0.0.1-beta.
9_gwbafhelszwpbleofloi5a7x2e
'
@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.
6_drbf7qs5cvt4toropnfsjeqnim
:
resolution
:
{
integrity
:
sha512-
BCPAoO7ECA+MMxTWxcuo9JBucU6/IeSLM/HhOqNlAN7I58/IIkMFejF5y9tlfmqAOQsUqd5YaAxAIJMC2Kn2M
A==
}
/@ibiz-template/controller/0.0.1-beta.
9_jbbpjip6gx27x2h3s7bfbxjrqi
:
resolution
:
{
integrity
:
sha512-
+3+0b4k3uYZHtuWjBm2vQbxP+x/5q+xDGA8La3SY109n+zWZeUXZxQJTYvwNkxbqhAKBvoYAkquY5Kw95lUNL
A==
}
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.
6
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
6
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/runtime'
:
0.0.1-beta.
6_o75ya2p4bjelsxgoueg4l5l6k
4
'
@ibiz-template/service'
:
0.0.1-beta.
6_jcmcr2dpxusclcarrmy67e3kna
'
@ibiz-template/core'
:
0.0.1-beta.
9
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
9
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/runtime'
:
0.0.1-beta.
9_lkkuic6vxpkkl4wpr26kof3rz
4
'
@ibiz-template/service'
:
0.0.1-beta.
9_lbu6ahgqzt7csmij3mhpyrs7fe
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.
6
_qzytosuu5eg3bvoa74ldx6evva
:
resolution
:
{
integrity
:
sha512-
44jjG9rYooh7WYvv1aUEsG2Dujjv0YuzYTzUDzH6t4nN62Q3m5Wxpb/9S2YrZEzk0Bfy2yLSC2l6xWo4VwIU/Q
==
}
/@ibiz-template/core/0.0.1-beta.
9
_qzytosuu5eg3bvoa74ldx6evva
:
resolution
:
{
integrity
:
sha512-
/AMm4dlTg7kkeMhY8agm+8bnV/W+gA4VPClg7G0zK2/yLTeI7Df9t5jp/0Y2+QooRLY3JTvwKD16PIBQqpnsAw
==
}
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.
6
_yslesr4iih24kokbsmhl36awki
:
resolution
:
{
integrity
:
sha512-
h2YSvwkQR8T9UjYuj2ltnRj6+M7jk2QqxrgGTszAIEOSSfimyV4bJn4PwPVnJgsvVV6XacTzpd2w5UmFHmR7V
w==
}
/@ibiz-template/model/0.0.1-beta.
9
_yslesr4iih24kokbsmhl36awki
:
resolution
:
{
integrity
:
sha512-
IOaDzubqD49R7q4iOREhY50hOdyWBhM1fuWZn3lQVeD/3S/owkpMXsBR3ktNSvTA/5FbO8Xe1yKh+PEyjntT/
w==
}
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.
6_o75ya2p4bjelsxgoueg4l5l6k
4
:
resolution
:
{
integrity
:
sha512-
oc7mydvS7uxno4zUW5gxXkIoU7V8i5w3L2R+S+r7zx3cq/UT3Aldq0cgJsxu0DSB1jQpCfN8Ye4tV/pVd421WA
==
}
/@ibiz-template/runtime/0.0.1-beta.
9_lkkuic6vxpkkl4wpr26kof3rz
4
:
resolution
:
{
integrity
:
sha512-
p7LIPOQiCwPTy3rOL1M2lbaUXyZTz9lxvDlVHOlDIcTi64mXTFCUgBb55bi8cZ6sYUL5CL6ZHJ+RGcZ0Qo3T3w
==
}
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.
6
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
6
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/service'
:
0.0.1-beta.
6_jcmcr2dpxusclcarrmy67e3kna
'
@ibiz-template/core'
:
0.0.1-beta.
9
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
9
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/service'
:
0.0.1-beta.
9_lbu6ahgqzt7csmij3mhpyrs7fe
qx-util
:
0.4.4
dev
:
false
/@ibiz-template/service/0.0.1-beta.
6_jcmcr2dpxusclcarrmy67e3kna
:
resolution
:
{
integrity
:
sha512-
RKZ4PBBDooXt+e2Eb0Swgo9fTS/u6ux6YlEr0C8tfk7tWYKU8I9n4rPffXS/TkXHhLsFZxEDiBHe/xOu0Hj1Cg
==
}
/@ibiz-template/service/0.0.1-beta.
9_lbu6ahgqzt7csmij3mhpyrs7fe
:
resolution
:
{
integrity
:
sha512-
kT/Tv6wlS/1C8PSYD16rOW9w5Q7ApXczndGTYcYCanDBRLsXcFbmTGcDQVZ8F/qXdALG6cF/uOZF8shZB4BfxA
==
}
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.
6
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
6
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/core'
:
0.0.1-beta.
9
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
9
_yslesr4iih24kokbsmhl36awki
qx-util
:
0.4.4
ramda
:
0.28.0
dev
:
false
/@ibiz-template/theme/0.0.1-beta.
6
:
resolution
:
{
integrity
:
sha512-
yaNnEsv/taVEDL3nFbq9RSr8K8poTGA02fKvtLdmv1DAqcvHgXiue1NvTWDstDq4HvGnbMFyG21JtrQDpVSk0Q
==
}
/@ibiz-template/theme/0.0.1-beta.
9
:
resolution
:
{
integrity
:
sha512-
CcSIi3S1Gh+3+Y/5cp1CsgSP3S0fw0/gW1/zE6bflIW2tS/828oysFTn+4Pk/RaF2q/+HqwTd7Liruz/e/Zd6A
==
}
dev
:
false
/@ibiz-template/vue-util/0.0.1-beta.
6_ayb3ev3c7b2ph67voxi27jrycu
:
resolution
:
{
integrity
:
sha512-
KFqa+OPIFnqmVe6Gv4orgul1aquy3bmON1EwEktF1QhT+1x/w/CYyGB9HmXorZ9CYBp1CmogrJTG0t7kBCwVG
w==
}
/@ibiz-template/vue-util/0.0.1-beta.
9_gwbafhelszwpbleofloi5a7x2e
:
resolution
:
{
integrity
:
sha512-
oIyJFU6k4B0FwAGMNZxpjowpjtPmS+W5Ndute+qi0H1zsEiL66nHcr1b3tFikp6a7LcFFfLVwg+/FiDP6KGYc
w==
}
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.
6_drbf7qs5cvt4toropnfsjeqnim
'
@ibiz-template/core'
:
0.0.1-beta.
6
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
6
_yslesr4iih24kokbsmhl36awki
'
@ibiz-template/controller'
:
0.0.1-beta.
9_jbbpjip6gx27x2h3s7bfbxjrqi
'
@ibiz-template/core'
:
0.0.1-beta.
9
_qzytosuu5eg3bvoa74ldx6evva
'
@ibiz-template/model'
:
0.0.1-beta.
9
_yslesr4iih24kokbsmhl36awki
qs
:
6.11.0
qx-util
:
0.4.4
ramda
:
0.28.0
...
...
app_Web/src/components/editor/data-picker/ibiz-grid-picker/ibiz-grid-picker.tsx
浏览文件 @
6cd49dfa
...
...
@@ -10,7 +10,9 @@ export const IBizGridPicker = defineComponent({
props
:
getGridDataPickerProps
(),
setup
(
props
)
{
const
ns
=
useNamespace
(
'grid-picker'
);
const
multiple
=
props
.
controller
.
model
.
editorType
===
'ADDRESSPICKUP'
;
const
multiple
=
[
'ADDRESSPICKUP_AC'
,
'ADDRESSPICKUP'
].
includes
(
props
.
controller
.
model
.
editorType
,
);
const
provider
=
ref
();
ibiz
.
register
.
editor
.
get
(
props
.
controller
.
model
).
then
(
value
=>
{
provider
.
value
=
value
;
...
...
app_Web/src/components/editor/text-box/ibiz-input/ibiz-input.tsx
浏览文件 @
6cd49dfa
...
...
@@ -15,6 +15,7 @@ export const IBizInput = defineComponent({
const
ns
=
useNamespace
(
'input'
);
const
c
=
props
.
controller
;
const
editorModel
=
c
.
model
;
const
inputRef
=
ref
();
// 文本域默认行数,仅在 textarea 类型下有效
const
rows
=
ref
(
2
);
...
...
@@ -53,13 +54,37 @@ export const IBizInput = defineComponent({
{
immediate
:
true
},
);
// 值变更
const
handleChange
=
debounce
((
e
:
IData
)
=>
{
let
isDebounce
=
false
;
let
awaitSearch
:
()
=>
void
;
// 防抖值变更回调
const
debounceChange
=
debounce
(
(
e
:
IData
)
=>
{
emit
(
'change'
,
e
.
target
.
value
);
},
500
);
isDebounce
=
false
;
if
(
awaitSearch
)
{
awaitSearch
();
}
},
300
,
{
leading
:
true
},
);
// 值变更
const
handleChange
=
(
e
:
IData
)
=>
{
isDebounce
=
true
;
debounceChange
(
e
);
};
const
inputRef
=
ref
();
const
handleKeyUp
=
(
e
:
KeyboardEvent
)
=>
{
if
(
e
&&
e
.
code
===
'Enter'
)
{
if
(
isDebounce
)
{
awaitSearch
=
()
=>
{
inputRef
.
value
.
$el
.
dispatchEvent
(
e
);
};
}
}
};
// 自动聚焦
if
(
props
.
autoFocus
)
{
watch
(
inputRef
,
newVal
=>
{
if
(
newVal
)
{
...
...
@@ -75,6 +100,7 @@ export const IBizInput = defineComponent({
type
,
currentVal
,
handleChange
,
handleKeyUp
,
inputRef
,
};
},
...
...
@@ -97,6 +123,7 @@ export const IBizInput = defineComponent({
type=
{
this
.
type
}
rows=
{
this
.
rows
}
on
-
on
-
change=
{
this
.
handleChange
}
nativeOnkeyup=
{
this
.
handleKeyUp
}
class=
{
this
.
ns
.
b
(
'input'
)
}
disabled=
{
this
.
disabled
}
></
i
-
input
>
...
...
app_Web/src/provider/editor/index.ts
浏览文件 @
6cd49dfa
...
...
@@ -79,6 +79,10 @@ export function presetEditorProvider(): void {
'ADDRESSPICKUP'
,
new
DataPickerEditorProvider
(
'ADDRESSPICKUP'
),
);
editorRegister
.
register
(
'ADDRESSPICKUP_AC'
,
new
DataPickerEditorProvider
(
'ADDRESSPICKUP'
),
);
}
export
{
...
...
app_Web/src/util/error-handler/error-handler.ts
浏览文件 @
6cd49dfa
...
...
@@ -30,7 +30,7 @@ export class ErrorHandler {
UnauthorizedHandler
.
handle
();
}
else
{
ibiz
.
notification
.
error
({
title
:
`网络异常
${
err
.
status
}
`
,
title
:
err
.
status
.
toString
()
,
desc
:
err
.
message
,
duration
:
10
,
});
...
...
app_Web/src/util/model-util/model-util.ts
浏览文件 @
6cd49dfa
import
Vue
from
'vue'
;
import
{
IModalUtil
,
ModalParams
}
from
'@ibiz-template/runtime'
;
import
{
ModalInstance
}
from
'view-design'
;
import
{
ModalConfig
,
ModalInstance
}
from
'view-design'
;
function
convertParams
(
params
:
ModalParams
):
ModalConfig
{
const
config
:
IData
=
{
...
params
};
if
(
config
.
desc
)
{
config
.
content
=
config
.
desc
;
delete
config
.
desc
;
}
return
config
;
}
/**
* 简洁确认操作框
...
...
@@ -15,25 +24,25 @@ export class ModalUtil implements IModalUtil {
protected
modal
:
ModalInstance
=
Vue
.
prototype
.
$Modal
;
async
info
(
params
:
ModalParams
):
Promise
<
void
>
{
this
.
modal
.
info
(
params
);
this
.
modal
.
info
(
convertParams
(
params
)
);
}
async
success
(
params
:
ModalParams
):
Promise
<
void
>
{
this
.
modal
.
success
(
params
);
this
.
modal
.
success
(
convertParams
(
params
)
);
}
async
warning
(
params
:
ModalParams
):
Promise
<
void
>
{
this
.
modal
.
warning
(
params
);
this
.
modal
.
warning
(
convertParams
(
params
)
);
}
async
error
(
params
:
ModalParams
):
Promise
<
void
>
{
this
.
modal
.
error
(
params
);
this
.
modal
.
error
(
convertParams
(
params
)
);
}
async
confirm
(
params
:
ModalParams
):
Promise
<
boolean
>
{
return
new
Promise
(
resolve
=>
{
this
.
modal
.
confirm
({
...
params
,
...
convertParams
(
params
)
,
onOk
:
()
=>
{
resolve
(
true
);
},
...
...
app_Web/yarn.lock
浏览文件 @
6cd49dfa
...
...
@@ -504,53 +504,53 @@
dependencies:
qx-util "^0.4.4"
"@ibiz-template/controller@^0.0.1-beta.
6
":
version "0.0.1-beta.
6
"
resolved "http://npm.zhr.icu/@ibiz-template%2fcontroller/-/controller-0.0.1-beta.
6.tgz#206a1488333dd7462d4e1c99473099a3cb80220c
"
integrity sha512-
BCPAoO7ECA+MMxTWxcuo9JBucU6/IeSLM/HhOqNlAN7I58/IIkMFejF5y9tlfmqAOQsUqd5YaAxAIJMC2Kn2M
A==
"@ibiz-template/controller@^0.0.1-beta.
9
":
version "0.0.1-beta.
9
"
resolved "http://npm.zhr.icu/@ibiz-template%2fcontroller/-/controller-0.0.1-beta.
9.tgz#bfa55b6b2fc3544e408d55f6ea9c72f108755e68
"
integrity sha512-
+3+0b4k3uYZHtuWjBm2vQbxP+x/5q+xDGA8La3SY109n+zWZeUXZxQJTYvwNkxbqhAKBvoYAkquY5Kw95lUNL
A==
dependencies:
async-validator "^4.2.5"
dayjs "^1.11.5"
"@ibiz-template/core@^0.0.1-beta.
6
":
version "0.0.1-beta.
6
"
resolved "http://npm.zhr.icu/@ibiz-template%2fcore/-/core-0.0.1-beta.
6.tgz#36a529cf43e326fb93a2d1de1a71049e0fc8cc7c
"
integrity sha512-
44jjG9rYooh7WYvv1aUEsG2Dujjv0YuzYTzUDzH6t4nN62Q3m5Wxpb/9S2YrZEzk0Bfy2yLSC2l6xWo4VwIU/Q
==
"@ibiz-template/core@^0.0.1-beta.
9
":
version "0.0.1-beta.
9
"
resolved "http://npm.zhr.icu/@ibiz-template%2fcore/-/core-0.0.1-beta.
9.tgz#5d19b3b6cedaf2e7e09d2d8841697d8c9f42824e
"
integrity sha512-
/AMm4dlTg7kkeMhY8agm+8bnV/W+gA4VPClg7G0zK2/yLTeI7Df9t5jp/0Y2+QooRLY3JTvwKD16PIBQqpnsAw
==
dependencies:
axios "^1.1.3"
loglevel "^1.8.0"
pluralize "^8.0.0"
qs "^6.11.0"
"@ibiz-template/model@^0.0.1-beta.
6
":
version "0.0.1-beta.
6
"
resolved "http://npm.zhr.icu/@ibiz-template%2fmodel/-/model-0.0.1-beta.
6.tgz#a952de1f9104f54254d1dec3f5aaadad08eea792
"
integrity sha512-
h2YSvwkQR8T9UjYuj2ltnRj6+M7jk2QqxrgGTszAIEOSSfimyV4bJn4PwPVnJgsvVV6XacTzpd2w5UmFHmR7V
w==
"@ibiz-template/model@^0.0.1-beta.
9
":
version "0.0.1-beta.
9
"
resolved "http://npm.zhr.icu/@ibiz-template%2fmodel/-/model-0.0.1-beta.
9.tgz#859e180b3c5791166940c77eb86c3b28dcac6256
"
integrity sha512-
IOaDzubqD49R7q4iOREhY50hOdyWBhM1fuWZn3lQVeD/3S/owkpMXsBR3ktNSvTA/5FbO8Xe1yKh+PEyjntT/
w==
dependencies:
"@ibiz/dynamic-model-api" "^2.1.5"
pluralize "^8.0.0"
"@ibiz-template/runtime@^0.0.1-beta.
6
":
version "0.0.1-beta.
6
"
resolved "http://npm.zhr.icu/@ibiz-template%2fruntime/-/runtime-0.0.1-beta.
6.tgz#4cd01f58b8a21e4e4c8af128fe64ff4b31adf5c5
"
integrity sha512-
oc7mydvS7uxno4zUW5gxXkIoU7V8i5w3L2R+S+r7zx3cq/UT3Aldq0cgJsxu0DSB1jQpCfN8Ye4tV/pVd421WA
==
"@ibiz-template/runtime@^0.0.1-beta.
9
":
version "0.0.1-beta.
9
"
resolved "http://npm.zhr.icu/@ibiz-template%2fruntime/-/runtime-0.0.1-beta.
9.tgz#8852cf8b9bf6341152aaaaeb6c6c6a660e062f89
"
integrity sha512-
p7LIPOQiCwPTy3rOL1M2lbaUXyZTz9lxvDlVHOlDIcTi64mXTFCUgBb55bi8cZ6sYUL5CL6ZHJ+RGcZ0Qo3T3w
==
dependencies:
"@ibiz-template/command" "^0.0.1-beta.1"
"@ibiz-template/service@^0.0.1-beta.
6
":
version "0.0.1-beta.
6
"
resolved "http://npm.zhr.icu/@ibiz-template%2fservice/-/service-0.0.1-beta.
6.tgz#3f30a101795c6bb254af0fdf1ff634a2f293d121
"
integrity sha512-
RKZ4PBBDooXt+e2Eb0Swgo9fTS/u6ux6YlEr0C8tfk7tWYKU8I9n4rPffXS/TkXHhLsFZxEDiBHe/xOu0Hj1Cg
==
"@ibiz-template/service@^0.0.1-beta.
9
":
version "0.0.1-beta.
9
"
resolved "http://npm.zhr.icu/@ibiz-template%2fservice/-/service-0.0.1-beta.
9.tgz#3c04aca42ef8efee4b6015de78ce6fa3a6d41a92
"
integrity sha512-
kT/Tv6wlS/1C8PSYD16rOW9w5Q7ApXczndGTYcYCanDBRLsXcFbmTGcDQVZ8F/qXdALG6cF/uOZF8shZB4BfxA
==
"@ibiz-template/theme@^0.0.1-beta.
6
":
version "0.0.1-beta.
6
"
resolved "http://npm.zhr.icu/@ibiz-template%2ftheme/-/theme-0.0.1-beta.
6.tgz#f6a2a9316a0dd76da3554b435ed98a1b5856491b
"
integrity sha512-
yaNnEsv/taVEDL3nFbq9RSr8K8poTGA02fKvtLdmv1DAqcvHgXiue1NvTWDstDq4HvGnbMFyG21JtrQDpVSk0Q
==
"@ibiz-template/theme@^0.0.1-beta.
9
":
version "0.0.1-beta.
9
"
resolved "http://npm.zhr.icu/@ibiz-template%2ftheme/-/theme-0.0.1-beta.
9.tgz#07484278826f15c1003f746840730bef3b99fab7
"
integrity sha512-
CcSIi3S1Gh+3+Y/5cp1CsgSP3S0fw0/gW1/zE6bflIW2tS/828oysFTn+4Pk/RaF2q/+HqwTd7Liruz/e/Zd6A
==
"@ibiz-template/vue-util@^0.0.1-beta.
6
":
version "0.0.1-beta.
6
"
resolved "http://npm.zhr.icu/@ibiz-template%2fvue-util/-/vue-util-0.0.1-beta.
6.tgz#9753b42f586e551c692f19bf231c420d926d0c9e
"
integrity sha512-
KFqa+OPIFnqmVe6Gv4orgul1aquy3bmON1EwEktF1QhT+1x/w/CYyGB9HmXorZ9CYBp1CmogrJTG0t7kBCwVG
w==
"@ibiz-template/vue-util@^0.0.1-beta.
9
":
version "0.0.1-beta.
9
"
resolved "http://npm.zhr.icu/@ibiz-template%2fvue-util/-/vue-util-0.0.1-beta.
9.tgz#a4968c9de4d09349f792248c888fbb328772288c
"
integrity sha512-
oIyJFU6k4B0FwAGMNZxpjowpjtPmS+W5Ndute+qi0H1zsEiL66nHcr1b3tFikp6a7LcFFfLVwg+/FiDP6KGYc
w==
"@ibiz/dynamic-model-api@^2.1.5":
version "2.1.5"
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Book/PSGRIDS/InfoGrid.json
浏览文件 @
6cd49dfa
...
...
@@ -19,35 +19,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlLogics"
:
[
{
...
...
@@ -168,40 +168,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
...
...
@@ -235,6 +201,40 @@
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"rTMOSFilePath"
:
"psdegridcols/uagridcolumn1"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDATAENTITIES/Reginfo/PSFORMS/Main.json
浏览文件 @
6cd49dfa
...
...
@@ -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/Student/PSLISTS/StudentList.json
浏览文件 @
6cd49dfa
...
...
@@ -25,35 +25,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet2_list_field_u
1feafb4
_click"
,
"name"
:
"db_sysportlet2_list_field_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet2_list_field_u
4c6267d
_click"
,
"name"
:
"db_sysportlet2_list_field_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
},
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
}
],
"getPSDEListDataItems"
:
[
{
...
...
@@ -104,40 +104,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
...
...
@@ -171,6 +137,40 @@
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"width"
:
150
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPDEVIEWS/ReginfoEditView.json
浏览文件 @
6cd49dfa
...
...
@@ -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/bookUsr3GridView.json
浏览文件 @
6cd49dfa
...
...
@@ -375,35 +375,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"grid_uagridcolumn1_u
4c6267d
_click"
,
"name"
:
"grid_uagridcolumn1_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"grid"
},
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"grid"
}
],
"getPSControlHandler"
:
{
...
...
@@ -611,40 +611,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
...
...
@@ -678,6 +644,40 @@
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"rTMOSFilePath"
:
"psdegridcols/uagridcolumn1"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSAPPPORTALVIEWS/AppPortalView.json
浏览文件 @
6cd49dfa
...
...
@@ -221,35 +221,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet2_list_field_u
1feafb4
_click"
,
"name"
:
"db_sysportlet2_list_field_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet2_list_field_u
4c6267d
_click"
,
"name"
:
"db_sysportlet2_list_field_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
},
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"db_sysportlet2_list"
}
],
"getPSControlHandler"
:
{
...
...
@@ -374,40 +374,6 @@
"getPSDEUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
...
...
@@ -441,6 +407,40 @@
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"width"
:
150
,
...
...
@@ -2602,35 +2602,35 @@
"getPSAppViewLogics"
:
[
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet4_u
1feafb4
_click"
,
"name"
:
"db_sysportlet4_u
4c6267d
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
编辑
操作"
"id"
:
"表格界面_
删除
操作"
}
},
{
"logicTrigger"
:
"CUSTOM"
,
"logicType"
:
"APPVIEWUIACTION"
,
"name"
:
"db_sysportlet4_u
4c6267d
_click"
,
"name"
:
"db_sysportlet4_u
1feafb4
_click"
,
"getPSAppViewUIAction"
:
{
"modelref"
:
true
,
"id"
:
"表格界面_
删除
操作"
"id"
:
"表格界面_
编辑
操作"
}
}
],
"getPSAppViewUIActions"
:
[
{
"name"
:
"表格界面_
编辑
操作"
,
"name"
:
"表格界面_
删除
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Edit
"
"id"
:
"
Remove
"
},
"uIActionTarget"
:
"
SINGLE
KEY"
,
"uIActionTarget"
:
"
MULTI
KEY"
,
"xDataControlName"
:
"db_sysportlet4"
},
{
"name"
:
"表格界面_
删除
操作"
,
"name"
:
"表格界面_
编辑
操作"
,
"getPSUIAction"
:
{
"modelref"
:
true
,
"id"
:
"
Remove
"
"id"
:
"
Edit
"
},
"uIActionTarget"
:
"
MULTI
KEY"
,
"uIActionTarget"
:
"
SINGLE
KEY"
,
"xDataControlName"
:
"db_sysportlet4"
}
],
"getPSControlHandler"
:
{
...
...
@@ -2648,40 +2648,6 @@
"getPSUIActionGroup"
:
{
"name"
:
"界面行为组"
,
"getPSUIActionGroupDetails"
:
[
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u4c6267d"
,
"getPSUIAction"
:
{
...
...
@@ -2715,6 +2681,40 @@
"addSeparator"
:
true
,
"showCaption"
:
false
,
"showIcon"
:
true
},
{
"detailType"
:
"DEUIACTION"
,
"name"
:
"u1feafb4"
,
"getPSUIAction"
:
{
"actionTarget"
:
"SINGLEKEY"
,
"getCapPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TEXT.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto253"
,
"rTMOSFilePath"
:
"pslanguageres/Auto253"
},
"caption"
:
"编辑"
,
"codeName"
:
"Edit"
,
"fullCodeName"
:
"Edit"
,
"mOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"name"
:
"表格界面_编辑操作"
,
"getPSSysImage"
:
{
"glyph"
:
"xf044@FontAwesome"
,
"cssClass"
:
"fa fa-edit"
},
"predefinedType"
:
"GRIDVIEW_EDITACTION"
,
"rTMOSFilePath"
:
"pssysapps/Web/pssysappdeuiactions/Edit"
,
"timeout"
:
60000
,
"getTooltipPSLanguageRes"
:
{
"lanResTag"
:
"TBB.TOOLTIP.*.EDIT"
,
"mOSFilePath"
:
"pslanguageres/Auto130"
,
"rTMOSFilePath"
:
"pslanguageres/Auto130"
},
"uIActionMode"
:
"SYS"
,
"uIActionTag"
:
"Edit"
,
"uIActionType"
:
"DEUIACTION"
},
"addSeparator"
:
true
,
"showCaption"
:
true
,
"showIcon"
:
false
}
]
},
"portletType"
:
"ACTIONBAR"
,
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
6cd49dfa
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录