提交 1aa42565 编写于 作者: ibizdev's avatar ibizdev

RedPig97 发布系统代码 [后台服务,演示应用]

上级 eccf8be8
......@@ -364,6 +364,14 @@
}
]
},
{
"srfkey": "ORDERENTITYDATA",
"emptytext": "未定义",
"codelisttype":"dynamic",
"appdataentity":"IBIZOrder",
"appdedataset":"FetchDefault",
"items": []
},
{
"srfkey": "ORDERTYPE",
"emptytext": "未定义",
......
......@@ -40,6 +40,7 @@ export class CodeListRegister {
*/
protected init(): void {
this.allCodeList.set('SysOperator', () => import('@/codelist/sys-operator'));
this.allCodeList.set('ORDERENTITYDATA', () => import('@/codelist/orderentitydata'));
this.allCodeList.set('ORDERTYPE', () => import('@/codelist/ordertype'));
}
......
......@@ -54,6 +54,9 @@ function getLocaleResourceBase(){
"40": commonLogic.appcommonhandle("未通过",null),
"empty": commonLogic.appcommonhandle("",null)
},
ORDERENTITYDATA: {
"empty": commonLogic.appcommonhandle("",null),
},
ORDERTYPE: {
"empty": commonLogic.appcommonhandle("",null),
},
......
......@@ -54,6 +54,9 @@ function getLocaleResourceBase(){
"40": commonLogic.appcommonhandle("未通过",null),
"empty": commonLogic.appcommonhandle("",null),
},
ORDERENTITYDATA: {
"empty": commonLogic.appcommonhandle("",null),
},
ORDERTYPE: {
"empty": commonLogic.appcommonhandle("",null),
},
......
......@@ -372,6 +372,14 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
]
},
{
"srfkey": "ORDERENTITYDATA",
"emptytext": "未定义",
"codelisttype":"dynamic",
"appdataentity":"IBIZOrder",
"appdedataset":"FetchDefault",
"items": []
},
{
"srfkey": "ORDERTYPE",
"emptytext": "未定义",
......
......@@ -158,8 +158,8 @@
:localContext ='{ }'
:localParam ='{ }'
:disabled="detailsModel.f9.disabled"
tag='SCODELIST_TEXT'
codelistType='STATIC'
tag='ORDERENTITYDATA'
codelistType='DYNAMIC'
placeholder='占位提示-下拉列表框' style="">
</dropdown-list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册