Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
75f4ab68
提交
75f4ab68
编写于
2月 01, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
MoneyQ 发布系统代码 [后台服务,演示应用]
上级
8eba9977
变更
3
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
567 行增加
和
7 行删除
+567
-7
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
add-data-form-form-base.vue
...izcustomer/add-data-form-form/add-data-form-form-base.vue
+5
-5
DemoAPI.json
...esources/static/remotemodel/PSSYSSERVICEAPIS/DemoAPI.json
+560
-0
未找到文件。
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
75f4ab68
...
@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -712,7 +712,7 @@ export default class DefaultBase 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
Usr5GridView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CustomView_layout
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -748,7 +748,7 @@ export default class DefaultBase 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
Usr5GridView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CustomView_layout
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizcustomer/add-data-form-form/add-data-form-form-base.vue
浏览文件 @
75f4ab68
...
@@ -1314,7 +1314,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
...
@@ -1314,7 +1314,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
*/
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loadAction
){
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
MediaTest
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
Usr3
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -1366,7 +1366,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
...
@@ -1366,7 +1366,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
*/
*/
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
)
{
if
(
!
this
.
loaddraftAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
MediaTest
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
Usr3
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
@@ -1436,7 +1436,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
...
@@ -1436,7 +1436,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
MediaTest
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
Usr3
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
return
;
}
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
@@ -1544,7 +1544,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
...
@@ -1544,7 +1544,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
MediaTest
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
Usr3
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
return
;
}
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
@@ -1758,7 +1758,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
...
@@ -1758,7 +1758,7 @@ export default class AddDataFormBase extends Vue implements ControlInterface {
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
if
(
!
this
.
removeAction
){
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
MediaTest
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZCustomer
Usr3
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
opt
[
0
];
const
arg
:
any
=
opt
[
0
];
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSSERVICEAPIS/DemoAPI.json
浏览文件 @
75f4ab68
...
@@ -10055,6 +10055,118 @@
...
@@ -10055,6 +10055,118 @@
"enableDataExport"
:
true
,
"enableDataExport"
:
true
,
"enableDataImport"
:
true
,
"enableDataImport"
:
true
,
"major"
:
true
"major"
:
true
},
{
"aPIMode"
:
1
,
"codeName"
:
"IBIZSample0024"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"包数据1"
,
"lanResTag"
:
"DE.LNAME.IBIZSAMPLE0024"
,
"lanResType"
:
"DE.LNAME"
,
"name"
:
"实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0024]"
,
"refFlag"
:
true
},
"logicName"
:
"包数据1"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0024"
,
"name"
:
"IBIZSAMPLE0024"
,
"getPSDEServiceAPIFields"
:
[
{
"codeName"
:
"Name"
,
"codeName2"
:
"Name"
,
"logicName"
:
"名称"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0024/psdeserviceapifields/Name"
,
"name"
:
"NAME"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0024/psdeserviceapifields/Name"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
true
,
"majorField"
:
true
}
],
"getPSDEServiceAPIMethods"
:
[
{
"codeName"
:
"Select"
,
"dataAccessAction"
:
"READ"
,
"methodType"
:
"SELECT"
,
"name"
:
"Select"
,
"getPSDEServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"type"
:
"UNKNOWN"
},
"getPSDEServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"UNKNOWN"
},
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0024/psdesadetails/Select"
,
"requestMethod"
:
"GET"
,
"requestParamType"
:
"URIPARAM"
,
"requestPath"
:
"/select"
,
"uniqueTag"
:
"IBIZSAMPLE0024__SELECT"
}
],
"getPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0024.json"
},
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0024"
,
"enableDataExport"
:
true
,
"enableDataImport"
:
true
,
"major"
:
true
},
{
"aPIMode"
:
1
,
"codeName"
:
"IBIZSample0025"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"子包数据"
,
"lanResTag"
:
"DE.LNAME.IBIZSAMPLE0025"
,
"lanResType"
:
"DE.LNAME"
,
"name"
:
"实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0025]"
,
"refFlag"
:
true
},
"logicName"
:
"子包数据"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0025"
,
"name"
:
"IBIZSAMPLE0025"
,
"getPSDEServiceAPIFields"
:
[
{
"codeName"
:
"Name"
,
"codeName2"
:
"Name"
,
"logicName"
:
"名称"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0025/psdeserviceapifields/Name"
,
"name"
:
"NAME"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0025/psdeserviceapifields/Name"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
true
,
"majorField"
:
true
}
],
"getPSDEServiceAPIMethods"
:
[
{
"codeName"
:
"Select"
,
"dataAccessAction"
:
"READ"
,
"methodType"
:
"SELECT"
,
"name"
:
"Select"
,
"getPSDEServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"type"
:
"UNKNOWN"
},
"getPSDEServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"UNKNOWN"
},
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0025/psdesadetails/Select"
,
"requestMethod"
:
"GET"
,
"requestParamType"
:
"URIPARAM"
,
"requestPath"
:
"/select"
,
"uniqueTag"
:
"IBIZSAMPLE0025__SELECT"
}
],
"getPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0025.json"
},
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0025"
,
"enableDataExport"
:
true
,
"enableDataImport"
:
true
,
"major"
:
true
},
{
},
{
"aPIMode"
:
1
,
"aPIMode"
:
1
,
"codeName"
:
"IBIZSample0014"
,
"codeName"
:
"IBIZSample0014"
,
...
@@ -12150,6 +12262,260 @@
...
@@ -12150,6 +12262,260 @@
"enableDataExport"
:
true
,
"enableDataExport"
:
true
,
"enableDataImport"
:
true
,
"enableDataImport"
:
true
,
"major"
:
true
"major"
:
true
},
{
"aPIMode"
:
1
,
"codeName"
:
"IBIZSample0022"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"数组属性"
,
"lanResTag"
:
"DE.LNAME.IBIZSAMPLE0022"
,
"lanResType"
:
"DE.LNAME"
,
"name"
:
"实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0022]"
,
"refFlag"
:
true
},
"logicName"
:
"数组属性"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022"
,
"name"
:
"IBIZSAMPLE0022"
,
"getPSDEServiceAPIFields"
:
[
{
"codeName"
:
"IBIZSample0022Name"
,
"codeName2"
:
"IBIZSample0022Name"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"数组属性名称"
,
"lanResTag"
:
"DEF.LNAME.IBIZSAMPLE0022NAME"
,
"lanResType"
:
"DEF.LNAME"
,
"name"
:
"属性逻辑名称(DEF.LNAME.*)[IBIZSAMPLE0022NAME]"
,
"refFlag"
:
true
},
"logicName"
:
"数组属性名称"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IBIZSample0022Name"
,
"name"
:
"IBIZSAMPLE0022NAME"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IBIZSample0022Name"
,
"stdDataType"
:
25
,
"stringLength"
:
200
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
true
},
{
"codeName"
:
"IBIZSample0022Id"
,
"codeName2"
:
"IBIZSample0022Id"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"数组属性标识"
,
"lanResTag"
:
"DEF.LNAME.IBIZSAMPLE0022ID"
,
"lanResType"
:
"DEF.LNAME"
,
"name"
:
"属性逻辑名称(DEF.LNAME.*)[IBIZSAMPLE0022ID]"
,
"refFlag"
:
true
},
"logicName"
:
"数组属性标识"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IBIZSample0022Id"
,
"name"
:
"IBIZSAMPLE0022ID"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IBIZSample0022Id"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"allowEmpty"
:
false
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
true
,
"majorField"
:
false
},
{
"codeName"
:
"CreateMan"
,
"codeName2"
:
"CreateMan"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"建立人"
,
"lanResTag"
:
"DEF.LNAME.CREATEMAN"
,
"lanResType"
:
"DEF.LNAME"
,
"mOSFilePath"
:
"pslanguageres/Auto859"
,
"name"
:
"属性逻辑名称(DEF.LNAME.*)[CREATEMAN]"
,
"rTMOSFilePath"
:
"pslanguageres/Auto859"
,
"refFlag"
:
true
},
"logicName"
:
"建立人"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/CreateMan"
,
"name"
:
"CREATEMAN"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/CreateMan"
,
"stdDataType"
:
25
,
"stringLength"
:
60
,
"allowEmpty"
:
false
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"UpdateMan"
,
"codeName2"
:
"UpdateMan"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"更新人"
,
"lanResTag"
:
"DEF.LNAME.UPDATEMAN"
,
"lanResType"
:
"DEF.LNAME"
,
"mOSFilePath"
:
"pslanguageres/Auto202"
,
"name"
:
"属性逻辑名称(DEF.LNAME.*)[UPDATEMAN]"
,
"rTMOSFilePath"
:
"pslanguageres/Auto202"
,
"refFlag"
:
true
},
"logicName"
:
"更新人"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/UpdateMan"
,
"name"
:
"UPDATEMAN"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/UpdateMan"
,
"stdDataType"
:
25
,
"stringLength"
:
60
,
"allowEmpty"
:
false
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"CreateDate"
,
"codeName2"
:
"CreateDate"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"建立时间"
,
"lanResTag"
:
"DEF.LNAME.CREATEDATE"
,
"lanResType"
:
"DEF.LNAME"
,
"mOSFilePath"
:
"pslanguageres/Auto964"
,
"name"
:
"属性逻辑名称(DEF.LNAME.*)[CREATEDATE]"
,
"rTMOSFilePath"
:
"pslanguageres/Auto964"
,
"refFlag"
:
true
},
"logicName"
:
"建立时间"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/CreateDate"
,
"name"
:
"CREATEDATE"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/CreateDate"
,
"stdDataType"
:
5
,
"allowEmpty"
:
false
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"UpdateDate"
,
"codeName2"
:
"UpdateDate"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"更新时间"
,
"lanResTag"
:
"DEF.LNAME.UPDATEDATE"
,
"lanResType"
:
"DEF.LNAME"
,
"mOSFilePath"
:
"pslanguageres/Auto1074"
,
"name"
:
"属性逻辑名称(DEF.LNAME.*)[UPDATEDATE]"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1074"
,
"refFlag"
:
true
},
"logicName"
:
"更新时间"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/UpdateDate"
,
"name"
:
"UPDATEDATE"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/UpdateDate"
,
"stdDataType"
:
5
,
"allowEmpty"
:
false
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"TextArray"
,
"codeName2"
:
"TextArray"
,
"logicName"
:
"文本数组"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/TextArray"
,
"name"
:
"TEXTARRAY"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/TextArray"
,
"stdDataType"
:
25
,
"stringLength"
:
1000
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"IntArray"
,
"codeName2"
:
"IntArray"
,
"logicName"
:
"整形数组"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IntArray"
,
"name"
:
"INTARRAY"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/IntArray"
,
"stdDataType"
:
25
,
"stringLength"
:
1000
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"BigintArray"
,
"codeName2"
:
"BigintArray"
,
"logicName"
:
"大整形数组"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/BigintArray"
,
"name"
:
"BIGINTARRAY"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/BigintArray"
,
"stdDataType"
:
25
,
"stringLength"
:
1000
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"FloatArray"
,
"codeName2"
:
"FloatArray"
,
"logicName"
:
"浮点数组"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/FloatArray"
,
"name"
:
"FLOATARRAY"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/FloatArray"
,
"stdDataType"
:
25
,
"stringLength"
:
1000
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"DecimalArray"
,
"codeName2"
:
"DecimalArray"
,
"logicName"
:
"数值数组"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/DecimalArray"
,
"name"
:
"DECIMALARRAY"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdeserviceapifields/DecimalArray"
,
"stdDataType"
:
25
,
"stringLength"
:
1000
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
}
],
"getPSDEServiceAPIMethods"
:
[
{
"codeName"
:
"Select"
,
"dataAccessAction"
:
"READ"
,
"methodType"
:
"SELECT"
,
"name"
:
"Select"
,
"getPSDEServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"type"
:
"UNKNOWN"
},
"getPSDEServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"UNKNOWN"
},
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022/psdesadetails/Select"
,
"requestMethod"
:
"GET"
,
"requestParamType"
:
"URIPARAM"
,
"requestPath"
:
"/select"
,
"uniqueTag"
:
"IBIZSAMPLE0022__SELECT"
}
],
"getPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0022.json"
},
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0022"
,
"enableDataExport"
:
true
,
"enableDataImport"
:
true
,
"major"
:
true
},
{
},
{
"aPIMode"
:
1
,
"aPIMode"
:
1
,
"codeName"
:
"IBIZSample0018"
,
"codeName"
:
"IBIZSample0018"
,
...
@@ -14704,6 +15070,200 @@
...
@@ -14704,6 +15070,200 @@
"enableDataExport"
:
true
,
"enableDataExport"
:
true
,
"enableDataImport"
:
true
,
"enableDataImport"
:
true
,
"major"
:
true
"major"
:
true
},
{
"aPIMode"
:
1
,
"codeName"
:
"IBIZSample0023"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"头数据"
,
"lanResTag"
:
"DE.LNAME.IBIZSAMPLE0023"
,
"lanResType"
:
"DE.LNAME"
,
"name"
:
"实体逻辑名称(DE.LNAME.*)[IBIZSAMPLE0023]"
,
"refFlag"
:
true
},
"logicName"
:
"头数据"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023"
,
"name"
:
"IBIZSAMPLE0023"
,
"getPSDEServiceAPIFields"
:
[
{
"codeName"
:
"IBIZSample0023Id"
,
"codeName2"
:
"IBIZSample0023Id"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"头数据标识"
,
"lanResTag"
:
"DEF.LNAME.IBIZSAMPLE0023ID"
,
"lanResType"
:
"DEF.LNAME"
,
"name"
:
"属性逻辑名称(DEF.LNAME.*)[IBIZSAMPLE0023ID]"
,
"refFlag"
:
true
},
"logicName"
:
"头数据标识"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/IBIZSample0023Id"
,
"name"
:
"IBIZSAMPLE0023ID"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/IBIZSample0023Id"
,
"stdDataType"
:
25
,
"stringLength"
:
100
,
"allowEmpty"
:
false
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
true
,
"majorField"
:
false
},
{
"codeName"
:
"UpdateDate"
,
"codeName2"
:
"UpdateDate"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"更新时间"
,
"lanResTag"
:
"DEF.LNAME.UPDATEDATE"
,
"lanResType"
:
"DEF.LNAME"
,
"mOSFilePath"
:
"pslanguageres/Auto1074"
,
"name"
:
"属性逻辑名称(DEF.LNAME.*)[UPDATEDATE]"
,
"rTMOSFilePath"
:
"pslanguageres/Auto1074"
,
"refFlag"
:
true
},
"logicName"
:
"更新时间"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/UpdateDate"
,
"name"
:
"UPDATEDATE"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/UpdateDate"
,
"stdDataType"
:
5
,
"allowEmpty"
:
false
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"CreateMan"
,
"codeName2"
:
"CreateMan"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"建立人"
,
"lanResTag"
:
"DEF.LNAME.CREATEMAN"
,
"lanResType"
:
"DEF.LNAME"
,
"mOSFilePath"
:
"pslanguageres/Auto859"
,
"name"
:
"属性逻辑名称(DEF.LNAME.*)[CREATEMAN]"
,
"rTMOSFilePath"
:
"pslanguageres/Auto859"
,
"refFlag"
:
true
},
"logicName"
:
"建立人"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/CreateMan"
,
"name"
:
"CREATEMAN"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/CreateMan"
,
"stdDataType"
:
25
,
"stringLength"
:
60
,
"allowEmpty"
:
false
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"UpdateMan"
,
"codeName2"
:
"UpdateMan"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"更新人"
,
"lanResTag"
:
"DEF.LNAME.UPDATEMAN"
,
"lanResType"
:
"DEF.LNAME"
,
"mOSFilePath"
:
"pslanguageres/Auto202"
,
"name"
:
"属性逻辑名称(DEF.LNAME.*)[UPDATEMAN]"
,
"rTMOSFilePath"
:
"pslanguageres/Auto202"
,
"refFlag"
:
true
},
"logicName"
:
"更新人"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/UpdateMan"
,
"name"
:
"UPDATEMAN"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/UpdateMan"
,
"stdDataType"
:
25
,
"stringLength"
:
60
,
"allowEmpty"
:
false
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"CreateDate"
,
"codeName2"
:
"CreateDate"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"建立时间"
,
"lanResTag"
:
"DEF.LNAME.CREATEDATE"
,
"lanResType"
:
"DEF.LNAME"
,
"mOSFilePath"
:
"pslanguageres/Auto964"
,
"name"
:
"属性逻辑名称(DEF.LNAME.*)[CREATEDATE]"
,
"rTMOSFilePath"
:
"pslanguageres/Auto964"
,
"refFlag"
:
true
},
"logicName"
:
"建立时间"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/CreateDate"
,
"name"
:
"CREATEDATE"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/CreateDate"
,
"stdDataType"
:
5
,
"allowEmpty"
:
false
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
},
{
"codeName"
:
"IBIZSample0023Name"
,
"codeName2"
:
"IBIZSample0023Name"
,
"getLNPSLanguageRes"
:
{
"defaultContent"
:
"头数据名称"
,
"lanResTag"
:
"DEF.LNAME.IBIZSAMPLE0023NAME"
,
"lanResType"
:
"DEF.LNAME"
,
"name"
:
"属性逻辑名称(DEF.LNAME.*)[IBIZSAMPLE0023NAME]"
,
"refFlag"
:
true
},
"logicName"
:
"头数据名称"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/IBIZSample0023Name"
,
"name"
:
"IBIZSAMPLE0023NAME"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/IBIZSample0023Name"
,
"stdDataType"
:
25
,
"stringLength"
:
200
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
true
},
{
"codeName"
:
"Field23"
,
"codeName2"
:
"Field23"
,
"logicName"
:
"Field23"
,
"mOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field23"
,
"name"
:
"FIELD23"
,
"orderValue"
:
1000
,
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdeserviceapifields/Field23"
,
"stdDataType"
:
21
,
"stringLength"
:
1048576
,
"allowEmpty"
:
true
,
"enableCreate"
:
true
,
"enableModify"
:
true
,
"keyField"
:
false
,
"majorField"
:
false
}
],
"getPSDEServiceAPIMethods"
:
[
{
"codeName"
:
"Select"
,
"dataAccessAction"
:
"READ"
,
"methodType"
:
"SELECT"
,
"name"
:
"Select"
,
"getPSDEServiceAPIMethodInput"
:
{
"name"
:
"输入对象"
,
"type"
:
"UNKNOWN"
},
"getPSDEServiceAPIMethodReturn"
:
{
"name"
:
"返回对象"
,
"type"
:
"UNKNOWN"
},
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023/psdesadetails/Select"
,
"requestMethod"
:
"GET"
,
"requestParamType"
:
"URIPARAM"
,
"requestPath"
:
"/select"
,
"uniqueTag"
:
"IBIZSAMPLE0023__SELECT"
}
],
"getPSDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSMODULES/Sample/PSDATAENTITIES/IBIZSample0023.json"
},
"rTMOSFilePath"
:
"pssysserviceapis/DemoAPI/psdeserviceapis/IBIZSample0023"
,
"enableDataExport"
:
true
,
"enableDataImport"
:
true
,
"major"
:
true
},
{
},
{
"aPIMode"
:
1
,
"aPIMode"
:
1
,
"codeName"
:
"IBIZSoftwareSuit"
,
"codeName"
:
"IBIZSoftwareSuit"
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录