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

ibiz4j 发布系统代码

上级 cc3a892d
...@@ -20,50 +20,50 @@ import userCustom_en_US from '@locale/lanres/userCustom/userCustom_en_US'; ...@@ -20,50 +20,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: {
index: { index: {
caption: 'ibizlab-runtime', caption: "ibizlab-runtime",
title: 'ibizlab', title: "ibizlab",
}, },
}, },
utilview:{ utilview:{
...@@ -73,17 +73,17 @@ export default { ...@@ -73,17 +73,17 @@ export default {
}, },
menus: { menus: {
index: { index: {
menuitem7: '单位人事', menuitem7: "单位人事",
menuitem1: '单位管理', menuitem1: "单位管理",
menuitem2: '部门管理', menuitem2: "部门管理",
menuitem3: '人员管理', menuitem3: "人员管理",
menuitem8: '系统权限', menuitem8: "系统权限",
menuitem4: '用户角色', menuitem4: "用户角色",
menuitem9: '认证日志', menuitem9: "认证日志",
menuitem10: '流程管理', menuitem10: "流程管理",
menuitem6: '流程定义', menuitem6: "流程定义",
menuitem5: '流程角色', menuitem5: "流程角色",
menuitem11: '发布新流程', menuitem11: "发布新流程",
}, },
}, },
}, },
......
...@@ -20,50 +20,50 @@ import userCustom_zh_CN from '@locale/lanres/userCustom/userCustom_zh_CN'; ...@@ -20,50 +20,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: {
index: { index: {
caption: 'ibizlab-runtime', caption: "ibizlab-runtime",
title: 'ibizlab', title: "ibizlab",
}, },
}, },
utilview:{ utilview:{
...@@ -73,17 +73,17 @@ export default { ...@@ -73,17 +73,17 @@ export default {
}, },
menus: { menus: {
index: { index: {
menuitem7: '单位人事', menuitem7: "单位人事",
menuitem1: '单位管理', menuitem1: "单位管理",
menuitem2: '部门管理', menuitem2: "部门管理",
menuitem3: '人员管理', menuitem3: "人员管理",
menuitem8: '系统权限', menuitem8: "系统权限",
menuitem4: '用户角色', menuitem4: "用户角色",
menuitem9: '认证日志', menuitem9: "认证日志",
menuitem10: '流程管理', menuitem10: "流程管理",
menuitem6: '流程定义', menuitem6: "流程定义",
menuitem5: '流程角色', menuitem5: "流程角色",
menuitem11: '发布新流程', menuitem11: "发布新流程",
}, },
}, },
}, },
......
export default { export default {
YesNo: { YesNo: {
'1': '是', "1": "是",
'0': '否', "0": "否",
empty: '', "empty": ""
}, },
CLIBZSex: { CLIBZSex: {
'男': '男性', "男": "男性",
'女': '女性', "女": "女性",
'性别不详': '性别不详', "性别不详": "性别不详",
empty: '', "empty": ""
}, },
CLAuthCode: { CLAuthCode: {
'200': '成功', "200": "成功",
'400': '用户不存在', "400": "用户不存在",
'401.1': '密码错误', "401.1": "密码错误",
'401.2': '配置错误', "401.2": "配置错误",
'403.6': '地址被拒绝', "403.6": "地址被拒绝",
empty: '', "empty": ""
}, },
}; };
\ No newline at end of file
export default { export default {
YesNo: { YesNo: {
'1': '是', "1": "是",
'0': '否', "0": "否",
empty: '', "empty": "",
}, },
CLIBZSex: { CLIBZSex: {
'男': '男性', "男": "男性",
'女': '女性', "女": "女性",
'性别不详': '性别不详', "性别不详": "性别不详",
empty: '', "empty": "",
}, },
CLAuthCode: { CLAuthCode: {
'200': '成功', "200": "成功",
'400': '用户不存在', "400": "用户不存在",
'401.1': '密码错误', "401.1": "密码错误",
'401.2': '配置错误', "401.2": "配置错误",
'403.6': '地址被拒绝', "403.6": "地址被拒绝",
empty: '', "empty": "",
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
deptid: 'decimal', deptid: "decimal",
deptcode: 'Cancel', deptcode: "Cancel",
deptname: '{0}/P', deptname: "{0}/P",
orgid: '单位', orgid: "单位",
parentdeptid: '上级部门', parentdeptid: "上级部门",
shortname: 'Others', shortname: "Others",
deptlevel: '部门级别', deptlevel: "部门级别",
showorder: 'Audit', showorder: "Audit",
bcode: 'Condition', bcode: "Condition",
leaderid: '分管领导标识', leaderid: "分管领导标识",
leadername: '分管领导', leadername: "分管领导",
enable: 'After the [{0}] is executed, no subsequent nodes are specified', enable: "After the [{0}] is executed, no subsequent nodes are specified",
orgname: '单位', orgname: "单位",
parentdeptname: '上级部门', parentdeptname: "上级部门",
createdate: '{0}[{1}] relational data [{2}] cannot be deleted!', createdate: "{0}[{1}] relational data [{2}] cannot be deleted!",
updatedate: 'The [{0}] value is not a character type', updatedate: "The [{0}] value is not a character type",
}, },
views: { views: {
pickupview: { pickupview: {
caption: "Help", caption: "Help",
title: 'Upload file.', title: "Upload file.",
}, },
gridview: { gridview: {
caption: "Help", caption: "Help",
title: '部门表格视图', title: "部门表格视图",
}, },
editview: { editview: {
caption: "Help", caption: "Help",
title: '部门编辑视图', title: "部门编辑视图",
}, },
mpickupview: { mpickupview: {
caption: "Help", caption: "Help",
title: 'Data save failed,{0}', title: "Data save failed,{0}",
}, },
optionview: { optionview: {
caption: "Help", caption: "Help",
title: '部门选项操作视图', title: "部门选项操作视图",
}, },
treeexpview: { treeexpview: {
caption: "Help", caption: "Help",
title: '部门树导航视图', title: "部门树导航视图",
}, },
pickupgridview: { pickupgridview: {
caption: "Help", caption: "Help",
title: 'Restart workflow', title: "Restart workflow",
}, },
}, },
newform_form: { newform_form: {
...@@ -212,7 +212,7 @@ export default { ...@@ -212,7 +212,7 @@ export default {
}, },
depttree_treeview: { depttree_treeview: {
nodes: { nodes: {
root: '默认根节点', root: "默认根节点",
}, },
uiactions: { uiactions: {
}, },
......
export default { export default {
fields: { fields: {
deptid: '部门标识', deptid: "部门标识",
deptcode: '部门代码', deptcode: "部门代码",
deptname: '部门名称', deptname: "部门名称",
orgid: '单位', orgid: "单位",
parentdeptid: '上级部门', parentdeptid: "上级部门",
shortname: '部门简称', shortname: "部门简称",
deptlevel: '部门级别', deptlevel: "部门级别",
showorder: '访问审计', showorder: "访问审计",
bcode: '业务编码', bcode: "业务编码",
leaderid: '分管领导标识', leaderid: "分管领导标识",
leadername: '分管领导', leadername: "分管领导",
enable: '逻辑有效', enable: "逻辑有效",
orgname: '单位', orgname: "单位",
parentdeptname: '上级部门', parentdeptname: "上级部门",
createdate: '创建时间', createdate: "创建时间",
updatedate: '最后修改时间', updatedate: "最后修改时间",
}, },
views: { views: {
pickupview: { pickupview: {
caption: '部门', caption: "部门",
title: '部门选择视图', title: "部门选择视图",
}, },
gridview: { gridview: {
caption: '部门', caption: "部门",
title: '部门表格视图', title: "部门表格视图",
}, },
editview: { editview: {
caption: '部门', caption: "部门",
title: '部门编辑视图', title: "部门编辑视图",
}, },
mpickupview: { mpickupview: {
caption: '部门', caption: "部门",
title: '部门数据多项选择视图', title: "部门数据多项选择视图",
}, },
optionview: { optionview: {
caption: '部门', caption: "部门",
title: '部门选项操作视图', title: "部门选项操作视图",
}, },
treeexpview: { treeexpview: {
caption: '人员管理', caption: "人员管理",
title: '部门树导航视图', title: "部门树导航视图",
}, },
pickupgridview: { pickupgridview: {
caption: '部门', caption: "部门",
title: '部门选择表格视图', title: "部门选择表格视图",
}, },
}, },
newform_form: { newform_form: {
details: { details: {
group1: '部门基本信息', group1: "部门基本信息",
formpage1: '基本信息', formpage1: "基本信息",
srfupdatedate: '最后修改时间', srfupdatedate: "最后修改时间",
srforikey: '', srforikey: "",
srfkey: '部门标识', srfkey: "部门标识",
srfmajortext: '部门名称', srfmajortext: "部门名称",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
deptcode: '部门代码', deptcode: "部门代码",
deptname: '部门名称', deptname: "部门名称",
orgid: '单位', orgid: "单位",
orgname: '单位', orgname: "单位",
pdeptid: '上级部门', pdeptid: "上级部门",
pdeptname: '上级部门', pdeptname: "上级部门",
enable: '逻辑有效', enable: "逻辑有效",
deptid: '部门标识', deptid: "部门标识",
}, },
uiactions: { uiactions: {
}, },
}, },
main_form: { main_form: {
details: { details: {
formpage1: '基本信息', formpage1: "基本信息",
srfupdatedate: '最后修改时间', srfupdatedate: "最后修改时间",
srforikey: '', srforikey: "",
srfkey: '部门标识', srfkey: "部门标识",
srfmajortext: '部门名称', srfmajortext: "部门名称",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
deptid: '部门标识', deptid: "部门标识",
deptcode: '部门代码', deptcode: "部门代码",
deptname: '部门名称', deptname: "部门名称",
orgname: '单位', orgname: "单位",
pdeptname: '上级部门', pdeptname: "上级部门",
orgid: '单位', orgid: "单位",
pdeptid: '上级部门', pdeptid: "上级部门",
shortname: '部门简称', shortname: "部门简称",
bcode: '业务编码', bcode: "业务编码",
deptlevel: '部门级别', deptlevel: "部门级别",
leaderid: '分管领导标识', leaderid: "分管领导标识",
leadername: '分管领导', leadername: "分管领导",
showorder: '访问审计', showorder: "访问审计",
createdate: '创建时间', createdate: "创建时间",
updatedate: '最后修改时间', updatedate: "最后修改时间",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
deptcode: '部门代码', deptcode: "部门代码",
deptname: '部门名称', deptname: "部门名称",
orgname: '单位', orgname: "单位",
pdeptname: '上级部门', pdeptname: "上级部门",
deptlevel: '部门级别', deptlevel: "部门级别",
shortname: '部门简称', shortname: "部门简称",
bcode: '业务编码', bcode: "业务编码",
leadername: '分管领导', leadername: "分管领导",
showorder: '访问审计', showorder: "访问审计",
createdate: '创建时间', createdate: "创建时间",
updatedate: '最后修改时间', updatedate: "最后修改时间",
orgid: '单位', orgid: "单位",
pdeptid: '上级部门', pdeptid: "上级部门",
leaderid: '分管领导标识', leaderid: "分管领导标识",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
n_deptcode_like: '部门代码(%)', n_deptcode_like: "部门代码(%)",
n_deptname_like: '部门名称(%)', n_deptname_like: "部门名称(%)",
n_orgid_eq: '单位(=)', n_orgid_eq: "单位(=)",
n_pdeptid_eq: '上级部门(=)', n_pdeptid_eq: "上级部门(=)",
n_bcode_like: '业务编码(%)', n_bcode_like: "业务编码(%)",
}, },
uiactions: { uiactions: {
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
gridviewtoolbar_toolbar: { gridviewtoolbar_toolbar: {
tbitem1_opennewcreateview: { tbitem1_opennewcreateview: {
caption: '快速新建', caption: "快速新建",
tip: '快速新建', tip: "快速新建",
}, },
tbitem2: { tbitem2: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
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: "过滤",
}, },
}, },
depttree_treeview: { depttree_treeview: {
nodes: { nodes: {
root: '默认根节点', root: "默认根节点",
}, },
uiactions: { uiactions: {
}, },
......
export default { export default {
fields: { fields: {
memberid: '标识', memberid: "标识",
deptid: '部门标识', deptid: "部门标识",
deptname: '部门名称', deptname: "部门名称",
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: "标识",
deptid: '部门标识', deptid: "部门标识",
deptname: '部门名称', deptname: "部门名称",
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: "",
deptname: '部门名称', deptname: "部门名称",
deptid: '部门标识', deptid: "部门标识",
personname: '成员', personname: "成员",
userid: '用户标识', userid: "用户标识",
memberid: '标识', memberid: "标识",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
deptname: '部门', deptname: "部门",
personname: '成员', personname: "成员",
deptid: '部门标识', deptid: "部门标识",
}, },
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: "数据导入",
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
userid: '用户标识', userid: "用户标识",
username: '用户全局名', username: "用户全局名",
personname: '姓名', personname: "姓名",
usercode: '用户工号', usercode: "用户工号",
loginname: '登录名', loginname: "登录名",
password: '密码', password: "密码",
domains: '区属', domains: "区属",
mdeptid: '主部门', mdeptid: "主部门",
mdeptcode: '主部门代码', mdeptcode: "主部门代码",
mdeptname: '主部门名称', mdeptname: "主部门名称",
bcode: '业务编码', bcode: "业务编码",
postid: '岗位', postid: "岗位",
postcode: '岗位代码', postcode: "岗位代码",
postname: '岗位名称', postname: "岗位名称",
orgid: '单位', orgid: "单位",
orgcode: '单位代码', orgcode: "单位代码",
orgname: '单位名称', orgname: "单位名称",
nickname: '昵称别名', nickname: "昵称别名",
sex: '性别', sex: "性别",
certcode: '证件号码', certcode: "证件号码",
phone: '联系方式', phone: "联系方式",
birthday: '出生日期', birthday: "出生日期",
email: '邮件', email: "邮件",
avatar: '社交账号', avatar: "社交账号",
addr: '地址', addr: "地址",
usericon: '照片', usericon: "照片",
ipaddr: 'ip地址', ipaddr: "ip地址",
theme: '样式', theme: "样式",
lang: '语言', lang: "语言",
fontsize: '字号', fontsize: "字号",
memo: '备注', memo: "备注",
reserver: '保留', reserver: "保留",
showorder: '排序', showorder: "排序",
enable: 'the workflow instance current processing step is invalid', enable: "the workflow instance current processing step is invalid",
createdate: 'Print', createdate: "Print",
updatedate: 'Actor', updatedate: "Actor",
}, },
views: { views: {
editview: { editview: {
caption: "Save Row", caption: "Save Row",
title: 'Details', title: "Details",
}, },
gridview: { gridview: {
caption: "Save Row", caption: "Save Row",
title: 'Data already exists and cannot be created again', title: "Data already exists and cannot be created again",
}, },
changepwdview: { changepwdview: {
caption: "Save Row", caption: "Save Row",
title: '人员编辑视图', title: "人员编辑视图",
}, },
optionview: { optionview: {
caption: "Save Row", caption: "Save Row",
title: '人员选项操作视图', title: "人员选项操作视图",
}, },
pickupview: { pickupview: {
caption: "Save Row", caption: "Save Row",
title: 'Task', title: "Task",
}, },
pickupgridview: { pickupgridview: {
caption: "Save Row", caption: "Save Row",
title: 'Export', title: "Export",
}, },
mpickupview: { mpickupview: {
caption: "Save Row", caption: "Save Row",
title: '{0} minutes ago', title: "{0} minutes ago",
}, },
}, },
main_form: { main_form: {
......
export default { export default {
fields: { fields: {
orgid: 'The workflow start node was not found', orgid: "The workflow start node was not found",
orgcode: 'Updated By', orgcode: "Updated By",
orgname: '名称', orgname: "名称",
parentorgid: '上级单位', parentorgid: "上级单位",
shortname: 'Cancel', shortname: "Cancel",
orglevel: '单位级别', orglevel: "单位级别",
showorder: 'Audit', showorder: "Audit",
parentorgname: '上级单位', parentorgname: "上级单位",
enable: 'the workflow instance current processing step is invalid', enable: "the workflow instance current processing step is invalid",
createdate: 'Print', createdate: "Print",
updatedate: 'Actor', updatedate: "Actor",
}, },
views: { views: {
optionview: { optionview: {
caption: "Input data check failed.", caption: "Input data check failed.",
title: '单位机构选项操作视图', title: "单位机构选项操作视图",
}, },
treeexpview: { treeexpview: {
caption: "Input data check failed.", caption: "Input data check failed.",
title: '单位机构树导航视图', title: "单位机构树导航视图",
}, },
editview: { editview: {
caption: "Input data check failed.", caption: "Input data check failed.",
title: '单位机构编辑视图', title: "单位机构编辑视图",
}, },
gridview: { gridview: {
caption: "Input data check failed.", caption: "Input data check failed.",
title: '单位机构表格视图', title: "单位机构表格视图",
}, },
pickupview: { pickupview: {
caption: "Input data check failed.", caption: "Input data check failed.",
title: 'Upload file.', title: "Upload file.",
}, },
pickupgridview: { pickupgridview: {
caption: "Input data check failed.", caption: "Input data check failed.",
title: 'Restart workflow', title: "Restart workflow",
}, },
}, },
newform_form: { newform_form: {
...@@ -187,7 +187,7 @@ export default { ...@@ -187,7 +187,7 @@ export default {
}, },
orgtree_treeview: { orgtree_treeview: {
nodes: { nodes: {
root: '默认根节点', root: "默认根节点",
}, },
uiactions: { uiactions: {
}, },
......
export default { export default {
fields: { fields: {
orgid: '单位标识', orgid: "单位标识",
orgcode: '单位代码', orgcode: "单位代码",
orgname: '名称', orgname: "名称",
parentorgid: '上级单位', parentorgid: "上级单位",
shortname: '单位简称', shortname: "单位简称",
orglevel: '单位级别', orglevel: "单位级别",
showorder: '访问审计', showorder: "访问审计",
parentorgname: '上级单位', parentorgname: "上级单位",
enable: '逻辑有效', enable: "逻辑有效",
createdate: '创建时间', createdate: "创建时间",
updatedate: '最后修改时间', updatedate: "最后修改时间",
}, },
views: { views: {
optionview: { optionview: {
caption: '单位机构', caption: "单位机构",
title: '单位机构选项操作视图', title: "单位机构选项操作视图",
}, },
treeexpview: { treeexpview: {
caption: '部门管理', caption: "部门管理",
title: '单位机构树导航视图', title: "单位机构树导航视图",
}, },
editview: { editview: {
caption: '单位机构', caption: "单位机构",
title: '单位机构编辑视图', title: "单位机构编辑视图",
}, },
gridview: { gridview: {
caption: '单位机构', caption: "单位机构",
title: '单位机构表格视图', title: "单位机构表格视图",
}, },
pickupview: { pickupview: {
caption: '单位机构', caption: "单位机构",
title: '单位机构数据选择视图', title: "单位机构数据选择视图",
}, },
pickupgridview: { pickupgridview: {
caption: '单位机构', caption: "单位机构",
title: '单位机构选择表格视图', title: "单位机构选择表格视图",
}, },
}, },
newform_form: { newform_form: {
details: { details: {
group1: '单位机构基本信息', group1: "单位机构基本信息",
formpage1: '基本信息', formpage1: "基本信息",
srfupdatedate: '最后修改时间', srfupdatedate: "最后修改时间",
srforikey: '', srforikey: "",
srfkey: '单位标识', srfkey: "单位标识",
srfmajortext: '名称', srfmajortext: "名称",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
orgcode: '单位代码', orgcode: "单位代码",
orgname: '名称', orgname: "名称",
porgname: '上级单位', porgname: "上级单位",
porgid: '上级单位', porgid: "上级单位",
enable: '逻辑有效', enable: "逻辑有效",
orgid: '单位标识', orgid: "单位标识",
}, },
uiactions: { uiactions: {
}, },
}, },
main_form: { main_form: {
details: { details: {
formpage1: '基本信息', formpage1: "基本信息",
srfupdatedate: '最后修改时间', srfupdatedate: "最后修改时间",
srforikey: '', srforikey: "",
srfkey: '单位标识', srfkey: "单位标识",
srfmajortext: '名称', srfmajortext: "名称",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
orgid: '单位标识', orgid: "单位标识",
orgcode: '单位代码', orgcode: "单位代码",
orgname: '名称', orgname: "名称",
porgname: '上级单位', porgname: "上级单位",
orglevel: '单位级别', orglevel: "单位级别",
shortname: '单位简称', shortname: "单位简称",
showorder: '访问审计', showorder: "访问审计",
porgid: '上级单位', porgid: "上级单位",
createdate: '创建时间', createdate: "创建时间",
updatedate: '最后修改时间', updatedate: "最后修改时间",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
orgid: '单位标识', orgid: "单位标识",
orgcode: '单位代码', orgcode: "单位代码",
orgname: '名称', orgname: "名称",
orglevel: '单位级别', orglevel: "单位级别",
shortname: '单位简称', shortname: "单位简称",
porgname: '上级单位', porgname: "上级单位",
porgid: '上级单位', porgid: "上级单位",
showorder: '访问审计', showorder: "访问审计",
createdate: '创建时间', createdate: "创建时间",
updatedate: '最后修改时间', updatedate: "最后修改时间",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
orgcode: '单位代码(文本左包含(%#))', orgcode: "单位代码(文本左包含(%#))",
n_orgname_like: '名称(%)', n_orgname_like: "名称(%)",
n_porgid_eq: '上级单位(=)', n_porgid_eq: "上级单位(=)",
porgname: '上级单位(等于(=))', porgname: "上级单位(等于(=))",
}, },
uiactions: { uiactions: {
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
gridviewtoolbar_toolbar: { gridviewtoolbar_toolbar: {
tbitem1_opennewcreateview: { tbitem1_opennewcreateview: {
caption: '快速新建', caption: "快速新建",
tip: '快速新建', tip: "快速新建",
}, },
tbitem2: { tbitem2: {
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: "过滤",
}, },
}, },
orgtree_treeview: { orgtree_treeview: {
nodes: { nodes: {
root: '默认根节点', root: "默认根节点",
}, },
uiactions: { uiactions: {
}, },
......
export default { export default {
fields: { fields: {
logid: '标识', logid: "标识",
username: '用户全局名', username: "用户全局名",
personname: '用户名称', personname: "用户名称",
domain: '域', domain: "域",
authtime: '认证时间', authtime: "认证时间",
ipaddr: 'IP地址', ipaddr: "IP地址",
macaddr: 'MAC地址', macaddr: "MAC地址",
useragent: '客户端', useragent: "客户端",
authcode: '认证结果', authcode: "认证结果",
}, },
views: { views: {
gridview: { gridview: {
caption: "认证日志", caption: "认证日志",
title: '认证日志表格视图', title: "认证日志表格视图",
}, },
}, },
main_grid: { main_grid: {
......
export default { export default {
fields: { fields: {
logid: '标识', logid: "标识",
username: '用户全局名', username: "用户全局名",
personname: '用户名称', personname: "用户名称",
domain: '域', domain: "域",
authtime: '认证时间', authtime: "认证时间",
ipaddr: 'IP地址', ipaddr: "IP地址",
macaddr: 'MAC地址', macaddr: "MAC地址",
useragent: '客户端', useragent: "客户端",
authcode: '认证结果', authcode: "认证结果",
}, },
views: { views: {
gridview: { gridview: {
caption: '认证日志', caption: "认证日志",
title: '认证日志表格视图', title: "认证日志表格视图",
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
username: '用户全局名', username: "用户全局名",
personname: '用户名称', personname: "用户名称",
authtime: '认证时间', authtime: "认证时间",
authcode: '认证结果', authcode: "认证结果",
ipaddr: 'IP地址', ipaddr: "IP地址",
macaddr: 'MAC地址', macaddr: "MAC地址",
useragent: '客户端', useragent: "客户端",
domain: '域', domain: "域",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
rawitem1: '', rawitem1: "",
formpage1: '常规条件', formpage1: "常规条件",
n_username_like: '用户全局名', n_username_like: "用户全局名",
n_personname_like: '用户名称', n_personname_like: "用户名称",
n_authcode_eq: '认证结果', n_authcode_eq: "认证结果",
n_domain_like: '域', n_domain_like: "域",
n_authtime_gtandeq: '认证时间', n_authtime_gtandeq: "认证时间",
n_authtime_ltandeq: '', n_authtime_ltandeq: "",
}, },
uiactions: { uiactions: {
}, },
......
export default { export default {
fields: { fields: {
permissionid: '资源标识', permissionid: "资源标识",
permissionname: '资源名称', permissionname: "资源名称",
permissiontype: '资源类别', permissiontype: "资源类别",
pssystemid: '系统', pssystemid: "系统",
enable: '逻辑有效', enable: "逻辑有效",
createdate: '>', createdate: ">",
updatedate: 'Upload', updatedate: "Upload",
}, },
views: { views: {
pickupview: { pickupview: {
caption: "<>", caption: "<>",
title: '权限表数据选择视图', title: "权限表数据选择视图",
}, },
mpickupview: { mpickupview: {
caption: "<>", caption: "<>",
title: '权限表数据多项选择视图', title: "权限表数据多项选择视图",
}, },
pickupgridview: { pickupgridview: {
caption: "<>", caption: "<>",
title: 'Add', title: "Add",
}, },
}, },
main_grid: { main_grid: {
......
export default { export default {
fields: { fields: {
permissionid: '资源标识', permissionid: "资源标识",
permissionname: '资源名称', permissionname: "资源名称",
permissiontype: '资源类别', permissiontype: "资源类别",
pssystemid: '系统', pssystemid: "系统",
enable: '逻辑有效', enable: "逻辑有效",
createdate: '建立时间', createdate: "建立时间",
updatedate: '更新时间', updatedate: "更新时间",
}, },
views: { views: {
pickupview: { pickupview: {
caption: '权限/资源', caption: "权限/资源",
title: '权限表数据选择视图', title: "权限表数据选择视图",
}, },
mpickupview: { mpickupview: {
caption: '权限/资源', caption: "权限/资源",
title: '权限表数据多项选择视图', title: "权限表数据多项选择视图",
}, },
pickupgridview: { pickupgridview: {
caption: '权限/资源', caption: "权限/资源",
title: '权限表选择表格视图', title: "权限表选择表格视图",
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
sys_permissionid: '资源标识', sys_permissionid: "资源标识",
sys_permissionname: '资源名称', sys_permissionname: "资源名称",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
}, },
uiactions: { uiactions: {
}, },
......
export default { export default {
fields: { fields: {
rolepermissionid: '角色权限关系表标识', rolepermissionid: "角色权限关系表标识",
roleid: '角色表标识', roleid: "角色表标识",
rolename: '角色名称', rolename: "角色名称",
permissionid: '权限表标识', permissionid: "权限表标识",
permissionname: '权限名称', permissionname: "权限名称",
permissiontype: '权限类型', permissiontype: "权限类型",
permissionenable: '权限类型', permissionenable: "权限类型",
createdate: '>', createdate: ">",
updatedate: 'Upload', updatedate: "Upload",
}, },
views: { views: {
customview: { customview: {
caption: "[{0}] length no more then {1}", caption: "[{0}] length no more then {1}",
title: '角色权限关系自定义视图', title: "角色权限关系自定义视图",
}, },
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
rolepermissionid: '角色权限关系表标识', rolepermissionid: "角色权限关系表标识",
roleid: '角色表标识', roleid: "角色表标识",
rolename: '角色名称', rolename: "角色名称",
permissionid: '权限表标识', permissionid: "权限表标识",
permissionname: '权限名称', permissionname: "权限名称",
permissiontype: '权限类型', permissiontype: "权限类型",
permissionenable: '权限类型', permissionenable: "权限类型",
createdate: '建立时间', createdate: "建立时间",
updatedate: '更新时间', updatedate: "更新时间",
}, },
views: { views: {
customview: { customview: {
caption: '角色权限关系', caption: "角色权限关系",
title: '角色权限关系自定义视图', title: "角色权限关系自定义视图",
}, },
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
roleid: 'Normal', roleid: "Normal",
rolename: 'Save', rolename: "Save",
memo: '备注', memo: "备注",
createdate: '>', createdate: ">",
updatedate: 'Upload', updatedate: "Upload",
}, },
views: { views: {
gridview: { gridview: {
caption: "Start workflow", caption: "Start workflow",
title: '角色表格视图', title: "角色表格视图",
}, },
pickupview: { pickupview: {
caption: "Start workflow", caption: "Start workflow",
title: 'Logic error', title: "Logic error",
}, },
editview: { editview: {
caption: "Start workflow", caption: "Start workflow",
title: 'The workflow instance current processing is the end of processing, and there is no interactive operation', title: "The workflow instance current processing is the end of processing, and there is no interactive operation",
}, },
pickupgridview: { pickupgridview: {
caption: "Start workflow", caption: "Start workflow",
title: 'Tables Information', title: "Tables Information",
}, },
mpickupview: { mpickupview: {
caption: "Start workflow", caption: "Start workflow",
title: 'Others', title: "Others",
}, },
}, },
main_form: { main_form: {
......
export default { export default {
fields: { fields: {
roleid: '角色标识', roleid: "角色标识",
rolename: '角色名称', rolename: "角色名称",
memo: '备注', memo: "备注",
createdate: '建立时间', createdate: "建立时间",
updatedate: '更新时间', updatedate: "更新时间",
}, },
views: { views: {
gridview: { gridview: {
caption: '系统角色', caption: "系统角色",
title: '角色表格视图', title: "角色表格视图",
}, },
pickupview: { pickupview: {
caption: '系统角色', caption: "系统角色",
title: '角色数据选择视图', title: "角色数据选择视图",
}, },
editview: { editview: {
caption: '系统角色', caption: "系统角色",
title: '角色编辑视图', title: "角色编辑视图",
}, },
pickupgridview: { pickupgridview: {
caption: '系统角色', caption: "系统角色",
title: '角色选择表格视图', title: "角色选择表格视图",
}, },
mpickupview: { mpickupview: {
caption: '系统角色', caption: "系统角色",
title: '角色数据多项选择视图', title: "角色数据多项选择视图",
}, },
}, },
main_form: { main_form: {
details: { details: {
group1: '角色表基本信息', group1: "角色表基本信息",
druipart1: '权限', druipart1: "权限",
tabpage1: '权限', tabpage1: "权限",
druipart2: '用户', druipart2: "用户",
tabpage2: '用户', tabpage2: "用户",
tabpanel1: '', tabpanel1: "",
formpage1: '基本信息', formpage1: "基本信息",
srfupdatedate: '更新时间', srfupdatedate: "更新时间",
srforikey: '', srforikey: "",
srfkey: '角色标识', srfkey: "角色标识",
srfmajortext: '角色名称', srfmajortext: "角色名称",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
sys_rolename: '角色名称', sys_rolename: "角色名称",
memo: '备注', memo: "备注",
sys_roleid: '角色标识', sys_roleid: "角色标识",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
sys_rolename: '角色名称', sys_rolename: "角色名称",
memo: '备注', memo: "备注",
updatedate: '更新时间', updatedate: "更新时间",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
n_sys_rolename_like: '角色名称(%)', n_sys_rolename_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: "过滤",
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
userroleid: 'The major data entity cannot be found', userroleid: "The major data entity cannot be found",
roleid: '角色标识', roleid: "角色标识",
rolename: '角色名称', rolename: "角色名称",
userid: '用户标识', userid: "用户标识",
personname: '用户名称', personname: "用户名称",
createdate: '>', createdate: ">",
updatedate: 'Upload', updatedate: "Upload",
}, },
views: { views: {
gridview: { gridview: {
caption: "The workflow instance [{0}] is closed and cannot be submitted for processing", caption: "The workflow instance [{0}] is closed and cannot be submitted for processing",
title: 'datetime', title: "datetime",
}, },
editview: { editview: {
caption: "The workflow instance [{0}] is closed and cannot be submitted for processing", caption: "The workflow instance [{0}] is closed and cannot be submitted for processing",
title: 'No interaction was found', title: "No interaction was found",
}, },
}, },
main_form: { main_form: {
......
export default { export default {
fields: { fields: {
userroleid: '用户角色关系标识', userroleid: "用户角色关系标识",
roleid: '角色标识', roleid: "角色标识",
rolename: '角色名称', rolename: "角色名称",
userid: '用户标识', userid: "用户标识",
personname: '用户名称', personname: "用户名称",
createdate: '建立时间', createdate: "建立时间",
updatedate: '更新时间', updatedate: "更新时间",
}, },
views: { views: {
gridview: { gridview: {
caption: '用户角色关系', caption: "用户角色关系",
title: '用户角色关系表表格视图', title: "用户角色关系表表格视图",
}, },
editview: { editview: {
caption: '用户角色关系', caption: "用户角色关系",
title: '用户角色关系表编辑视图', title: "用户角色关系表编辑视图",
}, },
}, },
main_form: { main_form: {
details: { details: {
group1: '用户角色关系表基本信息', group1: "用户角色关系表基本信息",
formpage1: '基本信息', formpage1: "基本信息",
srfupdatedate: '更新时间', srfupdatedate: "更新时间",
srforikey: '', srforikey: "",
srfkey: '用户角色关系标识', srfkey: "用户角色关系标识",
srfmajortext: '用户标识', srfmajortext: "用户标识",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
sys_roleid: '角色标识', sys_roleid: "角色标识",
sys_user_roleid: '用户角色关系标识', sys_user_roleid: "用户角色关系标识",
sys_rolename: '角色名称', sys_rolename: "角色名称",
sys_username: '用户名称', sys_username: "用户名称",
sys_userid: '用户标识', sys_userid: "用户标识",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
sys_username: '用户名称', sys_username: "用户名称",
sys_rolename: '角色名称', sys_rolename: "角色名称",
updatedate: '更新时间', updatedate: "更新时间",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
}, },
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: "过滤",
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
userid: '用户标识', userid: "用户标识",
username: '用户全局名', username: "用户全局名",
personname: '用户姓名', personname: "用户姓名",
password: '密码', password: "密码",
}, },
views: { views: {
mpickupview: { mpickupview: {
caption: "Internal Error", caption: "Internal Error",
title: 'Condition', title: "Condition",
}, },
pickupview: { pickupview: {
caption: "Internal Error", caption: "Internal Error",
title: 'Workflow', title: "Workflow",
}, },
pickupgridview: { pickupgridview: {
caption: "Internal Error", caption: "Internal Error",
title: 'Please save [{0}] before you manage [{1}]', title: "Please save [{0}] before you manage [{1}]",
}, },
}, },
main_grid: { main_grid: {
......
export default { export default {
fields: { fields: {
userid: '用户标识', userid: "用户标识",
username: '用户全局名', username: "用户全局名",
personname: '用户姓名', personname: "用户姓名",
password: '密码', password: "密码",
}, },
views: { views: {
mpickupview: { mpickupview: {
caption: '系统用户', caption: "系统用户",
title: '用户表数据多项选择视图', title: "用户表数据多项选择视图",
}, },
pickupview: { pickupview: {
caption: '系统用户', caption: "系统用户",
title: '用户表数据选择视图', title: "用户表数据选择视图",
}, },
pickupgridview: { pickupgridview: {
caption: '系统用户', caption: "系统用户",
title: '用户表选择表格视图', title: "用户表选择表格视图",
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
userid: '用户标识', userid: "用户标识",
username: '用户全局名', username: "用户全局名",
personname: '用户姓名', personname: "用户姓名",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
}, },
uiactions: { uiactions: {
}, },
......
export default { export default {
fields: { fields: {
id: '组标识', id: "组标识",
name: '组名称', name: "组名称",
groupscope: '范围', groupscope: "范围",
}, },
views: { views: {
pickupgridview: { pickupgridview: {
caption: "角色/用户组", caption: "角色/用户组",
title: '角色/用户组选择表格视图', title: "角色/用户组选择表格视图",
}, },
mpickupview: { mpickupview: {
caption: "角色/用户组", caption: "角色/用户组",
title: '角色/用户组数据多项选择视图', title: "角色/用户组数据多项选择视图",
}, },
pickupview: { pickupview: {
caption: "角色/用户组", caption: "角色/用户组",
title: '角色/用户组数据选择视图', title: "角色/用户组数据选择视图",
}, },
editview: { editview: {
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: {
pickupgridview: { pickupgridview: {
caption: '角色/用户组', caption: "角色/用户组",
title: '角色/用户组选择表格视图', title: "角色/用户组选择表格视图",
}, },
mpickupview: { mpickupview: {
caption: '角色/用户组', caption: "角色/用户组",
title: '角色/用户组数据多项选择视图', title: "角色/用户组数据多项选择视图",
}, },
pickupview: { pickupview: {
caption: '角色/用户组', caption: "角色/用户组",
title: '角色/用户组数据选择视图', title: "角色/用户组数据选择视图",
}, },
editview: { editview: {
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: {
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
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: "过滤",
}, },
}, },
}; };
\ 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: "过滤",
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
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: "系统标识",
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: "系统标识",
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: {
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
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: "过滤",
}, },
}, },
}; };
\ 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: {
id: '用户标识', id: "用户标识",
firstname: '用户全局名', firstname: "用户全局名",
displayname: '用户名称', displayname: "用户名称",
}, },
views: { views: {
pickupview: { pickupview: {
caption: "用户", caption: "用户",
title: '用户数据选择视图', title: "用户数据选择视图",
}, },
mpickupview: { mpickupview: {
caption: "用户", caption: "用户",
title: '用户数据多项选择视图', title: "用户数据多项选择视图",
}, },
pickupgridview: { pickupgridview: {
caption: "用户", caption: "用户",
title: '用户选择表格视图', title: "用户选择表格视图",
}, },
}, },
main_grid: { main_grid: {
......
export default { export default {
fields: { fields: {
id: '用户标识', id: "用户标识",
firstname: '用户全局名', firstname: "用户全局名",
displayname: '用户名称', displayname: "用户名称",
}, },
views: { views: {
pickupview: { pickupview: {
caption: '用户', caption: "用户",
title: '用户数据选择视图', title: "用户数据选择视图",
}, },
mpickupview: { mpickupview: {
caption: '用户', caption: "用户",
title: '用户数据多项选择视图', title: "用户数据多项选择视图",
}, },
pickupgridview: { pickupgridview: {
caption: '用户', caption: "用户",
title: '用户选择表格视图', title: "用户选择表格视图",
}, },
}, },
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: {
}, },
......
...@@ -8,124 +8,124 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -8,124 +8,124 @@ 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,
}, },
] ]
}, },
{ {
srfkey: 'CLIBZSex', srfkey: "CLIBZSex",
emptytext: '', emptytext: "",
"codelisttype":"static", "codelisttype":"static",
items: [ items: [
{ {
id: '男', id: "男",
label: '男性', label: "男性",
text: '男性', text: "男性",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '男', value: "男",
disabled: false, disabled: false,
}, },
{ {
id: '女', id: "女",
label: '女性', label: "女性",
text: '女性', text: "女性",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '女', value: "女",
disabled: false, disabled: false,
}, },
{ {
id: '性别不详', id: "性别不详",
label: '性别不详', label: "性别不详",
text: '性别不详', text: "性别不详",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '性别不详', value: "性别不详",
disabled: false, disabled: false,
}, },
] ]
}, },
{ {
srfkey: 'CLAuthCode', srfkey: "CLAuthCode",
emptytext: '未定义', emptytext: "未定义",
"codelisttype":"static", "codelisttype":"static",
items: [ items: [
{ {
id: '200', id: "200",
label: '成功', label: "成功",
text: '成功', text: "成功",
"data":"", "data":"",
"codename":"Item_200", "codename":"Item_200",
"color": "rgba(0, 255, 0, 0)", "color": "rgba(0, 255, 0, 0)",
value: '200', value: "200",
disabled: false, disabled: false,
}, },
{ {
id: '400', id: "400",
label: '用户不存在', label: "用户不存在",
text: '用户不存在', text: "用户不存在",
"data":"", "data":"",
"codename":"Item_400", "codename":"Item_400",
value: '400', value: "400",
disabled: false, disabled: false,
}, },
{ {
id: '401.1', id: "401.1",
label: '密码错误', label: "密码错误",
text: '密码错误', text: "密码错误",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '401.1', value: "401.1",
disabled: false, disabled: false,
}, },
{ {
id: '401.2', id: "401.2",
label: '配置错误', label: "配置错误",
text: '配置错误', text: "配置错误",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
"color": "rgba(22, 9, 170, 1)", "color": "rgba(22, 9, 170, 1)",
value: '401.2', value: "401.2",
disabled: false, disabled: false,
}, },
{ {
id: '403.6', id: "403.6",
label: '地址被拒绝', label: "地址被拒绝",
text: '地址被拒绝', text: "地址被拒绝",
"data":"", "data":"",
"codename":"Item_5", "codename":"Item_5",
"color": "rgba(0, 72, 255, 1)", "color": "rgba(0, 72, 255, 1)",
value: '403.6', value: "403.6",
disabled: false, disabled: false,
}, },
......
...@@ -610,7 +610,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue { ...@@ -610,7 +610,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
* 是否显示按钮 * 是否显示按钮
* *
* @type {boolean} * @type {boolean}
* @memberof IBZDepartmentMPickupView * @memberof IBZDepartmentMPickupViewBase
*/ */
@Prop({default: true}) public isShowButton!: boolean; @Prop({default: true}) public isShowButton!: boolean;
...@@ -618,7 +618,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue { ...@@ -618,7 +618,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof IBZDepartmentMPickupView * @memberof IBZDepartmentMPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
...@@ -626,7 +626,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue { ...@@ -626,7 +626,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
* 是否初始化已选中项 * 是否初始化已选中项
* *
* @type {any[]} * @type {any[]}
* @memberof IBZDepartmentMPickupView * @memberof IBZDepartmentMPickupViewBase
*/ */
public isInitSelected:boolean = false; public isInitSelected:boolean = false;
...@@ -634,7 +634,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue { ...@@ -634,7 +634,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
* 视图选中数据 * 视图选中数据
* *
* @type {any[]} * @type {any[]}
* @memberof IBZDepartmentMPickupView * @memberof IBZDepartmentMPickupViewBase
*/ */
public viewSelections:any[] = []; public viewSelections:any[] = [];
...@@ -642,7 +642,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue { ...@@ -642,7 +642,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof IBZDepartmentMPickupView * @memberof IBZDepartmentMPickupViewBase
*/ */
public isSingleSelect: boolean = false; public isSingleSelect: boolean = false;
...@@ -650,7 +650,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue { ...@@ -650,7 +650,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
* 选中数据单击 * 选中数据单击
* *
* @param {*} item * @param {*} item
* @memberof IBZDepartmentMPickupView * @memberof IBZDepartmentMPickupViewBase
*/ */
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 IBZDepartmentMPickupViewBase extends Vue { ...@@ -662,7 +662,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
* 选中树双击 * 选中树双击
* *
* @param {*} item * @param {*} item
* @memberof IBZDepartmentMPickupView * @memberof IBZDepartmentMPickupViewBase
*/ */
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 IBZDepartmentMPickupViewBase extends Vue { ...@@ -677,7 +677,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
/** /**
* 删除右侧全部选中数据 * 删除右侧全部选中数据
* *
* @memberof IBZDepartmentMPickupView * @memberof IBZDepartmentMPickupViewBase
*/ */
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 IBZDepartmentMPickupViewBase extends Vue { ...@@ -698,7 +698,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
/** /**
* 添加左侧选中数据 * 添加左侧选中数据
* *
* @memberof IBZDepartmentMPickupView * @memberof IBZDepartmentMPickupViewBase
*/ */
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 IBZDepartmentMPickupViewBase extends Vue { ...@@ -724,7 +724,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
/** /**
* 选中数据全部删除 * 选中数据全部删除
* *
* @memberof IBZDepartmentMPickupView * @memberof IBZDepartmentMPickupViewBase
*/ */
public onCLickAllLeft():void { public onCLickAllLeft():void {
this.viewSelections = []; this.viewSelections = [];
...@@ -736,7 +736,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue { ...@@ -736,7 +736,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
/** /**
* 添加左侧面板所有数据到右侧 * 添加左侧面板所有数据到右侧
* *
* @memberof IBZDepartmentMPickupView * @memberof IBZDepartmentMPickupViewBase
*/ */
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 IBZDepartmentMPickupViewBase extends Vue { ...@@ -763,7 +763,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
/** /**
* 确定 * 确定
* *
* @memberof IBZDepartmentMPickupView * @memberof IBZDepartmentMPickupViewBase
*/ */
public onClickOk(): void { public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections); this.$emit('viewdataschange', this.viewSelections);
...@@ -773,7 +773,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue { ...@@ -773,7 +773,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
/** /**
* 取消 * 取消
* *
* @memberof IBZDepartmentMPickupView * @memberof IBZDepartmentMPickupViewBase
*/ */
public onClickCancel(): void { public onClickCancel(): void {
this.$emit('close', null); this.$emit('close', null);
......
...@@ -628,7 +628,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue { ...@@ -628,7 +628,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue {
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof IBZDepartmentPickupGridView * @memberof IBZDepartmentPickupGridViewBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -636,7 +636,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue { ...@@ -636,7 +636,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof IBZDepartmentPickupGridView * @memberof IBZDepartmentPickupGridViewBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -644,7 +644,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue { ...@@ -644,7 +644,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue {
* 搜索值 * 搜索值
* *
* @type {string} * @type {string}
* @memberof IBZDepartmentPickupGridView * @memberof IBZDepartmentPickupGridViewBase
*/ */
public query: string = ''; public query: string = '';
...@@ -652,7 +652,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue { ...@@ -652,7 +652,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue {
* 是否展开搜索表单 * 是否展开搜索表单
* *
* @type {boolean} * @type {boolean}
* @memberof IBZDepartmentPickupGridView * @memberof IBZDepartmentPickupGridViewBase
*/ */
public isExpandSearchForm: boolean = true; public isExpandSearchForm: boolean = true;
...@@ -663,7 +663,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue { ...@@ -663,7 +663,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue {
* 2 双击激活 * 2 双击激活
* *
* @type {(number | 0 | 1 | 2)} * @type {(number | 0 | 1 | 2)}
* @memberof IBZDepartmentPickupGridView * @memberof IBZDepartmentPickupGridViewBase
*/ */
public gridRowActiveMode: number | 0 | 1 | 2 = 2; public gridRowActiveMode: number | 0 | 1 | 2 = 2;
...@@ -671,7 +671,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue { ...@@ -671,7 +671,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue {
* 快速搜索 * 快速搜索
* *
* @param {*} $event * @param {*} $event
* @memberof IBZDepartmentPickupGridView * @memberof IBZDepartmentPickupGridViewBase
*/ */
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 IBZDepartmentPickupViewBase extends Vue { ...@@ -576,7 +576,7 @@ export default class IBZDepartmentPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof IBZDepartmentPickupView * @memberof IBZDepartmentPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
......
...@@ -596,7 +596,7 @@ export default class IBZDepartmentTreeExpViewBase extends Vue { ...@@ -596,7 +596,7 @@ export default class IBZDepartmentTreeExpViewBase extends Vue {
* 视图唯一标识 * 视图唯一标识
* *
* @type {string} * @type {string}
* @memberof IBZDepartmentTreeExpView * @memberof IBZDepartmentTreeExpViewBase
*/ */
public viewUID: string = 'ou-ibzdepartment-tree-exp-view'; public viewUID: string = 'ou-ibzdepartment-tree-exp-view';
......
...@@ -610,7 +610,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue { ...@@ -610,7 +610,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
* 是否显示按钮 * 是否显示按钮
* *
* @type {boolean} * @type {boolean}
* @memberof IBZEmployeeMPickupView * @memberof IBZEmployeeMPickupViewBase
*/ */
@Prop({default: true}) public isShowButton!: boolean; @Prop({default: true}) public isShowButton!: boolean;
...@@ -618,7 +618,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue { ...@@ -618,7 +618,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof IBZEmployeeMPickupView * @memberof IBZEmployeeMPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
...@@ -626,7 +626,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue { ...@@ -626,7 +626,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
* 是否初始化已选中项 * 是否初始化已选中项
* *
* @type {any[]} * @type {any[]}
* @memberof IBZEmployeeMPickupView * @memberof IBZEmployeeMPickupViewBase
*/ */
public isInitSelected:boolean = false; public isInitSelected:boolean = false;
...@@ -634,7 +634,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue { ...@@ -634,7 +634,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
* 视图选中数据 * 视图选中数据
* *
* @type {any[]} * @type {any[]}
* @memberof IBZEmployeeMPickupView * @memberof IBZEmployeeMPickupViewBase
*/ */
public viewSelections:any[] = []; public viewSelections:any[] = [];
...@@ -642,7 +642,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue { ...@@ -642,7 +642,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof IBZEmployeeMPickupView * @memberof IBZEmployeeMPickupViewBase
*/ */
public isSingleSelect: boolean = false; public isSingleSelect: boolean = false;
...@@ -650,7 +650,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue { ...@@ -650,7 +650,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
* 选中数据单击 * 选中数据单击
* *
* @param {*} item * @param {*} item
* @memberof IBZEmployeeMPickupView * @memberof IBZEmployeeMPickupViewBase
*/ */
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 IBZEmployeeMPickupViewBase extends Vue { ...@@ -662,7 +662,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
* 选中树双击 * 选中树双击
* *
* @param {*} item * @param {*} item
* @memberof IBZEmployeeMPickupView * @memberof IBZEmployeeMPickupViewBase
*/ */
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 IBZEmployeeMPickupViewBase extends Vue { ...@@ -677,7 +677,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
/** /**
* 删除右侧全部选中数据 * 删除右侧全部选中数据
* *
* @memberof IBZEmployeeMPickupView * @memberof IBZEmployeeMPickupViewBase
*/ */
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 IBZEmployeeMPickupViewBase extends Vue { ...@@ -698,7 +698,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
/** /**
* 添加左侧选中数据 * 添加左侧选中数据
* *
* @memberof IBZEmployeeMPickupView * @memberof IBZEmployeeMPickupViewBase
*/ */
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 IBZEmployeeMPickupViewBase extends Vue { ...@@ -724,7 +724,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
/** /**
* 选中数据全部删除 * 选中数据全部删除
* *
* @memberof IBZEmployeeMPickupView * @memberof IBZEmployeeMPickupViewBase
*/ */
public onCLickAllLeft():void { public onCLickAllLeft():void {
this.viewSelections = []; this.viewSelections = [];
...@@ -736,7 +736,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue { ...@@ -736,7 +736,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
/** /**
* 添加左侧面板所有数据到右侧 * 添加左侧面板所有数据到右侧
* *
* @memberof IBZEmployeeMPickupView * @memberof IBZEmployeeMPickupViewBase
*/ */
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 IBZEmployeeMPickupViewBase extends Vue { ...@@ -763,7 +763,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
/** /**
* 确定 * 确定
* *
* @memberof IBZEmployeeMPickupView * @memberof IBZEmployeeMPickupViewBase
*/ */
public onClickOk(): void { public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections); this.$emit('viewdataschange', this.viewSelections);
...@@ -773,7 +773,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue { ...@@ -773,7 +773,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
/** /**
* 取消 * 取消
* *
* @memberof IBZEmployeeMPickupView * @memberof IBZEmployeeMPickupViewBase
*/ */
public onClickCancel(): void { public onClickCancel(): void {
this.$emit('close', null); this.$emit('close', null);
......
...@@ -628,7 +628,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue { ...@@ -628,7 +628,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue {
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof IBZEmployeePickupGridView * @memberof IBZEmployeePickupGridViewBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -636,7 +636,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue { ...@@ -636,7 +636,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof IBZEmployeePickupGridView * @memberof IBZEmployeePickupGridViewBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -644,7 +644,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue { ...@@ -644,7 +644,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue {
* 搜索值 * 搜索值
* *
* @type {string} * @type {string}
* @memberof IBZEmployeePickupGridView * @memberof IBZEmployeePickupGridViewBase
*/ */
public query: string = ''; public query: string = '';
...@@ -652,7 +652,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue { ...@@ -652,7 +652,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue {
* 是否展开搜索表单 * 是否展开搜索表单
* *
* @type {boolean} * @type {boolean}
* @memberof IBZEmployeePickupGridView * @memberof IBZEmployeePickupGridViewBase
*/ */
public isExpandSearchForm: boolean = true; public isExpandSearchForm: boolean = true;
...@@ -663,7 +663,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue { ...@@ -663,7 +663,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue {
* 2 双击激活 * 2 双击激活
* *
* @type {(number | 0 | 1 | 2)} * @type {(number | 0 | 1 | 2)}
* @memberof IBZEmployeePickupGridView * @memberof IBZEmployeePickupGridViewBase
*/ */
public gridRowActiveMode: number | 0 | 1 | 2 = 2; public gridRowActiveMode: number | 0 | 1 | 2 = 2;
...@@ -671,7 +671,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue { ...@@ -671,7 +671,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue {
* 快速搜索 * 快速搜索
* *
* @param {*} $event * @param {*} $event
* @memberof IBZEmployeePickupGridView * @memberof IBZEmployeePickupGridViewBase
*/ */
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 IBZEmployeePickupViewBase extends Vue { ...@@ -576,7 +576,7 @@ export default class IBZEmployeePickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof IBZEmployeePickupView * @memberof IBZEmployeePickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
......
...@@ -628,7 +628,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue { ...@@ -628,7 +628,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue {
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof IBZOrganizationPickupGridView * @memberof IBZOrganizationPickupGridViewBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -636,7 +636,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue { ...@@ -636,7 +636,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof IBZOrganizationPickupGridView * @memberof IBZOrganizationPickupGridViewBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -644,7 +644,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue { ...@@ -644,7 +644,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue {
* 搜索值 * 搜索值
* *
* @type {string} * @type {string}
* @memberof IBZOrganizationPickupGridView * @memberof IBZOrganizationPickupGridViewBase
*/ */
public query: string = ''; public query: string = '';
...@@ -652,7 +652,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue { ...@@ -652,7 +652,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue {
* 是否展开搜索表单 * 是否展开搜索表单
* *
* @type {boolean} * @type {boolean}
* @memberof IBZOrganizationPickupGridView * @memberof IBZOrganizationPickupGridViewBase
*/ */
public isExpandSearchForm: boolean = true; public isExpandSearchForm: boolean = true;
...@@ -663,7 +663,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue { ...@@ -663,7 +663,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue {
* 2 双击激活 * 2 双击激活
* *
* @type {(number | 0 | 1 | 2)} * @type {(number | 0 | 1 | 2)}
* @memberof IBZOrganizationPickupGridView * @memberof IBZOrganizationPickupGridViewBase
*/ */
public gridRowActiveMode: number | 0 | 1 | 2 = 2; public gridRowActiveMode: number | 0 | 1 | 2 = 2;
...@@ -671,7 +671,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue { ...@@ -671,7 +671,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue {
* 快速搜索 * 快速搜索
* *
* @param {*} $event * @param {*} $event
* @memberof IBZOrganizationPickupGridView * @memberof IBZOrganizationPickupGridViewBase
*/ */
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 IBZOrganizationPickupViewBase extends Vue { ...@@ -576,7 +576,7 @@ export default class IBZOrganizationPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof IBZOrganizationPickupView * @memberof IBZOrganizationPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
......
...@@ -596,7 +596,7 @@ export default class IBZOrganizationTreeExpViewBase extends Vue { ...@@ -596,7 +596,7 @@ export default class IBZOrganizationTreeExpViewBase extends Vue {
* 视图唯一标识 * 视图唯一标识
* *
* @type {string} * @type {string}
* @memberof IBZOrganizationTreeExpView * @memberof IBZOrganizationTreeExpViewBase
*/ */
public viewUID: string = 'ou-ibzorganization-tree-exp-view'; public viewUID: string = 'ou-ibzorganization-tree-exp-view';
......
...@@ -610,7 +610,7 @@ export default class SysPermissionMPickupViewBase extends Vue { ...@@ -610,7 +610,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
* 是否显示按钮 * 是否显示按钮
* *
* @type {boolean} * @type {boolean}
* @memberof SysPermissionMPickupView * @memberof SysPermissionMPickupViewBase
*/ */
@Prop({default: true}) public isShowButton!: boolean; @Prop({default: true}) public isShowButton!: boolean;
...@@ -618,7 +618,7 @@ export default class SysPermissionMPickupViewBase extends Vue { ...@@ -618,7 +618,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SysPermissionMPickupView * @memberof SysPermissionMPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
...@@ -626,7 +626,7 @@ export default class SysPermissionMPickupViewBase extends Vue { ...@@ -626,7 +626,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
* 是否初始化已选中项 * 是否初始化已选中项
* *
* @type {any[]} * @type {any[]}
* @memberof SysPermissionMPickupView * @memberof SysPermissionMPickupViewBase
*/ */
public isInitSelected:boolean = false; public isInitSelected:boolean = false;
...@@ -634,7 +634,7 @@ export default class SysPermissionMPickupViewBase extends Vue { ...@@ -634,7 +634,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
* 视图选中数据 * 视图选中数据
* *
* @type {any[]} * @type {any[]}
* @memberof SysPermissionMPickupView * @memberof SysPermissionMPickupViewBase
*/ */
public viewSelections:any[] = []; public viewSelections:any[] = [];
...@@ -642,7 +642,7 @@ export default class SysPermissionMPickupViewBase extends Vue { ...@@ -642,7 +642,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SysPermissionMPickupView * @memberof SysPermissionMPickupViewBase
*/ */
public isSingleSelect: boolean = false; public isSingleSelect: boolean = false;
...@@ -650,7 +650,7 @@ export default class SysPermissionMPickupViewBase extends Vue { ...@@ -650,7 +650,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
* 选中数据单击 * 选中数据单击
* *
* @param {*} item * @param {*} item
* @memberof SysPermissionMPickupView * @memberof SysPermissionMPickupViewBase
*/ */
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 SysPermissionMPickupViewBase extends Vue { ...@@ -662,7 +662,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
* 选中树双击 * 选中树双击
* *
* @param {*} item * @param {*} item
* @memberof SysPermissionMPickupView * @memberof SysPermissionMPickupViewBase
*/ */
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 SysPermissionMPickupViewBase extends Vue { ...@@ -677,7 +677,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
/** /**
* 删除右侧全部选中数据 * 删除右侧全部选中数据
* *
* @memberof SysPermissionMPickupView * @memberof SysPermissionMPickupViewBase
*/ */
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 SysPermissionMPickupViewBase extends Vue { ...@@ -698,7 +698,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
/** /**
* 添加左侧选中数据 * 添加左侧选中数据
* *
* @memberof SysPermissionMPickupView * @memberof SysPermissionMPickupViewBase
*/ */
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 SysPermissionMPickupViewBase extends Vue { ...@@ -724,7 +724,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
/** /**
* 选中数据全部删除 * 选中数据全部删除
* *
* @memberof SysPermissionMPickupView * @memberof SysPermissionMPickupViewBase
*/ */
public onCLickAllLeft():void { public onCLickAllLeft():void {
this.viewSelections = []; this.viewSelections = [];
...@@ -736,7 +736,7 @@ export default class SysPermissionMPickupViewBase extends Vue { ...@@ -736,7 +736,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
/** /**
* 添加左侧面板所有数据到右侧 * 添加左侧面板所有数据到右侧
* *
* @memberof SysPermissionMPickupView * @memberof SysPermissionMPickupViewBase
*/ */
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 SysPermissionMPickupViewBase extends Vue { ...@@ -763,7 +763,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
/** /**
* 确定 * 确定
* *
* @memberof SysPermissionMPickupView * @memberof SysPermissionMPickupViewBase
*/ */
public onClickOk(): void { public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections); this.$emit('viewdataschange', this.viewSelections);
...@@ -773,7 +773,7 @@ export default class SysPermissionMPickupViewBase extends Vue { ...@@ -773,7 +773,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
/** /**
* 取消 * 取消
* *
* @memberof SysPermissionMPickupView * @memberof SysPermissionMPickupViewBase
*/ */
public onClickCancel(): void { public onClickCancel(): void {
this.$emit('close', null); this.$emit('close', null);
......
...@@ -628,7 +628,7 @@ export default class SysPermissionPickupGridViewBase extends Vue { ...@@ -628,7 +628,7 @@ export default class SysPermissionPickupGridViewBase extends Vue {
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof SysPermissionPickupGridView * @memberof SysPermissionPickupGridViewBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -636,7 +636,7 @@ export default class SysPermissionPickupGridViewBase extends Vue { ...@@ -636,7 +636,7 @@ export default class SysPermissionPickupGridViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SysPermissionPickupGridView * @memberof SysPermissionPickupGridViewBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -644,7 +644,7 @@ export default class SysPermissionPickupGridViewBase extends Vue { ...@@ -644,7 +644,7 @@ export default class SysPermissionPickupGridViewBase extends Vue {
* 搜索值 * 搜索值
* *
* @type {string} * @type {string}
* @memberof SysPermissionPickupGridView * @memberof SysPermissionPickupGridViewBase
*/ */
public query: string = ''; public query: string = '';
...@@ -652,7 +652,7 @@ export default class SysPermissionPickupGridViewBase extends Vue { ...@@ -652,7 +652,7 @@ export default class SysPermissionPickupGridViewBase extends Vue {
* 是否展开搜索表单 * 是否展开搜索表单
* *
* @type {boolean} * @type {boolean}
* @memberof SysPermissionPickupGridView * @memberof SysPermissionPickupGridViewBase
*/ */
public isExpandSearchForm: boolean = true; public isExpandSearchForm: boolean = true;
...@@ -663,7 +663,7 @@ export default class SysPermissionPickupGridViewBase extends Vue { ...@@ -663,7 +663,7 @@ export default class SysPermissionPickupGridViewBase extends Vue {
* 2 双击激活 * 2 双击激活
* *
* @type {(number | 0 | 1 | 2)} * @type {(number | 0 | 1 | 2)}
* @memberof SysPermissionPickupGridView * @memberof SysPermissionPickupGridViewBase
*/ */
public gridRowActiveMode: number | 0 | 1 | 2 = 2; public gridRowActiveMode: number | 0 | 1 | 2 = 2;
...@@ -671,7 +671,7 @@ export default class SysPermissionPickupGridViewBase extends Vue { ...@@ -671,7 +671,7 @@ export default class SysPermissionPickupGridViewBase extends Vue {
* 快速搜索 * 快速搜索
* *
* @param {*} $event * @param {*} $event
* @memberof SysPermissionPickupGridView * @memberof SysPermissionPickupGridViewBase
*/ */
public onSearch($event: any): void { public onSearch($event: any): void {
const refs: any = this.$refs; const refs: any = this.$refs;
......
...@@ -610,7 +610,7 @@ export default class SysRoleMPickupViewBase extends Vue { ...@@ -610,7 +610,7 @@ export default class SysRoleMPickupViewBase extends Vue {
* 是否显示按钮 * 是否显示按钮
* *
* @type {boolean} * @type {boolean}
* @memberof SysRoleMPickupView * @memberof SysRoleMPickupViewBase
*/ */
@Prop({default: true}) public isShowButton!: boolean; @Prop({default: true}) public isShowButton!: boolean;
...@@ -618,7 +618,7 @@ export default class SysRoleMPickupViewBase extends Vue { ...@@ -618,7 +618,7 @@ export default class SysRoleMPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SysRoleMPickupView * @memberof SysRoleMPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
...@@ -626,7 +626,7 @@ export default class SysRoleMPickupViewBase extends Vue { ...@@ -626,7 +626,7 @@ export default class SysRoleMPickupViewBase extends Vue {
* 是否初始化已选中项 * 是否初始化已选中项
* *
* @type {any[]} * @type {any[]}
* @memberof SysRoleMPickupView * @memberof SysRoleMPickupViewBase
*/ */
public isInitSelected:boolean = false; public isInitSelected:boolean = false;
...@@ -634,7 +634,7 @@ export default class SysRoleMPickupViewBase extends Vue { ...@@ -634,7 +634,7 @@ export default class SysRoleMPickupViewBase extends Vue {
* 视图选中数据 * 视图选中数据
* *
* @type {any[]} * @type {any[]}
* @memberof SysRoleMPickupView * @memberof SysRoleMPickupViewBase
*/ */
public viewSelections:any[] = []; public viewSelections:any[] = [];
...@@ -642,7 +642,7 @@ export default class SysRoleMPickupViewBase extends Vue { ...@@ -642,7 +642,7 @@ export default class SysRoleMPickupViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SysRoleMPickupView * @memberof SysRoleMPickupViewBase
*/ */
public isSingleSelect: boolean = false; public isSingleSelect: boolean = false;
...@@ -650,7 +650,7 @@ export default class SysRoleMPickupViewBase extends Vue { ...@@ -650,7 +650,7 @@ export default class SysRoleMPickupViewBase extends Vue {
* 选中数据单击 * 选中数据单击
* *
* @param {*} item * @param {*} item
* @memberof SysRoleMPickupView * @memberof SysRoleMPickupViewBase
*/ */
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 SysRoleMPickupViewBase extends Vue { ...@@ -662,7 +662,7 @@ export default class SysRoleMPickupViewBase extends Vue {
* 选中树双击 * 选中树双击
* *
* @param {*} item * @param {*} item
* @memberof SysRoleMPickupView * @memberof SysRoleMPickupViewBase
*/ */
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 SysRoleMPickupViewBase extends Vue { ...@@ -677,7 +677,7 @@ export default class SysRoleMPickupViewBase extends Vue {
/** /**
* 删除右侧全部选中数据 * 删除右侧全部选中数据
* *
* @memberof SysRoleMPickupView * @memberof SysRoleMPickupViewBase
*/ */
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 SysRoleMPickupViewBase extends Vue { ...@@ -698,7 +698,7 @@ export default class SysRoleMPickupViewBase extends Vue {
/** /**
* 添加左侧选中数据 * 添加左侧选中数据
* *
* @memberof SysRoleMPickupView * @memberof SysRoleMPickupViewBase
*/ */
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 SysRoleMPickupViewBase extends Vue { ...@@ -724,7 +724,7 @@ export default class SysRoleMPickupViewBase extends Vue {
/** /**
* 选中数据全部删除 * 选中数据全部删除
* *
* @memberof SysRoleMPickupView * @memberof SysRoleMPickupViewBase
*/ */
public onCLickAllLeft():void { public onCLickAllLeft():void {
this.viewSelections = []; this.viewSelections = [];
...@@ -736,7 +736,7 @@ export default class SysRoleMPickupViewBase extends Vue { ...@@ -736,7 +736,7 @@ export default class SysRoleMPickupViewBase extends Vue {
/** /**
* 添加左侧面板所有数据到右侧 * 添加左侧面板所有数据到右侧
* *
* @memberof SysRoleMPickupView * @memberof SysRoleMPickupViewBase
*/ */
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 SysRoleMPickupViewBase extends Vue { ...@@ -763,7 +763,7 @@ export default class SysRoleMPickupViewBase extends Vue {
/** /**
* 确定 * 确定
* *
* @memberof SysRoleMPickupView * @memberof SysRoleMPickupViewBase
*/ */
public onClickOk(): void { public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections); this.$emit('viewdataschange', this.viewSelections);
...@@ -773,7 +773,7 @@ export default class SysRoleMPickupViewBase extends Vue { ...@@ -773,7 +773,7 @@ export default class SysRoleMPickupViewBase extends Vue {
/** /**
* 取消 * 取消
* *
* @memberof SysRoleMPickupView * @memberof SysRoleMPickupViewBase
*/ */
public onClickCancel(): void { public onClickCancel(): void {
this.$emit('close', null); this.$emit('close', null);
......
...@@ -628,7 +628,7 @@ export default class SysRolePickupGridViewBase extends Vue { ...@@ -628,7 +628,7 @@ export default class SysRolePickupGridViewBase extends Vue {
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof SysRolePickupGridView * @memberof SysRolePickupGridViewBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -636,7 +636,7 @@ export default class SysRolePickupGridViewBase extends Vue { ...@@ -636,7 +636,7 @@ export default class SysRolePickupGridViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SysRolePickupGridView * @memberof SysRolePickupGridViewBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -644,7 +644,7 @@ export default class SysRolePickupGridViewBase extends Vue { ...@@ -644,7 +644,7 @@ export default class SysRolePickupGridViewBase extends Vue {
* 搜索值 * 搜索值
* *
* @type {string} * @type {string}
* @memberof SysRolePickupGridView * @memberof SysRolePickupGridViewBase
*/ */
public query: string = ''; public query: string = '';
...@@ -652,7 +652,7 @@ export default class SysRolePickupGridViewBase extends Vue { ...@@ -652,7 +652,7 @@ export default class SysRolePickupGridViewBase extends Vue {
* 是否展开搜索表单 * 是否展开搜索表单
* *
* @type {boolean} * @type {boolean}
* @memberof SysRolePickupGridView * @memberof SysRolePickupGridViewBase
*/ */
public isExpandSearchForm: boolean = true; public isExpandSearchForm: boolean = true;
...@@ -663,7 +663,7 @@ export default class SysRolePickupGridViewBase extends Vue { ...@@ -663,7 +663,7 @@ export default class SysRolePickupGridViewBase extends Vue {
* 2 双击激活 * 2 双击激活
* *
* @type {(number | 0 | 1 | 2)} * @type {(number | 0 | 1 | 2)}
* @memberof SysRolePickupGridView * @memberof SysRolePickupGridViewBase
*/ */
public gridRowActiveMode: number | 0 | 1 | 2 = 2; public gridRowActiveMode: number | 0 | 1 | 2 = 2;
...@@ -671,7 +671,7 @@ export default class SysRolePickupGridViewBase extends Vue { ...@@ -671,7 +671,7 @@ export default class SysRolePickupGridViewBase extends Vue {
* 快速搜索 * 快速搜索
* *
* @param {*} $event * @param {*} $event
* @memberof SysRolePickupGridView * @memberof SysRolePickupGridViewBase
*/ */
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 SysRolePickupViewBase extends Vue { ...@@ -576,7 +576,7 @@ export default class SysRolePickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SysRolePickupView * @memberof SysRolePickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
......
...@@ -610,7 +610,7 @@ export default class SysUserMPickupViewBase extends Vue { ...@@ -610,7 +610,7 @@ export default class SysUserMPickupViewBase extends Vue {
* 是否显示按钮 * 是否显示按钮
* *
* @type {boolean} * @type {boolean}
* @memberof SysUserMPickupView * @memberof SysUserMPickupViewBase
*/ */
@Prop({default: true}) public isShowButton!: boolean; @Prop({default: true}) public isShowButton!: boolean;
...@@ -618,7 +618,7 @@ export default class SysUserMPickupViewBase extends Vue { ...@@ -618,7 +618,7 @@ export default class SysUserMPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SysUserMPickupView * @memberof SysUserMPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
...@@ -626,7 +626,7 @@ export default class SysUserMPickupViewBase extends Vue { ...@@ -626,7 +626,7 @@ export default class SysUserMPickupViewBase extends Vue {
* 是否初始化已选中项 * 是否初始化已选中项
* *
* @type {any[]} * @type {any[]}
* @memberof SysUserMPickupView * @memberof SysUserMPickupViewBase
*/ */
public isInitSelected:boolean = false; public isInitSelected:boolean = false;
...@@ -634,7 +634,7 @@ export default class SysUserMPickupViewBase extends Vue { ...@@ -634,7 +634,7 @@ export default class SysUserMPickupViewBase extends Vue {
* 视图选中数据 * 视图选中数据
* *
* @type {any[]} * @type {any[]}
* @memberof SysUserMPickupView * @memberof SysUserMPickupViewBase
*/ */
public viewSelections:any[] = []; public viewSelections:any[] = [];
...@@ -642,7 +642,7 @@ export default class SysUserMPickupViewBase extends Vue { ...@@ -642,7 +642,7 @@ export default class SysUserMPickupViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SysUserMPickupView * @memberof SysUserMPickupViewBase
*/ */
public isSingleSelect: boolean = false; public isSingleSelect: boolean = false;
...@@ -650,7 +650,7 @@ export default class SysUserMPickupViewBase extends Vue { ...@@ -650,7 +650,7 @@ export default class SysUserMPickupViewBase extends Vue {
* 选中数据单击 * 选中数据单击
* *
* @param {*} item * @param {*} item
* @memberof SysUserMPickupView * @memberof SysUserMPickupViewBase
*/ */
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 SysUserMPickupViewBase extends Vue { ...@@ -662,7 +662,7 @@ export default class SysUserMPickupViewBase extends Vue {
* 选中树双击 * 选中树双击
* *
* @param {*} item * @param {*} item
* @memberof SysUserMPickupView * @memberof SysUserMPickupViewBase
*/ */
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 SysUserMPickupViewBase extends Vue { ...@@ -677,7 +677,7 @@ export default class SysUserMPickupViewBase extends Vue {
/** /**
* 删除右侧全部选中数据 * 删除右侧全部选中数据
* *
* @memberof SysUserMPickupView * @memberof SysUserMPickupViewBase
*/ */
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 SysUserMPickupViewBase extends Vue { ...@@ -698,7 +698,7 @@ export default class SysUserMPickupViewBase extends Vue {
/** /**
* 添加左侧选中数据 * 添加左侧选中数据
* *
* @memberof SysUserMPickupView * @memberof SysUserMPickupViewBase
*/ */
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 SysUserMPickupViewBase extends Vue { ...@@ -724,7 +724,7 @@ export default class SysUserMPickupViewBase extends Vue {
/** /**
* 选中数据全部删除 * 选中数据全部删除
* *
* @memberof SysUserMPickupView * @memberof SysUserMPickupViewBase
*/ */
public onCLickAllLeft():void { public onCLickAllLeft():void {
this.viewSelections = []; this.viewSelections = [];
...@@ -736,7 +736,7 @@ export default class SysUserMPickupViewBase extends Vue { ...@@ -736,7 +736,7 @@ export default class SysUserMPickupViewBase extends Vue {
/** /**
* 添加左侧面板所有数据到右侧 * 添加左侧面板所有数据到右侧
* *
* @memberof SysUserMPickupView * @memberof SysUserMPickupViewBase
*/ */
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 SysUserMPickupViewBase extends Vue { ...@@ -763,7 +763,7 @@ export default class SysUserMPickupViewBase extends Vue {
/** /**
* 确定 * 确定
* *
* @memberof SysUserMPickupView * @memberof SysUserMPickupViewBase
*/ */
public onClickOk(): void { public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections); this.$emit('viewdataschange', this.viewSelections);
...@@ -773,7 +773,7 @@ export default class SysUserMPickupViewBase extends Vue { ...@@ -773,7 +773,7 @@ export default class SysUserMPickupViewBase extends Vue {
/** /**
* 取消 * 取消
* *
* @memberof SysUserMPickupView * @memberof SysUserMPickupViewBase
*/ */
public onClickCancel(): void { public onClickCancel(): void {
this.$emit('close', null); this.$emit('close', null);
......
...@@ -628,7 +628,7 @@ export default class SysUserPickupGridViewBase extends Vue { ...@@ -628,7 +628,7 @@ export default class SysUserPickupGridViewBase extends Vue {
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof SysUserPickupGridView * @memberof SysUserPickupGridViewBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -636,7 +636,7 @@ export default class SysUserPickupGridViewBase extends Vue { ...@@ -636,7 +636,7 @@ export default class SysUserPickupGridViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SysUserPickupGridView * @memberof SysUserPickupGridViewBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -644,7 +644,7 @@ export default class SysUserPickupGridViewBase extends Vue { ...@@ -644,7 +644,7 @@ export default class SysUserPickupGridViewBase extends Vue {
* 搜索值 * 搜索值
* *
* @type {string} * @type {string}
* @memberof SysUserPickupGridView * @memberof SysUserPickupGridViewBase
*/ */
public query: string = ''; public query: string = '';
...@@ -652,7 +652,7 @@ export default class SysUserPickupGridViewBase extends Vue { ...@@ -652,7 +652,7 @@ export default class SysUserPickupGridViewBase extends Vue {
* 是否展开搜索表单 * 是否展开搜索表单
* *
* @type {boolean} * @type {boolean}
* @memberof SysUserPickupGridView * @memberof SysUserPickupGridViewBase
*/ */
public isExpandSearchForm: boolean = true; public isExpandSearchForm: boolean = true;
...@@ -663,7 +663,7 @@ export default class SysUserPickupGridViewBase extends Vue { ...@@ -663,7 +663,7 @@ export default class SysUserPickupGridViewBase extends Vue {
* 2 双击激活 * 2 双击激活
* *
* @type {(number | 0 | 1 | 2)} * @type {(number | 0 | 1 | 2)}
* @memberof SysUserPickupGridView * @memberof SysUserPickupGridViewBase
*/ */
public gridRowActiveMode: number | 0 | 1 | 2 = 2; public gridRowActiveMode: number | 0 | 1 | 2 = 2;
...@@ -671,7 +671,7 @@ export default class SysUserPickupGridViewBase extends Vue { ...@@ -671,7 +671,7 @@ export default class SysUserPickupGridViewBase extends Vue {
* 快速搜索 * 快速搜索
* *
* @param {*} $event * @param {*} $event
* @memberof SysUserPickupGridView * @memberof SysUserPickupGridViewBase
*/ */
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 SysUserPickupViewBase extends Vue { ...@@ -576,7 +576,7 @@ export default class SysUserPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SysUserPickupView * @memberof SysUserPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
......
...@@ -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;
......
...@@ -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 = "";
......
...@@ -57,7 +57,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -57,7 +57,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;
...@@ -65,7 +65,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -65,7 +65,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>;
...@@ -73,7 +73,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -73,7 +73,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 应用上下文 * 应用上下文
* *
* @type {*} * @type {*}
* @memberof Default * @memberof DefaultBase
*/ */
@Prop() public context: any; @Prop() public context: any;
...@@ -81,7 +81,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -81,7 +81,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 视图参数 * 视图参数
* *
* @type {*} * @type {*}
* @memberof Default * @memberof DefaultBase
*/ */
@Prop() public viewparams: any; @Prop() public viewparams: any;
...@@ -90,7 +90,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -90,7 +90,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;
...@@ -98,7 +98,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -98,7 +98,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'
...@@ -110,7 +110,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -110,7 +110,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> = [];
...@@ -118,7 +118,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -118,7 +118,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 });
...@@ -126,7 +126,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -126,7 +126,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 实体服务对象 * 实体服务对象
* *
* @type {IBZDepartmentService} * @type {IBZDepartmentService}
* @memberof Default * @memberof DefaultBase
*/ */
public appEntityService: IBZDepartmentService = new IBZDepartmentService({ $store: this.$store }); public appEntityService: IBZDepartmentService = new IBZDepartmentService({ $store: this.$store });
...@@ -136,7 +136,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -136,7 +136,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;
...@@ -146,7 +146,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -146,7 +146,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 {
......
...@@ -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 {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册