Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
56a6fed2
提交
56a6fed2
编写于
4月 10, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
MoneyQ 发布系统代码 [后台服务,演示应用]
上级
3f685779
变更
9
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
9 个修改的文件
包含
423 行增加
和
78 行删除
+423
-78
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
main-multieditviewpanel-base.vue
...-main-multieditviewpanel/main-multieditviewpanel-base.vue
+2
-2
main-multieditviewpanel-base.vue
.../main-multieditviewpanel/main-multieditviewpanel-base.vue
+2
-2
usr2-dataview-base.vue
...src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
+26
-56
IBIZSample0023.json
...model/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json
+257
-8
MYSQL5.json
...ZSample0023/PSDEDATAQUERIES/DER11/PSDEDQCODES/MYSQL5.json
+33
-0
MYSQL5.json
...ZSample0023/PSDEDATAQUERIES/DER1N/PSDEDQCODES/MYSQL5.json
+33
-0
DemoAPI.json
...esources/static/remotemodel/PSSYSSERVICEAPIS/DemoAPI.json
+64
-4
DemoSys.json
demo-core/src/main/resources/sysmodel/DemoSys.json
+4
-4
未找到文件。
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
56a6fed2
...
...
@@ -719,7 +719,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9
GridView'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
8
GridView'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -755,7 +755,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9
GridView'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
8
GridView'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/ibizbookusr5-edit-view-main-multieditviewpanel/main-multieditviewpanel-base.vue
浏览文件 @
56a6fed2
...
...
@@ -526,7 +526,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
load
(
data
:
any
):
void
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2MEditView9_layout
'
+
(
this
.
$t
(
'app.multiEditView.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
MEditView9
'
+
(
this
.
$t
(
'app.multiEditView.notConfig.fetchAction'
)
as
string
)
});
return
;
}
let
arg
:
any
=
{};
...
...
@@ -561,7 +561,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
handleAdd
(){
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2MEditView9_layout
'
+
(
this
.
$t
(
'app.multiEditView.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
MEditView9
'
+
(
this
.
$t
(
'app.multiEditView.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
promice
:
Promise
<
any
>
=
this
.
service
.
loadDraft
(
this
.
loaddraftAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),{
viewparams
:
this
.
viewparams
},
this
.
showBusyIndicator
);
...
...
app_Web/src/widgets/ibizbook/main-multieditviewpanel/main-multieditviewpanel-base.vue
浏览文件 @
56a6fed2
...
...
@@ -526,7 +526,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
load
(
data
:
any
):
void
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2MEditView9_layout
'
+
(
this
.
$t
(
'app.multiEditView.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
MEditView9
'
+
(
this
.
$t
(
'app.multiEditView.notConfig.fetchAction'
)
as
string
)
});
return
;
}
let
arg
:
any
=
{};
...
...
@@ -561,7 +561,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
handleAdd
(){
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2MEditView9_layout
'
+
(
this
.
$t
(
'app.multiEditView.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
MEditView9
'
+
(
this
.
$t
(
'app.multiEditView.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
promice
:
Promise
<
any
>
=
this
.
service
.
loadDraft
(
this
.
loaddraftAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),{
viewparams
:
this
.
viewparams
},
this
.
showBusyIndicator
);
...
...
app_Web/src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
浏览文件 @
56a6fed2
此差异已折叠。
点击以展开。
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json
浏览文件 @
56a6fed2
此差异已折叠。
点击以展开。
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023/PSDEDATAQUERIES/DER11/PSDEDQCODES/MYSQL5.json
0 → 100644
浏览文件 @
56a6fed2
{
"dBType"
:
"MYSQL5"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/DER11/psdedqcodes/MYSQL5"
,
"name"
:
"MySQL5"
,
"getPSDEDataQueryCodeExps"
:
[
{
"expression"
:
"t1.`CREATEDATE`"
,
"name"
:
"CREATEDATE"
},
{
"expression"
:
"t1.`CREATEMAN`"
,
"name"
:
"CREATEMAN"
},
{
"expression"
:
"t1.`FIELD24`"
,
"name"
:
"FIELD24"
},
{
"expression"
:
"t1.`FIELDEXT`"
,
"name"
:
"FIELDEXT"
},
{
"expression"
:
"t1.`IBIZSAMPLE0023NAME`"
,
"name"
:
"IBIZSAMPLE0023NAME"
},
{
"expression"
:
"t1.`UPDATEDATE`"
,
"name"
:
"UPDATEDATE"
},
{
"expression"
:
"t1.`UPDATEMAN`"
,
"name"
:
"UPDATEMAN"
},
{
"expression"
:
"t1.`IBIZSAMPLE0023ID`"
,
"name"
:
"IBIZSAMPLE0023ID"
}
],
"queryCode"
:
"SELECT
\n
t1.`IBIZSAMPLE0023ID`
\n
FROM `T_IBIZSAMPLE0023` t1
\n
"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/DER11/psdedqcodes/MYSQL5"
,
"id"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023/PSDEDATAQUERIES/DER11/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023/PSDEDATAQUERIES/DER1N/PSDEDQCODES/MYSQL5.json
0 → 100644
浏览文件 @
56a6fed2
{
"dBType"
:
"MYSQL5"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/DER1N/psdedqcodes/MYSQL5"
,
"name"
:
"MySQL5"
,
"getPSDEDataQueryCodeExps"
:
[
{
"expression"
:
"t1.`CREATEDATE`"
,
"name"
:
"CREATEDATE"
},
{
"expression"
:
"t1.`CREATEMAN`"
,
"name"
:
"CREATEMAN"
},
{
"expression"
:
"t1.`FIELD24`"
,
"name"
:
"FIELD24"
},
{
"expression"
:
"t1.`FIELDEXT`"
,
"name"
:
"FIELDEXT"
},
{
"expression"
:
"t1.`IBIZSAMPLE0023NAME`"
,
"name"
:
"IBIZSAMPLE0023NAME"
},
{
"expression"
:
"t1.`UPDATEDATE`"
,
"name"
:
"UPDATEDATE"
},
{
"expression"
:
"t1.`UPDATEMAN`"
,
"name"
:
"UPDATEMAN"
},
{
"expression"
:
"t1.`IBIZSAMPLE0023ID`"
,
"name"
:
"IBIZSAMPLE0023ID"
}
],
"queryCode"
:
"SELECT
\n
t1.`IBIZSAMPLE0023ID`
\n
FROM `T_IBIZSAMPLE0023` t1
\n
"
,
"rTMOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023/psdedataqueries/DER1N/psdedqcodes/MYSQL5"
,
"id"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023/PSDEDATAQUERIES/DER1N/PSDEDQCODES/MYSQL5.json"
}
\ No newline at end of file
demo-boot/src/main/resources/static/remotemodel/PSSYSSERVICEAPIS/DemoAPI.json
浏览文件 @
56a6fed2
...
...
@@ -10868,7 +10868,7 @@
},
{
"codeName"
:
"Field24"
,
"codeName2"
:
"Field24"
,
"logicName"
:
"包数据"
,
"logicName"
:
"包数据
(无存储)
"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field24"
,
"name"
:
"FIELD24"
,
"orderValue"
:
1000
,
...
...
@@ -10883,7 +10883,7 @@
},
{
"codeName"
:
"FieldExt"
,
"codeName2"
:
"FieldExt"
,
"logicName"
:
"扩展数据"
,
"logicName"
:
"扩展数据
(无存储)
"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/FieldExt"
,
"name"
:
"FIELDEXT"
,
"orderValue"
:
1000
,
...
...
@@ -10898,7 +10898,7 @@
},
{
"codeName"
:
"Field26"
,
"codeName2"
:
"Field26"
,
"logicName"
:
"包数据
2
"
,
"logicName"
:
"包数据
(物理存储)
"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field26"
,
"name"
:
"FIELD26"
,
"orderValue"
:
1000
,
...
...
@@ -10913,7 +10913,7 @@
},
{
"codeName"
:
"FieldExt2"
,
"codeName2"
:
"FieldExt2"
,
"logicName"
:
"扩展数据
2
"
,
"logicName"
:
"扩展数据
(物理存储)
"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/FieldExt2"
,
"name"
:
"FIELDEXT2"
,
"orderValue"
:
1000
,
...
...
@@ -11126,6 +11126,66 @@
"requestPath"
:
"/save"
,
"uniqueTag"
:
"IBIZSAMPLE0023__DEACTION__SAVE"
,
"needResourceKey"
:
true
},
{
"codeName"
:
"FetchDER11"
,
"dataAccessAction"
:
"READ"
,
"methodType"
:
"FETCH"
,
"name"
:
"FetchDER11"
,
"getPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"DER11"
},
"getPSDEServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023FilterDTO"
},
"type"
:
"DTO"
},
"getPSDEServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023DER11DTO"
},
"type"
:
"PAGE"
},
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdesadetails/FetchDER11"
,
"requestMethod"
:
"GET"
,
"requestParamType"
:
"URIPARAM"
,
"requestPath"
:
"/fetchder11"
,
"uniqueTag"
:
"IBIZSAMPLE0023__FETCH__DER11"
},
{
"codeName"
:
"FetchDER1N"
,
"dataAccessAction"
:
"READ"
,
"methodType"
:
"FETCH"
,
"name"
:
"FetchDER1N"
,
"getPSDEDataSet"
:
{
"modelref"
:
true
,
"id"
:
"DER1N"
},
"getPSDEServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023FilterDTO"
},
"type"
:
"DTO"
},
"getPSDEServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"getPSDEMethodDTO"
:
{
"modelref"
:
true
,
"id"
:
"IBIZSample0023DER1NDTO"
},
"type"
:
"PAGE"
},
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdesadetails/FetchDER1N"
,
"requestMethod"
:
"GET"
,
"requestParamType"
:
"URIPARAM"
,
"requestPath"
:
"/fetchder1n"
,
"uniqueTag"
:
"IBIZSAMPLE0023__FETCH__DER1N"
},
{
"codeName"
:
"FetchDefault"
,
"dataAccessAction"
:
"READ"
,
demo-core/src/main/resources/sysmodel/DemoSys.json
浏览文件 @
56a6fed2
...
...
@@ -8563,7 +8563,7 @@
{
"fieldname"
:
"FIELD24"
,
"codename"
:
"Field24"
,
"field_logic_name"
:
"包数据"
,
"field_logic_name"
:
"包数据
(无存储)
"
,
"entity_name"
:
"IBIZSAMPLE0023"
,
"field_type"
:
"ONE2MANYDATA"
,
"nullable"
:
1
,
...
...
@@ -8577,7 +8577,7 @@
{
"fieldname"
:
"FIELDEXT"
,
"codename"
:
"FieldExt"
,
"field_logic_name"
:
"扩展数据"
,
"field_logic_name"
:
"扩展数据
(无存储)
"
,
"entity_name"
:
"IBIZSAMPLE0023"
,
"field_type"
:
"ONE2ONEDATA"
,
"nullable"
:
1
,
...
...
@@ -8591,7 +8591,7 @@
{
"fieldname"
:
"FIELD26"
,
"codename"
:
"Field26"
,
"field_logic_name"
:
"包数据
2
"
,
"field_logic_name"
:
"包数据
(物理存储)
"
,
"entity_name"
:
"IBIZSAMPLE0023"
,
"field_type"
:
"ONE2MANYDATA"
,
"nullable"
:
1
,
...
...
@@ -8605,7 +8605,7 @@
{
"fieldname"
:
"FIELDEXT2"
,
"codename"
:
"FieldExt2"
,
"field_logic_name"
:
"扩展数据
2
"
,
"field_logic_name"
:
"扩展数据
(物理存储)
"
,
"entity_name"
:
"IBIZSAMPLE0023"
,
"field_type"
:
"ONE2ONEDATA"
,
"nullable"
:
1
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录