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

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

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