Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
4ef386b7
提交
4ef386b7
编写于
2月 28, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
MoneyQ 发布系统代码 [后台服务,演示应用]
上级
68237f86
变更
13
展开全部
显示空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
257 行增加
和
81 行删除
+257
-81
quicksearchform-searchform-base.vue
...searchform-searchform/quicksearchform-searchform-base.vue
+2
-2
usr2-dataview-base.vue
...src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
+56
-26
usr4-dataview-base.vue
...src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
+4
-4
IBIZSample0023.json
...model/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json
+109
-0
IBIZSample0026.json
...model/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026.json
+4
-0
DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID.json
...DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID.json
+4
-0
Usr.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
+12
-12
TreeTable.json
.../PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
+12
-12
IBIZBOOKGanttView.json
...temodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
+12
-12
IBIZBOOKTreeGridExView.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
+12
-12
DemoAPI.json
...esources/static/remotemodel/PSSYSSERVICEAPIS/DemoAPI.json
+15
-0
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+1
-1
DemoSys.json
demo-core/src/main/resources/sysmodel/DemoSys.json
+14
-0
未找到文件。
app_Web/src/widgets/ibizbook/quicksearchform-searchform/quicksearchform-searchform-base.vue
浏览文件 @
4ef386b7
...
@@ -673,7 +673,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
...
@@ -673,7 +673,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
*/
public
load
(
opt
:
any
=
{}):
void
{
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Calendar
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -709,7 +709,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
...
@@ -709,7 +709,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Calendar
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
浏览文件 @
4ef386b7
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
浏览文件 @
4ef386b7
...
@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -698,7 +698,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
*/
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{...
opt
};
const
arg
:
any
=
{...
opt
};
...
@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -792,7 +792,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
return
;
}
}
let
_datas
:
any
[]
=
[];
let
_datas
:
any
[]
=
[];
...
@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -908,7 +908,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try
{
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
!
this
.
createAction
){
if
(
!
this
.
createAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -916,7 +916,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
}
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
){
if
(
!
this
.
updateAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizbook
){
if
(
item
.
ibizbook
){
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json
浏览文件 @
4ef386b7
...
@@ -1235,6 +1235,88 @@
...
@@ -1235,6 +1235,88 @@
"stringLength"
:
1048576
,
"stringLength"
:
1048576
,
"valueFormat"
:
"%1$s"
,
"valueFormat"
:
"%1$s"
,
"queryColumn"
:
false
"queryColumn"
:
false
},
{
"getAllPSDEFUIModes"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefuimodes/Default"
,
"name"
:
"[FIELD26][包数据2]"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"Default"
,
"editorType"
:
"HIDDEN"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefformitems/Default"
,
"name"
:
"[FIELD26][包数据2]"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefformitems/Default"
,
"stringLength"
:
1048576
,
"uIMode"
:
"DEFAULT"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefuimodes/Default"
,
"type"
:
"DEFAULT"
},
{
"codeName"
:
"MobileDefault"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefuimodes/MobileDefault"
,
"name"
:
"[FIELD26][包数据2]移动端默认"
,
"getPSDEFFormItem"
:
{
"codeName"
:
"MobileDefault"
,
"editorType"
:
"HIDDEN"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefformitems/MobileDefault"
,
"name"
:
"[FIELD26][包数据2]移动端默认"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefformitems/MobileDefault"
,
"stringLength"
:
1048576
,
"uIMode"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefuimodes/MobileDefault"
,
"type"
:
"MOBILEDEFAULT"
,
"mobileMode"
:
true
}
],
"getAllPSDEFValueRules"
:
[
{
"codeName"
:
"Default"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefvaluerules/Default"
,
"name"
:
"默认规则"
,
"getPSDEFVRGroupCondition"
:
{
"condOp"
:
"AND"
,
"condType"
:
"GROUP"
,
"name"
:
"默认组"
,
"getPSDEFVRConditions"
:
[
{
"condType"
:
"STRINGLENGTH"
,
"dEFName"
:
"FIELD26"
,
"maxValue"
:
1048576
,
"name"
:
"默认字符串长度"
,
"ruleInfo"
:
"内容长度必须小于等于[1048576]"
,
"includeMaxValue"
:
true
,
"includeMinValue"
:
false
,
"keyCond"
:
true
}
],
"ruleInfo"
:
"内容长度必须小于等于[1048576]"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26/psdefvaluerules/Default"
,
"ruleInfo"
:
"内容长度必须小于等于[1048576]"
,
"checkDefault"
:
true
,
"defaultMode"
:
true
,
"enableBackend"
:
true
,
"enableFront"
:
true
}
],
"codeName"
:
"Field26"
,
"dEFType"
:
5
,
"dataType"
:
"ONE2MANYDATA"
,
"importOrder"
:
1000
,
"length"
:
1048576
,
"logicName"
:
"包数据2"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26"
,
"name"
:
"FIELD26"
,
"getPSDER"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDERS/DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID.json"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdefields/FIELD26"
,
"serviceCodeName"
:
"Field26"
,
"stdDataType"
:
21
,
"stringLength"
:
1048576
,
"valueFormat"
:
"%1$s"
,
"viewLevel"
:
0
,
"phisicalDEField"
:
false
,
"queryColumn"
:
false
,
"uIAssistDEField"
:
true
}
],
}
],
"getAllPSDEMethodDTOs"
:
[
{
"getAllPSDEMethodDTOs"
:
[
{
"name"
:
"IBIZSample0023DTO"
,
"name"
:
"IBIZSample0023DTO"
,
...
@@ -1289,6 +1371,29 @@
...
@@ -1289,6 +1371,29 @@
"sourceType"
:
"DEFIELD"
,
"sourceType"
:
"DEFIELD"
,
"stringLength"
:
1048576
,
"stringLength"
:
1048576
,
"type"
:
"DTOS"
"type"
:
"DTOS"
},
{
"logicName"
:
"包数据2"
,
"name"
:
"Field26"
,
"getPSDEField"
:
{
"name"
:
"FIELD26"
,
"codeName"
:
"Field26"
},
"getPSDER"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDERS/DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID.json"
},
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdemethoddtos/IBIZSample0023DTO/psdemethoddtofields/Field26"
,
"getRefPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0026DTO"
},
"getRefPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026.json"
},
"sourceType"
:
"DEFIELD"
,
"stringLength"
:
1048576
,
"type"
:
"DTOS"
},
{
},
{
"logicName"
:
"扩展数据"
,
"logicName"
:
"扩展数据"
,
"name"
:
"FieldExt"
,
"name"
:
"FieldExt"
,
...
@@ -1566,6 +1671,10 @@
...
@@ -1566,6 +1671,10 @@
},
},
"name"
:
"DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID"
,
"name"
:
"DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID"
,
"orderValue"
:
100
,
"orderValue"
:
100
,
"getPSOne2ManyDataDEField"
:
{
"name"
:
"FIELD26"
,
"codeName"
:
"Field26"
},
"getPSPickupDEField"
:
{
"getPSPickupDEField"
:
{
"name"
:
"IBIZSAMPLE0023ID"
,
"name"
:
"IBIZSAMPLE0023ID"
,
"codeName"
:
"IBIZSample0023Id"
"codeName"
:
"IBIZSample0023Id"
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026.json
浏览文件 @
4ef386b7
...
@@ -1485,6 +1485,10 @@
...
@@ -1485,6 +1485,10 @@
},
},
"name"
:
"DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID"
,
"name"
:
"DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID"
,
"orderValue"
:
100
,
"orderValue"
:
100
,
"getPSOne2ManyDataDEField"
:
{
"name"
:
"FIELD26"
,
"codeName"
:
"Field26"
},
"getPSPickupDEField"
:
{
"getPSPickupDEField"
:
{
"name"
:
"IBIZSAMPLE0023ID"
,
"name"
:
"IBIZSAMPLE0023ID"
,
"codeName"
:
"IBIZSample0023Id"
"codeName"
:
"IBIZSample0023Id"
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026/PSDERS/DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID.json
浏览文件 @
4ef386b7
...
@@ -16,6 +16,10 @@
...
@@ -16,6 +16,10 @@
},
},
"name"
:
"DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID"
,
"name"
:
"DER1N_IBIZSAMPLE0026_IBIZSAMPLE0023_IBIZSAMPLE0023ID"
,
"orderValue"
:
100
,
"orderValue"
:
100
,
"getPSOne2ManyDataDEField"
:
{
"name"
:
"FIELD26"
,
"codeName"
:
"Field26"
},
"getPSPickupDEField"
:
{
"getPSPickupDEField"
:
{
"name"
:
"IBIZSAMPLE0023ID"
,
"name"
:
"IBIZSAMPLE0023ID"
,
"codeName"
:
"IBIZSample0023Id"
"codeName"
:
"IBIZSample0023Id"
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
浏览文件 @
4ef386b7
...
@@ -12,18 +12,6 @@
...
@@ -12,18 +12,6 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
},
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
@@ -71,6 +59,18 @@
...
@@ -71,6 +59,18 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
}
],
"getPSDETreeNodeRSs"
:
[
{
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSTREEGRIDICES/TreeTable.json
浏览文件 @
4ef386b7
...
@@ -20,18 +20,6 @@
...
@@ -20,18 +20,6 @@
}
}
}
],
}
],
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书描述"
,
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
@@ -55,6 +43,18 @@
...
@@ -55,6 +43,18 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
}
],
"getPSDETreeNodeRSs"
:
[
{
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
浏览文件 @
4ef386b7
...
@@ -46,18 +46,6 @@
...
@@ -46,18 +46,6 @@
"id"
:
"GANTT"
"id"
:
"GANTT"
},
},
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
@@ -105,6 +93,18 @@
...
@@ -105,6 +93,18 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
}
],
"getPSDETreeNodeRSs"
:
[
{
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKTreeGridExView.json
浏览文件 @
4ef386b7
...
@@ -100,18 +100,6 @@
...
@@ -100,18 +100,6 @@
"id"
:
"TREEGRIDEX"
"id"
:
"TREEGRIDEX"
},
},
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"图书描述"
,
"caption"
:
"图书描述"
,
"codeName"
:
"subtext"
,
"codeName"
:
"subtext"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
@@ -135,6 +123,18 @@
...
@@ -135,6 +123,18 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
50
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
}
],
}
],
"getPSDETreeNodeRSs"
:
[
{
"getPSDETreeNodeRSs"
:
[
{
"getChildPSDETreeNode"
:
{
"getChildPSDETreeNode"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSSERVICEAPIS/DemoAPI.json
浏览文件 @
4ef386b7
...
@@ -16393,6 +16393,21 @@
...
@@ -16393,6 +16393,21 @@
"enableModify"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"keyField"
:
false
,
"majorField"
:
false
"majorField"
:
false
},
{
"codeName"
:
"Field26"
,
"codeName2"
:
"Field26"
,
"logicName"
:
"包数据2"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field26"
,
"name"
:
"FIELD26"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field26"
,
"stdDataType"
:
21
,
"stringLength"
:
1048576
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
}
],
}
],
"getPSDEServiceAPIMethods"
:
[
{
"getPSDEServiceAPIMethods"
:
[
{
"dataAccessAction"
:
"CREATE"
,
"dataAccessAction"
:
"CREATE"
,
...
...
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
4ef386b7
...
@@ -1239,7 +1239,7 @@
...
@@ -1239,7 +1239,7 @@
<!--输出实体[IBIZSAMPLE0023]数据结构 -->
<!--输出实体[IBIZSAMPLE0023]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0023-3
6
-40"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0023-3
7
-40"
>
<createTable
tableName=
"T_IBIZSAMPLE0023"
>
<createTable
tableName=
"T_IBIZSAMPLE0023"
>
<column
name=
"IBIZSAMPLE0023ID"
remarks=
""
type=
"VARCHAR(100)"
>
<column
name=
"IBIZSAMPLE0023ID"
remarks=
""
type=
"VARCHAR(100)"
>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_IBIZSAMPLE0023_IBIZSAMPLE00"
/>
<constraints
primaryKey=
"true"
primaryKeyName=
"PK_IBIZSAMPLE0023_IBIZSAMPLE00"
/>
...
...
demo-core/src/main/resources/sysmodel/DemoSys.json
浏览文件 @
4ef386b7
...
@@ -8587,6 +8587,20 @@
...
@@ -8587,6 +8587,20 @@
"key_field"
:
0
,
"key_field"
:
0
,
"show_order"
:
1000
,
"show_order"
:
1000
,
"major_field"
:
0
"major_field"
:
0
},
{
"fieldname"
:
"FIELD26"
,
"codename"
:
"Field26"
,
"field_logic_name"
:
"包数据2"
,
"entity_name"
:
"IBIZSAMPLE0023"
,
"field_type"
:
"ONE2MANYDATA"
,
"nullable"
:
1
,
"physical_field"
:
0
,
"data_type"
:
"TEXT"
,
"data_length"
:
1048576
,
"key_field"
:
0
,
"show_order"
:
1000
,
"major_field"
:
0
}
}
],
],
"subEntitys"
:[
"subEntitys"
:[
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录