Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
3f685779
提交
3f685779
编写于
4月 10, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
MoneyQ 发布系统代码 [后台服务,演示应用]
上级
efca880d
变更
11
显示空白字符变更
内嵌
并排
正在显示
11 个修改的文件
包含
25 行增加
和
25 行删除
+25
-25
main-multieditviewpanel-base.vue
...-main-multieditviewpanel/main-multieditviewpanel-base.vue
+2
-2
main-multieditviewpanel-base.vue
.../main-multieditviewpanel/main-multieditviewpanel-base.vue
+2
-2
list-exp-list-base.vue
...rc/widgets/ibizorder/list-exp-list/list-exp-list-base.vue
+4
-4
IBIZSample0023Ext.json
...el/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json
+1
-1
IBIZSample0023Ext2.json
...l/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext2.json
+1
-1
IBIZSample0024.json
...model/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json
+1
-1
IBIZSample0025.json
...model/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025.json
+1
-1
IBIZSample0026.json
...model/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026.json
+1
-1
DemoAPI.json
...esources/static/remotemodel/PSSYSSERVICEAPIS/DemoAPI.json
+4
-4
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+3
-3
DemoSys.json
demo-core/src/main/resources/sysmodel/DemoSys.json
+5
-5
未找到文件。
app_Web/src/widgets/ibizbook/ibizbookusr5-edit-view-main-multieditviewpanel/main-multieditviewpanel-base.vue
浏览文件 @
3f685779
...
...
@@ -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
MEditView9
'
+
(
this
.
$t
(
'app.multiEditView.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2MEditView9_layout
'
+
(
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
MEditView9
'
+
(
this
.
$t
(
'app.multiEditView.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2MEditView9_layout
'
+
(
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
浏览文件 @
3f685779
...
...
@@ -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
MEditView9
'
+
(
this
.
$t
(
'app.multiEditView.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2MEditView9_layout
'
+
(
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
MEditView9
'
+
(
this
.
$t
(
'app.multiEditView.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr2MEditView9_layout
'
+
(
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/ibizorder/list-exp-list/list-exp-list-base.vue
浏览文件 @
3f685779
...
...
@@ -601,7 +601,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{...
opt
};
...
...
@@ -731,7 +731,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.removeAction'
)
as
string
)
});
return
;
}
if
(
datas
.
length
===
0
)
{
...
...
@@ -836,7 +836,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
!
this
.
createAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
...
@@ -844,7 +844,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.warning'
)
as
string
),
desc
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.warning'
)
as
string
),
desc
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizorder
){
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext.json
浏览文件 @
3f685779
...
...
@@ -761,7 +761,7 @@
"rTMOSFilePath"
:
"pslanguageres/A7324959b9f8f82f3fa"
,
"refFlag"
:
true
},
"logicName"
:
"
IBIZSample0023Ext
"
,
"logicName"
:
"
1:1(无存储)
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT"
,
"getMajorPSDEField"
:
{
"name"
:
"PARAM"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023Ext2.json
浏览文件 @
3f685779
...
...
@@ -1330,7 +1330,7 @@
"name"
:
"实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0023EXT2]"
,
"refFlag"
:
true
},
"logicName"
:
"
IBIZSample0023Ext2
"
,
"logicName"
:
"
1:1(物理存储)
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0023EXT2"
,
"getMajorPSDEField"
:
{
"name"
:
"IBIZSAMPLE0023EXT2NAME"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json
浏览文件 @
3f685779
...
...
@@ -677,7 +677,7 @@
"rTMOSFilePath"
:
"pslanguageres/Abe9c28a98eaecac897"
,
"refFlag"
:
true
},
"logicName"
:
"
包数据1(无存储)
"
,
"logicName"
:
"
1:N(无存储)包数据
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0024"
,
"getMajorPSDEField"
:
{
"name"
:
"NAME"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025.json
浏览文件 @
3f685779
...
...
@@ -668,7 +668,7 @@
"rTMOSFilePath"
:
"pslanguageres/A9ec4692be4ac60a746"
,
"refFlag"
:
true
},
"logicName"
:
"
子包数据1(无存储)
"
,
"logicName"
:
"
1:N(无存储)子包数据
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0025"
,
"getMajorPSDEField"
:
{
"name"
:
"NAME"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSMODULES/Sample/PSDATAENTITIES/IBIZSample0026.json
浏览文件 @
3f685779
...
...
@@ -1471,7 +1471,7 @@
"rTMOSFilePath"
:
"pslanguageres/Ad31e90017c3219d396"
,
"refFlag"
:
true
},
"logicName"
:
"
包数据2(物理存储)
"
,
"logicName"
:
"
1:N(物理存储)包数据
"
,
"mOSFilePath"
:
"psmodules/Sample/psdataentities/IBIZSAMPLE0026"
,
"getMajorPSDEField"
:
{
"name"
:
"IBIZSAMPLE0026NAME"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSSERVICEAPIS/DemoAPI.json
浏览文件 @
3f685779
...
...
@@ -7759,7 +7759,7 @@
"rTMOSFilePath"
:
"pslanguageres/Abe9c28a98eaecac897"
,
"refFlag"
:
true
},
"logicName"
:
"
包数据1(无存储)
"
,
"logicName"
:
"
1:N(无存储)包数据
"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0024"
,
"name"
:
"IBIZSAMPLE0024"
,
"getPSDEServiceAPIFields"
:
[
{
...
...
@@ -10403,7 +10403,7 @@
"rTMOSFilePath"
:
"pslanguageres/A7324959b9f8f82f3fa"
,
"refFlag"
:
true
},
"logicName"
:
"
IBIZSample0023Ext
"
,
"logicName"
:
"
1:1(无存储)
"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023Ext"
,
"name"
:
"IBIZSAMPLE0023EXT"
,
"getPSDEServiceAPIFields"
:
[
{
...
...
@@ -20824,7 +20824,7 @@
"rTMOSFilePath"
:
"pslanguageres/Ad31e90017c3219d396"
,
"refFlag"
:
true
},
"logicName"
:
"
包数据2(物理存储)
"
,
"logicName"
:
"
1:N(物理存储)包数据
"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0026"
,
"name"
:
"IBIZSAMPLE0026"
,
"getPSDEServiceAPIFields"
:
[
{
...
...
@@ -27164,7 +27164,7 @@
"rTMOSFilePath"
:
"pslanguageres/A9ec4692be4ac60a746"
,
"refFlag"
:
true
},
"logicName"
:
"
子包数据1(无存储)
"
,
"logicName"
:
"
1:N(无存储)子包数据
"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0025"
,
"name"
:
"IBIZSAMPLE0025"
,
"getPSDEServiceAPIFields"
:
[
{
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
3f685779
...
...
@@ -1265,7 +1265,7 @@
<!--输出实体[IBIZSAMPLE0023EXT2]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0023ext2-1
3
-41"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0023ext2-1
7
-41"
>
<createTable
tableName=
"T_IBIZSAMPLE0023EXT2"
>
<column
name=
"IBIZSAMPLE0023EXT2NAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
...
...
@@ -1289,7 +1289,7 @@
<!--输出实体[IBIZSAMPLE0026]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0026-
5
-42"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizsample0026-
7
-42"
>
<createTable
tableName=
"T_IBIZSAMPLE0026"
>
<column
name=
"IBIZSAMPLE0026NAME"
remarks=
""
type=
"VARCHAR(200)"
>
</column>
...
...
@@ -1623,7 +1623,7 @@
<!--输出实体[IBIZSAMPLE0023]外键关系 -->
<!--输出实体[IBIZSAMPLE0023EXT2]外键关系 -->
<!--输出实体[IBIZSAMPLE0026]外键关系 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0026-
5
-55"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"fk-ibizsample0026-
7
-55"
>
<addForeignKeyConstraint
baseColumnNames=
"IBIZSAMPLE0023ID"
baseTableName=
"T_IBIZSAMPLE0026"
constraintName=
"DER1N_IBIZSAMPLE0026_IBIZSAMPL"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"IBIZSAMPLE0023ID"
referencedTableName=
"T_IBIZSAMPLE0023"
validate=
"true"
/>
</changeSet>
<!--输出实体[IBIZSOFTWARESUIT]外键关系 -->
...
...
demo-core/src/main/resources/sysmodel/DemoSys.json
浏览文件 @
3f685779
...
...
@@ -8649,7 +8649,7 @@
,
{
"entity_name"
:
"IBIZSAMPLE0023EXT"
,
"logic_name"
:
"
IBIZSample0023Ext
"
,
"logic_name"
:
"
1:1(无存储)
"
,
"code_name"
:
"IBIZSample0023Ext"
,
"table_name"
:
""
,
"system_id"
:
"DemoSys"
,
...
...
@@ -8713,7 +8713,7 @@
,
{
"entity_name"
:
"IBIZSAMPLE0023EXT2"
,
"logic_name"
:
"
IBIZSample0023Ext2
"
,
"logic_name"
:
"
1:1(物理存储)
"
,
"code_name"
:
"IBIZSample0023Ext2"
,
"table_name"
:
"T_IBIZSAMPLE0023EXT2"
,
"system_id"
:
"DemoSys"
,
...
...
@@ -8830,7 +8830,7 @@
,
{
"entity_name"
:
"IBIZSAMPLE0024"
,
"logic_name"
:
"
包数据1(无存储)
"
,
"logic_name"
:
"
1:N(无存储)包数据
"
,
"code_name"
:
"IBIZSample0024"
,
"table_name"
:
""
,
"system_id"
:
"DemoSys"
,
...
...
@@ -8887,7 +8887,7 @@
,
{
"entity_name"
:
"IBIZSAMPLE0025"
,
"logic_name"
:
"
子包数据1(无存储)
"
,
"logic_name"
:
"
1:N(无存储)子包数据
"
,
"code_name"
:
"IBIZSample0025"
,
"table_name"
:
""
,
"system_id"
:
"DemoSys"
,
...
...
@@ -8937,7 +8937,7 @@
,
{
"entity_name"
:
"IBIZSAMPLE0026"
,
"logic_name"
:
"
包数据2(物理存储)
"
,
"logic_name"
:
"
1:N(物理存储)包数据
"
,
"code_name"
:
"IBIZSample0026"
,
"table_name"
:
"T_IBIZSAMPLE0026"
,
"system_id"
:
"DemoSys"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录