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

ibiz4j 发布系统代码

上级 cc3a892d
......@@ -20,50 +20,50 @@ import userCustom_en_US from '@locale/lanres/userCustom/userCustom_en_US';
export default {
app: {
commonWords:{
error: 'Error',
success: 'Success',
ok: 'OK',
cancel: 'Cancel',
error: "Error",
success: "Success",
ok: "OK",
cancel: "Cancel",
},
local:{
new: 'New'
new: "New"
},
gridpage: {
choicecolumns: 'Choice columns',
refresh: 'refresh',
show: 'Show',
records: 'records',
totle: 'totle',
choicecolumns: "Choice columns",
refresh: "refresh",
show: "Show",
records: "records",
totle: "totle",
},
tabpage: {
sureclosetip: {
title: 'Close warning',
content: 'Form data Changed, are sure close?',
title: "Close warning",
content: "Form data Changed, are sure close?",
},
closeall: 'Close all',
closeother: 'Close other',
closeall: "Close all",
closeother: "Close other",
},
fileUpload: {
caption: 'Upload',
caption: "Upload",
},
searchButton: {
search: 'Search',
reset: 'Reset',
search: "Search",
reset: "Reset",
},
calendar:{
today: 'today',
month: 'month',
week: 'week',
day: 'day',
list: 'list',
dateSelectModalTitle: 'select the time you wanted',
gotoDate: 'goto',
today: "today",
month: "month",
week: "week",
day: "day",
list: "list",
dateSelectModalTitle: "select the time you wanted",
gotoDate: "goto",
},
// 非实体视图
views: {
index: {
caption: 'ibizlab-runtime',
title: 'ibizlab',
caption: "ibizlab-runtime",
title: "ibizlab",
},
},
utilview:{
......@@ -73,17 +73,17 @@ export default {
},
menus: {
index: {
menuitem7: '单位人事',
menuitem1: '单位管理',
menuitem2: '部门管理',
menuitem3: '人员管理',
menuitem8: '系统权限',
menuitem4: '用户角色',
menuitem9: '认证日志',
menuitem10: '流程管理',
menuitem6: '流程定义',
menuitem5: '流程角色',
menuitem11: '发布新流程',
menuitem7: "单位人事",
menuitem1: "单位管理",
menuitem2: "部门管理",
menuitem3: "人员管理",
menuitem8: "系统权限",
menuitem4: "用户角色",
menuitem9: "认证日志",
menuitem10: "流程管理",
menuitem6: "流程定义",
menuitem5: "流程角色",
menuitem11: "发布新流程",
},
},
},
......
......@@ -20,50 +20,50 @@ import userCustom_zh_CN from '@locale/lanres/userCustom/userCustom_zh_CN';
export default {
app: {
commonWords:{
error: '失败',
success: '成功',
ok: '确认',
cancel: '取消',
error: "失败",
success: "成功",
ok: "确认",
cancel: "取消",
},
local:{
new: '新建'
new: "新建"
},
gridpage: {
choicecolumns: '选择列',
refresh: '刷新',
show: '显示',
records: '条',
totle: '共',
choicecolumns: "选择列",
refresh: "刷新",
show: "显示",
records: "条",
totle: "共",
},
tabpage: {
sureclosetip: {
title: '关闭提醒',
content: '表单数据已经修改,确定要关闭?',
title: "关闭提醒",
content: "表单数据已经修改,确定要关闭?",
},
closeall: '关闭所有',
closeother: '关闭其他',
closeall: "关闭所有",
closeother: "关闭其他",
},
fileUpload: {
caption: '上传',
caption: "上传",
},
searchButton: {
search: '搜索',
reset: '重置',
search: "搜索",
reset: "重置",
},
calendar:{
today: '今天',
month: '月',
week: '周',
day: '天',
list: '列',
dateSelectModalTitle: '选择要跳转的时间',
gotoDate: '跳转',
today: "今天",
month: "月",
week: "周",
day: "天",
list: "列",
dateSelectModalTitle: "选择要跳转的时间",
gotoDate: "跳转",
},
// 非实体视图
views: {
index: {
caption: 'ibizlab-runtime',
title: 'ibizlab',
caption: "ibizlab-runtime",
title: "ibizlab",
},
},
utilview:{
......@@ -73,17 +73,17 @@ export default {
},
menus: {
index: {
menuitem7: '单位人事',
menuitem1: '单位管理',
menuitem2: '部门管理',
menuitem3: '人员管理',
menuitem8: '系统权限',
menuitem4: '用户角色',
menuitem9: '认证日志',
menuitem10: '流程管理',
menuitem6: '流程定义',
menuitem5: '流程角色',
menuitem11: '发布新流程',
menuitem7: "单位人事",
menuitem1: "单位管理",
menuitem2: "部门管理",
menuitem3: "人员管理",
menuitem8: "系统权限",
menuitem4: "用户角色",
menuitem9: "认证日志",
menuitem10: "流程管理",
menuitem6: "流程定义",
menuitem5: "流程角色",
menuitem11: "发布新流程",
},
},
},
......
export default {
YesNo: {
'1': '是',
'0': '否',
empty: '',
"1": "是",
"0": "否",
"empty": ""
},
CLIBZSex: {
'男': '男性',
'女': '女性',
'性别不详': '性别不详',
empty: '',
"男": "男性",
"女": "女性",
"性别不详": "性别不详",
"empty": ""
},
CLAuthCode: {
'200': '成功',
'400': '用户不存在',
'401.1': '密码错误',
'401.2': '配置错误',
'403.6': '地址被拒绝',
empty: '',
"200": "成功",
"400": "用户不存在",
"401.1": "密码错误",
"401.2": "配置错误",
"403.6": "地址被拒绝",
"empty": ""
},
};
\ No newline at end of file
export default {
YesNo: {
'1': '是',
'0': '否',
empty: '',
"1": "是",
"0": "否",
"empty": "",
},
CLIBZSex: {
'男': '男性',
'女': '女性',
'性别不详': '性别不详',
empty: '',
"男": "男性",
"女": "女性",
"性别不详": "性别不详",
"empty": "",
},
CLAuthCode: {
'200': '成功',
'400': '用户不存在',
'401.1': '密码错误',
'401.2': '配置错误',
'403.6': '地址被拒绝',
empty: '',
"200": "成功",
"400": "用户不存在",
"401.1": "密码错误",
"401.2": "配置错误",
"403.6": "地址被拒绝",
"empty": "",
},
};
\ No newline at end of file
export default {
fields: {
deptid: 'decimal',
deptcode: 'Cancel',
deptname: '{0}/P',
orgid: '单位',
parentdeptid: '上级部门',
shortname: 'Others',
deptlevel: '部门级别',
showorder: 'Audit',
bcode: 'Condition',
leaderid: '分管领导标识',
leadername: '分管领导',
enable: 'After the [{0}] is executed, no subsequent nodes are specified',
orgname: '单位',
parentdeptname: '上级部门',
createdate: '{0}[{1}] relational data [{2}] cannot be deleted!',
updatedate: 'The [{0}] value is not a character type',
deptid: "decimal",
deptcode: "Cancel",
deptname: "{0}/P",
orgid: "单位",
parentdeptid: "上级部门",
shortname: "Others",
deptlevel: "部门级别",
showorder: "Audit",
bcode: "Condition",
leaderid: "分管领导标识",
leadername: "分管领导",
enable: "After the [{0}] is executed, no subsequent nodes are specified",
orgname: "单位",
parentdeptname: "上级部门",
createdate: "{0}[{1}] relational data [{2}] cannot be deleted!",
updatedate: "The [{0}] value is not a character type",
},
views: {
pickupview: {
caption: "Help",
title: 'Upload file.',
title: "Upload file.",
},
gridview: {
caption: "Help",
title: '部门表格视图',
title: "部门表格视图",
},
editview: {
caption: "Help",
title: '部门编辑视图',
title: "部门编辑视图",
},
mpickupview: {
caption: "Help",
title: 'Data save failed,{0}',
title: "Data save failed,{0}",
},
optionview: {
caption: "Help",
title: '部门选项操作视图',
title: "部门选项操作视图",
},
treeexpview: {
caption: "Help",
title: '部门树导航视图',
title: "部门树导航视图",
},
pickupgridview: {
caption: "Help",
title: 'Restart workflow',
title: "Restart workflow",
},
},
newform_form: {
......@@ -212,7 +212,7 @@ export default {
},
depttree_treeview: {
nodes: {
root: '默认根节点',
root: "默认根节点",
},
uiactions: {
},
......
export default {
fields: {
deptid: '部门标识',
deptcode: '部门代码',
deptname: '部门名称',
orgid: '单位',
parentdeptid: '上级部门',
shortname: '部门简称',
deptlevel: '部门级别',
showorder: '访问审计',
bcode: '业务编码',
leaderid: '分管领导标识',
leadername: '分管领导',
enable: '逻辑有效',
orgname: '单位',
parentdeptname: '上级部门',
createdate: '创建时间',
updatedate: '最后修改时间',
deptid: "部门标识",
deptcode: "部门代码",
deptname: "部门名称",
orgid: "单位",
parentdeptid: "上级部门",
shortname: "部门简称",
deptlevel: "部门级别",
showorder: "访问审计",
bcode: "业务编码",
leaderid: "分管领导标识",
leadername: "分管领导",
enable: "逻辑有效",
orgname: "单位",
parentdeptname: "上级部门",
createdate: "创建时间",
updatedate: "最后修改时间",
},
views: {
pickupview: {
caption: '部门',
title: '部门选择视图',
caption: "部门",
title: "部门选择视图",
},
gridview: {
caption: '部门',
title: '部门表格视图',
caption: "部门",
title: "部门表格视图",
},
editview: {
caption: '部门',
title: '部门编辑视图',
caption: "部门",
title: "部门编辑视图",
},
mpickupview: {
caption: '部门',
title: '部门数据多项选择视图',
caption: "部门",
title: "部门数据多项选择视图",
},
optionview: {
caption: '部门',
title: '部门选项操作视图',
caption: "部门",
title: "部门选项操作视图",
},
treeexpview: {
caption: '人员管理',
title: '部门树导航视图',
caption: "人员管理",
title: "部门树导航视图",
},
pickupgridview: {
caption: '部门',
title: '部门选择表格视图',
caption: "部门",
title: "部门选择表格视图",
},
},
newform_form: {
details: {
group1: '部门基本信息',
formpage1: '基本信息',
srfupdatedate: '最后修改时间',
srforikey: '',
srfkey: '部门标识',
srfmajortext: '部门名称',
srftempmode: '',
srfuf: '',
srfdeid: '',
srfsourcekey: '',
deptcode: '部门代码',
deptname: '部门名称',
orgid: '单位',
orgname: '单位',
pdeptid: '上级部门',
pdeptname: '上级部门',
enable: '逻辑有效',
deptid: '部门标识',
group1: "部门基本信息",
formpage1: "基本信息",
srfupdatedate: "最后修改时间",
srforikey: "",
srfkey: "部门标识",
srfmajortext: "部门名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
deptcode: "部门代码",
deptname: "部门名称",
orgid: "单位",
orgname: "单位",
pdeptid: "上级部门",
pdeptname: "上级部门",
enable: "逻辑有效",
deptid: "部门标识",
},
uiactions: {
},
},
main_form: {
details: {
formpage1: '基本信息',
srfupdatedate: '最后修改时间',
srforikey: '',
srfkey: '部门标识',
srfmajortext: '部门名称',
srftempmode: '',
srfuf: '',
srfdeid: '',
srfsourcekey: '',
deptid: '部门标识',
deptcode: '部门代码',
deptname: '部门名称',
orgname: '单位',
pdeptname: '上级部门',
orgid: '单位',
pdeptid: '上级部门',
shortname: '部门简称',
bcode: '业务编码',
deptlevel: '部门级别',
leaderid: '分管领导标识',
leadername: '分管领导',
showorder: '访问审计',
createdate: '创建时间',
updatedate: '最后修改时间',
formpage1: "基本信息",
srfupdatedate: "最后修改时间",
srforikey: "",
srfkey: "部门标识",
srfmajortext: "部门名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
deptid: "部门标识",
deptcode: "部门代码",
deptname: "部门名称",
orgname: "单位",
pdeptname: "上级部门",
orgid: "单位",
pdeptid: "上级部门",
shortname: "部门简称",
bcode: "业务编码",
deptlevel: "部门级别",
leaderid: "分管领导标识",
leadername: "分管领导",
showorder: "访问审计",
createdate: "创建时间",
updatedate: "最后修改时间",
},
uiactions: {
},
},
main_grid: {
columns: {
deptcode: '部门代码',
deptname: '部门名称',
orgname: '单位',
pdeptname: '上级部门',
deptlevel: '部门级别',
shortname: '部门简称',
bcode: '业务编码',
leadername: '分管领导',
showorder: '访问审计',
createdate: '创建时间',
updatedate: '最后修改时间',
orgid: '单位',
pdeptid: '上级部门',
leaderid: '分管领导标识',
deptcode: "部门代码",
deptname: "部门名称",
orgname: "单位",
pdeptname: "上级部门",
deptlevel: "部门级别",
shortname: "部门简称",
bcode: "业务编码",
leadername: "分管领导",
showorder: "访问审计",
createdate: "创建时间",
updatedate: "最后修改时间",
orgid: "单位",
pdeptid: "上级部门",
leaderid: "分管领导标识",
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: '常规条件',
n_deptcode_like: '部门代码(%)',
n_deptname_like: '部门名称(%)',
n_orgid_eq: '单位(=)',
n_pdeptid_eq: '上级部门(=)',
n_bcode_like: '业务编码(%)',
formpage1: "常规条件",
n_deptcode_like: "部门代码(%)",
n_deptname_like: "部门名称(%)",
n_orgid_eq: "单位(=)",
n_pdeptid_eq: "上级部门(=)",
n_bcode_like: "业务编码(%)",
},
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: '保存',
tip: '保存',
caption: "保存",
tip: "保存",
},
tbitem6: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem14: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
},
gridviewtoolbar_toolbar: {
tbitem1_opennewcreateview: {
caption: '快速新建',
tip: '快速新建',
caption: "快速新建",
tip: "快速新建",
},
tbitem2: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem3: {
caption: '新建',
tip: '新建',
caption: "新建",
tip: "新建",
},
tbitem4: {
caption: '编辑',
tip: '编辑',
caption: "编辑",
tip: "编辑",
},
tbitem6: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
tbitem7: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem8: {
caption: '删除',
tip: '删除',
caption: "删除",
tip: "删除",
},
tbitem9: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem13: {
caption: '导出',
tip: '导出',
caption: "导出",
tip: "导出",
},
tbitem10: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem16: {
caption: '其它',
tip: '其它',
caption: "其它",
tip: "其它",
},
tbitem21: {
caption: '导出数据模型',
tip: '导出数据模型',
caption: "导出数据模型",
tip: "导出数据模型",
},
tbitem23: {
caption: '数据导入',
tip: '数据导入',
caption: "数据导入",
tip: "数据导入",
},
tbitem17: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem19: {
caption: '过滤',
tip: '过滤',
caption: "过滤",
tip: "过滤",
},
},
depttree_treeview: {
nodes: {
root: '默认根节点',
root: "默认根节点",
},
uiactions: {
},
......
export default {
fields: {
memberid: '标识',
deptid: '部门标识',
deptname: '部门名称',
userid: '用户标识',
personname: '成员',
memberid: "标识",
deptid: "部门标识",
deptname: "部门名称",
userid: "用户标识",
personname: "成员",
},
views: {
gridview: {
caption: "部门成员",
title: '部门成员表格视图',
title: "部门成员表格视图",
},
editview: {
caption: "部门成员",
title: '部门成员编辑视图',
title: "部门成员编辑视图",
},
},
main_form: {
......
export default {
fields: {
memberid: '标识',
deptid: '部门标识',
deptname: '部门名称',
userid: '用户标识',
personname: '成员',
memberid: "标识",
deptid: "部门标识",
deptname: "部门名称",
userid: "用户标识",
personname: "成员",
},
views: {
gridview: {
caption: '部门成员',
title: '部门成员表格视图',
caption: "部门成员",
title: "部门成员表格视图",
},
editview: {
caption: '部门成员',
title: '部门成员编辑视图',
caption: "部门成员",
title: "部门成员编辑视图",
},
},
main_form: {
details: {
group1: '部门成员基本信息',
formpage1: '基本信息',
srforikey: '',
srfkey: '标识',
srfmajortext: '成员',
srftempmode: '',
srfuf: '',
srfdeid: '',
srfsourcekey: '',
deptname: '部门名称',
deptid: '部门标识',
personname: '成员',
userid: '用户标识',
memberid: '标识',
group1: "部门成员基本信息",
formpage1: "基本信息",
srforikey: "",
srfkey: "标识",
srfmajortext: "成员",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
deptname: "部门名称",
deptid: "部门标识",
personname: "成员",
userid: "用户标识",
memberid: "标识",
},
uiactions: {
},
},
main_grid: {
columns: {
deptname: '部门',
personname: '成员',
deptid: '部门标识',
deptname: "部门",
personname: "成员",
deptid: "部门标识",
},
uiactions: {
},
},
gridviewtoolbar_toolbar: {
tbitem3: {
caption: '新建',
tip: '新建',
caption: "新建",
tip: "新建",
},
tbitem4: {
caption: '编辑',
tip: '编辑',
caption: "编辑",
tip: "编辑",
},
tbitem6: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
tbitem7: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem8: {
caption: '删除',
tip: '删除',
caption: "删除",
tip: "删除",
},
tbitem9: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem13: {
caption: '导出',
tip: '导出',
caption: "导出",
tip: "导出",
},
tbitem10: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem16: {
caption: '其它',
tip: '其它',
caption: "其它",
tip: "其它",
},
tbitem21: {
caption: '导出数据模型',
tip: '导出数据模型',
caption: "导出数据模型",
tip: "导出数据模型",
},
tbitem23: {
caption: '数据导入',
tip: '数据导入',
caption: "数据导入",
tip: "数据导入",
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: '保存',
tip: '保存',
caption: "保存",
tip: "保存",
},
tbitem6: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem14: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
},
};
\ No newline at end of file
export default {
fields: {
userid: '用户标识',
username: '用户全局名',
personname: '姓名',
usercode: '用户工号',
loginname: '登录名',
password: '密码',
domains: '区属',
mdeptid: '主部门',
mdeptcode: '主部门代码',
mdeptname: '主部门名称',
bcode: '业务编码',
postid: '岗位',
postcode: '岗位代码',
postname: '岗位名称',
orgid: '单位',
orgcode: '单位代码',
orgname: '单位名称',
nickname: '昵称别名',
sex: '性别',
certcode: '证件号码',
phone: '联系方式',
birthday: '出生日期',
email: '邮件',
avatar: '社交账号',
addr: '地址',
usericon: '照片',
ipaddr: 'ip地址',
theme: '样式',
lang: '语言',
fontsize: '字号',
memo: '备注',
reserver: '保留',
showorder: '排序',
enable: 'the workflow instance current processing step is invalid',
createdate: 'Print',
updatedate: 'Actor',
userid: "用户标识",
username: "用户全局名",
personname: "姓名",
usercode: "用户工号",
loginname: "登录名",
password: "密码",
domains: "区属",
mdeptid: "主部门",
mdeptcode: "主部门代码",
mdeptname: "主部门名称",
bcode: "业务编码",
postid: "岗位",
postcode: "岗位代码",
postname: "岗位名称",
orgid: "单位",
orgcode: "单位代码",
orgname: "单位名称",
nickname: "昵称别名",
sex: "性别",
certcode: "证件号码",
phone: "联系方式",
birthday: "出生日期",
email: "邮件",
avatar: "社交账号",
addr: "地址",
usericon: "照片",
ipaddr: "ip地址",
theme: "样式",
lang: "语言",
fontsize: "字号",
memo: "备注",
reserver: "保留",
showorder: "排序",
enable: "the workflow instance current processing step is invalid",
createdate: "Print",
updatedate: "Actor",
},
views: {
editview: {
caption: "Save Row",
title: 'Details',
title: "Details",
},
gridview: {
caption: "Save Row",
title: 'Data already exists and cannot be created again',
title: "Data already exists and cannot be created again",
},
changepwdview: {
caption: "Save Row",
title: '人员编辑视图',
title: "人员编辑视图",
},
optionview: {
caption: "Save Row",
title: '人员选项操作视图',
title: "人员选项操作视图",
},
pickupview: {
caption: "Save Row",
title: 'Task',
title: "Task",
},
pickupgridview: {
caption: "Save Row",
title: 'Export',
title: "Export",
},
mpickupview: {
caption: "Save Row",
title: '{0} minutes ago',
title: "{0} minutes ago",
},
},
main_form: {
......
export default {
fields: {
orgid: 'The workflow start node was not found',
orgcode: 'Updated By',
orgname: '名称',
parentorgid: '上级单位',
shortname: 'Cancel',
orglevel: '单位级别',
showorder: 'Audit',
parentorgname: '上级单位',
enable: 'the workflow instance current processing step is invalid',
createdate: 'Print',
updatedate: 'Actor',
orgid: "The workflow start node was not found",
orgcode: "Updated By",
orgname: "名称",
parentorgid: "上级单位",
shortname: "Cancel",
orglevel: "单位级别",
showorder: "Audit",
parentorgname: "上级单位",
enable: "the workflow instance current processing step is invalid",
createdate: "Print",
updatedate: "Actor",
},
views: {
optionview: {
caption: "Input data check failed.",
title: '单位机构选项操作视图',
title: "单位机构选项操作视图",
},
treeexpview: {
caption: "Input data check failed.",
title: '单位机构树导航视图',
title: "单位机构树导航视图",
},
editview: {
caption: "Input data check failed.",
title: '单位机构编辑视图',
title: "单位机构编辑视图",
},
gridview: {
caption: "Input data check failed.",
title: '单位机构表格视图',
title: "单位机构表格视图",
},
pickupview: {
caption: "Input data check failed.",
title: 'Upload file.',
title: "Upload file.",
},
pickupgridview: {
caption: "Input data check failed.",
title: 'Restart workflow',
title: "Restart workflow",
},
},
newform_form: {
......@@ -187,7 +187,7 @@ export default {
},
orgtree_treeview: {
nodes: {
root: '默认根节点',
root: "默认根节点",
},
uiactions: {
},
......
export default {
fields: {
orgid: '单位标识',
orgcode: '单位代码',
orgname: '名称',
parentorgid: '上级单位',
shortname: '单位简称',
orglevel: '单位级别',
showorder: '访问审计',
parentorgname: '上级单位',
enable: '逻辑有效',
createdate: '创建时间',
updatedate: '最后修改时间',
orgid: "单位标识",
orgcode: "单位代码",
orgname: "名称",
parentorgid: "上级单位",
shortname: "单位简称",
orglevel: "单位级别",
showorder: "访问审计",
parentorgname: "上级单位",
enable: "逻辑有效",
createdate: "创建时间",
updatedate: "最后修改时间",
},
views: {
optionview: {
caption: '单位机构',
title: '单位机构选项操作视图',
caption: "单位机构",
title: "单位机构选项操作视图",
},
treeexpview: {
caption: '部门管理',
title: '单位机构树导航视图',
caption: "部门管理",
title: "单位机构树导航视图",
},
editview: {
caption: '单位机构',
title: '单位机构编辑视图',
caption: "单位机构",
title: "单位机构编辑视图",
},
gridview: {
caption: '单位机构',
title: '单位机构表格视图',
caption: "单位机构",
title: "单位机构表格视图",
},
pickupview: {
caption: '单位机构',
title: '单位机构数据选择视图',
caption: "单位机构",
title: "单位机构数据选择视图",
},
pickupgridview: {
caption: '单位机构',
title: '单位机构选择表格视图',
caption: "单位机构",
title: "单位机构选择表格视图",
},
},
newform_form: {
details: {
group1: '单位机构基本信息',
formpage1: '基本信息',
srfupdatedate: '最后修改时间',
srforikey: '',
srfkey: '单位标识',
srfmajortext: '名称',
srftempmode: '',
srfuf: '',
srfdeid: '',
srfsourcekey: '',
orgcode: '单位代码',
orgname: '名称',
porgname: '上级单位',
porgid: '上级单位',
enable: '逻辑有效',
orgid: '单位标识',
group1: "单位机构基本信息",
formpage1: "基本信息",
srfupdatedate: "最后修改时间",
srforikey: "",
srfkey: "单位标识",
srfmajortext: "名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
orgcode: "单位代码",
orgname: "名称",
porgname: "上级单位",
porgid: "上级单位",
enable: "逻辑有效",
orgid: "单位标识",
},
uiactions: {
},
},
main_form: {
details: {
formpage1: '基本信息',
srfupdatedate: '最后修改时间',
srforikey: '',
srfkey: '单位标识',
srfmajortext: '名称',
srftempmode: '',
srfuf: '',
srfdeid: '',
srfsourcekey: '',
orgid: '单位标识',
orgcode: '单位代码',
orgname: '名称',
porgname: '上级单位',
orglevel: '单位级别',
shortname: '单位简称',
showorder: '访问审计',
porgid: '上级单位',
createdate: '创建时间',
updatedate: '最后修改时间',
formpage1: "基本信息",
srfupdatedate: "最后修改时间",
srforikey: "",
srfkey: "单位标识",
srfmajortext: "名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
orgid: "单位标识",
orgcode: "单位代码",
orgname: "名称",
porgname: "上级单位",
orglevel: "单位级别",
shortname: "单位简称",
showorder: "访问审计",
porgid: "上级单位",
createdate: "创建时间",
updatedate: "最后修改时间",
},
uiactions: {
},
},
main_grid: {
columns: {
orgid: '单位标识',
orgcode: '单位代码',
orgname: '名称',
orglevel: '单位级别',
shortname: '单位简称',
porgname: '上级单位',
porgid: '上级单位',
showorder: '访问审计',
createdate: '创建时间',
updatedate: '最后修改时间',
orgid: "单位标识",
orgcode: "单位代码",
orgname: "名称",
orglevel: "单位级别",
shortname: "单位简称",
porgname: "上级单位",
porgid: "上级单位",
showorder: "访问审计",
createdate: "创建时间",
updatedate: "最后修改时间",
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: '常规条件',
orgcode: '单位代码(文本左包含(%#))',
n_orgname_like: '名称(%)',
n_porgid_eq: '上级单位(=)',
porgname: '上级单位(等于(=))',
formpage1: "常规条件",
orgcode: "单位代码(文本左包含(%#))",
n_orgname_like: "名称(%)",
n_porgid_eq: "上级单位(=)",
porgname: "上级单位(等于(=))",
},
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: '保存',
tip: '保存',
caption: "保存",
tip: "保存",
},
tbitem6: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem14: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
},
gridviewtoolbar_toolbar: {
tbitem1_opennewcreateview: {
caption: '快速新建',
tip: '快速新建',
caption: "快速新建",
tip: "快速新建",
},
tbitem2: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem4: {
caption: '编辑',
tip: '编辑',
caption: "编辑",
tip: "编辑",
},
tbitem6: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
tbitem7: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem8: {
caption: '删除',
tip: '删除',
caption: "删除",
tip: "删除",
},
tbitem9: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem13: {
caption: '导出',
tip: '导出',
caption: "导出",
tip: "导出",
},
tbitem10: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem16: {
caption: '其它',
tip: '其它',
caption: "其它",
tip: "其它",
},
tbitem21: {
caption: '导出数据模型',
tip: '导出数据模型',
caption: "导出数据模型",
tip: "导出数据模型",
},
tbitem23: {
caption: '数据导入',
tip: '数据导入',
caption: "数据导入",
tip: "数据导入",
},
tbitem17: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem19: {
caption: '过滤',
tip: '过滤',
caption: "过滤",
tip: "过滤",
},
},
orgtree_treeview: {
nodes: {
root: '默认根节点',
root: "默认根节点",
},
uiactions: {
},
......
export default {
fields: {
logid: '标识',
username: '用户全局名',
personname: '用户名称',
domain: '域',
authtime: '认证时间',
ipaddr: 'IP地址',
macaddr: 'MAC地址',
useragent: '客户端',
authcode: '认证结果',
logid: "标识",
username: "用户全局名",
personname: "用户名称",
domain: "域",
authtime: "认证时间",
ipaddr: "IP地址",
macaddr: "MAC地址",
useragent: "客户端",
authcode: "认证结果",
},
views: {
gridview: {
caption: "认证日志",
title: '认证日志表格视图',
title: "认证日志表格视图",
},
},
main_grid: {
......
export default {
fields: {
logid: '标识',
username: '用户全局名',
personname: '用户名称',
domain: '域',
authtime: '认证时间',
ipaddr: 'IP地址',
macaddr: 'MAC地址',
useragent: '客户端',
authcode: '认证结果',
logid: "标识",
username: "用户全局名",
personname: "用户名称",
domain: "域",
authtime: "认证时间",
ipaddr: "IP地址",
macaddr: "MAC地址",
useragent: "客户端",
authcode: "认证结果",
},
views: {
gridview: {
caption: '认证日志',
title: '认证日志表格视图',
caption: "认证日志",
title: "认证日志表格视图",
},
},
main_grid: {
columns: {
username: '用户全局名',
personname: '用户名称',
authtime: '认证时间',
authcode: '认证结果',
ipaddr: 'IP地址',
macaddr: 'MAC地址',
useragent: '客户端',
domain: '域',
username: "用户全局名",
personname: "用户名称",
authtime: "认证时间",
authcode: "认证结果",
ipaddr: "IP地址",
macaddr: "MAC地址",
useragent: "客户端",
domain: "域",
},
uiactions: {
},
},
default_searchform: {
details: {
rawitem1: '',
formpage1: '常规条件',
n_username_like: '用户全局名',
n_personname_like: '用户名称',
n_authcode_eq: '认证结果',
n_domain_like: '域',
n_authtime_gtandeq: '认证时间',
n_authtime_ltandeq: '',
rawitem1: "",
formpage1: "常规条件",
n_username_like: "用户全局名",
n_personname_like: "用户名称",
n_authcode_eq: "认证结果",
n_domain_like: "域",
n_authtime_gtandeq: "认证时间",
n_authtime_ltandeq: "",
},
uiactions: {
},
......
export default {
fields: {
permissionid: '资源标识',
permissionname: '资源名称',
permissiontype: '资源类别',
pssystemid: '系统',
enable: '逻辑有效',
createdate: '>',
updatedate: 'Upload',
permissionid: "资源标识",
permissionname: "资源名称",
permissiontype: "资源类别",
pssystemid: "系统",
enable: "逻辑有效",
createdate: ">",
updatedate: "Upload",
},
views: {
pickupview: {
caption: "<>",
title: '权限表数据选择视图',
title: "权限表数据选择视图",
},
mpickupview: {
caption: "<>",
title: '权限表数据多项选择视图',
title: "权限表数据多项选择视图",
},
pickupgridview: {
caption: "<>",
title: 'Add',
title: "Add",
},
},
main_grid: {
......
export default {
fields: {
permissionid: '资源标识',
permissionname: '资源名称',
permissiontype: '资源类别',
pssystemid: '系统',
enable: '逻辑有效',
createdate: '建立时间',
updatedate: '更新时间',
permissionid: "资源标识",
permissionname: "资源名称",
permissiontype: "资源类别",
pssystemid: "系统",
enable: "逻辑有效",
createdate: "建立时间",
updatedate: "更新时间",
},
views: {
pickupview: {
caption: '权限/资源',
title: '权限表数据选择视图',
caption: "权限/资源",
title: "权限表数据选择视图",
},
mpickupview: {
caption: '权限/资源',
title: '权限表数据多项选择视图',
caption: "权限/资源",
title: "权限表数据多项选择视图",
},
pickupgridview: {
caption: '权限/资源',
title: '权限表选择表格视图',
caption: "权限/资源",
title: "权限表选择表格视图",
},
},
main_grid: {
columns: {
sys_permissionid: '资源标识',
sys_permissionname: '资源名称',
sys_permissionid: "资源标识",
sys_permissionname: "资源名称",
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: '常规条件',
formpage1: "常规条件",
},
uiactions: {
},
......
export default {
fields: {
rolepermissionid: '角色权限关系表标识',
roleid: '角色表标识',
rolename: '角色名称',
permissionid: '权限表标识',
permissionname: '权限名称',
permissiontype: '权限类型',
permissionenable: '权限类型',
createdate: '>',
updatedate: 'Upload',
rolepermissionid: "角色权限关系表标识",
roleid: "角色表标识",
rolename: "角色名称",
permissionid: "权限表标识",
permissionname: "权限名称",
permissiontype: "权限类型",
permissionenable: "权限类型",
createdate: ">",
updatedate: "Upload",
},
views: {
customview: {
caption: "[{0}] length no more then {1}",
title: '角色权限关系自定义视图',
title: "角色权限关系自定义视图",
},
},
};
\ No newline at end of file
export default {
fields: {
rolepermissionid: '角色权限关系表标识',
roleid: '角色表标识',
rolename: '角色名称',
permissionid: '权限表标识',
permissionname: '权限名称',
permissiontype: '权限类型',
permissionenable: '权限类型',
createdate: '建立时间',
updatedate: '更新时间',
rolepermissionid: "角色权限关系表标识",
roleid: "角色表标识",
rolename: "角色名称",
permissionid: "权限表标识",
permissionname: "权限名称",
permissiontype: "权限类型",
permissionenable: "权限类型",
createdate: "建立时间",
updatedate: "更新时间",
},
views: {
customview: {
caption: '角色权限关系',
title: '角色权限关系自定义视图',
caption: "角色权限关系",
title: "角色权限关系自定义视图",
},
},
};
\ No newline at end of file
export default {
fields: {
roleid: 'Normal',
rolename: 'Save',
memo: '备注',
createdate: '>',
updatedate: 'Upload',
roleid: "Normal",
rolename: "Save",
memo: "备注",
createdate: ">",
updatedate: "Upload",
},
views: {
gridview: {
caption: "Start workflow",
title: '角色表格视图',
title: "角色表格视图",
},
pickupview: {
caption: "Start workflow",
title: 'Logic error',
title: "Logic error",
},
editview: {
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: {
caption: "Start workflow",
title: 'Tables Information',
title: "Tables Information",
},
mpickupview: {
caption: "Start workflow",
title: 'Others',
title: "Others",
},
},
main_form: {
......
export default {
fields: {
roleid: '角色标识',
rolename: '角色名称',
memo: '备注',
createdate: '建立时间',
updatedate: '更新时间',
roleid: "角色标识",
rolename: "角色名称",
memo: "备注",
createdate: "建立时间",
updatedate: "更新时间",
},
views: {
gridview: {
caption: '系统角色',
title: '角色表格视图',
caption: "系统角色",
title: "角色表格视图",
},
pickupview: {
caption: '系统角色',
title: '角色数据选择视图',
caption: "系统角色",
title: "角色数据选择视图",
},
editview: {
caption: '系统角色',
title: '角色编辑视图',
caption: "系统角色",
title: "角色编辑视图",
},
pickupgridview: {
caption: '系统角色',
title: '角色选择表格视图',
caption: "系统角色",
title: "角色选择表格视图",
},
mpickupview: {
caption: '系统角色',
title: '角色数据多项选择视图',
caption: "系统角色",
title: "角色数据多项选择视图",
},
},
main_form: {
details: {
group1: '角色表基本信息',
druipart1: '权限',
tabpage1: '权限',
druipart2: '用户',
tabpage2: '用户',
tabpanel1: '',
formpage1: '基本信息',
srfupdatedate: '更新时间',
srforikey: '',
srfkey: '角色标识',
srfmajortext: '角色名称',
srftempmode: '',
srfuf: '',
srfdeid: '',
srfsourcekey: '',
sys_rolename: '角色名称',
memo: '备注',
sys_roleid: '角色标识',
group1: "角色表基本信息",
druipart1: "权限",
tabpage1: "权限",
druipart2: "用户",
tabpage2: "用户",
tabpanel1: "",
formpage1: "基本信息",
srfupdatedate: "更新时间",
srforikey: "",
srfkey: "角色标识",
srfmajortext: "角色名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
sys_rolename: "角色名称",
memo: "备注",
sys_roleid: "角色标识",
},
uiactions: {
},
},
main_grid: {
columns: {
sys_rolename: '角色名称',
memo: '备注',
updatedate: '更新时间',
sys_rolename: "角色名称",
memo: "备注",
updatedate: "更新时间",
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: '常规条件',
n_sys_rolename_like: '角色名称(%)',
formpage1: "常规条件",
n_sys_rolename_like: "角色名称(%)",
},
uiactions: {
},
},
gridviewtoolbar_toolbar: {
tbitem3: {
caption: '新建',
tip: '新建',
caption: "新建",
tip: "新建",
},
tbitem4: {
caption: '编辑',
tip: '编辑',
caption: "编辑",
tip: "编辑",
},
tbitem6: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
tbitem7: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem8: {
caption: '删除',
tip: '删除',
caption: "删除",
tip: "删除",
},
tbitem9: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem13: {
caption: '导出',
tip: '导出',
caption: "导出",
tip: "导出",
},
tbitem10: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem16: {
caption: '其它',
tip: '其它',
caption: "其它",
tip: "其它",
},
tbitem21: {
caption: '导出数据模型',
tip: '导出数据模型',
caption: "导出数据模型",
tip: "导出数据模型",
},
tbitem23: {
caption: '数据导入',
tip: '数据导入',
caption: "数据导入",
tip: "数据导入",
},
tbitem17: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem19: {
caption: '过滤',
tip: '过滤',
caption: "过滤",
tip: "过滤",
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: '保存',
tip: '保存',
caption: "保存",
tip: "保存",
},
tbitem6: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem14: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
},
};
\ No newline at end of file
export default {
fields: {
userroleid: 'The major data entity cannot be found',
roleid: '角色标识',
rolename: '角色名称',
userid: '用户标识',
personname: '用户名称',
createdate: '>',
updatedate: 'Upload',
userroleid: "The major data entity cannot be found",
roleid: "角色标识",
rolename: "角色名称",
userid: "用户标识",
personname: "用户名称",
createdate: ">",
updatedate: "Upload",
},
views: {
gridview: {
caption: "The workflow instance [{0}] is closed and cannot be submitted for processing",
title: 'datetime',
title: "datetime",
},
editview: {
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: {
......
export default {
fields: {
userroleid: '用户角色关系标识',
roleid: '角色标识',
rolename: '角色名称',
userid: '用户标识',
personname: '用户名称',
createdate: '建立时间',
updatedate: '更新时间',
userroleid: "用户角色关系标识",
roleid: "角色标识",
rolename: "角色名称",
userid: "用户标识",
personname: "用户名称",
createdate: "建立时间",
updatedate: "更新时间",
},
views: {
gridview: {
caption: '用户角色关系',
title: '用户角色关系表表格视图',
caption: "用户角色关系",
title: "用户角色关系表表格视图",
},
editview: {
caption: '用户角色关系',
title: '用户角色关系表编辑视图',
caption: "用户角色关系",
title: "用户角色关系表编辑视图",
},
},
main_form: {
details: {
group1: '用户角色关系表基本信息',
formpage1: '基本信息',
srfupdatedate: '更新时间',
srforikey: '',
srfkey: '用户角色关系标识',
srfmajortext: '用户标识',
srftempmode: '',
srfuf: '',
srfdeid: '',
srfsourcekey: '',
sys_roleid: '角色标识',
sys_user_roleid: '用户角色关系标识',
sys_rolename: '角色名称',
sys_username: '用户名称',
sys_userid: '用户标识',
group1: "用户角色关系表基本信息",
formpage1: "基本信息",
srfupdatedate: "更新时间",
srforikey: "",
srfkey: "用户角色关系标识",
srfmajortext: "用户标识",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
sys_roleid: "角色标识",
sys_user_roleid: "用户角色关系标识",
sys_rolename: "角色名称",
sys_username: "用户名称",
sys_userid: "用户标识",
},
uiactions: {
},
},
main_grid: {
columns: {
sys_username: '用户名称',
sys_rolename: '角色名称',
updatedate: '更新时间',
sys_username: "用户名称",
sys_rolename: "角色名称",
updatedate: "更新时间",
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: '常规条件',
formpage1: "常规条件",
},
uiactions: {
},
},
gridviewtoolbar_toolbar: {
tbitem3: {
caption: '新建',
tip: '新建',
caption: "新建",
tip: "新建",
},
tbitem4: {
caption: '编辑',
tip: '编辑',
caption: "编辑",
tip: "编辑",
},
tbitem6: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
tbitem7: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem8: {
caption: '删除',
tip: '删除',
caption: "删除",
tip: "删除",
},
tbitem9: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem13: {
caption: '导出',
tip: '导出',
caption: "导出",
tip: "导出",
},
tbitem10: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem16: {
caption: '其它',
tip: '其它',
caption: "其它",
tip: "其它",
},
tbitem21: {
caption: '导出数据模型',
tip: '导出数据模型',
caption: "导出数据模型",
tip: "导出数据模型",
},
tbitem23: {
caption: '数据导入',
tip: '数据导入',
caption: "数据导入",
tip: "数据导入",
},
tbitem17: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem19: {
caption: '过滤',
tip: '过滤',
caption: "过滤",
tip: "过滤",
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: '保存',
tip: '保存',
caption: "保存",
tip: "保存",
},
tbitem6: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem14: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
},
};
\ No newline at end of file
export default {
fields: {
userid: '用户标识',
username: '用户全局名',
personname: '用户姓名',
password: '密码',
userid: "用户标识",
username: "用户全局名",
personname: "用户姓名",
password: "密码",
},
views: {
mpickupview: {
caption: "Internal Error",
title: 'Condition',
title: "Condition",
},
pickupview: {
caption: "Internal Error",
title: 'Workflow',
title: "Workflow",
},
pickupgridview: {
caption: "Internal Error",
title: 'Please save [{0}] before you manage [{1}]',
title: "Please save [{0}] before you manage [{1}]",
},
},
main_grid: {
......
export default {
fields: {
userid: '用户标识',
username: '用户全局名',
personname: '用户姓名',
password: '密码',
userid: "用户标识",
username: "用户全局名",
personname: "用户姓名",
password: "密码",
},
views: {
mpickupview: {
caption: '系统用户',
title: '用户表数据多项选择视图',
caption: "系统用户",
title: "用户表数据多项选择视图",
},
pickupview: {
caption: '系统用户',
title: '用户表数据选择视图',
caption: "系统用户",
title: "用户表数据选择视图",
},
pickupgridview: {
caption: '系统用户',
title: '用户表选择表格视图',
caption: "系统用户",
title: "用户表选择表格视图",
},
},
main_grid: {
columns: {
userid: '用户标识',
username: '用户全局名',
personname: '用户姓名',
userid: "用户标识",
username: "用户全局名",
personname: "用户姓名",
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: '常规条件',
formpage1: "常规条件",
},
uiactions: {
},
......
export default {
fields: {
id: '组标识',
name: '组名称',
groupscope: '范围',
id: "组标识",
name: "组名称",
groupscope: "范围",
},
views: {
pickupgridview: {
caption: "角色/用户组",
title: '角色/用户组选择表格视图',
title: "角色/用户组选择表格视图",
},
mpickupview: {
caption: "角色/用户组",
title: '角色/用户组数据多项选择视图',
title: "角色/用户组数据多项选择视图",
},
pickupview: {
caption: "角色/用户组",
title: '角色/用户组数据选择视图',
title: "角色/用户组数据选择视图",
},
editview: {
caption: "角色/用户组",
title: '角色/用户组编辑视图',
title: "角色/用户组编辑视图",
},
gridview: {
caption: "角色/用户组",
title: '角色/用户组表格视图',
title: "角色/用户组表格视图",
},
},
main_form: {
......
export default {
fields: {
id: '组标识',
name: '组名称',
groupscope: '范围',
id: "组标识",
name: "组名称",
groupscope: "范围",
},
views: {
pickupgridview: {
caption: '角色/用户组',
title: '角色/用户组选择表格视图',
caption: "角色/用户组",
title: "角色/用户组选择表格视图",
},
mpickupview: {
caption: '角色/用户组',
title: '角色/用户组数据多项选择视图',
caption: "角色/用户组",
title: "角色/用户组数据多项选择视图",
},
pickupview: {
caption: '角色/用户组',
title: '角色/用户组数据选择视图',
caption: "角色/用户组",
title: "角色/用户组数据选择视图",
},
editview: {
caption: '角色/用户组',
title: '角色/用户组编辑视图',
caption: "角色/用户组",
title: "角色/用户组编辑视图",
},
gridview: {
caption: '角色/用户组',
title: '角色/用户组表格视图',
caption: "角色/用户组",
title: "角色/用户组表格视图",
},
},
main_form: {
details: {
druipart1: '成员',
group1: '角色/用户组基本信息',
formpage1: '基本信息',
srforikey: '',
srfkey: '组标识',
srfmajortext: '组名称',
srftempmode: '',
srfuf: '',
srfdeid: '',
srfsourcekey: '',
groupname: '组名称',
groupscope: '范围',
groupid: '组标识',
druipart1: "成员",
group1: "角色/用户组基本信息",
formpage1: "基本信息",
srforikey: "",
srfkey: "组标识",
srfmajortext: "组名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
groupname: "组名称",
groupscope: "范围",
groupid: "组标识",
},
uiactions: {
},
},
main_grid: {
columns: {
groupid: '组标识',
groupname: '组名称',
groupscope: '范围',
groupid: "组标识",
groupname: "组名称",
groupscope: "范围",
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: '常规条件',
n_groupname_like: '组名称(文本包含(%))',
formpage1: "常规条件",
n_groupname_like: "组名称(文本包含(%))",
},
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: '保存',
tip: '保存',
caption: "保存",
tip: "保存",
},
tbitem6: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem14: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
},
gridviewtoolbar_toolbar: {
tbitem3: {
caption: '新建',
tip: '新建',
caption: "新建",
tip: "新建",
},
tbitem4: {
caption: '编辑',
tip: '编辑',
caption: "编辑",
tip: "编辑",
},
tbitem6: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
tbitem7: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem8: {
caption: '删除',
tip: '删除',
caption: "删除",
tip: "删除",
},
tbitem9: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem13: {
caption: '导出',
tip: '导出',
caption: "导出",
tip: "导出",
},
tbitem10: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem16: {
caption: '其它',
tip: '其它',
caption: "其它",
tip: "其它",
},
tbitem21: {
caption: '导出数据模型',
tip: '导出数据模型',
caption: "导出数据模型",
tip: "导出数据模型",
},
tbitem23: {
caption: '数据导入',
tip: '数据导入',
caption: "数据导入",
tip: "数据导入",
},
tbitem17: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem19: {
caption: '过滤',
tip: '过滤',
caption: "过滤",
tip: "过滤",
},
},
};
\ No newline at end of file
export default {
fields: {
memberid: '组成员标识',
membername: '组成员名称',
groupid: '组标识',
groupname: '用户组',
userid: '用户标识',
personname: '用户',
memberid: "组成员标识",
membername: "组成员名称",
groupid: "组标识",
groupname: "用户组",
userid: "用户标识",
personname: "用户",
},
views: {
gridview: {
caption: "成员",
title: '成员表格视图',
title: "成员表格视图",
},
editview: {
caption: "成员",
title: '成员编辑视图',
title: "成员编辑视图",
},
},
main_form: {
......
export default {
fields: {
memberid: '组成员标识',
membername: '组成员名称',
groupid: '组标识',
groupname: '用户组',
userid: '用户标识',
personname: '用户',
memberid: "组成员标识",
membername: "组成员名称",
groupid: "组标识",
groupname: "用户组",
userid: "用户标识",
personname: "用户",
},
views: {
gridview: {
caption: '成员',
title: '成员表格视图',
caption: "成员",
title: "成员表格视图",
},
editview: {
caption: '成员',
title: '成员编辑视图',
caption: "成员",
title: "成员编辑视图",
},
},
main_form: {
details: {
group1: '成员基本信息',
formpage1: '基本信息',
srforikey: '',
srfkey: '组成员标识',
srfmajortext: '组成员名称',
srftempmode: '',
srfuf: '',
srfdeid: '',
srfsourcekey: '',
groupid: '组标识',
userid: '用户标识',
personname: '用户',
memberid: '组成员标识',
group1: "成员基本信息",
formpage1: "基本信息",
srforikey: "",
srfkey: "组成员标识",
srfmajortext: "组成员名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
groupid: "组标识",
userid: "用户标识",
personname: "用户",
memberid: "组成员标识",
},
uiactions: {
},
},
main_grid: {
columns: {
personname: '用户',
groupname: '用户组',
personname: "用户",
groupname: "用户组",
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: '常规条件',
n_personname_like: '用户(文本包含(%))',
formpage1: "常规条件",
n_personname_like: "用户(文本包含(%))",
},
uiactions: {
},
},
gridviewtoolbar_toolbar: {
tbitem3: {
caption: '新建',
tip: '新建',
caption: "新建",
tip: "新建",
},
tbitem4: {
caption: '编辑',
tip: '编辑',
caption: "编辑",
tip: "编辑",
},
tbitem6: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
tbitem7: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem8: {
caption: '删除',
tip: '删除',
caption: "删除",
tip: "删除",
},
tbitem9: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem13: {
caption: '导出',
tip: '导出',
caption: "导出",
tip: "导出",
},
tbitem10: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem16: {
caption: '其它',
tip: '其它',
caption: "其它",
tip: "其它",
},
tbitem21: {
caption: '导出数据模型',
tip: '导出数据模型',
caption: "导出数据模型",
tip: "导出数据模型",
},
tbitem23: {
caption: '数据导入',
tip: '数据导入',
caption: "数据导入",
tip: "数据导入",
},
tbitem17: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem19: {
caption: '过滤',
tip: '过滤',
caption: "过滤",
tip: "过滤",
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: '保存',
tip: '保存',
caption: "保存",
tip: "保存",
},
tbitem6: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem14: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
},
};
\ No newline at end of file
export default {
fields: {
definitionkey: 'DefinitionKey',
definitionname: '流程定义名称',
modelversion: '模型版本',
modelenable: '模型是否启用',
pssystemid: '系统标识',
md5check: '校验',
bpmnfile: 'BPMN',
deploykey: 'DeployKey',
definitionkey: "DefinitionKey",
definitionname: "流程定义名称",
modelversion: "模型版本",
modelenable: "模型是否启用",
pssystemid: "系统标识",
md5check: "校验",
bpmnfile: "BPMN",
deploykey: "DeployKey",
},
views: {
editview: {
caption: "流程定义",
title: '实体编辑视图',
title: "实体编辑视图",
},
gridview: {
caption: "流程定义",
title: '实体表格视图',
title: "实体表格视图",
},
},
main_form: {
......
export default {
fields: {
definitionkey: 'DefinitionKey',
definitionname: '流程定义名称',
modelversion: '模型版本',
modelenable: '模型是否启用',
pssystemid: '系统标识',
md5check: '校验',
bpmnfile: 'BPMN',
deploykey: 'DeployKey',
definitionkey: "DefinitionKey",
definitionname: "流程定义名称",
modelversion: "模型版本",
modelenable: "模型是否启用",
pssystemid: "系统标识",
md5check: "校验",
bpmnfile: "BPMN",
deploykey: "DeployKey",
},
views: {
editview: {
caption: '流程定义',
title: '实体编辑视图',
caption: "流程定义",
title: "实体编辑视图",
},
gridview: {
caption: '流程定义',
title: '实体表格视图',
caption: "流程定义",
title: "实体表格视图",
},
},
main_form: {
details: {
group1: '模型基本信息',
formpage1: '基本信息',
srforikey: '',
srfkey: 'DefinitionKey',
srfmajortext: '流程定义名称',
srftempmode: '',
srfuf: '',
srfdeid: '',
srfsourcekey: '',
definitionkey: 'DefinitionKey',
deploykey: 'DefinitionKey',
definitionname: '流程定义名称',
pssystemid: '系统标识',
modelversion: '模型版本',
modelenable: '模型是否启用',
bpmnfile: 'BPMN',
md5check: '校验',
group1: "模型基本信息",
formpage1: "基本信息",
srforikey: "",
srfkey: "DefinitionKey",
srfmajortext: "流程定义名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
definitionkey: "DefinitionKey",
deploykey: "DefinitionKey",
definitionname: "流程定义名称",
pssystemid: "系统标识",
modelversion: "模型版本",
modelenable: "模型是否启用",
bpmnfile: "BPMN",
md5check: "校验",
},
uiactions: {
},
},
main_grid: {
columns: {
definitionkey: 'DefinitionKey',
definitionname: '流程定义名称',
pssystemid: '系统标识',
modelversion: '模型版本',
modelenable: '模型是否启用',
definitionkey: "DefinitionKey",
definitionname: "流程定义名称",
pssystemid: "系统标识",
modelversion: "模型版本",
modelenable: "模型是否启用",
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: '常规条件',
n_deploykey_like: 'DefinitionKey',
n_definitionname_like: '流程定义名称',
formpage1: "常规条件",
n_deploykey_like: "DefinitionKey",
n_definitionname_like: "流程定义名称",
},
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: '保存',
tip: '保存',
caption: "保存",
tip: "保存",
},
tbitem6: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem14: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
},
gridviewtoolbar_toolbar: {
tbitem3: {
caption: '新建',
tip: '新建',
caption: "新建",
tip: "新建",
},
tbitem4: {
caption: '编辑',
tip: '编辑',
caption: "编辑",
tip: "编辑",
},
tbitem6: {
caption: '拷贝',
tip: '拷贝',
caption: "拷贝",
tip: "拷贝",
},
tbitem7: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem8: {
caption: '删除',
tip: '删除',
caption: "删除",
tip: "删除",
},
tbitem9: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem13: {
caption: '导出',
tip: '导出',
caption: "导出",
tip: "导出",
},
tbitem10: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem16: {
caption: '其它',
tip: '其它',
caption: "其它",
tip: "其它",
},
tbitem21: {
caption: '导出数据模型',
tip: '导出数据模型',
caption: "导出数据模型",
tip: "导出数据模型",
},
tbitem23: {
caption: '数据导入',
tip: '数据导入',
caption: "数据导入",
tip: "数据导入",
},
tbitem17: {
caption: '-',
tip: '',
caption: "-",
tip: "",
},
tbitem19: {
caption: '过滤',
tip: '过滤',
caption: "过滤",
tip: "过滤",
},
},
};
\ No newline at end of file
export default {
fields: {
id: 'ID',
name: '名称',
bpmnfile: 'BPMN',
id: "ID",
name: "名称",
bpmnfile: "BPMN",
},
views: {
editview: {
caption: "流程模型",
title: '流程模型编辑视图',
title: "流程模型编辑视图",
},
},
main_form: {
......
export default {
fields: {
id: 'ID',
name: '名称',
bpmnfile: 'BPMN',
id: "ID",
name: "名称",
bpmnfile: "BPMN",
},
views: {
editview: {
caption: '流程模型',
title: '流程模型编辑视图',
caption: "流程模型",
title: "流程模型编辑视图",
},
},
main_form: {
details: {
group1: '流程模型',
formpage1: '基本信息',
srforikey: '',
srfkey: 'ID',
srfmajortext: '名称',
srftempmode: '',
srfuf: '',
srfdeid: '',
srfsourcekey: '',
bpmnfile: 'BPMN',
modelid: 'ID',
group1: "流程模型",
formpage1: "基本信息",
srforikey: "",
srfkey: "ID",
srfmajortext: "名称",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
bpmnfile: "BPMN",
modelid: "ID",
},
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem1: {
caption: '保存',
tip: '保存',
caption: "保存",
tip: "保存",
},
},
};
\ No newline at end of file
export default {
fields: {
id: '用户标识',
firstname: '用户全局名',
displayname: '用户名称',
id: "用户标识",
firstname: "用户全局名",
displayname: "用户名称",
},
views: {
pickupview: {
caption: "用户",
title: '用户数据选择视图',
title: "用户数据选择视图",
},
mpickupview: {
caption: "用户",
title: '用户数据多项选择视图',
title: "用户数据多项选择视图",
},
pickupgridview: {
caption: "用户",
title: '用户选择表格视图',
title: "用户选择表格视图",
},
},
main_grid: {
......
export default {
fields: {
id: '用户标识',
firstname: '用户全局名',
displayname: '用户名称',
id: "用户标识",
firstname: "用户全局名",
displayname: "用户名称",
},
views: {
pickupview: {
caption: '用户',
title: '用户数据选择视图',
caption: "用户",
title: "用户数据选择视图",
},
mpickupview: {
caption: '用户',
title: '用户数据多项选择视图',
caption: "用户",
title: "用户数据多项选择视图",
},
pickupgridview: {
caption: '用户',
title: '用户选择表格视图',
caption: "用户",
title: "用户选择表格视图",
},
},
main_grid: {
columns: {
userid: '用户标识',
personname: '用户名称',
username: '用户全局名',
userid: "用户标识",
personname: "用户名称",
username: "用户全局名",
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: '常规条件',
n_personname_like: '用户名称(文本包含(%))',
formpage1: "常规条件",
n_personname_like: "用户名称(文本包含(%))",
},
uiactions: {
},
......
......@@ -8,124 +8,124 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
let status = MockAdapter.mockStatus(config);
return [status, [
{
srfkey: 'YesNo',
emptytext: '未定义',
srfkey: "YesNo",
emptytext: "未定义",
"codelisttype":"static",
items: [
{
id: '1',
label: '是',
text: '是',
id: "1",
label: "是",
text: "是",
"data":"",
"codename":"Item_1",
value: '1',
value: "1",
disabled: false,
},
{
id: '0',
label: '否',
text: '否',
id: "0",
label: "否",
text: "否",
"data":"",
"codename":"Item_0",
value: '0',
value: "0",
disabled: false,
},
]
},
{
srfkey: 'CLIBZSex',
emptytext: '',
srfkey: "CLIBZSex",
emptytext: "",
"codelisttype":"static",
items: [
{
id: '男',
label: '男性',
text: '男性',
id: "男",
label: "男性",
text: "男性",
"data":"",
"codename":"Item_1",
value: '男',
value: "男",
disabled: false,
},
{
id: '女',
label: '女性',
text: '女性',
id: "女",
label: "女性",
text: "女性",
"data":"",
"codename":"Item_2",
value: '女',
value: "女",
disabled: false,
},
{
id: '性别不详',
label: '性别不详',
text: '性别不详',
id: "性别不详",
label: "性别不详",
text: "性别不详",
"data":"",
"codename":"Item_3",
value: '性别不详',
value: "性别不详",
disabled: false,
},
]
},
{
srfkey: 'CLAuthCode',
emptytext: '未定义',
srfkey: "CLAuthCode",
emptytext: "未定义",
"codelisttype":"static",
items: [
{
id: '200',
label: '成功',
text: '成功',
id: "200",
label: "成功",
text: "成功",
"data":"",
"codename":"Item_200",
"color": "rgba(0, 255, 0, 0)",
value: '200',
value: "200",
disabled: false,
},
{
id: '400',
label: '用户不存在',
text: '用户不存在',
id: "400",
label: "用户不存在",
text: "用户不存在",
"data":"",
"codename":"Item_400",
value: '400',
value: "400",
disabled: false,
},
{
id: '401.1',
label: '密码错误',
text: '密码错误',
id: "401.1",
label: "密码错误",
text: "密码错误",
"data":"",
"codename":"Item_3",
value: '401.1',
value: "401.1",
disabled: false,
},
{
id: '401.2',
label: '配置错误',
text: '配置错误',
id: "401.2",
label: "配置错误",
text: "配置错误",
"data":"",
"codename":"Item_4",
"color": "rgba(22, 9, 170, 1)",
value: '401.2',
value: "401.2",
disabled: false,
},
{
id: '403.6',
label: '地址被拒绝',
text: '地址被拒绝',
id: "403.6",
label: "地址被拒绝",
text: "地址被拒绝",
"data":"",
"codename":"Item_5",
"color": "rgba(0, 72, 255, 1)",
value: '403.6',
value: "403.6",
disabled: false,
},
......
......@@ -610,7 +610,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
* 是否显示按钮
*
* @type {boolean}
* @memberof IBZDepartmentMPickupView
* @memberof IBZDepartmentMPickupViewBase
*/
@Prop({default: true}) public isShowButton!: boolean;
......@@ -618,7 +618,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
* 选中数据的字符串
*
* @type {string}
* @memberof IBZDepartmentMPickupView
* @memberof IBZDepartmentMPickupViewBase
*/
public selectedData: string = "";
......@@ -626,7 +626,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
* 是否初始化已选中项
*
* @type {any[]}
* @memberof IBZDepartmentMPickupView
* @memberof IBZDepartmentMPickupViewBase
*/
public isInitSelected:boolean = false;
......@@ -634,7 +634,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
* 视图选中数据
*
* @type {any[]}
* @memberof IBZDepartmentMPickupView
* @memberof IBZDepartmentMPickupViewBase
*/
public viewSelections:any[] = [];
......@@ -642,7 +642,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof IBZDepartmentMPickupView
* @memberof IBZDepartmentMPickupViewBase
*/
public isSingleSelect: boolean = false;
......@@ -650,7 +650,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
* 选中数据单击
*
* @param {*} item
* @memberof IBZDepartmentMPickupView
* @memberof IBZDepartmentMPickupViewBase
*/
public selectionsClick(item:any):void {
item._select = !item._select;
......@@ -662,7 +662,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
* 选中树双击
*
* @param {*} item
* @memberof IBZDepartmentMPickupView
* @memberof IBZDepartmentMPickupViewBase
*/
public selectionsDBLClick(item:any):void {
const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey));
......@@ -677,7 +677,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
/**
* 删除右侧全部选中数据
*
* @memberof IBZDepartmentMPickupView
* @memberof IBZDepartmentMPickupViewBase
*/
public onCLickLeft():void {
const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))];
......@@ -698,7 +698,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
/**
* 添加左侧选中数据
*
* @memberof IBZDepartmentMPickupView
* @memberof IBZDepartmentMPickupViewBase
*/
public onCLickRight():void {
Object.values(this.containerModel).forEach((model: any) => {
......@@ -724,7 +724,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
/**
* 选中数据全部删除
*
* @memberof IBZDepartmentMPickupView
* @memberof IBZDepartmentMPickupViewBase
*/
public onCLickAllLeft():void {
this.viewSelections = [];
......@@ -736,7 +736,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
/**
* 添加左侧面板所有数据到右侧
*
* @memberof IBZDepartmentMPickupView
* @memberof IBZDepartmentMPickupViewBase
*/
public onCLickAllRight():void {
Object.values(this.containerModel).forEach((model: any) => {
......@@ -763,7 +763,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
/**
* 确定
*
* @memberof IBZDepartmentMPickupView
* @memberof IBZDepartmentMPickupViewBase
*/
public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections);
......@@ -773,7 +773,7 @@ export default class IBZDepartmentMPickupViewBase extends Vue {
/**
* 取消
*
* @memberof IBZDepartmentMPickupView
* @memberof IBZDepartmentMPickupViewBase
*/
public onClickCancel(): void {
this.$emit('close', null);
......
......@@ -628,7 +628,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue {
* 选中数据字符串
*
* @type {string}
* @memberof IBZDepartmentPickupGridView
* @memberof IBZDepartmentPickupGridViewBase
*/
@Prop() public selectedData?: string;
......@@ -636,7 +636,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof IBZDepartmentPickupGridView
* @memberof IBZDepartmentPickupGridViewBase
*/
@Prop() public isSingleSelect?: boolean;
......@@ -644,7 +644,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue {
* 搜索值
*
* @type {string}
* @memberof IBZDepartmentPickupGridView
* @memberof IBZDepartmentPickupGridViewBase
*/
public query: string = '';
......@@ -652,7 +652,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue {
* 是否展开搜索表单
*
* @type {boolean}
* @memberof IBZDepartmentPickupGridView
* @memberof IBZDepartmentPickupGridViewBase
*/
public isExpandSearchForm: boolean = true;
......@@ -663,7 +663,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue {
* 2 双击激活
*
* @type {(number | 0 | 1 | 2)}
* @memberof IBZDepartmentPickupGridView
* @memberof IBZDepartmentPickupGridViewBase
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
......@@ -671,7 +671,7 @@ export default class IBZDepartmentPickupGridViewBase extends Vue {
* 快速搜索
*
* @param {*} $event
* @memberof IBZDepartmentPickupGridView
* @memberof IBZDepartmentPickupGridViewBase
*/
public onSearch($event: any): void {
const refs: any = this.$refs;
......
......@@ -576,7 +576,7 @@ export default class IBZDepartmentPickupViewBase extends Vue {
* 选中数据的字符串
*
* @type {string}
* @memberof IBZDepartmentPickupView
* @memberof IBZDepartmentPickupViewBase
*/
public selectedData: string = "";
......
......@@ -596,7 +596,7 @@ export default class IBZDepartmentTreeExpViewBase extends Vue {
* 视图唯一标识
*
* @type {string}
* @memberof IBZDepartmentTreeExpView
* @memberof IBZDepartmentTreeExpViewBase
*/
public viewUID: string = 'ou-ibzdepartment-tree-exp-view';
......
......@@ -610,7 +610,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
* 是否显示按钮
*
* @type {boolean}
* @memberof IBZEmployeeMPickupView
* @memberof IBZEmployeeMPickupViewBase
*/
@Prop({default: true}) public isShowButton!: boolean;
......@@ -618,7 +618,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
* 选中数据的字符串
*
* @type {string}
* @memberof IBZEmployeeMPickupView
* @memberof IBZEmployeeMPickupViewBase
*/
public selectedData: string = "";
......@@ -626,7 +626,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
* 是否初始化已选中项
*
* @type {any[]}
* @memberof IBZEmployeeMPickupView
* @memberof IBZEmployeeMPickupViewBase
*/
public isInitSelected:boolean = false;
......@@ -634,7 +634,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
* 视图选中数据
*
* @type {any[]}
* @memberof IBZEmployeeMPickupView
* @memberof IBZEmployeeMPickupViewBase
*/
public viewSelections:any[] = [];
......@@ -642,7 +642,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof IBZEmployeeMPickupView
* @memberof IBZEmployeeMPickupViewBase
*/
public isSingleSelect: boolean = false;
......@@ -650,7 +650,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
* 选中数据单击
*
* @param {*} item
* @memberof IBZEmployeeMPickupView
* @memberof IBZEmployeeMPickupViewBase
*/
public selectionsClick(item:any):void {
item._select = !item._select;
......@@ -662,7 +662,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
* 选中树双击
*
* @param {*} item
* @memberof IBZEmployeeMPickupView
* @memberof IBZEmployeeMPickupViewBase
*/
public selectionsDBLClick(item:any):void {
const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey));
......@@ -677,7 +677,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
/**
* 删除右侧全部选中数据
*
* @memberof IBZEmployeeMPickupView
* @memberof IBZEmployeeMPickupViewBase
*/
public onCLickLeft():void {
const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))];
......@@ -698,7 +698,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
/**
* 添加左侧选中数据
*
* @memberof IBZEmployeeMPickupView
* @memberof IBZEmployeeMPickupViewBase
*/
public onCLickRight():void {
Object.values(this.containerModel).forEach((model: any) => {
......@@ -724,7 +724,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
/**
* 选中数据全部删除
*
* @memberof IBZEmployeeMPickupView
* @memberof IBZEmployeeMPickupViewBase
*/
public onCLickAllLeft():void {
this.viewSelections = [];
......@@ -736,7 +736,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
/**
* 添加左侧面板所有数据到右侧
*
* @memberof IBZEmployeeMPickupView
* @memberof IBZEmployeeMPickupViewBase
*/
public onCLickAllRight():void {
Object.values(this.containerModel).forEach((model: any) => {
......@@ -763,7 +763,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
/**
* 确定
*
* @memberof IBZEmployeeMPickupView
* @memberof IBZEmployeeMPickupViewBase
*/
public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections);
......@@ -773,7 +773,7 @@ export default class IBZEmployeeMPickupViewBase extends Vue {
/**
* 取消
*
* @memberof IBZEmployeeMPickupView
* @memberof IBZEmployeeMPickupViewBase
*/
public onClickCancel(): void {
this.$emit('close', null);
......
......@@ -628,7 +628,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue {
* 选中数据字符串
*
* @type {string}
* @memberof IBZEmployeePickupGridView
* @memberof IBZEmployeePickupGridViewBase
*/
@Prop() public selectedData?: string;
......@@ -636,7 +636,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof IBZEmployeePickupGridView
* @memberof IBZEmployeePickupGridViewBase
*/
@Prop() public isSingleSelect?: boolean;
......@@ -644,7 +644,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue {
* 搜索值
*
* @type {string}
* @memberof IBZEmployeePickupGridView
* @memberof IBZEmployeePickupGridViewBase
*/
public query: string = '';
......@@ -652,7 +652,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue {
* 是否展开搜索表单
*
* @type {boolean}
* @memberof IBZEmployeePickupGridView
* @memberof IBZEmployeePickupGridViewBase
*/
public isExpandSearchForm: boolean = true;
......@@ -663,7 +663,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue {
* 2 双击激活
*
* @type {(number | 0 | 1 | 2)}
* @memberof IBZEmployeePickupGridView
* @memberof IBZEmployeePickupGridViewBase
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
......@@ -671,7 +671,7 @@ export default class IBZEmployeePickupGridViewBase extends Vue {
* 快速搜索
*
* @param {*} $event
* @memberof IBZEmployeePickupGridView
* @memberof IBZEmployeePickupGridViewBase
*/
public onSearch($event: any): void {
const refs: any = this.$refs;
......
......@@ -576,7 +576,7 @@ export default class IBZEmployeePickupViewBase extends Vue {
* 选中数据的字符串
*
* @type {string}
* @memberof IBZEmployeePickupView
* @memberof IBZEmployeePickupViewBase
*/
public selectedData: string = "";
......
......@@ -628,7 +628,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue {
* 选中数据字符串
*
* @type {string}
* @memberof IBZOrganizationPickupGridView
* @memberof IBZOrganizationPickupGridViewBase
*/
@Prop() public selectedData?: string;
......@@ -636,7 +636,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof IBZOrganizationPickupGridView
* @memberof IBZOrganizationPickupGridViewBase
*/
@Prop() public isSingleSelect?: boolean;
......@@ -644,7 +644,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue {
* 搜索值
*
* @type {string}
* @memberof IBZOrganizationPickupGridView
* @memberof IBZOrganizationPickupGridViewBase
*/
public query: string = '';
......@@ -652,7 +652,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue {
* 是否展开搜索表单
*
* @type {boolean}
* @memberof IBZOrganizationPickupGridView
* @memberof IBZOrganizationPickupGridViewBase
*/
public isExpandSearchForm: boolean = true;
......@@ -663,7 +663,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue {
* 2 双击激活
*
* @type {(number | 0 | 1 | 2)}
* @memberof IBZOrganizationPickupGridView
* @memberof IBZOrganizationPickupGridViewBase
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
......@@ -671,7 +671,7 @@ export default class IBZOrganizationPickupGridViewBase extends Vue {
* 快速搜索
*
* @param {*} $event
* @memberof IBZOrganizationPickupGridView
* @memberof IBZOrganizationPickupGridViewBase
*/
public onSearch($event: any): void {
const refs: any = this.$refs;
......
......@@ -576,7 +576,7 @@ export default class IBZOrganizationPickupViewBase extends Vue {
* 选中数据的字符串
*
* @type {string}
* @memberof IBZOrganizationPickupView
* @memberof IBZOrganizationPickupViewBase
*/
public selectedData: string = "";
......
......@@ -596,7 +596,7 @@ export default class IBZOrganizationTreeExpViewBase extends Vue {
* 视图唯一标识
*
* @type {string}
* @memberof IBZOrganizationTreeExpView
* @memberof IBZOrganizationTreeExpViewBase
*/
public viewUID: string = 'ou-ibzorganization-tree-exp-view';
......
......@@ -610,7 +610,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
* 是否显示按钮
*
* @type {boolean}
* @memberof SysPermissionMPickupView
* @memberof SysPermissionMPickupViewBase
*/
@Prop({default: true}) public isShowButton!: boolean;
......@@ -618,7 +618,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
* 选中数据的字符串
*
* @type {string}
* @memberof SysPermissionMPickupView
* @memberof SysPermissionMPickupViewBase
*/
public selectedData: string = "";
......@@ -626,7 +626,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
* 是否初始化已选中项
*
* @type {any[]}
* @memberof SysPermissionMPickupView
* @memberof SysPermissionMPickupViewBase
*/
public isInitSelected:boolean = false;
......@@ -634,7 +634,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
* 视图选中数据
*
* @type {any[]}
* @memberof SysPermissionMPickupView
* @memberof SysPermissionMPickupViewBase
*/
public viewSelections:any[] = [];
......@@ -642,7 +642,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof SysPermissionMPickupView
* @memberof SysPermissionMPickupViewBase
*/
public isSingleSelect: boolean = false;
......@@ -650,7 +650,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
* 选中数据单击
*
* @param {*} item
* @memberof SysPermissionMPickupView
* @memberof SysPermissionMPickupViewBase
*/
public selectionsClick(item:any):void {
item._select = !item._select;
......@@ -662,7 +662,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
* 选中树双击
*
* @param {*} item
* @memberof SysPermissionMPickupView
* @memberof SysPermissionMPickupViewBase
*/
public selectionsDBLClick(item:any):void {
const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey));
......@@ -677,7 +677,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
/**
* 删除右侧全部选中数据
*
* @memberof SysPermissionMPickupView
* @memberof SysPermissionMPickupViewBase
*/
public onCLickLeft():void {
const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))];
......@@ -698,7 +698,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
/**
* 添加左侧选中数据
*
* @memberof SysPermissionMPickupView
* @memberof SysPermissionMPickupViewBase
*/
public onCLickRight():void {
Object.values(this.containerModel).forEach((model: any) => {
......@@ -724,7 +724,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
/**
* 选中数据全部删除
*
* @memberof SysPermissionMPickupView
* @memberof SysPermissionMPickupViewBase
*/
public onCLickAllLeft():void {
this.viewSelections = [];
......@@ -736,7 +736,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
/**
* 添加左侧面板所有数据到右侧
*
* @memberof SysPermissionMPickupView
* @memberof SysPermissionMPickupViewBase
*/
public onCLickAllRight():void {
Object.values(this.containerModel).forEach((model: any) => {
......@@ -763,7 +763,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
/**
* 确定
*
* @memberof SysPermissionMPickupView
* @memberof SysPermissionMPickupViewBase
*/
public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections);
......@@ -773,7 +773,7 @@ export default class SysPermissionMPickupViewBase extends Vue {
/**
* 取消
*
* @memberof SysPermissionMPickupView
* @memberof SysPermissionMPickupViewBase
*/
public onClickCancel(): void {
this.$emit('close', null);
......
......@@ -628,7 +628,7 @@ export default class SysPermissionPickupGridViewBase extends Vue {
* 选中数据字符串
*
* @type {string}
* @memberof SysPermissionPickupGridView
* @memberof SysPermissionPickupGridViewBase
*/
@Prop() public selectedData?: string;
......@@ -636,7 +636,7 @@ export default class SysPermissionPickupGridViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof SysPermissionPickupGridView
* @memberof SysPermissionPickupGridViewBase
*/
@Prop() public isSingleSelect?: boolean;
......@@ -644,7 +644,7 @@ export default class SysPermissionPickupGridViewBase extends Vue {
* 搜索值
*
* @type {string}
* @memberof SysPermissionPickupGridView
* @memberof SysPermissionPickupGridViewBase
*/
public query: string = '';
......@@ -652,7 +652,7 @@ export default class SysPermissionPickupGridViewBase extends Vue {
* 是否展开搜索表单
*
* @type {boolean}
* @memberof SysPermissionPickupGridView
* @memberof SysPermissionPickupGridViewBase
*/
public isExpandSearchForm: boolean = true;
......@@ -663,7 +663,7 @@ export default class SysPermissionPickupGridViewBase extends Vue {
* 2 双击激活
*
* @type {(number | 0 | 1 | 2)}
* @memberof SysPermissionPickupGridView
* @memberof SysPermissionPickupGridViewBase
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
......@@ -671,7 +671,7 @@ export default class SysPermissionPickupGridViewBase extends Vue {
* 快速搜索
*
* @param {*} $event
* @memberof SysPermissionPickupGridView
* @memberof SysPermissionPickupGridViewBase
*/
public onSearch($event: any): void {
const refs: any = this.$refs;
......
......@@ -610,7 +610,7 @@ export default class SysRoleMPickupViewBase extends Vue {
* 是否显示按钮
*
* @type {boolean}
* @memberof SysRoleMPickupView
* @memberof SysRoleMPickupViewBase
*/
@Prop({default: true}) public isShowButton!: boolean;
......@@ -618,7 +618,7 @@ export default class SysRoleMPickupViewBase extends Vue {
* 选中数据的字符串
*
* @type {string}
* @memberof SysRoleMPickupView
* @memberof SysRoleMPickupViewBase
*/
public selectedData: string = "";
......@@ -626,7 +626,7 @@ export default class SysRoleMPickupViewBase extends Vue {
* 是否初始化已选中项
*
* @type {any[]}
* @memberof SysRoleMPickupView
* @memberof SysRoleMPickupViewBase
*/
public isInitSelected:boolean = false;
......@@ -634,7 +634,7 @@ export default class SysRoleMPickupViewBase extends Vue {
* 视图选中数据
*
* @type {any[]}
* @memberof SysRoleMPickupView
* @memberof SysRoleMPickupViewBase
*/
public viewSelections:any[] = [];
......@@ -642,7 +642,7 @@ export default class SysRoleMPickupViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof SysRoleMPickupView
* @memberof SysRoleMPickupViewBase
*/
public isSingleSelect: boolean = false;
......@@ -650,7 +650,7 @@ export default class SysRoleMPickupViewBase extends Vue {
* 选中数据单击
*
* @param {*} item
* @memberof SysRoleMPickupView
* @memberof SysRoleMPickupViewBase
*/
public selectionsClick(item:any):void {
item._select = !item._select;
......@@ -662,7 +662,7 @@ export default class SysRoleMPickupViewBase extends Vue {
* 选中树双击
*
* @param {*} item
* @memberof SysRoleMPickupView
* @memberof SysRoleMPickupViewBase
*/
public selectionsDBLClick(item:any):void {
const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey));
......@@ -677,7 +677,7 @@ export default class SysRoleMPickupViewBase extends Vue {
/**
* 删除右侧全部选中数据
*
* @memberof SysRoleMPickupView
* @memberof SysRoleMPickupViewBase
*/
public onCLickLeft():void {
const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))];
......@@ -698,7 +698,7 @@ export default class SysRoleMPickupViewBase extends Vue {
/**
* 添加左侧选中数据
*
* @memberof SysRoleMPickupView
* @memberof SysRoleMPickupViewBase
*/
public onCLickRight():void {
Object.values(this.containerModel).forEach((model: any) => {
......@@ -724,7 +724,7 @@ export default class SysRoleMPickupViewBase extends Vue {
/**
* 选中数据全部删除
*
* @memberof SysRoleMPickupView
* @memberof SysRoleMPickupViewBase
*/
public onCLickAllLeft():void {
this.viewSelections = [];
......@@ -736,7 +736,7 @@ export default class SysRoleMPickupViewBase extends Vue {
/**
* 添加左侧面板所有数据到右侧
*
* @memberof SysRoleMPickupView
* @memberof SysRoleMPickupViewBase
*/
public onCLickAllRight():void {
Object.values(this.containerModel).forEach((model: any) => {
......@@ -763,7 +763,7 @@ export default class SysRoleMPickupViewBase extends Vue {
/**
* 确定
*
* @memberof SysRoleMPickupView
* @memberof SysRoleMPickupViewBase
*/
public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections);
......@@ -773,7 +773,7 @@ export default class SysRoleMPickupViewBase extends Vue {
/**
* 取消
*
* @memberof SysRoleMPickupView
* @memberof SysRoleMPickupViewBase
*/
public onClickCancel(): void {
this.$emit('close', null);
......
......@@ -628,7 +628,7 @@ export default class SysRolePickupGridViewBase extends Vue {
* 选中数据字符串
*
* @type {string}
* @memberof SysRolePickupGridView
* @memberof SysRolePickupGridViewBase
*/
@Prop() public selectedData?: string;
......@@ -636,7 +636,7 @@ export default class SysRolePickupGridViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof SysRolePickupGridView
* @memberof SysRolePickupGridViewBase
*/
@Prop() public isSingleSelect?: boolean;
......@@ -644,7 +644,7 @@ export default class SysRolePickupGridViewBase extends Vue {
* 搜索值
*
* @type {string}
* @memberof SysRolePickupGridView
* @memberof SysRolePickupGridViewBase
*/
public query: string = '';
......@@ -652,7 +652,7 @@ export default class SysRolePickupGridViewBase extends Vue {
* 是否展开搜索表单
*
* @type {boolean}
* @memberof SysRolePickupGridView
* @memberof SysRolePickupGridViewBase
*/
public isExpandSearchForm: boolean = true;
......@@ -663,7 +663,7 @@ export default class SysRolePickupGridViewBase extends Vue {
* 2 双击激活
*
* @type {(number | 0 | 1 | 2)}
* @memberof SysRolePickupGridView
* @memberof SysRolePickupGridViewBase
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
......@@ -671,7 +671,7 @@ export default class SysRolePickupGridViewBase extends Vue {
* 快速搜索
*
* @param {*} $event
* @memberof SysRolePickupGridView
* @memberof SysRolePickupGridViewBase
*/
public onSearch($event: any): void {
const refs: any = this.$refs;
......
......@@ -576,7 +576,7 @@ export default class SysRolePickupViewBase extends Vue {
* 选中数据的字符串
*
* @type {string}
* @memberof SysRolePickupView
* @memberof SysRolePickupViewBase
*/
public selectedData: string = "";
......
......@@ -610,7 +610,7 @@ export default class SysUserMPickupViewBase extends Vue {
* 是否显示按钮
*
* @type {boolean}
* @memberof SysUserMPickupView
* @memberof SysUserMPickupViewBase
*/
@Prop({default: true}) public isShowButton!: boolean;
......@@ -618,7 +618,7 @@ export default class SysUserMPickupViewBase extends Vue {
* 选中数据的字符串
*
* @type {string}
* @memberof SysUserMPickupView
* @memberof SysUserMPickupViewBase
*/
public selectedData: string = "";
......@@ -626,7 +626,7 @@ export default class SysUserMPickupViewBase extends Vue {
* 是否初始化已选中项
*
* @type {any[]}
* @memberof SysUserMPickupView
* @memberof SysUserMPickupViewBase
*/
public isInitSelected:boolean = false;
......@@ -634,7 +634,7 @@ export default class SysUserMPickupViewBase extends Vue {
* 视图选中数据
*
* @type {any[]}
* @memberof SysUserMPickupView
* @memberof SysUserMPickupViewBase
*/
public viewSelections:any[] = [];
......@@ -642,7 +642,7 @@ export default class SysUserMPickupViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof SysUserMPickupView
* @memberof SysUserMPickupViewBase
*/
public isSingleSelect: boolean = false;
......@@ -650,7 +650,7 @@ export default class SysUserMPickupViewBase extends Vue {
* 选中数据单击
*
* @param {*} item
* @memberof SysUserMPickupView
* @memberof SysUserMPickupViewBase
*/
public selectionsClick(item:any):void {
item._select = !item._select;
......@@ -662,7 +662,7 @@ export default class SysUserMPickupViewBase extends Vue {
* 选中树双击
*
* @param {*} item
* @memberof SysUserMPickupView
* @memberof SysUserMPickupViewBase
*/
public selectionsDBLClick(item:any):void {
const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey));
......@@ -677,7 +677,7 @@ export default class SysUserMPickupViewBase extends Vue {
/**
* 删除右侧全部选中数据
*
* @memberof SysUserMPickupView
* @memberof SysUserMPickupViewBase
*/
public onCLickLeft():void {
const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))];
......@@ -698,7 +698,7 @@ export default class SysUserMPickupViewBase extends Vue {
/**
* 添加左侧选中数据
*
* @memberof SysUserMPickupView
* @memberof SysUserMPickupViewBase
*/
public onCLickRight():void {
Object.values(this.containerModel).forEach((model: any) => {
......@@ -724,7 +724,7 @@ export default class SysUserMPickupViewBase extends Vue {
/**
* 选中数据全部删除
*
* @memberof SysUserMPickupView
* @memberof SysUserMPickupViewBase
*/
public onCLickAllLeft():void {
this.viewSelections = [];
......@@ -736,7 +736,7 @@ export default class SysUserMPickupViewBase extends Vue {
/**
* 添加左侧面板所有数据到右侧
*
* @memberof SysUserMPickupView
* @memberof SysUserMPickupViewBase
*/
public onCLickAllRight():void {
Object.values(this.containerModel).forEach((model: any) => {
......@@ -763,7 +763,7 @@ export default class SysUserMPickupViewBase extends Vue {
/**
* 确定
*
* @memberof SysUserMPickupView
* @memberof SysUserMPickupViewBase
*/
public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections);
......@@ -773,7 +773,7 @@ export default class SysUserMPickupViewBase extends Vue {
/**
* 取消
*
* @memberof SysUserMPickupView
* @memberof SysUserMPickupViewBase
*/
public onClickCancel(): void {
this.$emit('close', null);
......
......@@ -628,7 +628,7 @@ export default class SysUserPickupGridViewBase extends Vue {
* 选中数据字符串
*
* @type {string}
* @memberof SysUserPickupGridView
* @memberof SysUserPickupGridViewBase
*/
@Prop() public selectedData?: string;
......@@ -636,7 +636,7 @@ export default class SysUserPickupGridViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof SysUserPickupGridView
* @memberof SysUserPickupGridViewBase
*/
@Prop() public isSingleSelect?: boolean;
......@@ -644,7 +644,7 @@ export default class SysUserPickupGridViewBase extends Vue {
* 搜索值
*
* @type {string}
* @memberof SysUserPickupGridView
* @memberof SysUserPickupGridViewBase
*/
public query: string = '';
......@@ -652,7 +652,7 @@ export default class SysUserPickupGridViewBase extends Vue {
* 是否展开搜索表单
*
* @type {boolean}
* @memberof SysUserPickupGridView
* @memberof SysUserPickupGridViewBase
*/
public isExpandSearchForm: boolean = true;
......@@ -663,7 +663,7 @@ export default class SysUserPickupGridViewBase extends Vue {
* 2 双击激活
*
* @type {(number | 0 | 1 | 2)}
* @memberof SysUserPickupGridView
* @memberof SysUserPickupGridViewBase
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
......@@ -671,7 +671,7 @@ export default class SysUserPickupGridViewBase extends Vue {
* 快速搜索
*
* @param {*} $event
* @memberof SysUserPickupGridView
* @memberof SysUserPickupGridViewBase
*/
public onSearch($event: any): void {
const refs: any = this.$refs;
......
......@@ -576,7 +576,7 @@ export default class SysUserPickupViewBase extends Vue {
* 选中数据的字符串
*
* @type {string}
* @memberof SysUserPickupView
* @memberof SysUserPickupViewBase
*/
public selectedData: string = "";
......
......@@ -610,7 +610,7 @@ export default class WFGroupMPickupViewBase extends Vue {
* 是否显示按钮
*
* @type {boolean}
* @memberof WFGroupMPickupView
* @memberof WFGroupMPickupViewBase
*/
@Prop({default: true}) public isShowButton!: boolean;
......@@ -618,7 +618,7 @@ export default class WFGroupMPickupViewBase extends Vue {
* 选中数据的字符串
*
* @type {string}
* @memberof WFGroupMPickupView
* @memberof WFGroupMPickupViewBase
*/
public selectedData: string = "";
......@@ -626,7 +626,7 @@ export default class WFGroupMPickupViewBase extends Vue {
* 是否初始化已选中项
*
* @type {any[]}
* @memberof WFGroupMPickupView
* @memberof WFGroupMPickupViewBase
*/
public isInitSelected:boolean = false;
......@@ -634,7 +634,7 @@ export default class WFGroupMPickupViewBase extends Vue {
* 视图选中数据
*
* @type {any[]}
* @memberof WFGroupMPickupView
* @memberof WFGroupMPickupViewBase
*/
public viewSelections:any[] = [];
......@@ -642,7 +642,7 @@ export default class WFGroupMPickupViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof WFGroupMPickupView
* @memberof WFGroupMPickupViewBase
*/
public isSingleSelect: boolean = false;
......@@ -650,7 +650,7 @@ export default class WFGroupMPickupViewBase extends Vue {
* 选中数据单击
*
* @param {*} item
* @memberof WFGroupMPickupView
* @memberof WFGroupMPickupViewBase
*/
public selectionsClick(item:any):void {
item._select = !item._select;
......@@ -662,7 +662,7 @@ export default class WFGroupMPickupViewBase extends Vue {
* 选中树双击
*
* @param {*} item
* @memberof WFGroupMPickupView
* @memberof WFGroupMPickupViewBase
*/
public selectionsDBLClick(item:any):void {
const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey));
......@@ -677,7 +677,7 @@ export default class WFGroupMPickupViewBase extends Vue {
/**
* 删除右侧全部选中数据
*
* @memberof WFGroupMPickupView
* @memberof WFGroupMPickupViewBase
*/
public onCLickLeft():void {
const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))];
......@@ -698,7 +698,7 @@ export default class WFGroupMPickupViewBase extends Vue {
/**
* 添加左侧选中数据
*
* @memberof WFGroupMPickupView
* @memberof WFGroupMPickupViewBase
*/
public onCLickRight():void {
Object.values(this.containerModel).forEach((model: any) => {
......@@ -724,7 +724,7 @@ export default class WFGroupMPickupViewBase extends Vue {
/**
* 选中数据全部删除
*
* @memberof WFGroupMPickupView
* @memberof WFGroupMPickupViewBase
*/
public onCLickAllLeft():void {
this.viewSelections = [];
......@@ -736,7 +736,7 @@ export default class WFGroupMPickupViewBase extends Vue {
/**
* 添加左侧面板所有数据到右侧
*
* @memberof WFGroupMPickupView
* @memberof WFGroupMPickupViewBase
*/
public onCLickAllRight():void {
Object.values(this.containerModel).forEach((model: any) => {
......@@ -763,7 +763,7 @@ export default class WFGroupMPickupViewBase extends Vue {
/**
* 确定
*
* @memberof WFGroupMPickupView
* @memberof WFGroupMPickupViewBase
*/
public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections);
......@@ -773,7 +773,7 @@ export default class WFGroupMPickupViewBase extends Vue {
/**
* 取消
*
* @memberof WFGroupMPickupView
* @memberof WFGroupMPickupViewBase
*/
public onClickCancel(): void {
this.$emit('close', null);
......
......@@ -628,7 +628,7 @@ export default class WFGroupPickupGridViewBase extends Vue {
* 选中数据字符串
*
* @type {string}
* @memberof WFGroupPickupGridView
* @memberof WFGroupPickupGridViewBase
*/
@Prop() public selectedData?: string;
......@@ -636,7 +636,7 @@ export default class WFGroupPickupGridViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof WFGroupPickupGridView
* @memberof WFGroupPickupGridViewBase
*/
@Prop() public isSingleSelect?: boolean;
......@@ -644,7 +644,7 @@ export default class WFGroupPickupGridViewBase extends Vue {
* 搜索值
*
* @type {string}
* @memberof WFGroupPickupGridView
* @memberof WFGroupPickupGridViewBase
*/
public query: string = '';
......@@ -652,7 +652,7 @@ export default class WFGroupPickupGridViewBase extends Vue {
* 是否展开搜索表单
*
* @type {boolean}
* @memberof WFGroupPickupGridView
* @memberof WFGroupPickupGridViewBase
*/
public isExpandSearchForm: boolean = true;
......@@ -663,7 +663,7 @@ export default class WFGroupPickupGridViewBase extends Vue {
* 2 双击激活
*
* @type {(number | 0 | 1 | 2)}
* @memberof WFGroupPickupGridView
* @memberof WFGroupPickupGridViewBase
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
......@@ -671,7 +671,7 @@ export default class WFGroupPickupGridViewBase extends Vue {
* 快速搜索
*
* @param {*} $event
* @memberof WFGroupPickupGridView
* @memberof WFGroupPickupGridViewBase
*/
public onSearch($event: any): void {
const refs: any = this.$refs;
......
......@@ -610,7 +610,7 @@ export default class WFUserMPickupViewBase extends Vue {
* 是否显示按钮
*
* @type {boolean}
* @memberof WFUserMPickupView
* @memberof WFUserMPickupViewBase
*/
@Prop({default: true}) public isShowButton!: boolean;
......@@ -618,7 +618,7 @@ export default class WFUserMPickupViewBase extends Vue {
* 选中数据的字符串
*
* @type {string}
* @memberof WFUserMPickupView
* @memberof WFUserMPickupViewBase
*/
public selectedData: string = "";
......@@ -626,7 +626,7 @@ export default class WFUserMPickupViewBase extends Vue {
* 是否初始化已选中项
*
* @type {any[]}
* @memberof WFUserMPickupView
* @memberof WFUserMPickupViewBase
*/
public isInitSelected:boolean = false;
......@@ -634,7 +634,7 @@ export default class WFUserMPickupViewBase extends Vue {
* 视图选中数据
*
* @type {any[]}
* @memberof WFUserMPickupView
* @memberof WFUserMPickupViewBase
*/
public viewSelections:any[] = [];
......@@ -642,7 +642,7 @@ export default class WFUserMPickupViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof WFUserMPickupView
* @memberof WFUserMPickupViewBase
*/
public isSingleSelect: boolean = false;
......@@ -650,7 +650,7 @@ export default class WFUserMPickupViewBase extends Vue {
* 选中数据单击
*
* @param {*} item
* @memberof WFUserMPickupView
* @memberof WFUserMPickupViewBase
*/
public selectionsClick(item:any):void {
item._select = !item._select;
......@@ -662,7 +662,7 @@ export default class WFUserMPickupViewBase extends Vue {
* 选中树双击
*
* @param {*} item
* @memberof WFUserMPickupView
* @memberof WFUserMPickupViewBase
*/
public selectionsDBLClick(item:any):void {
const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey));
......@@ -677,7 +677,7 @@ export default class WFUserMPickupViewBase extends Vue {
/**
* 删除右侧全部选中数据
*
* @memberof WFUserMPickupView
* @memberof WFUserMPickupViewBase
*/
public onCLickLeft():void {
const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))];
......@@ -698,7 +698,7 @@ export default class WFUserMPickupViewBase extends Vue {
/**
* 添加左侧选中数据
*
* @memberof WFUserMPickupView
* @memberof WFUserMPickupViewBase
*/
public onCLickRight():void {
Object.values(this.containerModel).forEach((model: any) => {
......@@ -724,7 +724,7 @@ export default class WFUserMPickupViewBase extends Vue {
/**
* 选中数据全部删除
*
* @memberof WFUserMPickupView
* @memberof WFUserMPickupViewBase
*/
public onCLickAllLeft():void {
this.viewSelections = [];
......@@ -736,7 +736,7 @@ export default class WFUserMPickupViewBase extends Vue {
/**
* 添加左侧面板所有数据到右侧
*
* @memberof WFUserMPickupView
* @memberof WFUserMPickupViewBase
*/
public onCLickAllRight():void {
Object.values(this.containerModel).forEach((model: any) => {
......@@ -763,7 +763,7 @@ export default class WFUserMPickupViewBase extends Vue {
/**
* 确定
*
* @memberof WFUserMPickupView
* @memberof WFUserMPickupViewBase
*/
public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections);
......@@ -773,7 +773,7 @@ export default class WFUserMPickupViewBase extends Vue {
/**
* 取消
*
* @memberof WFUserMPickupView
* @memberof WFUserMPickupViewBase
*/
public onClickCancel(): void {
this.$emit('close', null);
......
......@@ -628,7 +628,7 @@ export default class WFUserPickupGridViewBase extends Vue {
* 选中数据字符串
*
* @type {string}
* @memberof WFUserPickupGridView
* @memberof WFUserPickupGridViewBase
*/
@Prop() public selectedData?: string;
......@@ -636,7 +636,7 @@ export default class WFUserPickupGridViewBase extends Vue {
* 是否单选
*
* @type {boolean}
* @memberof WFUserPickupGridView
* @memberof WFUserPickupGridViewBase
*/
@Prop() public isSingleSelect?: boolean;
......@@ -644,7 +644,7 @@ export default class WFUserPickupGridViewBase extends Vue {
* 搜索值
*
* @type {string}
* @memberof WFUserPickupGridView
* @memberof WFUserPickupGridViewBase
*/
public query: string = '';
......@@ -652,7 +652,7 @@ export default class WFUserPickupGridViewBase extends Vue {
* 是否展开搜索表单
*
* @type {boolean}
* @memberof WFUserPickupGridView
* @memberof WFUserPickupGridViewBase
*/
public isExpandSearchForm: boolean = true;
......@@ -663,7 +663,7 @@ export default class WFUserPickupGridViewBase extends Vue {
* 2 双击激活
*
* @type {(number | 0 | 1 | 2)}
* @memberof WFUserPickupGridView
* @memberof WFUserPickupGridViewBase
*/
public gridRowActiveMode: number | 0 | 1 | 2 = 2;
......@@ -671,7 +671,7 @@ export default class WFUserPickupGridViewBase extends Vue {
* 快速搜索
*
* @param {*} $event
* @memberof WFUserPickupGridView
* @memberof WFUserPickupGridViewBase
*/
public onSearch($event: any): void {
const refs: any = this.$refs;
......
......@@ -576,7 +576,7 @@ export default class WFUserPickupViewBase extends Vue {
* 选中数据的字符串
*
* @type {string}
* @memberof WFUserPickupView
* @memberof WFUserPickupViewBase
*/
public selectedData: string = "";
......
......@@ -57,7 +57,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 名称
*
* @type {string}
* @memberof Default
* @memberof DefaultBase
*/
@Prop() public name?: string;
......@@ -65,7 +65,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 视图通讯对象
*
* @type {Subject<ViewState>}
* @memberof Default
* @memberof DefaultBase
*/
@Prop() public viewState!: Subject<ViewState>;
......@@ -73,7 +73,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 应用上下文
*
* @type {*}
* @memberof Default
* @memberof DefaultBase
*/
@Prop() public context: any;
......@@ -81,7 +81,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 视图参数
*
* @type {*}
* @memberof Default
* @memberof DefaultBase
*/
@Prop() public viewparams: any;
......@@ -90,7 +90,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*
* @public
* @type {(Subscription | undefined)}
* @memberof Default
* @memberof DefaultBase
*/
public viewStateEvent: Subscription | undefined;
......@@ -98,7 +98,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 获取部件类型
*
* @returns {string}
* @memberof Default
* @memberof DefaultBase
*/
public getControlType(): string {
return 'SEARCHFORM'
......@@ -110,7 +110,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 计数器服务对象集合
*
* @type {Array<*>}
* @memberof Default
* @memberof DefaultBase
*/
public counterServiceArray:Array<any> = [];
......@@ -118,7 +118,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 建构部件服务对象
*
* @type {DefaultService}
* @memberof Default
* @memberof DefaultBase
*/
public service: DefaultService = new DefaultService({ $store: this.$store });
......@@ -126,7 +126,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 实体服务对象
*
* @type {IBZDepartmentService}
* @memberof Default
* @memberof DefaultBase
*/
public appEntityService: IBZDepartmentService = new IBZDepartmentService({ $store: this.$store });
......@@ -136,7 +136,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 关闭视图
*
* @param {any} args
* @memberof Default
* @memberof DefaultBase
*/
public closeView(args: any): void {
let _this: any = this;
......@@ -146,7 +146,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
/**
* 计数器刷新
*
* @memberof Default
* @memberof DefaultBase
*/
public counterRefresh(){
const _this:any =this;
......
......@@ -46,11 +46,12 @@
margin-bottom: unset !important;
}
}
.el-table__body td{
.el-table__body .edit-cell{
padding:0;
}
.app-form-item{
margin-top: 20px;
.app-form-item{
margin-top: 20px;
margin-bottom: 20px;
}
}
}
.grid-pagination {
......
......@@ -46,11 +46,12 @@
margin-bottom: unset !important;
}
}
.el-table__body td{
.el-table__body .edit-cell{
padding:0;
}
.app-form-item{
margin-top: 20px;
.app-form-item{
margin-top: 20px;
margin-bottom: 20px;
}
}
}
.grid-pagination {
......
......@@ -46,11 +46,12 @@
margin-bottom: unset !important;
}
}
.el-table__body td{
.el-table__body .edit-cell{
padding:0;
}
.app-form-item{
margin-top: 20px;
.app-form-item{
margin-top: 20px;
margin-bottom: 20px;
}
}
}
.grid-pagination {
......
......@@ -46,11 +46,12 @@
margin-bottom: unset !important;
}
}
.el-table__body td{
.el-table__body .edit-cell{
padding:0;
}
.app-form-item{
margin-top: 20px;
.app-form-item{
margin-top: 20px;
margin-bottom: 20px;
}
}
}
.grid-pagination {
......
......@@ -46,11 +46,12 @@
margin-bottom: unset !important;
}
}
.el-table__body td{
.el-table__body .edit-cell{
padding:0;
}
.app-form-item{
margin-top: 20px;
.app-form-item{
margin-top: 20px;
margin-bottom: 20px;
}
}
}
.grid-pagination {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册