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

jackwang 部署微服务应用

上级 947ca0db
......@@ -169,6 +169,16 @@
"viewtag": "b932c0eb66409c638c29ee27ba4fda37",
"memo": "系统自动添加"
},
"hroperationunitoptionview": {
"title": "运营单位快速新建",
"caption": "运营单位快速新建",
"viewtype": "DEOPTVIEW",
"viewmodule": "Base",
"viewname": "HROperationUnitOptionView",
"viewfilename": "hroperation-unit-option-view",
"viewtag": "d32b549b3c49b790b092eca97d1de2c1",
"memo": ""
},
"hrlegaleditview": {
"title": "法人编辑视图",
"caption": "法人",
......
......@@ -24,6 +24,10 @@ export default {
caption: "运营单位",
title: "运营单位信息编辑",
},
optionview: {
caption: "运营单位快速新建",
title: "运营单位快速新建",
},
},
main_form: {
details: {
......@@ -50,6 +54,28 @@ export default {
uiactions: {
},
},
ef_001_form: {
details: {
group1: "运营单位信息",
formpage1: "基本信息",
srfupdatedate: "更新时间",
srforikey: "",
srfkey: "运营单位标识",
srfmajortext: "运营单位名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
operationunitname: "运营单位名称",
operationunittype: "运营单位类型",
orgcode: "组织编码",
shortname: "组织简称",
showorder: "排序号",
operationunitid: "运营单位标识",
},
uiactions: {
},
},
main_grid: {
columns: {
operationunitname: "运营单位名称",
......
......@@ -23,6 +23,10 @@ export default {
caption: "运营单位",
title: "运营单位信息编辑",
},
optionview: {
caption: "运营单位快速新建",
title: "运营单位快速新建",
},
},
main_form: {
details: {
......@@ -49,6 +53,28 @@ export default {
uiactions: {
},
},
ef_001_form: {
details: {
group1: "运营单位信息",
formpage1: "基本信息",
srfupdatedate: "更新时间",
srforikey: "",
srfkey: "运营单位标识",
srfmajortext: "运营单位名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
operationunitname: "运营单位名称",
operationunittype: "运营单位类型",
orgcode: "组织编码",
shortname: "组织简称",
showorder: "排序号",
operationunitid: "运营单位标识",
},
uiactions: {
},
},
main_grid: {
columns: {
operationunitname: "运营单位名称",
......
......@@ -143,6 +143,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "HREmployeeEditView",
"viewtag": "b932c0eb66409c638c29ee27ba4fda37"
},
"hroperationunitoptionview": {
"title": "运营单位快速新建",
"caption": "运营单位快速新建",
"viewtype": "DEOPTVIEW",
"viewmodule": "Base",
"viewname": "HROperationUnitOptionView",
"viewtag": "d32b549b3c49b790b092eca97d1de2c1"
},
"hrlegaleditview": {
"title": "法人编辑视图",
"caption": "法人",
......
......@@ -91,6 +91,7 @@ export default class HROperationUnitUIServiceBase extends UIService {
public initViewMap(){
this.allViewMap.set('MDATAVIEW:',{viewname:'gridview',srfappde:'hroperationunits'});
this.allViewMap.set('EDITVIEW:',{viewname:'editview',srfappde:'hroperationunits'});
this.allViewMap.set(':',{viewname:'optionview',srfappde:'hroperationunits'});
}
/**
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册