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

ibiz4j 发布系统代码

上级 788b73b9
...@@ -11,50 +11,50 @@ import userCustom_en_US from '@locale/lanres/userCustom/userCustom_en_US'; ...@@ -11,50 +11,50 @@ import userCustom_en_US from '@locale/lanres/userCustom/userCustom_en_US';
export default { export default {
app: { app: {
commonWords:{ commonWords:{
error: 'Error', error: "Error",
success: 'Success', success: "Success",
ok: 'OK', ok: "OK",
cancel: 'Cancel', cancel: "Cancel",
}, },
local:{ local:{
new: 'New' new: "New"
}, },
gridpage: { gridpage: {
choicecolumns: 'Choice columns', choicecolumns: "Choice columns",
refresh: 'refresh', refresh: "refresh",
show: 'Show', show: "Show",
records: 'records', records: "records",
totle: 'totle', totle: "totle",
}, },
tabpage: { tabpage: {
sureclosetip: { sureclosetip: {
title: 'Close warning', title: "Close warning",
content: 'Form data Changed, are sure close?', content: "Form data Changed, are sure close?",
}, },
closeall: 'Close all', closeall: "Close all",
closeother: 'Close other', closeother: "Close other",
}, },
fileUpload: { fileUpload: {
caption: 'Upload', caption: "Upload",
}, },
searchButton: { searchButton: {
search: 'Search', search: "Search",
reset: 'Reset', reset: "Reset",
}, },
calendar:{ calendar:{
today: 'today', today: "today",
month: 'month', month: "month",
week: 'week', week: "week",
day: 'day', day: "day",
list: 'list', list: "list",
dateSelectModalTitle: 'select the time you wanted', dateSelectModalTitle: "select the time you wanted",
gotoDate: 'goto', gotoDate: "goto",
}, },
// 非实体视图 // 非实体视图
views: { views: {
wfindexview: { wfindexview: {
caption: 'ibizlab-workflow', caption: "ibizlab-workflow",
title: 'ibizlab-workflow', title: "ibizlab-workflow",
}, },
}, },
utilview:{ utilview:{
...@@ -64,9 +64,9 @@ export default { ...@@ -64,9 +64,9 @@ export default {
}, },
menus: { menus: {
wfindexview: { wfindexview: {
menuitem1: '流程定义', menuitem1: "流程定义",
menuitem3: '发布新流程', menuitem3: "发布新流程",
menuitem2: '用户组', menuitem2: "用户组",
}, },
}, },
}, },
......
...@@ -11,50 +11,50 @@ import userCustom_zh_CN from '@locale/lanres/userCustom/userCustom_zh_CN'; ...@@ -11,50 +11,50 @@ import userCustom_zh_CN from '@locale/lanres/userCustom/userCustom_zh_CN';
export default { export default {
app: { app: {
commonWords:{ commonWords:{
error: '失败', error: "失败",
success: '成功', success: "成功",
ok: '确认', ok: "确认",
cancel: '取消', cancel: "取消",
}, },
local:{ local:{
new: '新建' new: "新建"
}, },
gridpage: { gridpage: {
choicecolumns: '选择列', choicecolumns: "选择列",
refresh: '刷新', refresh: "刷新",
show: '显示', show: "显示",
records: '条', records: "条",
totle: '共', totle: "共",
}, },
tabpage: { tabpage: {
sureclosetip: { sureclosetip: {
title: '关闭提醒', title: "关闭提醒",
content: '表单数据已经修改,确定要关闭?', content: "表单数据已经修改,确定要关闭?",
}, },
closeall: '关闭所有', closeall: "关闭所有",
closeother: '关闭其他', closeother: "关闭其他",
}, },
fileUpload: { fileUpload: {
caption: '上传', caption: "上传",
}, },
searchButton: { searchButton: {
search: '搜索', search: "搜索",
reset: '重置', reset: "重置",
}, },
calendar:{ calendar:{
today: '今天', today: "今天",
month: '月', month: "月",
week: '周', week: "周",
day: '天', day: "天",
list: '列', list: "列",
dateSelectModalTitle: '选择要跳转的时间', dateSelectModalTitle: "选择要跳转的时间",
gotoDate: '跳转', gotoDate: "跳转",
}, },
// 非实体视图 // 非实体视图
views: { views: {
wfindexview: { wfindexview: {
caption: 'ibizlab-workflow', caption: "ibizlab-workflow",
title: 'ibizlab-workflow', title: "ibizlab-workflow",
}, },
}, },
utilview:{ utilview:{
...@@ -64,9 +64,9 @@ export default { ...@@ -64,9 +64,9 @@ export default {
}, },
menus: { menus: {
wfindexview: { wfindexview: {
menuitem1: '流程定义', menuitem1: "流程定义",
menuitem3: '发布新流程', menuitem3: "发布新流程",
menuitem2: '用户组', menuitem2: "用户组",
}, },
}, },
}, },
......
export default { export default {
YesNo: { YesNo: {
'1': '是', "1": "是",
'0': '否', "0": "否",
empty: '', "empty": ""
}, },
}; };
\ No newline at end of file
export default { export default {
YesNo: { YesNo: {
'1': '是', "1": "是",
'0': '否', "0": "否",
empty: '', "empty": "",
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
id: '组标识', id: "组标识",
name: '组名称', name: "组名称",
groupscope: '范围', groupscope: "范围",
}, },
views: { views: {
mpickupview: { mpickupview: {
caption: "角色/用户组", caption: "角色/用户组",
title: '角色/用户组数据多项选择视图', title: "角色/用户组数据多项选择视图",
}, },
editview: { editview: {
caption: "角色/用户组", caption: "角色/用户组",
title: '角色/用户组编辑视图', title: "角色/用户组编辑视图",
}, },
pickupview: { pickupview: {
caption: "角色/用户组", caption: "角色/用户组",
title: '角色/用户组数据选择视图', title: "角色/用户组数据选择视图",
}, },
pickupgridview: { pickupgridview: {
caption: "角色/用户组", caption: "角色/用户组",
title: '角色/用户组选择表格视图', title: "角色/用户组选择表格视图",
}, },
gridview: { gridview: {
caption: "角色/用户组", caption: "角色/用户组",
title: '角色/用户组表格视图', title: "角色/用户组表格视图",
}, },
}, },
main_form: { main_form: {
......
export default { export default {
fields: { fields: {
id: '组标识', id: "组标识",
name: '组名称', name: "组名称",
groupscope: '范围', groupscope: "范围",
}, },
views: { views: {
mpickupview: { mpickupview: {
caption: '角色/用户组', caption: "角色/用户组",
title: '角色/用户组数据多项选择视图', title: "角色/用户组数据多项选择视图",
}, },
editview: { editview: {
caption: '角色/用户组', caption: "角色/用户组",
title: '角色/用户组编辑视图', title: "角色/用户组编辑视图",
}, },
pickupview: { pickupview: {
caption: '角色/用户组', caption: "角色/用户组",
title: '角色/用户组数据选择视图', title: "角色/用户组数据选择视图",
}, },
pickupgridview: { pickupgridview: {
caption: '角色/用户组', caption: "角色/用户组",
title: '角色/用户组选择表格视图', title: "角色/用户组选择表格视图",
}, },
gridview: { gridview: {
caption: '角色/用户组', caption: "角色/用户组",
title: '角色/用户组表格视图', title: "角色/用户组表格视图",
}, },
}, },
main_form: { main_form: {
details: { details: {
druipart1: '成员', druipart1: "成员",
group1: '角色/用户组基本信息', group1: "角色/用户组基本信息",
formpage1: '基本信息', formpage1: "基本信息",
srforikey: '', srforikey: "",
srfkey: '组标识', srfkey: "组标识",
srfmajortext: '组名称', srfmajortext: "组名称",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
groupname: '组名称', groupname: "组名称",
groupscope: '范围', groupscope: "范围",
groupid: '组标识', groupid: "组标识",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
groupid: '组标识', groupid: "组标识",
groupname: '组名称', groupname: "组名称",
groupscope: '范围', groupscope: "范围",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
n_groupname_like: '组名称(文本包含(%))', n_groupname_like: "组名称(文本包含(%))",
}, },
uiactions: { uiactions: {
}, },
}, },
gridviewtoolbar_toolbar: { gridviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem4: { tbitem4: {
caption: '编辑', caption: "编辑",
tip: '编辑', tip: "编辑",
}, },
tbitem6: { tbitem6: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
tbitem7: { tbitem7: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem8: { tbitem8: {
caption: '删除', caption: "删除",
tip: '删除', tip: "删除",
}, },
tbitem9: { tbitem9: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem13: { tbitem13: {
caption: '导出', caption: "导出",
tip: '导出', tip: "导出",
}, },
tbitem10: { tbitem10: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem16: { tbitem16: {
caption: '其它', caption: "其它",
tip: '其它', tip: "其它",
}, },
tbitem21: { tbitem21: {
caption: '导出数据模型', caption: "导出数据模型",
tip: '导出数据模型', tip: "导出数据模型",
}, },
tbitem23: { tbitem23: {
caption: '数据导入', caption: "数据导入",
tip: '数据导入', tip: "数据导入",
}, },
tbitem17: { tbitem17: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem19: { tbitem19: {
caption: '过滤', caption: "过滤",
tip: '过滤', tip: "过滤",
}, },
tbitem18: { tbitem18: {
caption: '帮助', caption: "帮助",
tip: '帮助', tip: "帮助",
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem4: { tbitem4: {
caption: '保存并新建', caption: "保存并新建",
tip: '保存并新建', tip: "保存并新建",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem7: { tbitem7: {
caption: '删除并关闭', caption: "删除并关闭",
tip: '删除并关闭', tip: "删除并关闭",
}, },
tbitem8: { tbitem8: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
tbitem16: { tbitem16: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem23: { tbitem23: {
caption: '第一个记录', caption: "第一个记录",
tip: '第一个记录', tip: "第一个记录",
}, },
tbitem24: { tbitem24: {
caption: '上一个记录', caption: "上一个记录",
tip: '上一个记录', tip: "上一个记录",
}, },
tbitem25: { tbitem25: {
caption: '下一个记录', caption: "下一个记录",
tip: '下一个记录', tip: "下一个记录",
}, },
tbitem26: { tbitem26: {
caption: '最后一个记录', caption: "最后一个记录",
tip: '最后一个记录', tip: "最后一个记录",
}, },
tbitem21: { tbitem21: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem22: { tbitem22: {
caption: '帮助', caption: "帮助",
tip: '帮助', tip: "帮助",
}, },
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
memberid: '组成员标识', memberid: "组成员标识",
membername: '组成员名称', membername: "组成员名称",
groupid: '组标识', groupid: "组标识",
groupname: '用户组', groupname: "用户组",
userid: '用户标识', userid: "用户标识",
personname: '用户', personname: "用户",
}, },
views: { views: {
gridview: { gridview: {
caption: "成员", caption: "成员",
title: '成员表格视图', title: "成员表格视图",
}, },
editview: { editview: {
caption: "成员", caption: "成员",
title: '成员编辑视图', title: "成员编辑视图",
}, },
}, },
main_form: { main_form: {
......
export default { export default {
fields: { fields: {
memberid: '组成员标识', memberid: "组成员标识",
membername: '组成员名称', membername: "组成员名称",
groupid: '组标识', groupid: "组标识",
groupname: '用户组', groupname: "用户组",
userid: '用户标识', userid: "用户标识",
personname: '用户', personname: "用户",
}, },
views: { views: {
gridview: { gridview: {
caption: '成员', caption: "成员",
title: '成员表格视图', title: "成员表格视图",
}, },
editview: { editview: {
caption: '成员', caption: "成员",
title: '成员编辑视图', title: "成员编辑视图",
}, },
}, },
main_form: { main_form: {
details: { details: {
group1: '成员基本信息', group1: "成员基本信息",
formpage1: '基本信息', formpage1: "基本信息",
srforikey: '', srforikey: "",
srfkey: '组成员标识', srfkey: "组成员标识",
srfmajortext: '组成员名称', srfmajortext: "组成员名称",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
groupid: '组标识', groupid: "组标识",
userid: '用户标识', userid: "用户标识",
personname: '用户', personname: "用户",
memberid: '组成员标识', memberid: "组成员标识",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
personname: '用户', personname: "用户",
groupname: '用户组', groupname: "用户组",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
n_personname_like: '用户(文本包含(%))', n_personname_like: "用户(文本包含(%))",
}, },
uiactions: { uiactions: {
}, },
}, },
gridviewtoolbar_toolbar: { gridviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem4: { tbitem4: {
caption: '编辑', caption: "编辑",
tip: '编辑', tip: "编辑",
}, },
tbitem6: { tbitem6: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
tbitem7: { tbitem7: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem8: { tbitem8: {
caption: '删除', caption: "删除",
tip: '删除', tip: "删除",
}, },
tbitem9: { tbitem9: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem13: { tbitem13: {
caption: '导出', caption: "导出",
tip: '导出', tip: "导出",
}, },
tbitem10: { tbitem10: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem16: { tbitem16: {
caption: '其它', caption: "其它",
tip: '其它', tip: "其它",
}, },
tbitem21: { tbitem21: {
caption: '导出数据模型', caption: "导出数据模型",
tip: '导出数据模型', tip: "导出数据模型",
}, },
tbitem23: { tbitem23: {
caption: '数据导入', caption: "数据导入",
tip: '数据导入', tip: "数据导入",
}, },
tbitem17: { tbitem17: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem19: { tbitem19: {
caption: '过滤', caption: "过滤",
tip: '过滤', tip: "过滤",
}, },
tbitem18: { tbitem18: {
caption: '帮助', caption: "帮助",
tip: '帮助', tip: "帮助",
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem4: { tbitem4: {
caption: '保存并新建', caption: "保存并新建",
tip: '保存并新建', tip: "保存并新建",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem7: { tbitem7: {
caption: '删除并关闭', caption: "删除并关闭",
tip: '删除并关闭', tip: "删除并关闭",
}, },
tbitem8: { tbitem8: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
tbitem16: { tbitem16: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem23: { tbitem23: {
caption: '第一个记录', caption: "第一个记录",
tip: '第一个记录', tip: "第一个记录",
}, },
tbitem24: { tbitem24: {
caption: '上一个记录', caption: "上一个记录",
tip: '上一个记录', tip: "上一个记录",
}, },
tbitem25: { tbitem25: {
caption: '下一个记录', caption: "下一个记录",
tip: '下一个记录', tip: "下一个记录",
}, },
tbitem26: { tbitem26: {
caption: '最后一个记录', caption: "最后一个记录",
tip: '最后一个记录', tip: "最后一个记录",
}, },
tbitem21: { tbitem21: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem22: { tbitem22: {
caption: '帮助', caption: "帮助",
tip: '帮助', tip: "帮助",
}, },
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
definitionkey: 'DefinitionKey', definitionkey: "DefinitionKey",
definitionname: '流程定义名称', definitionname: "流程定义名称",
modelversion: '模型版本', modelversion: "模型版本",
modelenable: '模型是否启用', modelenable: "模型是否启用",
pssystemid: '系统标识', pssystemid: "系统标识",
taskprocessdefinitionkey: 'TaskDefinitionKey', taskprocessdefinitionkey: "TaskDefinitionKey",
md5check: '校验', md5check: "校验",
bpmnfile: 'BPMN', bpmnfile: "BPMN",
deploykey: 'DeployKey', deploykey: "DeployKey",
}, },
views: { views: {
editview: { editview: {
caption: "流程定义", caption: "流程定义",
title: '实体编辑视图', title: "实体编辑视图",
}, },
gridview: { gridview: {
caption: "流程定义", caption: "流程定义",
title: '实体表格视图', title: "实体表格视图",
}, },
}, },
main_form: { main_form: {
......
export default { export default {
fields: { fields: {
definitionkey: 'DefinitionKey', definitionkey: "DefinitionKey",
definitionname: '流程定义名称', definitionname: "流程定义名称",
modelversion: '模型版本', modelversion: "模型版本",
modelenable: '模型是否启用', modelenable: "模型是否启用",
pssystemid: '系统标识', pssystemid: "系统标识",
taskprocessdefinitionkey: 'TaskDefinitionKey', taskprocessdefinitionkey: "TaskDefinitionKey",
md5check: '校验', md5check: "校验",
bpmnfile: 'BPMN', bpmnfile: "BPMN",
deploykey: 'DeployKey', deploykey: "DeployKey",
}, },
views: { views: {
editview: { editview: {
caption: '流程定义', caption: "流程定义",
title: '实体编辑视图', title: "实体编辑视图",
}, },
gridview: { gridview: {
caption: '流程定义', caption: "流程定义",
title: '实体表格视图', title: "实体表格视图",
}, },
}, },
main_form: { main_form: {
details: { details: {
group1: '模型基本信息', group1: "模型基本信息",
formpage1: '基本信息', formpage1: "基本信息",
srforikey: '', srforikey: "",
srfkey: 'DefinitionKey', srfkey: "DefinitionKey",
srfmajortext: '流程定义名称', srfmajortext: "流程定义名称",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
definitionkey: 'DefinitionKey', definitionkey: "DefinitionKey",
deploykey: 'DefinitionKey', deploykey: "DefinitionKey",
definitionname: '流程定义名称', definitionname: "流程定义名称",
pssystemid: '系统标识', pssystemid: "系统标识",
modelversion: '模型版本', modelversion: "模型版本",
modelenable: '模型是否启用', modelenable: "模型是否启用",
bpmnfile: 'BPMN', bpmnfile: "BPMN",
md5check: '校验', md5check: "校验",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
definitionkey: 'DefinitionKey', definitionkey: "DefinitionKey",
definitionname: '流程定义名称', definitionname: "流程定义名称",
pssystemid: '系统标识', pssystemid: "系统标识",
modelversion: '模型版本', modelversion: "模型版本",
modelenable: '模型是否启用', modelenable: "模型是否启用",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
n_deploykey_like: 'DefinitionKey', n_deploykey_like: "DefinitionKey",
n_definitionname_like: '流程定义名称', n_definitionname_like: "流程定义名称",
}, },
uiactions: { uiactions: {
}, },
}, },
gridviewtoolbar_toolbar: { gridviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem4: { tbitem4: {
caption: '编辑', caption: "编辑",
tip: '编辑', tip: "编辑",
}, },
tbitem6: { tbitem6: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
tbitem7: { tbitem7: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem8: { tbitem8: {
caption: '删除', caption: "删除",
tip: '删除', tip: "删除",
}, },
tbitem9: { tbitem9: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem13: { tbitem13: {
caption: '导出', caption: "导出",
tip: '导出', tip: "导出",
}, },
tbitem10: { tbitem10: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem16: { tbitem16: {
caption: '其它', caption: "其它",
tip: '其它', tip: "其它",
}, },
tbitem21: { tbitem21: {
caption: '导出数据模型', caption: "导出数据模型",
tip: '导出数据模型', tip: "导出数据模型",
}, },
tbitem23: { tbitem23: {
caption: '数据导入', caption: "数据导入",
tip: '数据导入', tip: "数据导入",
}, },
tbitem17: { tbitem17: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem19: { tbitem19: {
caption: '过滤', caption: "过滤",
tip: '过滤', tip: "过滤",
}, },
tbitem18: { tbitem18: {
caption: '帮助', caption: "帮助",
tip: '帮助', tip: "帮助",
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem4: { tbitem4: {
caption: '保存并新建', caption: "保存并新建",
tip: '保存并新建', tip: "保存并新建",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem7: { tbitem7: {
caption: '删除并关闭', caption: "删除并关闭",
tip: '删除并关闭', tip: "删除并关闭",
}, },
tbitem8: { tbitem8: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
tbitem16: { tbitem16: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem23: { tbitem23: {
caption: '第一个记录', caption: "第一个记录",
tip: '第一个记录', tip: "第一个记录",
}, },
tbitem24: { tbitem24: {
caption: '上一个记录', caption: "上一个记录",
tip: '上一个记录', tip: "上一个记录",
}, },
tbitem25: { tbitem25: {
caption: '下一个记录', caption: "下一个记录",
tip: '下一个记录', tip: "下一个记录",
}, },
tbitem26: { tbitem26: {
caption: '最后一个记录', caption: "最后一个记录",
tip: '最后一个记录', tip: "最后一个记录",
}, },
tbitem21: { tbitem21: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem22: { tbitem22: {
caption: '帮助', caption: "帮助",
tip: '帮助', tip: "帮助",
}, },
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
id: 'ID', id: "ID",
name: '名称', name: "名称",
bpmnfile: 'BPMN', bpmnfile: "BPMN",
}, },
views: { views: {
editview: { editview: {
caption: "流程模型", caption: "流程模型",
title: '流程模型编辑视图', title: "流程模型编辑视图",
}, },
}, },
main_form: { main_form: {
......
export default { export default {
fields: { fields: {
id: 'ID', id: "ID",
name: '名称', name: "名称",
bpmnfile: 'BPMN', bpmnfile: "BPMN",
}, },
views: { views: {
editview: { editview: {
caption: '流程模型', caption: "流程模型",
title: '流程模型编辑视图', title: "流程模型编辑视图",
}, },
}, },
main_form: { main_form: {
details: { details: {
group1: '流程模型', group1: "流程模型",
formpage1: '基本信息', formpage1: "基本信息",
srforikey: '', srforikey: "",
srfkey: 'ID', srfkey: "ID",
srfmajortext: '名称', srfmajortext: "名称",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
bpmnfile: 'BPMN', bpmnfile: "BPMN",
modelid: 'ID', modelid: "ID",
}, },
uiactions: { uiactions: {
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem1: { tbitem1: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
pssystemid: '系统标识', pssystemid: "系统标识",
pssystemname: '系统名称', pssystemname: "系统名称",
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
pssystemid: '系统标识', pssystemid: "系统标识",
pssystemname: '系统名称', pssystemname: "系统名称",
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
id: '用户标识', id: "用户标识",
firstname: '用户全局名', firstname: "用户全局名",
displayname: '用户名称', displayname: "用户名称",
}, },
views: { views: {
mpickupview: { mpickupview: {
caption: "用户", caption: "用户",
title: '用户数据多项选择视图', title: "用户数据多项选择视图",
}, },
pickupview: { pickupview: {
caption: "用户", caption: "用户",
title: '用户数据选择视图', title: "用户数据选择视图",
}, },
editview: { editview: {
caption: "用户", caption: "用户",
title: '用户编辑视图', title: "用户编辑视图",
}, },
pickupgridview: { pickupgridview: {
caption: "用户", caption: "用户",
title: '用户选择表格视图', title: "用户选择表格视图",
}, },
gridview: { gridview: {
caption: "用户", caption: "用户",
title: '用户表格视图', title: "用户表格视图",
}, },
}, },
main_form: { main_form: {
......
export default { export default {
fields: { fields: {
id: '用户标识', id: "用户标识",
firstname: '用户全局名', firstname: "用户全局名",
displayname: '用户名称', displayname: "用户名称",
}, },
views: { views: {
mpickupview: { mpickupview: {
caption: '用户', caption: "用户",
title: '用户数据多项选择视图', title: "用户数据多项选择视图",
}, },
pickupview: { pickupview: {
caption: '用户', caption: "用户",
title: '用户数据选择视图', title: "用户数据选择视图",
}, },
editview: { editview: {
caption: '用户', caption: "用户",
title: '用户编辑视图', title: "用户编辑视图",
}, },
pickupgridview: { pickupgridview: {
caption: '用户', caption: "用户",
title: '用户选择表格视图', title: "用户选择表格视图",
}, },
gridview: { gridview: {
caption: '用户', caption: "用户",
title: '用户表格视图', title: "用户表格视图",
}, },
}, },
main_form: { main_form: {
details: { details: {
group1: '用户基本信息', group1: "用户基本信息",
formpage1: '基本信息', formpage1: "基本信息",
srforikey: '', srforikey: "",
srfkey: '用户标识', srfkey: "用户标识",
srfmajortext: '用户名称', srfmajortext: "用户名称",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
personname: '用户名称', personname: "用户名称",
username: '用户全局名', username: "用户全局名",
userid: '用户标识', userid: "用户标识",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
userid: '用户标识', userid: "用户标识",
personname: '用户名称', personname: "用户名称",
username: '用户全局名', username: "用户全局名",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
n_personname_like: '用户名称(文本包含(%))', n_personname_like: "用户名称(文本包含(%))",
}, },
uiactions: { uiactions: {
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem4: { tbitem4: {
caption: '保存并新建', caption: "保存并新建",
tip: '保存并新建', tip: "保存并新建",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem7: { tbitem7: {
caption: '删除并关闭', caption: "删除并关闭",
tip: '删除并关闭', tip: "删除并关闭",
}, },
tbitem8: { tbitem8: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
tbitem16: { tbitem16: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem23: { tbitem23: {
caption: '第一个记录', caption: "第一个记录",
tip: '第一个记录', tip: "第一个记录",
}, },
tbitem24: { tbitem24: {
caption: '上一个记录', caption: "上一个记录",
tip: '上一个记录', tip: "上一个记录",
}, },
tbitem25: { tbitem25: {
caption: '下一个记录', caption: "下一个记录",
tip: '下一个记录', tip: "下一个记录",
}, },
tbitem26: { tbitem26: {
caption: '最后一个记录', caption: "最后一个记录",
tip: '最后一个记录', tip: "最后一个记录",
}, },
tbitem21: { tbitem21: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem22: { tbitem22: {
caption: '帮助', caption: "帮助",
tip: '帮助', tip: "帮助",
}, },
}, },
gridviewtoolbar_toolbar: { gridviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem4: { tbitem4: {
caption: '编辑', caption: "编辑",
tip: '编辑', tip: "编辑",
}, },
tbitem6: { tbitem6: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
tbitem7: { tbitem7: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem8: { tbitem8: {
caption: '删除', caption: "删除",
tip: '删除', tip: "删除",
}, },
tbitem9: { tbitem9: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem13: { tbitem13: {
caption: '导出', caption: "导出",
tip: '导出', tip: "导出",
}, },
tbitem10: { tbitem10: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem16: { tbitem16: {
caption: '其它', caption: "其它",
tip: '其它', tip: "其它",
}, },
tbitem21: { tbitem21: {
caption: '导出数据模型', caption: "导出数据模型",
tip: '导出数据模型', tip: "导出数据模型",
}, },
tbitem23: { tbitem23: {
caption: '数据导入', caption: "数据导入",
tip: '数据导入', tip: "数据导入",
}, },
tbitem17: { tbitem17: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem19: { tbitem19: {
caption: '过滤', caption: "过滤",
tip: '过滤', tip: "过滤",
}, },
tbitem18: { tbitem18: {
caption: '帮助', caption: "帮助",
tip: '帮助', tip: "帮助",
}, },
}, },
}; };
\ No newline at end of file
...@@ -8,27 +8,27 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -8,27 +8,27 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
let status = MockAdapter.mockStatus(config); let status = MockAdapter.mockStatus(config);
return [status, [ return [status, [
{ {
srfkey: 'YesNo', srfkey: "YesNo",
emptytext: '未定义', emptytext: "未定义",
"codelisttype":"static", "codelisttype":"static",
items: [ items: [
{ {
id: '1', id: "1",
label: '是', label: "是",
text: '是', text: "是",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: "1",
disabled: false, disabled: false,
}, },
{ {
id: '0', id: "0",
label: '否', label: "否",
text: '否', text: "否",
"data":"", "data":"",
"codename":"Item_0", "codename":"Item_0",
value: '0', value: "0",
disabled: false, disabled: false,
}, },
......
...@@ -610,7 +610,7 @@ export default class WFGroupMPickupViewBase extends Vue { ...@@ -610,7 +610,7 @@ export default class WFGroupMPickupViewBase extends Vue {
* 是否显示按钮 * 是否显示按钮
* *
* @type {boolean} * @type {boolean}
* @memberof WFGroupMPickupView * @memberof WFGroupMPickupViewBase
*/ */
@Prop({default: true}) public isShowButton!: boolean; @Prop({default: true}) public isShowButton!: boolean;
...@@ -618,7 +618,7 @@ export default class WFGroupMPickupViewBase extends Vue { ...@@ -618,7 +618,7 @@ export default class WFGroupMPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof WFGroupMPickupView * @memberof WFGroupMPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
...@@ -626,7 +626,7 @@ export default class WFGroupMPickupViewBase extends Vue { ...@@ -626,7 +626,7 @@ export default class WFGroupMPickupViewBase extends Vue {
* 是否初始化已选中项 * 是否初始化已选中项
* *
* @type {any[]} * @type {any[]}
* @memberof WFGroupMPickupView * @memberof WFGroupMPickupViewBase
*/ */
public isInitSelected:boolean = false; public isInitSelected:boolean = false;
...@@ -634,7 +634,7 @@ export default class WFGroupMPickupViewBase extends Vue { ...@@ -634,7 +634,7 @@ export default class WFGroupMPickupViewBase extends Vue {
* 视图选中数据 * 视图选中数据
* *
* @type {any[]} * @type {any[]}
* @memberof WFGroupMPickupView * @memberof WFGroupMPickupViewBase
*/ */
public viewSelections:any[] = []; public viewSelections:any[] = [];
...@@ -642,7 +642,7 @@ export default class WFGroupMPickupViewBase extends Vue { ...@@ -642,7 +642,7 @@ export default class WFGroupMPickupViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof WFGroupMPickupView * @memberof WFGroupMPickupViewBase
*/ */
public isSingleSelect: boolean = false; public isSingleSelect: boolean = false;
...@@ -650,7 +650,7 @@ export default class WFGroupMPickupViewBase extends Vue { ...@@ -650,7 +650,7 @@ export default class WFGroupMPickupViewBase extends Vue {
* 选中数据单击 * 选中数据单击
* *
* @param {*} item * @param {*} item
* @memberof WFGroupMPickupView * @memberof WFGroupMPickupViewBase
*/ */
public selectionsClick(item:any):void { public selectionsClick(item:any):void {
item._select = !item._select; item._select = !item._select;
...@@ -662,7 +662,7 @@ export default class WFGroupMPickupViewBase extends Vue { ...@@ -662,7 +662,7 @@ export default class WFGroupMPickupViewBase extends Vue {
* 选中树双击 * 选中树双击
* *
* @param {*} item * @param {*} item
* @memberof WFGroupMPickupView * @memberof WFGroupMPickupViewBase
*/ */
public selectionsDBLClick(item:any):void { public selectionsDBLClick(item:any):void {
const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey)); const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey));
...@@ -677,7 +677,7 @@ export default class WFGroupMPickupViewBase extends Vue { ...@@ -677,7 +677,7 @@ export default class WFGroupMPickupViewBase extends Vue {
/** /**
* 删除右侧全部选中数据 * 删除右侧全部选中数据
* *
* @memberof WFGroupMPickupView * @memberof WFGroupMPickupViewBase
*/ */
public onCLickLeft():void { public onCLickLeft():void {
const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))]; const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))];
...@@ -698,7 +698,7 @@ export default class WFGroupMPickupViewBase extends Vue { ...@@ -698,7 +698,7 @@ export default class WFGroupMPickupViewBase extends Vue {
/** /**
* 添加左侧选中数据 * 添加左侧选中数据
* *
* @memberof WFGroupMPickupView * @memberof WFGroupMPickupViewBase
*/ */
public onCLickRight():void { public onCLickRight():void {
Object.values(this.containerModel).forEach((model: any) => { Object.values(this.containerModel).forEach((model: any) => {
...@@ -724,7 +724,7 @@ export default class WFGroupMPickupViewBase extends Vue { ...@@ -724,7 +724,7 @@ export default class WFGroupMPickupViewBase extends Vue {
/** /**
* 选中数据全部删除 * 选中数据全部删除
* *
* @memberof WFGroupMPickupView * @memberof WFGroupMPickupViewBase
*/ */
public onCLickAllLeft():void { public onCLickAllLeft():void {
this.viewSelections = []; this.viewSelections = [];
...@@ -736,7 +736,7 @@ export default class WFGroupMPickupViewBase extends Vue { ...@@ -736,7 +736,7 @@ export default class WFGroupMPickupViewBase extends Vue {
/** /**
* 添加左侧面板所有数据到右侧 * 添加左侧面板所有数据到右侧
* *
* @memberof WFGroupMPickupView * @memberof WFGroupMPickupViewBase
*/ */
public onCLickAllRight():void { public onCLickAllRight():void {
Object.values(this.containerModel).forEach((model: any) => { Object.values(this.containerModel).forEach((model: any) => {
...@@ -763,7 +763,7 @@ export default class WFGroupMPickupViewBase extends Vue { ...@@ -763,7 +763,7 @@ export default class WFGroupMPickupViewBase extends Vue {
/** /**
* 确定 * 确定
* *
* @memberof WFGroupMPickupView * @memberof WFGroupMPickupViewBase
*/ */
public onClickOk(): void { public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections); this.$emit('viewdataschange', this.viewSelections);
...@@ -773,7 +773,7 @@ export default class WFGroupMPickupViewBase extends Vue { ...@@ -773,7 +773,7 @@ export default class WFGroupMPickupViewBase extends Vue {
/** /**
* 取消 * 取消
* *
* @memberof WFGroupMPickupView * @memberof WFGroupMPickupViewBase
*/ */
public onClickCancel(): void { public onClickCancel(): void {
this.$emit('close', null); this.$emit('close', null);
......
...@@ -628,7 +628,7 @@ export default class WFGroupPickupGridViewBase extends Vue { ...@@ -628,7 +628,7 @@ export default class WFGroupPickupGridViewBase extends Vue {
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof WFGroupPickupGridView * @memberof WFGroupPickupGridViewBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -636,7 +636,7 @@ export default class WFGroupPickupGridViewBase extends Vue { ...@@ -636,7 +636,7 @@ export default class WFGroupPickupGridViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof WFGroupPickupGridView * @memberof WFGroupPickupGridViewBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -644,7 +644,7 @@ export default class WFGroupPickupGridViewBase extends Vue { ...@@ -644,7 +644,7 @@ export default class WFGroupPickupGridViewBase extends Vue {
* 搜索值 * 搜索值
* *
* @type {string} * @type {string}
* @memberof WFGroupPickupGridView * @memberof WFGroupPickupGridViewBase
*/ */
public query: string = ''; public query: string = '';
...@@ -652,7 +652,7 @@ export default class WFGroupPickupGridViewBase extends Vue { ...@@ -652,7 +652,7 @@ export default class WFGroupPickupGridViewBase extends Vue {
* 是否展开搜索表单 * 是否展开搜索表单
* *
* @type {boolean} * @type {boolean}
* @memberof WFGroupPickupGridView * @memberof WFGroupPickupGridViewBase
*/ */
public isExpandSearchForm: boolean = true; public isExpandSearchForm: boolean = true;
...@@ -663,7 +663,7 @@ export default class WFGroupPickupGridViewBase extends Vue { ...@@ -663,7 +663,7 @@ export default class WFGroupPickupGridViewBase extends Vue {
* 2 双击激活 * 2 双击激活
* *
* @type {(number | 0 | 1 | 2)} * @type {(number | 0 | 1 | 2)}
* @memberof WFGroupPickupGridView * @memberof WFGroupPickupGridViewBase
*/ */
public gridRowActiveMode: number | 0 | 1 | 2 = 2; public gridRowActiveMode: number | 0 | 1 | 2 = 2;
...@@ -671,7 +671,7 @@ export default class WFGroupPickupGridViewBase extends Vue { ...@@ -671,7 +671,7 @@ export default class WFGroupPickupGridViewBase extends Vue {
* 快速搜索 * 快速搜索
* *
* @param {*} $event * @param {*} $event
* @memberof WFGroupPickupGridView * @memberof WFGroupPickupGridViewBase
*/ */
public onSearch($event: any): void { public onSearch($event: any): void {
const refs: any = this.$refs; const refs: any = this.$refs;
......
...@@ -576,7 +576,7 @@ export default class WFGroupPickupViewBase extends Vue { ...@@ -576,7 +576,7 @@ export default class WFGroupPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof WFGroupPickupView * @memberof WFGroupPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
......
...@@ -610,7 +610,7 @@ export default class WFUserMPickupViewBase extends Vue { ...@@ -610,7 +610,7 @@ export default class WFUserMPickupViewBase extends Vue {
* 是否显示按钮 * 是否显示按钮
* *
* @type {boolean} * @type {boolean}
* @memberof WFUserMPickupView * @memberof WFUserMPickupViewBase
*/ */
@Prop({default: true}) public isShowButton!: boolean; @Prop({default: true}) public isShowButton!: boolean;
...@@ -618,7 +618,7 @@ export default class WFUserMPickupViewBase extends Vue { ...@@ -618,7 +618,7 @@ export default class WFUserMPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof WFUserMPickupView * @memberof WFUserMPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
...@@ -626,7 +626,7 @@ export default class WFUserMPickupViewBase extends Vue { ...@@ -626,7 +626,7 @@ export default class WFUserMPickupViewBase extends Vue {
* 是否初始化已选中项 * 是否初始化已选中项
* *
* @type {any[]} * @type {any[]}
* @memberof WFUserMPickupView * @memberof WFUserMPickupViewBase
*/ */
public isInitSelected:boolean = false; public isInitSelected:boolean = false;
...@@ -634,7 +634,7 @@ export default class WFUserMPickupViewBase extends Vue { ...@@ -634,7 +634,7 @@ export default class WFUserMPickupViewBase extends Vue {
* 视图选中数据 * 视图选中数据
* *
* @type {any[]} * @type {any[]}
* @memberof WFUserMPickupView * @memberof WFUserMPickupViewBase
*/ */
public viewSelections:any[] = []; public viewSelections:any[] = [];
...@@ -642,7 +642,7 @@ export default class WFUserMPickupViewBase extends Vue { ...@@ -642,7 +642,7 @@ export default class WFUserMPickupViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof WFUserMPickupView * @memberof WFUserMPickupViewBase
*/ */
public isSingleSelect: boolean = false; public isSingleSelect: boolean = false;
...@@ -650,7 +650,7 @@ export default class WFUserMPickupViewBase extends Vue { ...@@ -650,7 +650,7 @@ export default class WFUserMPickupViewBase extends Vue {
* 选中数据单击 * 选中数据单击
* *
* @param {*} item * @param {*} item
* @memberof WFUserMPickupView * @memberof WFUserMPickupViewBase
*/ */
public selectionsClick(item:any):void { public selectionsClick(item:any):void {
item._select = !item._select; item._select = !item._select;
...@@ -662,7 +662,7 @@ export default class WFUserMPickupViewBase extends Vue { ...@@ -662,7 +662,7 @@ export default class WFUserMPickupViewBase extends Vue {
* 选中树双击 * 选中树双击
* *
* @param {*} item * @param {*} item
* @memberof WFUserMPickupView * @memberof WFUserMPickupViewBase
*/ */
public selectionsDBLClick(item:any):void { public selectionsDBLClick(item:any):void {
const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey)); const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey));
...@@ -677,7 +677,7 @@ export default class WFUserMPickupViewBase extends Vue { ...@@ -677,7 +677,7 @@ export default class WFUserMPickupViewBase extends Vue {
/** /**
* 删除右侧全部选中数据 * 删除右侧全部选中数据
* *
* @memberof WFUserMPickupView * @memberof WFUserMPickupViewBase
*/ */
public onCLickLeft():void { public onCLickLeft():void {
const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))]; const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))];
...@@ -698,7 +698,7 @@ export default class WFUserMPickupViewBase extends Vue { ...@@ -698,7 +698,7 @@ export default class WFUserMPickupViewBase extends Vue {
/** /**
* 添加左侧选中数据 * 添加左侧选中数据
* *
* @memberof WFUserMPickupView * @memberof WFUserMPickupViewBase
*/ */
public onCLickRight():void { public onCLickRight():void {
Object.values(this.containerModel).forEach((model: any) => { Object.values(this.containerModel).forEach((model: any) => {
...@@ -724,7 +724,7 @@ export default class WFUserMPickupViewBase extends Vue { ...@@ -724,7 +724,7 @@ export default class WFUserMPickupViewBase extends Vue {
/** /**
* 选中数据全部删除 * 选中数据全部删除
* *
* @memberof WFUserMPickupView * @memberof WFUserMPickupViewBase
*/ */
public onCLickAllLeft():void { public onCLickAllLeft():void {
this.viewSelections = []; this.viewSelections = [];
...@@ -736,7 +736,7 @@ export default class WFUserMPickupViewBase extends Vue { ...@@ -736,7 +736,7 @@ export default class WFUserMPickupViewBase extends Vue {
/** /**
* 添加左侧面板所有数据到右侧 * 添加左侧面板所有数据到右侧
* *
* @memberof WFUserMPickupView * @memberof WFUserMPickupViewBase
*/ */
public onCLickAllRight():void { public onCLickAllRight():void {
Object.values(this.containerModel).forEach((model: any) => { Object.values(this.containerModel).forEach((model: any) => {
...@@ -763,7 +763,7 @@ export default class WFUserMPickupViewBase extends Vue { ...@@ -763,7 +763,7 @@ export default class WFUserMPickupViewBase extends Vue {
/** /**
* 确定 * 确定
* *
* @memberof WFUserMPickupView * @memberof WFUserMPickupViewBase
*/ */
public onClickOk(): void { public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections); this.$emit('viewdataschange', this.viewSelections);
...@@ -773,7 +773,7 @@ export default class WFUserMPickupViewBase extends Vue { ...@@ -773,7 +773,7 @@ export default class WFUserMPickupViewBase extends Vue {
/** /**
* 取消 * 取消
* *
* @memberof WFUserMPickupView * @memberof WFUserMPickupViewBase
*/ */
public onClickCancel(): void { public onClickCancel(): void {
this.$emit('close', null); this.$emit('close', null);
......
...@@ -628,7 +628,7 @@ export default class WFUserPickupGridViewBase extends Vue { ...@@ -628,7 +628,7 @@ export default class WFUserPickupGridViewBase extends Vue {
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof WFUserPickupGridView * @memberof WFUserPickupGridViewBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -636,7 +636,7 @@ export default class WFUserPickupGridViewBase extends Vue { ...@@ -636,7 +636,7 @@ export default class WFUserPickupGridViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof WFUserPickupGridView * @memberof WFUserPickupGridViewBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -644,7 +644,7 @@ export default class WFUserPickupGridViewBase extends Vue { ...@@ -644,7 +644,7 @@ export default class WFUserPickupGridViewBase extends Vue {
* 搜索值 * 搜索值
* *
* @type {string} * @type {string}
* @memberof WFUserPickupGridView * @memberof WFUserPickupGridViewBase
*/ */
public query: string = ''; public query: string = '';
...@@ -652,7 +652,7 @@ export default class WFUserPickupGridViewBase extends Vue { ...@@ -652,7 +652,7 @@ export default class WFUserPickupGridViewBase extends Vue {
* 是否展开搜索表单 * 是否展开搜索表单
* *
* @type {boolean} * @type {boolean}
* @memberof WFUserPickupGridView * @memberof WFUserPickupGridViewBase
*/ */
public isExpandSearchForm: boolean = true; public isExpandSearchForm: boolean = true;
...@@ -663,7 +663,7 @@ export default class WFUserPickupGridViewBase extends Vue { ...@@ -663,7 +663,7 @@ export default class WFUserPickupGridViewBase extends Vue {
* 2 双击激活 * 2 双击激活
* *
* @type {(number | 0 | 1 | 2)} * @type {(number | 0 | 1 | 2)}
* @memberof WFUserPickupGridView * @memberof WFUserPickupGridViewBase
*/ */
public gridRowActiveMode: number | 0 | 1 | 2 = 2; public gridRowActiveMode: number | 0 | 1 | 2 = 2;
...@@ -671,7 +671,7 @@ export default class WFUserPickupGridViewBase extends Vue { ...@@ -671,7 +671,7 @@ export default class WFUserPickupGridViewBase extends Vue {
* 快速搜索 * 快速搜索
* *
* @param {*} $event * @param {*} $event
* @memberof WFUserPickupGridView * @memberof WFUserPickupGridViewBase
*/ */
public onSearch($event: any): void { public onSearch($event: any): void {
const refs: any = this.$refs; const refs: any = this.$refs;
......
...@@ -576,7 +576,7 @@ export default class WFUserPickupViewBase extends Vue { ...@@ -576,7 +576,7 @@ export default class WFUserPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof WFUserPickupView * @memberof WFUserPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
......
...@@ -45,7 +45,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -45,7 +45,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 名称 * 名称
* *
* @type {string} * @type {string}
* @memberof Default * @memberof DefaultBase
*/ */
@Prop() public name?: string; @Prop() public name?: string;
...@@ -53,7 +53,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -53,7 +53,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 视图通讯对象 * 视图通讯对象
* *
* @type {Subject<ViewState>} * @type {Subject<ViewState>}
* @memberof Default * @memberof DefaultBase
*/ */
@Prop() public viewState!: Subject<ViewState>; @Prop() public viewState!: Subject<ViewState>;
...@@ -61,7 +61,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -61,7 +61,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 应用上下文 * 应用上下文
* *
* @type {*} * @type {*}
* @memberof Default * @memberof DefaultBase
*/ */
@Prop() public context: any; @Prop() public context: any;
...@@ -69,7 +69,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -69,7 +69,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 视图参数 * 视图参数
* *
* @type {*} * @type {*}
* @memberof Default * @memberof DefaultBase
*/ */
@Prop() public viewparams: any; @Prop() public viewparams: any;
...@@ -78,7 +78,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -78,7 +78,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* *
* @public * @public
* @type {(Subscription | undefined)} * @type {(Subscription | undefined)}
* @memberof Default * @memberof DefaultBase
*/ */
public viewStateEvent: Subscription | undefined; public viewStateEvent: Subscription | undefined;
...@@ -86,7 +86,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -86,7 +86,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 获取部件类型 * 获取部件类型
* *
* @returns {string} * @returns {string}
* @memberof Default * @memberof DefaultBase
*/ */
public getControlType(): string { public getControlType(): string {
return 'SEARCHFORM' return 'SEARCHFORM'
...@@ -98,7 +98,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -98,7 +98,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 计数器服务对象集合 * 计数器服务对象集合
* *
* @type {Array<*>} * @type {Array<*>}
* @memberof Default * @memberof DefaultBase
*/ */
public counterServiceArray:Array<any> = []; public counterServiceArray:Array<any> = [];
...@@ -106,7 +106,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -106,7 +106,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 建构部件服务对象 * 建构部件服务对象
* *
* @type {DefaultService} * @type {DefaultService}
* @memberof Default * @memberof DefaultBase
*/ */
public service: DefaultService = new DefaultService({ $store: this.$store }); public service: DefaultService = new DefaultService({ $store: this.$store });
...@@ -114,7 +114,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -114,7 +114,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 实体服务对象 * 实体服务对象
* *
* @type {WFGroupService} * @type {WFGroupService}
* @memberof Default * @memberof DefaultBase
*/ */
public appEntityService: WFGroupService = new WFGroupService({ $store: this.$store }); public appEntityService: WFGroupService = new WFGroupService({ $store: this.$store });
...@@ -124,7 +124,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -124,7 +124,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 关闭视图 * 关闭视图
* *
* @param {any} args * @param {any} args
* @memberof Default * @memberof DefaultBase
*/ */
public closeView(args: any): void { public closeView(args: any): void {
let _this: any = this; let _this: any = this;
...@@ -134,7 +134,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -134,7 +134,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
/** /**
* 计数器刷新 * 计数器刷新
* *
* @memberof Default * @memberof DefaultBase
*/ */
public counterRefresh(){ public counterRefresh(){
const _this:any =this; const _this:any =this;
......
...@@ -46,11 +46,12 @@ ...@@ -46,11 +46,12 @@
margin-bottom: unset !important; margin-bottom: unset !important;
} }
} }
.el-table__body td{ .el-table__body .edit-cell{
padding:0; padding:0;
} .app-form-item{
.app-form-item{ margin-top: 20px;
margin-top: 20px; margin-bottom: 20px;
}
} }
} }
.grid-pagination { .grid-pagination {
......
...@@ -40,7 +40,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -40,7 +40,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 名称 * 名称
* *
* @type {string} * @type {string}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
@Prop() public name?: string; @Prop() public name?: string;
...@@ -48,7 +48,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -48,7 +48,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 视图通讯对象 * 视图通讯对象
* *
* @type {Subject<ViewState>} * @type {Subject<ViewState>}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
@Prop() public viewState!: Subject<ViewState>; @Prop() public viewState!: Subject<ViewState>;
...@@ -56,7 +56,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -56,7 +56,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 应用上下文 * 应用上下文
* *
* @type {*} * @type {*}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
@Prop() public context: any; @Prop() public context: any;
...@@ -64,7 +64,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -64,7 +64,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 视图参数 * 视图参数
* *
* @type {*} * @type {*}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
@Prop() public viewparams: any; @Prop() public viewparams: any;
...@@ -73,7 +73,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -73,7 +73,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* *
* @public * @public
* @type {(Subscription | undefined)} * @type {(Subscription | undefined)}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public viewStateEvent: Subscription | undefined; public viewStateEvent: Subscription | undefined;
...@@ -81,7 +81,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -81,7 +81,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 获取部件类型 * 获取部件类型
* *
* @returns {string} * @returns {string}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public getControlType(): string { public getControlType(): string {
return 'PICKUPVIEWPANEL' return 'PICKUPVIEWPANEL'
...@@ -93,7 +93,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -93,7 +93,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 建构部件服务对象 * 建构部件服务对象
* *
* @type {MPickupViewpickupviewpanelService} * @type {MPickupViewpickupviewpanelService}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public service: MPickupViewpickupviewpanelService = new MPickupViewpickupviewpanelService({ $store: this.$store }); public service: MPickupViewpickupviewpanelService = new MPickupViewpickupviewpanelService({ $store: this.$store });
...@@ -101,7 +101,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -101,7 +101,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 实体服务对象 * 实体服务对象
* *
* @type {WFGroupService} * @type {WFGroupService}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public appEntityService: WFGroupService = new WFGroupService({ $store: this.$store }); public appEntityService: WFGroupService = new WFGroupService({ $store: this.$store });
...@@ -111,7 +111,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -111,7 +111,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 关闭视图 * 关闭视图
* *
* @param {any} args * @param {any} args
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public closeView(args: any): void { public closeView(args: any): void {
let _this: any = this; let _this: any = this;
...@@ -121,7 +121,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -121,7 +121,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
/** /**
* 计数器刷新 * 计数器刷新
* *
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public counterRefresh(){ public counterRefresh(){
const _this:any =this; const _this:any =this;
...@@ -140,7 +140,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -140,7 +140,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -148,7 +148,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -148,7 +148,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 获取多项数据 * 获取多项数据
* *
* @returns {any[]} * @returns {any[]}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public getDatas(): any[] { public getDatas(): any[] {
return []; return [];
...@@ -158,7 +158,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -158,7 +158,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 获取单项树 * 获取单项树
* *
* @returns {*} * @returns {*}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public getData(): any { public getData(): any {
return {}; return {};
...@@ -168,7 +168,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -168,7 +168,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 视图名称 * 视图名称
* *
* @type {*} * @type {*}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public view: any = { public view: any = {
viewname: 'wfgroup-pickup-grid-view', viewname: 'wfgroup-pickup-grid-view',
...@@ -179,7 +179,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -179,7 +179,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 局部上下文 * 局部上下文
* *
* @type {*} * @type {*}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public localContext: any = null; public localContext: any = null;
...@@ -195,7 +195,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -195,7 +195,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 视图数据 * 视图数据
* *
* @type {*} * @type {*}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public viewdata: string = JSON.stringify(this.context); public viewdata: string = JSON.stringify(this.context);
...@@ -211,7 +211,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -211,7 +211,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 是否显示按钮 * 是否显示按钮
* *
* @type {boolean} * @type {boolean}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
@Prop({default: true}) public isShowButton!: boolean; @Prop({default: true}) public isShowButton!: boolean;
...@@ -219,7 +219,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -219,7 +219,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -227,7 +227,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -227,7 +227,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 初始化完成 * 初始化完成
* *
* @type {boolean} * @type {boolean}
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public inited: boolean = false; public inited: boolean = false;
...@@ -235,7 +235,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -235,7 +235,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 视图数据变化 * 视图数据变化
* *
* @param {*} $event * @param {*} $event
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public onViewDatasChange($event: any): void { public onViewDatasChange($event: any): void {
if($event.length>0){ if($event.length>0){
...@@ -253,7 +253,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -253,7 +253,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 视图数据被激活 * 视图数据被激活
* *
* @param {*} $event * @param {*} $event
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public viewDatasActivated($event: any): void { public viewDatasActivated($event: any): void {
this.$emit('activated', $event); this.$emit('activated', $event);
...@@ -263,7 +263,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -263,7 +263,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
* 视图加载完成 * 视图加载完成
* *
* @param {*} $event * @param {*} $event
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public onViewLoad($event: any): void { public onViewLoad($event: any): void {
this.$emit('load', $event); this.$emit('load', $event);
...@@ -272,7 +272,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -272,7 +272,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
/** /**
* vue 生命周期 * vue 生命周期
* *
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public created() { public created() {
this.afterCreated(); this.afterCreated();
...@@ -281,7 +281,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -281,7 +281,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
/** /**
* 执行created后的逻辑 * 执行created后的逻辑
* *
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public afterCreated(){ public afterCreated(){
this.initNavParam(); this.initNavParam();
...@@ -302,7 +302,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -302,7 +302,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
/** /**
* 初始化导航参数 * 初始化导航参数
* *
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public initNavParam(){ public initNavParam(){
if(this.localContext && Object.keys(this.localContext).length >0){ if(this.localContext && Object.keys(this.localContext).length >0){
...@@ -321,7 +321,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -321,7 +321,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
/** /**
* vue 生命周期 * vue 生命周期
* *
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public destroyed() { public destroyed() {
this.afterDestroy(); this.afterDestroy();
...@@ -330,7 +330,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr ...@@ -330,7 +330,7 @@ export default class MPickupViewpickupviewpanelBase extends Vue implements Contr
/** /**
* 执行destroyed后的逻辑 * 执行destroyed后的逻辑
* *
* @memberof MPickupViewpickupviewpanel * @memberof MPickupViewpickupviewpanelBase
*/ */
public afterDestroy() { public afterDestroy() {
if (this.viewStateEvent) { if (this.viewStateEvent) {
......
...@@ -40,7 +40,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -40,7 +40,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 名称 * 名称
* *
* @type {string} * @type {string}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
@Prop() public name?: string; @Prop() public name?: string;
...@@ -48,7 +48,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -48,7 +48,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 视图通讯对象 * 视图通讯对象
* *
* @type {Subject<ViewState>} * @type {Subject<ViewState>}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
@Prop() public viewState!: Subject<ViewState>; @Prop() public viewState!: Subject<ViewState>;
...@@ -56,7 +56,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -56,7 +56,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 应用上下文 * 应用上下文
* *
* @type {*} * @type {*}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
@Prop() public context: any; @Prop() public context: any;
...@@ -64,7 +64,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -64,7 +64,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 视图参数 * 视图参数
* *
* @type {*} * @type {*}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
@Prop() public viewparams: any; @Prop() public viewparams: any;
...@@ -73,7 +73,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -73,7 +73,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* *
* @public * @public
* @type {(Subscription | undefined)} * @type {(Subscription | undefined)}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public viewStateEvent: Subscription | undefined; public viewStateEvent: Subscription | undefined;
...@@ -81,7 +81,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -81,7 +81,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 获取部件类型 * 获取部件类型
* *
* @returns {string} * @returns {string}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public getControlType(): string { public getControlType(): string {
return 'PICKUPVIEWPANEL' return 'PICKUPVIEWPANEL'
...@@ -93,7 +93,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -93,7 +93,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 建构部件服务对象 * 建构部件服务对象
* *
* @type {PickupViewpickupviewpanelService} * @type {PickupViewpickupviewpanelService}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public service: PickupViewpickupviewpanelService = new PickupViewpickupviewpanelService({ $store: this.$store }); public service: PickupViewpickupviewpanelService = new PickupViewpickupviewpanelService({ $store: this.$store });
...@@ -101,7 +101,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -101,7 +101,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 实体服务对象 * 实体服务对象
* *
* @type {WFGroupService} * @type {WFGroupService}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public appEntityService: WFGroupService = new WFGroupService({ $store: this.$store }); public appEntityService: WFGroupService = new WFGroupService({ $store: this.$store });
...@@ -111,7 +111,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -111,7 +111,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 关闭视图 * 关闭视图
* *
* @param {any} args * @param {any} args
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public closeView(args: any): void { public closeView(args: any): void {
let _this: any = this; let _this: any = this;
...@@ -121,7 +121,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -121,7 +121,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
/** /**
* 计数器刷新 * 计数器刷新
* *
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public counterRefresh(){ public counterRefresh(){
const _this:any =this; const _this:any =this;
...@@ -140,7 +140,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -140,7 +140,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -148,7 +148,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -148,7 +148,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 获取多项数据 * 获取多项数据
* *
* @returns {any[]} * @returns {any[]}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public getDatas(): any[] { public getDatas(): any[] {
return []; return [];
...@@ -158,7 +158,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -158,7 +158,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 获取单项树 * 获取单项树
* *
* @returns {*} * @returns {*}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public getData(): any { public getData(): any {
return {}; return {};
...@@ -168,7 +168,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -168,7 +168,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 视图名称 * 视图名称
* *
* @type {*} * @type {*}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public view: any = { public view: any = {
viewname: 'wfgroup-pickup-grid-view', viewname: 'wfgroup-pickup-grid-view',
...@@ -179,7 +179,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -179,7 +179,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 局部上下文 * 局部上下文
* *
* @type {*} * @type {*}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public localContext: any = null; public localContext: any = null;
...@@ -195,7 +195,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -195,7 +195,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 视图数据 * 视图数据
* *
* @type {*} * @type {*}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public viewdata: string = JSON.stringify(this.context); public viewdata: string = JSON.stringify(this.context);
...@@ -211,7 +211,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -211,7 +211,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 是否显示按钮 * 是否显示按钮
* *
* @type {boolean} * @type {boolean}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
@Prop({default: true}) public isShowButton!: boolean; @Prop({default: true}) public isShowButton!: boolean;
...@@ -219,7 +219,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -219,7 +219,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -227,7 +227,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -227,7 +227,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 初始化完成 * 初始化完成
* *
* @type {boolean} * @type {boolean}
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public inited: boolean = false; public inited: boolean = false;
...@@ -235,7 +235,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -235,7 +235,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 视图数据变化 * 视图数据变化
* *
* @param {*} $event * @param {*} $event
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public onViewDatasChange($event: any): void { public onViewDatasChange($event: any): void {
if($event.length>0){ if($event.length>0){
...@@ -253,7 +253,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -253,7 +253,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 视图数据被激活 * 视图数据被激活
* *
* @param {*} $event * @param {*} $event
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public viewDatasActivated($event: any): void { public viewDatasActivated($event: any): void {
this.$emit('activated', $event); this.$emit('activated', $event);
...@@ -263,7 +263,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -263,7 +263,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
* 视图加载完成 * 视图加载完成
* *
* @param {*} $event * @param {*} $event
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public onViewLoad($event: any): void { public onViewLoad($event: any): void {
this.$emit('load', $event); this.$emit('load', $event);
...@@ -272,7 +272,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -272,7 +272,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
/** /**
* vue 生命周期 * vue 生命周期
* *
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public created() { public created() {
this.afterCreated(); this.afterCreated();
...@@ -281,7 +281,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -281,7 +281,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
/** /**
* 执行created后的逻辑 * 执行created后的逻辑
* *
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public afterCreated(){ public afterCreated(){
this.initNavParam(); this.initNavParam();
...@@ -302,7 +302,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -302,7 +302,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
/** /**
* 初始化导航参数 * 初始化导航参数
* *
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public initNavParam(){ public initNavParam(){
if(this.localContext && Object.keys(this.localContext).length >0){ if(this.localContext && Object.keys(this.localContext).length >0){
...@@ -321,7 +321,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -321,7 +321,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
/** /**
* vue 生命周期 * vue 生命周期
* *
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public destroyed() { public destroyed() {
this.afterDestroy(); this.afterDestroy();
...@@ -330,7 +330,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro ...@@ -330,7 +330,7 @@ export default class PickupViewpickupviewpanelBase extends Vue implements Contro
/** /**
* 执行destroyed后的逻辑 * 执行destroyed后的逻辑
* *
* @memberof PickupViewpickupviewpanel * @memberof PickupViewpickupviewpanelBase
*/ */
public afterDestroy() { public afterDestroy() {
if (this.viewStateEvent) { if (this.viewStateEvent) {
......
...@@ -45,7 +45,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -45,7 +45,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 名称 * 名称
* *
* @type {string} * @type {string}
* @memberof Default * @memberof DefaultBase
*/ */
@Prop() public name?: string; @Prop() public name?: string;
...@@ -53,7 +53,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -53,7 +53,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 视图通讯对象 * 视图通讯对象
* *
* @type {Subject<ViewState>} * @type {Subject<ViewState>}
* @memberof Default * @memberof DefaultBase
*/ */
@Prop() public viewState!: Subject<ViewState>; @Prop() public viewState!: Subject<ViewState>;
...@@ -61,7 +61,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -61,7 +61,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 应用上下文 * 应用上下文
* *
* @type {*} * @type {*}
* @memberof Default * @memberof DefaultBase
*/ */
@Prop() public context: any; @Prop() public context: any;
...@@ -69,7 +69,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -69,7 +69,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 视图参数 * 视图参数
* *
* @type {*} * @type {*}
* @memberof Default * @memberof DefaultBase
*/ */
@Prop() public viewparams: any; @Prop() public viewparams: any;
...@@ -78,7 +78,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -78,7 +78,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* *
* @public * @public
* @type {(Subscription | undefined)} * @type {(Subscription | undefined)}
* @memberof Default * @memberof DefaultBase
*/ */
public viewStateEvent: Subscription | undefined; public viewStateEvent: Subscription | undefined;
...@@ -86,7 +86,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -86,7 +86,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 获取部件类型 * 获取部件类型
* *
* @returns {string} * @returns {string}
* @memberof Default * @memberof DefaultBase
*/ */
public getControlType(): string { public getControlType(): string {
return 'SEARCHFORM' return 'SEARCHFORM'
...@@ -98,7 +98,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -98,7 +98,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 计数器服务对象集合 * 计数器服务对象集合
* *
* @type {Array<*>} * @type {Array<*>}
* @memberof Default * @memberof DefaultBase
*/ */
public counterServiceArray:Array<any> = []; public counterServiceArray:Array<any> = [];
...@@ -106,7 +106,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -106,7 +106,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 建构部件服务对象 * 建构部件服务对象
* *
* @type {DefaultService} * @type {DefaultService}
* @memberof Default * @memberof DefaultBase
*/ */
public service: DefaultService = new DefaultService({ $store: this.$store }); public service: DefaultService = new DefaultService({ $store: this.$store });
...@@ -114,7 +114,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -114,7 +114,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 实体服务对象 * 实体服务对象
* *
* @type {WFMemberService} * @type {WFMemberService}
* @memberof Default * @memberof DefaultBase
*/ */
public appEntityService: WFMemberService = new WFMemberService({ $store: this.$store }); public appEntityService: WFMemberService = new WFMemberService({ $store: this.$store });
...@@ -124,7 +124,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -124,7 +124,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 关闭视图 * 关闭视图
* *
* @param {any} args * @param {any} args
* @memberof Default * @memberof DefaultBase
*/ */
public closeView(args: any): void { public closeView(args: any): void {
let _this: any = this; let _this: any = this;
...@@ -134,7 +134,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -134,7 +134,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
/** /**
* 计数器刷新 * 计数器刷新
* *
* @memberof Default * @memberof DefaultBase
*/ */
public counterRefresh(){ public counterRefresh(){
const _this:any =this; const _this:any =this;
......
...@@ -46,11 +46,12 @@ ...@@ -46,11 +46,12 @@
margin-bottom: unset !important; margin-bottom: unset !important;
} }
} }
.el-table__body td{ .el-table__body .edit-cell{
padding:0; padding:0;
} .app-form-item{
.app-form-item{ margin-top: 20px;
margin-top: 20px; margin-bottom: 20px;
}
} }
} }
.grid-pagination { .grid-pagination {
......
...@@ -46,11 +46,12 @@ ...@@ -46,11 +46,12 @@
margin-bottom: unset !important; margin-bottom: unset !important;
} }
} }
.el-table__body td{ .el-table__body .edit-cell{
padding:0; padding:0;
} .app-form-item{
.app-form-item{ margin-top: 20px;
margin-top: 20px; margin-bottom: 20px;
}
} }
} }
.grid-pagination { .grid-pagination {
......
...@@ -46,11 +46,12 @@ ...@@ -46,11 +46,12 @@
margin-bottom: unset !important; margin-bottom: unset !important;
} }
} }
.el-table__body td{ .el-table__body .edit-cell{
padding:0; padding:0;
} .app-form-item{
.app-form-item{ margin-top: 20px;
margin-top: 20px; margin-bottom: 20px;
}
} }
} }
.grid-pagination { .grid-pagination {
......
package cn.ibizlab.core.util.config; package cn.ibizlab.core.util.config;
import org.springframework.boot.autoconfigure.condition.ConditionalOnExpression;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
@ConditionalOnExpression("!'${jobs.admin-address:NA}'.equals('NA')")
@Configuration @Configuration
public class XxlJobConfig { public class XxlJobConfig {
......
...@@ -87,7 +87,7 @@ ibiz: ...@@ -87,7 +87,7 @@ ibiz:
### jobs ### jobs
jobs: jobs:
admin-address: http://127.0.0.1:40005 #admin-address: http://127.0.0.1:40005
app-name: ibzwf app-name: ibzwf
app-port: 9999 app-port: 9999
#app-ip: 127.0.0.1 #app-ip: 127.0.0.1
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册