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

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

上级 25949bbb
import Vue from 'vue'
import VueI18n from 'vue-i18n'
const vueApp: any = Vue;
vueApp.use(VueI18n);
import zhCn from './lang/zh-CN';
import iviewZhCnLocale from 'view-design/dist/locale/zh-CN';
import elementZhLocale from 'element-ui/lib/locale/lang/zh-CN';
const messages = {
'zh-CN': Object.assign(iviewZhCnLocale, elementZhLocale, zhCn()),
};
import enUs from './lang/en-US';
import iviewEnUsLocale from 'view-design/dist/locale/en-US';
import elementEnLocale from 'element-ui/lib/locale/lang/en';
Object.assign(messages, {
'en-US': Object.assign(iviewEnUsLocale, elementEnLocale, enUs()),
});
// 自动根据浏览器系统语言设置语言
const navLang = localStorage.getItem('local') || navigator.language;
const localLang = (navLang === 'zh-CN' || (navLang === 'en-US' && messages.hasOwnProperty('en-US'))) ? navLang : false;
let lang: string = localLang || 'zh-CN';
vueApp.config.lang = lang
// // vue-i18n 6.x+写法
vueApp.locale = () => { };
const i18n = new VueI18n({
locale: lang,
messages,
silentTranslationWarn:true
});
export default i18n;
此差异已折叠。
import app_en_US_Base from './en-US-base';
function getLocaleResource(){
const app_en_US_OwnData = {};
const targetData = Object.assign(app_en_US_Base(), app_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
此差异已折叠。
import app_zh_CN_Base from './zh-CN-base';
function getLocaleResource(){
const app_zh_CN_OwnData = {};
const targetData = Object.assign(app_zh_CN_Base(), app_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import codelist_en_US_Base from './codelist_en_US_base';
function getLocaleResource(){
const codelist_en_US_OwnData = {};
const targetData = Object.assign(codelist_en_US_Base(), codelist_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
BookSailState: {
"100": commonLogic.appcommonhandle("未出版",null),
"200": commonLogic.appcommonhandle("等待出版",null),
"300": commonLogic.appcommonhandle("未上架",null),
"400": commonLogic.appcommonhandle("已上架",null),
"empty": commonLogic.appcommonhandle("",null)
},
SysOperator: {
"empty": commonLogic.appcommonhandle("",null),
},
UNIPRODUCTTYPE: {
"Software": commonLogic.appcommonhandle("软件",null),
"Hardware": commonLogic.appcommonhandle("硬件",null),
"empty": commonLogic.appcommonhandle("",null)
},
Bookgroup: {
"all": commonLogic.appcommonhandle("全部",null),
"onshelf": commonLogic.appcommonhandle("已上架",null),
"noshelf": commonLogic.appcommonhandle("未上架",null),
"other": commonLogic.appcommonhandle("其他",null),
"nopublish": commonLogic.appcommonhandle("未出版",null),
"waitpublish": commonLogic.appcommonhandle("等待出版",null),
"empty": commonLogic.appcommonhandle("",null)
},
SCODELIST_TEXT: {
"A": commonLogic.appcommonhandle("类型1",null),
"B": commonLogic.appcommonhandle("类型2",null),
"C": commonLogic.appcommonhandle("类型3",null),
"empty": commonLogic.appcommonhandle("",null)
},
WFStates: {
"0": commonLogic.appcommonhandle("未启动",null),
"1": commonLogic.appcommonhandle("流程中",null),
"2": commonLogic.appcommonhandle("已完成",null),
"3": commonLogic.appcommonhandle("已取消",null),
"31": commonLogic.appcommonhandle("已取消(人工)",null),
"32": commonLogic.appcommonhandle("已取消(超时)",null),
"4": commonLogic.appcommonhandle("处理故障",null),
"empty": commonLogic.appcommonhandle("",null)
},
YesNo: {
"1": commonLogic.appcommonhandle("是",null),
"0": commonLogic.appcommonhandle("否",null),
"empty": commonLogic.appcommonhandle("",null)
},
ORDERSTATE: {
"10": commonLogic.appcommonhandle("未提交",null),
"20": commonLogic.appcommonhandle("审核中",null),
"30": commonLogic.appcommonhandle("已通过",null),
"40": commonLogic.appcommonhandle("未通过",null),
"empty": commonLogic.appcommonhandle("",null)
},
ORDERTYPE: {
"empty": commonLogic.appcommonhandle("",null),
},
AppCtrlType: {
"form": commonLogic.appcommonhandle("表单类",null),
"navigation": commonLogic.appcommonhandle("导航类",null),
"panel": commonLogic.appcommonhandle("面板类",null),
"multidata": commonLogic.appcommonhandle("多数据类",null),
"other": commonLogic.appcommonhandle("其他类",null),
"empty": commonLogic.appcommonhandle("",null)
},
Booktag: {
"历史": commonLogic.appcommonhandle("历史",null),
"数学": commonLogic.appcommonhandle("数学",null),
"文学": commonLogic.appcommonhandle("文学",null),
"科学": commonLogic.appcommonhandle("科学",null),
"empty": commonLogic.appcommonhandle("",null)
},
BOOKSTATUSGUIDE: {
"step1": commonLogic.appcommonhandle("step1",null),
"step2": commonLogic.appcommonhandle("step2",null),
"step3": commonLogic.appcommonhandle("step3",null),
"empty": commonLogic.appcommonhandle("",null)
},
SCODELIST_NUM: {
"1": commonLogic.appcommonhandle("类型1",null),
"2": commonLogic.appcommonhandle("类型2",null),
"4": commonLogic.appcommonhandle("类型3",null),
"empty": commonLogic.appcommonhandle("",null)
},
AppViewType: {
"singledataview": commonLogic.appcommonhandle("单数据视图",null),
"multidataview": commonLogic.appcommonhandle("多数据视图",null),
"navigationview": commonLogic.appcommonhandle("导航视图",null),
"chooseview": commonLogic.appcommonhandle("选择视图",null),
"workflowview": commonLogic.appcommonhandle("工作流视图",null),
"applicationview": commonLogic.appcommonhandle("应用视图",null),
"functionalview": commonLogic.appcommonhandle("功能视图",null),
"otherview": commonLogic.appcommonhandle("其他视图",null),
"empty": commonLogic.appcommonhandle("",null)
},
CodeList: {
"100": commonLogic.appcommonhandle("第一图书馆",null),
"300": commonLogic.appcommonhandle("第三图书馆",null),
"200": commonLogic.appcommonhandle("第二图书馆",null),
"empty": commonLogic.appcommonhandle("",null)
},
BookType: {
"仙侠": commonLogic.appcommonhandle("仙侠",null),
"武侠": commonLogic.appcommonhandle("武侠",null),
"玄幻": commonLogic.appcommonhandle("玄幻",null),
"都市": commonLogic.appcommonhandle("都市",null),
"empty": commonLogic.appcommonhandle("",null)
},
AppEditorType: {
"basics": commonLogic.appcommonhandle("基础类",null),
"exhibition": commonLogic.appcommonhandle("展示类",null),
"choose": commonLogic.appcommonhandle("选择类",null),
"datachoose": commonLogic.appcommonhandle("数据选择类",null),
"datechoose": commonLogic.appcommonhandle("时间选择类",null),
"fileupload": commonLogic.appcommonhandle("文件上传类",null),
"empty": commonLogic.appcommonhandle("",null)
},
IsExtendEditor: {
"1": commonLogic.appcommonhandle("是",null),
"0": commonLogic.appcommonhandle("否",null),
"empty": commonLogic.appcommonhandle("",null)
},
HARDWARETYPE: {
"Storage": commonLogic.appcommonhandle("存储",null),
"CPU": commonLogic.appcommonhandle("处理器",null),
"empty": commonLogic.appcommonhandle("",null)
},
S_OrderType: {
"10": commonLogic.appcommonhandle("销售订单",null),
"20": commonLogic.appcommonhandle("采购订单",null),
"30": commonLogic.appcommonhandle("生产订单",null),
"empty": commonLogic.appcommonhandle("",null)
},
OrderType: {
"1": commonLogic.appcommonhandle("已下单",null),
"2": commonLogic.appcommonhandle("已取消",null),
"3": commonLogic.appcommonhandle("已完成",null),
"empty": commonLogic.appcommonhandle("",null)
},
CodeList25: {
"10": commonLogic.appcommonhandle("押金",null),
"20": commonLogic.appcommonhandle("身份证",null),
"30": commonLogic.appcommonhandle("学生证",null),
"empty": commonLogic.appcommonhandle("",null)
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import codelist_zh_CN_Base from './codelist_zh_CN_base';
function getLocaleResource(){
const codelist_zh_CN_OwnData = {};
const targetData = Object.assign(codelist_zh_CN_Base(), codelist_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
BookSailState: {
"100": commonLogic.appcommonhandle("未出版",null),
"200": commonLogic.appcommonhandle("等待出版",null),
"300": commonLogic.appcommonhandle("未上架",null),
"400": commonLogic.appcommonhandle("已上架",null),
"empty": commonLogic.appcommonhandle("",null),
},
SysOperator: {
"empty": commonLogic.appcommonhandle("",null),
},
UNIPRODUCTTYPE: {
"Software": commonLogic.appcommonhandle("软件",null),
"Hardware": commonLogic.appcommonhandle("硬件",null),
"empty": commonLogic.appcommonhandle("",null),
},
Bookgroup: {
"all": commonLogic.appcommonhandle("全部",null),
"onshelf": commonLogic.appcommonhandle("已上架",null),
"noshelf": commonLogic.appcommonhandle("未上架",null),
"other": commonLogic.appcommonhandle("其他",null),
"nopublish": commonLogic.appcommonhandle("未出版",null),
"waitpublish": commonLogic.appcommonhandle("等待出版",null),
"empty": commonLogic.appcommonhandle("",null),
},
SCODELIST_TEXT: {
"A": commonLogic.appcommonhandle("类型1",null),
"B": commonLogic.appcommonhandle("类型2",null),
"C": commonLogic.appcommonhandle("类型3",null),
"empty": commonLogic.appcommonhandle("",null),
},
WFStates: {
"0": commonLogic.appcommonhandle("未启动",null),
"1": commonLogic.appcommonhandle("流程中",null),
"2": commonLogic.appcommonhandle("已完成",null),
"3": commonLogic.appcommonhandle("已取消",null),
"31": commonLogic.appcommonhandle("已取消(人工)",null),
"32": commonLogic.appcommonhandle("已取消(超时)",null),
"4": commonLogic.appcommonhandle("处理故障",null),
"empty": commonLogic.appcommonhandle("",null),
},
YesNo: {
"1": commonLogic.appcommonhandle("是",null),
"0": commonLogic.appcommonhandle("否",null),
"empty": commonLogic.appcommonhandle("",null),
},
ORDERSTATE: {
"10": commonLogic.appcommonhandle("未提交",null),
"20": commonLogic.appcommonhandle("审核中",null),
"30": commonLogic.appcommonhandle("已通过",null),
"40": commonLogic.appcommonhandle("未通过",null),
"empty": commonLogic.appcommonhandle("",null),
},
ORDERTYPE: {
"empty": commonLogic.appcommonhandle("",null),
},
AppCtrlType: {
"form": commonLogic.appcommonhandle("表单类",null),
"navigation": commonLogic.appcommonhandle("导航类",null),
"panel": commonLogic.appcommonhandle("面板类",null),
"multidata": commonLogic.appcommonhandle("多数据类",null),
"other": commonLogic.appcommonhandle("其他类",null),
"empty": commonLogic.appcommonhandle("",null),
},
Booktag: {
"历史": commonLogic.appcommonhandle("历史",null),
"数学": commonLogic.appcommonhandle("数学",null),
"文学": commonLogic.appcommonhandle("文学",null),
"科学": commonLogic.appcommonhandle("科学",null),
"empty": commonLogic.appcommonhandle("",null),
},
BOOKSTATUSGUIDE: {
"step1": commonLogic.appcommonhandle("step1",null),
"step2": commonLogic.appcommonhandle("step2",null),
"step3": commonLogic.appcommonhandle("step3",null),
"empty": commonLogic.appcommonhandle("",null),
},
SCODELIST_NUM: {
"1": commonLogic.appcommonhandle("类型1",null),
"2": commonLogic.appcommonhandle("类型2",null),
"4": commonLogic.appcommonhandle("类型3",null),
"empty": commonLogic.appcommonhandle("",null),
},
AppViewType: {
"singledataview": commonLogic.appcommonhandle("单数据视图",null),
"multidataview": commonLogic.appcommonhandle("多数据视图",null),
"navigationview": commonLogic.appcommonhandle("导航视图",null),
"chooseview": commonLogic.appcommonhandle("选择视图",null),
"workflowview": commonLogic.appcommonhandle("工作流视图",null),
"applicationview": commonLogic.appcommonhandle("应用视图",null),
"functionalview": commonLogic.appcommonhandle("功能视图",null),
"otherview": commonLogic.appcommonhandle("其他视图",null),
"empty": commonLogic.appcommonhandle("",null),
},
CodeList: {
"100": commonLogic.appcommonhandle("第一图书馆",null),
"300": commonLogic.appcommonhandle("第三图书馆",null),
"200": commonLogic.appcommonhandle("第二图书馆",null),
"empty": commonLogic.appcommonhandle("",null),
},
BookType: {
"仙侠": commonLogic.appcommonhandle("仙侠",null),
"武侠": commonLogic.appcommonhandle("武侠",null),
"玄幻": commonLogic.appcommonhandle("玄幻",null),
"都市": commonLogic.appcommonhandle("都市",null),
"empty": commonLogic.appcommonhandle("",null),
},
AppEditorType: {
"basics": commonLogic.appcommonhandle("基础类",null),
"exhibition": commonLogic.appcommonhandle("展示类",null),
"choose": commonLogic.appcommonhandle("选择类",null),
"datachoose": commonLogic.appcommonhandle("数据选择类",null),
"datechoose": commonLogic.appcommonhandle("时间选择类",null),
"fileupload": commonLogic.appcommonhandle("文件上传类",null),
"empty": commonLogic.appcommonhandle("",null),
},
IsExtendEditor: {
"1": commonLogic.appcommonhandle("是",null),
"0": commonLogic.appcommonhandle("否",null),
"empty": commonLogic.appcommonhandle("",null),
},
HARDWARETYPE: {
"Storage": commonLogic.appcommonhandle("存储",null),
"CPU": commonLogic.appcommonhandle("处理器",null),
"empty": commonLogic.appcommonhandle("",null),
},
S_OrderType: {
"10": commonLogic.appcommonhandle("销售订单",null),
"20": commonLogic.appcommonhandle("采购订单",null),
"30": commonLogic.appcommonhandle("生产订单",null),
"empty": commonLogic.appcommonhandle("",null),
},
OrderType: {
"1": commonLogic.appcommonhandle("已下单",null),
"2": commonLogic.appcommonhandle("已取消",null),
"3": commonLogic.appcommonhandle("已完成",null),
"empty": commonLogic.appcommonhandle("",null),
},
CodeList25: {
"10": commonLogic.appcommonhandle("押金",null),
"20": commonLogic.appcommonhandle("身份证",null),
"30": commonLogic.appcommonhandle("学生证",null),
"empty": commonLogic.appcommonhandle("",null),
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import components_en_US_Base from './components_en_US_base';
function getLocaleResource(){
const components_en_US_OwnData = {};
const targetData = Object.assign(components_en_US_Base(), components_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import components_zh_CN_Base from './components_zh_CN_base';
function getLocaleResource(){
const components_zh_CN_OwnData = {};
const targetData = Object.assign(components_zh_CN_Base(), components_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import DYNADASHBOARD_en_US_Base from './dynadashboard_en_US_base';
function getLocaleResource(){
const DYNADASHBOARD_en_US_OwnData = {};
const targetData = Object.assign(DYNADASHBOARD_en_US_Base(), DYNADASHBOARD_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
dynadashboardid: commonLogic.appcommonhandle("动态数据看板标识",null),
dynadashboardname: commonLogic.appcommonhandle("动态数据看板名称",null),
createman: commonLogic.appcommonhandle("建立人",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
userid: commonLogic.appcommonhandle("用户标识",null),
modelid: commonLogic.appcommonhandle("模型标识",null),
appid: commonLogic.appcommonhandle("应用标识",null),
model: commonLogic.appcommonhandle("模型",null),
},
derules:{
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import DYNADASHBOARD_zh_CN_Base from './dynadashboard_zh_CN_base';
function getLocaleResource(){
const DYNADASHBOARD_zh_CN_OwnData = {};
const targetData = Object.assign(DYNADASHBOARD_zh_CN_Base(), DYNADASHBOARD_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
dynadashboardid: commonLogic.appcommonhandle("动态数据看板标识",null),
dynadashboardname: commonLogic.appcommonhandle("动态数据看板名称",null),
createman: commonLogic.appcommonhandle("建立人",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
userid: commonLogic.appcommonhandle("用户标识",null),
modelid: commonLogic.appcommonhandle("模型标识",null),
appid: commonLogic.appcommonhandle("应用标识",null),
model: commonLogic.appcommonhandle("模型",null),
},
derules:{
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZAccount_en_US_Base from './ibizaccount_en_US_base';
function getLocaleResource(){
const IBIZAccount_en_US_OwnData = {};
const targetData = Object.assign(IBIZAccount_en_US_Base(), IBIZAccount_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
updatedate: commonLogic.appcommonhandle("更新时间",null),
updateman: commonLogic.appcommonhandle("更新人",null),
bankname: commonLogic.appcommonhandle("开户行",null),
ibizaccountname: commonLogic.appcommonhandle("账户名称",null),
createman: commonLogic.appcommonhandle("建立人",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
bankaccountnum: commonLogic.appcommonhandle("开户银行号",null),
ibizaccountid: commonLogic.appcommonhandle("账户标识",null),
},
derules:{
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZAccount_zh_CN_Base from './ibizaccount_zh_CN_base';
function getLocaleResource(){
const IBIZAccount_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZAccount_zh_CN_Base(), IBIZAccount_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
updatedate: commonLogic.appcommonhandle("更新时间",null),
updateman: commonLogic.appcommonhandle("更新人",null),
bankname: commonLogic.appcommonhandle("开户行",null),
ibizaccountname: commonLogic.appcommonhandle("账户名称",null),
createman: commonLogic.appcommonhandle("建立人",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
bankaccountnum: commonLogic.appcommonhandle("开户银行号",null),
ibizaccountid: commonLogic.appcommonhandle("账户标识",null),
},
derules:{
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZAPPCTRL_en_US_Base from './ibizappctrl_en_US_base';
function getLocaleResource(){
const IBIZAPPCTRL_en_US_OwnData = {};
const targetData = Object.assign(IBIZAPPCTRL_en_US_Base(), IBIZAPPCTRL_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
ibizappctrlname: commonLogic.appcommonhandle("应用部件名称",null),
ibizappctrlid: commonLogic.appcommonhandle("应用部件标识",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
createman: commonLogic.appcommonhandle("建立人",null),
updateman: commonLogic.appcommonhandle("更新人",null),
ibizappctrltype: commonLogic.appcommonhandle("应用部件类型",null),
ctrldescription: commonLogic.appcommonhandle("部件描述",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
amount: commonLogic.appcommonhandle("数量",null),
},
derules:{
},
views: {
listview: {
caption: commonLogic.appcommonhandle("应用部件",null),
title: commonLogic.appcommonhandle("应用部件列表视图",null),
},
gridview: {
caption: commonLogic.appcommonhandle("应用部件",null),
title: commonLogic.appcommonhandle("应用部件表格视图",null),
},
editview: {
caption: commonLogic.appcommonhandle("应用部件",null),
title: commonLogic.appcommonhandle("应用部件编辑视图",null),
},
},
main_form: {
details: {
group1: commonLogic.appcommonhandle("应用部件基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
group2: commonLogic.appcommonhandle("操作信息",null),
formpage2: commonLogic.appcommonhandle("其它",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("应用部件标识",null),
srfmajortext: commonLogic.appcommonhandle("应用部件名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
ibizappctrlid: commonLogic.appcommonhandle("应用部件标识",null),
amount: commonLogic.appcommonhandle("数量",null),
ibizappctrlname: commonLogic.appcommonhandle("应用部件名称",null),
ibizappctrltype: commonLogic.appcommonhandle("应用部件类型",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
ctrldescription: commonLogic.appcommonhandle("部件描述",null),
createman: commonLogic.appcommonhandle("建立人",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
},
uiactions: {
},
},
main_grid: {
columns: {
ibizappctrlname: commonLogic.appcommonhandle("应用部件名称",null),
ibizappctrltype: commonLogic.appcommonhandle("应用部件类型",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
ctrldescription: commonLogic.appcommonhandle("部件描述",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
ctrlamount_list: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
ctrllist_list: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
ibizappctrl_opendocument: commonLogic.appcommonhandle("打开文档",null),
},
},
ctrlchart_chart: {
nodata:commonLogic.appcommonhandle("",null),
},
default_searchform: {
details: {
formpage1: commonLogic.appcommonhandle("常规条件",null),
},
uiactions: {
},
},
listviewtoolbar_toolbar: {
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Save And Close",null),
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
},
gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("New",null),
tip: commonLogic.appcommonhandle("New",null),
},
tbitem4: {
caption: commonLogic.appcommonhandle("Edit",null),
tip: commonLogic.appcommonhandle("Edit {0}",null),
},
deuiaction1: {
caption: commonLogic.appcommonhandle("刷新",null),
tip: commonLogic.appcommonhandle("刷新",null),
},
tbitem6: {
caption: commonLogic.appcommonhandle("Copy",null),
tip: commonLogic.appcommonhandle("Copy {0}",null),
},
tbitem7: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("Remove",null),
tip: commonLogic.appcommonhandle("Remove {0}",null),
},
tbitem9: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("Export",null),
tip: commonLogic.appcommonhandle("Export {0} Data To Excel",null),
},
tbitem10: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem16: {
caption: commonLogic.appcommonhandle("其它",null),
tip: commonLogic.appcommonhandle("其它",null),
},
tbitem21: {
caption: commonLogic.appcommonhandle("Export Data Model",null),
tip: commonLogic.appcommonhandle("导出数据模型",null),
},
tbitem23: {
caption: commonLogic.appcommonhandle("数据导入",null),
tip: commonLogic.appcommonhandle("数据导入",null),
},
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZAPPCTRL_zh_CN_Base from './ibizappctrl_zh_CN_base';
function getLocaleResource(){
const IBIZAPPCTRL_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZAPPCTRL_zh_CN_Base(), IBIZAPPCTRL_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
ibizappctrlname: commonLogic.appcommonhandle("应用部件名称",null),
ibizappctrlid: commonLogic.appcommonhandle("应用部件标识",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
createman: commonLogic.appcommonhandle("建立人",null),
updateman: commonLogic.appcommonhandle("更新人",null),
ibizappctrltype: commonLogic.appcommonhandle("应用部件类型",null),
ctrldescription: commonLogic.appcommonhandle("部件描述",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
amount: commonLogic.appcommonhandle("数量",null),
},
derules:{
},
views: {
listview: {
caption: commonLogic.appcommonhandle("应用部件",null),
title: commonLogic.appcommonhandle("应用部件列表视图",null),
},
gridview: {
caption: commonLogic.appcommonhandle("应用部件",null),
title: commonLogic.appcommonhandle("应用部件表格视图",null),
},
editview: {
caption: commonLogic.appcommonhandle("应用部件",null),
title: commonLogic.appcommonhandle("应用部件编辑视图",null),
},
},
main_form: {
details: {
group1: commonLogic.appcommonhandle("应用部件基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
group2: commonLogic.appcommonhandle("操作信息",null),
formpage2: commonLogic.appcommonhandle("其它",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("应用部件标识",null),
srfmajortext: commonLogic.appcommonhandle("应用部件名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
ibizappctrlid: commonLogic.appcommonhandle("应用部件标识",null),
amount: commonLogic.appcommonhandle("数量",null),
ibizappctrlname: commonLogic.appcommonhandle("应用部件名称",null),
ibizappctrltype: commonLogic.appcommonhandle("应用部件类型",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
ctrldescription: commonLogic.appcommonhandle("部件描述",null),
createman: commonLogic.appcommonhandle("建立人",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
},
uiactions: {
},
},
main_grid: {
columns: {
ibizappctrlname: commonLogic.appcommonhandle("应用部件名称",null),
ibizappctrltype: commonLogic.appcommonhandle("应用部件类型",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
ctrldescription: commonLogic.appcommonhandle("部件描述",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
ctrlamount_list: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
ctrllist_list: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
ibizappctrl_opendocument: commonLogic.appcommonhandle("打开文档",null),
},
},
ctrlchart_chart: {
nodata:commonLogic.appcommonhandle("",null),
},
default_searchform: {
details: {
formpage1: commonLogic.appcommonhandle("常规条件",null),
},
uiactions: {
},
},
listviewtoolbar_toolbar: {
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
},
gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("新建",null),
tip: commonLogic.appcommonhandle("新建",null),
},
tbitem4: {
caption: commonLogic.appcommonhandle("编辑",null),
tip: commonLogic.appcommonhandle("编辑",null),
},
deuiaction1: {
caption: commonLogic.appcommonhandle("刷新",null),
tip: commonLogic.appcommonhandle("刷新",null),
},
tbitem6: {
caption: commonLogic.appcommonhandle("拷贝",null),
tip: commonLogic.appcommonhandle("拷贝",null),
},
tbitem7: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("删除",null),
tip: commonLogic.appcommonhandle("删除",null),
},
tbitem9: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("导出",null),
tip: commonLogic.appcommonhandle("导出",null),
},
tbitem10: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem16: {
caption: commonLogic.appcommonhandle("其它",null),
tip: commonLogic.appcommonhandle("其它",null),
},
tbitem21: {
caption: commonLogic.appcommonhandle("导出数据模型",null),
tip: commonLogic.appcommonhandle("导出数据模型",null),
},
tbitem23: {
caption: commonLogic.appcommonhandle("数据导入",null),
tip: commonLogic.appcommonhandle("数据导入",null),
},
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZAPPEDITOR_en_US_Base from './ibizappeditor_en_US_base';
function getLocaleResource(){
const IBIZAPPEDITOR_en_US_OwnData = {};
const targetData = Object.assign(IBIZAPPEDITOR_en_US_Base(), IBIZAPPEDITOR_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
createman: commonLogic.appcommonhandle("建立人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
ibizappeditorname: commonLogic.appcommonhandle("编辑器名称",null),
updateman: commonLogic.appcommonhandle("更新人",null),
ibizappeditorid: commonLogic.appcommonhandle("编辑器标识",null),
ibizappeditortype: commonLogic.appcommonhandle("编辑器类型",null),
rditordescription: commonLogic.appcommonhandle("编辑器描述",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
amount: commonLogic.appcommonhandle("数量",null),
isextendeditor: commonLogic.appcommonhandle("是否为扩展编辑器",null),
},
derules:{
},
views: {
gridview: {
caption: commonLogic.appcommonhandle("编辑器",null),
title: commonLogic.appcommonhandle("编辑器表格视图",null),
},
listview: {
caption: commonLogic.appcommonhandle("编辑器",null),
title: commonLogic.appcommonhandle("编辑器列表视图",null),
},
editview: {
caption: commonLogic.appcommonhandle("编辑器",null),
title: commonLogic.appcommonhandle("编辑器编辑视图",null),
},
},
main_form: {
details: {
group1: commonLogic.appcommonhandle("编辑器基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
group2: commonLogic.appcommonhandle("操作信息",null),
formpage2: commonLogic.appcommonhandle("其它",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("编辑器标识",null),
srfmajortext: commonLogic.appcommonhandle("编辑器名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
ibizappeditorid: commonLogic.appcommonhandle("编辑器标识",null),
amount: commonLogic.appcommonhandle("数量",null),
ibizappeditorname: commonLogic.appcommonhandle("编辑器名称",null),
ibizappeditortype: commonLogic.appcommonhandle("编辑器类型",null),
isextendeditor: commonLogic.appcommonhandle("是否为扩展编辑器",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
rditordescription: commonLogic.appcommonhandle("编辑器描述",null),
createman: commonLogic.appcommonhandle("建立人",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
},
uiactions: {
},
},
main_grid: {
columns: {
ibizappeditorname: commonLogic.appcommonhandle("编辑器名称",null),
ibizappeditortype: commonLogic.appcommonhandle("编辑器类型",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
rditordescription: commonLogic.appcommonhandle("编辑器描述",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
editoramount_list: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
extendeditoramount_list: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
editorlist_list: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
ibizappeditor_opendocument: commonLogic.appcommonhandle("打开文档",null),
},
},
editorchart_chart: {
nodata:commonLogic.appcommonhandle("",null),
},
default_searchform: {
details: {
formpage1: commonLogic.appcommonhandle("常规条件",null),
},
uiactions: {
},
},
gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("New",null),
tip: commonLogic.appcommonhandle("New",null),
},
tbitem4: {
caption: commonLogic.appcommonhandle("Edit",null),
tip: commonLogic.appcommonhandle("Edit {0}",null),
},
deuiaction1: {
caption: commonLogic.appcommonhandle("刷新",null),
tip: commonLogic.appcommonhandle("刷新",null),
},
tbitem6: {
caption: commonLogic.appcommonhandle("Copy",null),
tip: commonLogic.appcommonhandle("Copy {0}",null),
},
tbitem7: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("Remove",null),
tip: commonLogic.appcommonhandle("Remove {0}",null),
},
tbitem9: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("Export",null),
tip: commonLogic.appcommonhandle("Export {0} Data To Excel",null),
},
tbitem10: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem16: {
caption: commonLogic.appcommonhandle("其它",null),
tip: commonLogic.appcommonhandle("其它",null),
},
tbitem21: {
caption: commonLogic.appcommonhandle("Export Data Model",null),
tip: commonLogic.appcommonhandle("导出数据模型",null),
},
tbitem23: {
caption: commonLogic.appcommonhandle("数据导入",null),
tip: commonLogic.appcommonhandle("数据导入",null),
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Save And Close",null),
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
},
listviewtoolbar_toolbar: {
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZAPPEDITOR_zh_CN_Base from './ibizappeditor_zh_CN_base';
function getLocaleResource(){
const IBIZAPPEDITOR_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZAPPEDITOR_zh_CN_Base(), IBIZAPPEDITOR_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
createman: commonLogic.appcommonhandle("建立人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
ibizappeditorname: commonLogic.appcommonhandle("编辑器名称",null),
updateman: commonLogic.appcommonhandle("更新人",null),
ibizappeditorid: commonLogic.appcommonhandle("编辑器标识",null),
ibizappeditortype: commonLogic.appcommonhandle("编辑器类型",null),
rditordescription: commonLogic.appcommonhandle("编辑器描述",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
amount: commonLogic.appcommonhandle("数量",null),
isextendeditor: commonLogic.appcommonhandle("是否为扩展编辑器",null),
},
derules:{
},
views: {
gridview: {
caption: commonLogic.appcommonhandle("编辑器",null),
title: commonLogic.appcommonhandle("编辑器表格视图",null),
},
listview: {
caption: commonLogic.appcommonhandle("编辑器",null),
title: commonLogic.appcommonhandle("编辑器列表视图",null),
},
editview: {
caption: commonLogic.appcommonhandle("编辑器",null),
title: commonLogic.appcommonhandle("编辑器编辑视图",null),
},
},
main_form: {
details: {
group1: commonLogic.appcommonhandle("编辑器基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
group2: commonLogic.appcommonhandle("操作信息",null),
formpage2: commonLogic.appcommonhandle("其它",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("编辑器标识",null),
srfmajortext: commonLogic.appcommonhandle("编辑器名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
ibizappeditorid: commonLogic.appcommonhandle("编辑器标识",null),
amount: commonLogic.appcommonhandle("数量",null),
ibizappeditorname: commonLogic.appcommonhandle("编辑器名称",null),
ibizappeditortype: commonLogic.appcommonhandle("编辑器类型",null),
isextendeditor: commonLogic.appcommonhandle("是否为扩展编辑器",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
rditordescription: commonLogic.appcommonhandle("编辑器描述",null),
createman: commonLogic.appcommonhandle("建立人",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
},
uiactions: {
},
},
main_grid: {
columns: {
ibizappeditorname: commonLogic.appcommonhandle("编辑器名称",null),
ibizappeditortype: commonLogic.appcommonhandle("编辑器类型",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
rditordescription: commonLogic.appcommonhandle("编辑器描述",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
editoramount_list: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
extendeditoramount_list: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
editorlist_list: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
ibizappeditor_opendocument: commonLogic.appcommonhandle("打开文档",null),
},
},
editorchart_chart: {
nodata:commonLogic.appcommonhandle("",null),
},
default_searchform: {
details: {
formpage1: commonLogic.appcommonhandle("常规条件",null),
},
uiactions: {
},
},
gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("新建",null),
tip: commonLogic.appcommonhandle("新建",null),
},
tbitem4: {
caption: commonLogic.appcommonhandle("编辑",null),
tip: commonLogic.appcommonhandle("编辑",null),
},
deuiaction1: {
caption: commonLogic.appcommonhandle("刷新",null),
tip: commonLogic.appcommonhandle("刷新",null),
},
tbitem6: {
caption: commonLogic.appcommonhandle("拷贝",null),
tip: commonLogic.appcommonhandle("拷贝",null),
},
tbitem7: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("删除",null),
tip: commonLogic.appcommonhandle("删除",null),
},
tbitem9: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("导出",null),
tip: commonLogic.appcommonhandle("导出",null),
},
tbitem10: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem16: {
caption: commonLogic.appcommonhandle("其它",null),
tip: commonLogic.appcommonhandle("其它",null),
},
tbitem21: {
caption: commonLogic.appcommonhandle("导出数据模型",null),
tip: commonLogic.appcommonhandle("导出数据模型",null),
},
tbitem23: {
caption: commonLogic.appcommonhandle("数据导入",null),
tip: commonLogic.appcommonhandle("数据导入",null),
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
},
listviewtoolbar_toolbar: {
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZAPPVIEW_en_US_Base from './ibizappview_en_US_base';
function getLocaleResource(){
const IBIZAPPVIEW_en_US_OwnData = {};
const targetData = Object.assign(IBIZAPPVIEW_en_US_Base(), IBIZAPPVIEW_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
createman: commonLogic.appcommonhandle("建立人",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
ibizappviewname: commonLogic.appcommonhandle("应用视图名称",null),
ibizappviewid: commonLogic.appcommonhandle("应用视图标识",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
ibizappviewtype: commonLogic.appcommonhandle("应用视图类型",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
instanceaddress: commonLogic.appcommonhandle("示例地址",null),
viewdescription: commonLogic.appcommonhandle("视图描述",null),
amount: commonLogic.appcommonhandle("数量",null),
},
derules:{
},
views: {
editview: {
caption: commonLogic.appcommonhandle("应用视图",null),
title: commonLogic.appcommonhandle("应用视图编辑视图",null),
},
gridview: {
caption: commonLogic.appcommonhandle("应用视图",null),
title: commonLogic.appcommonhandle("应用视图表格视图",null),
},
listview: {
caption: commonLogic.appcommonhandle("应用视图",null),
title: commonLogic.appcommonhandle("应用视图列表视图",null),
},
},
main_form: {
details: {
group1: commonLogic.appcommonhandle("应用视图基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("应用视图标识",null),
srfmajortext: commonLogic.appcommonhandle("应用视图名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
ibizappviewid: commonLogic.appcommonhandle("应用视图标识",null),
amount: commonLogic.appcommonhandle("数量",null),
ibizappviewname: commonLogic.appcommonhandle("应用视图名称",null),
ibizappviewtype: commonLogic.appcommonhandle("应用视图类型",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
instanceaddress: commonLogic.appcommonhandle("示例地址",null),
viewdescription: commonLogic.appcommonhandle("视图描述",null),
},
uiactions: {
},
},
main_grid: {
columns: {
ibizappviewname: commonLogic.appcommonhandle("应用视图名称",null),
ibizappviewtype: commonLogic.appcommonhandle("应用视图类型",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
instanceaddress: commonLogic.appcommonhandle("示例地址",null),
viewdescription: commonLogic.appcommonhandle("视图描述",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
viewamount_list: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
viewlist_list: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
ibizappview_openinstance: commonLogic.appcommonhandle("打开示例",null),
ibizappview_opendocument: commonLogic.appcommonhandle("打开文档",null),
},
},
viewchart_chart: {
nodata:commonLogic.appcommonhandle("",null),
},
default_searchform: {
details: {
formpage1: commonLogic.appcommonhandle("常规条件",null),
},
uiactions: {
},
},
gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("New",null),
tip: commonLogic.appcommonhandle("New",null),
},
tbitem4: {
caption: commonLogic.appcommonhandle("Edit",null),
tip: commonLogic.appcommonhandle("Edit {0}",null),
},
deuiaction1: {
caption: commonLogic.appcommonhandle("刷新",null),
tip: commonLogic.appcommonhandle("刷新",null),
},
tbitem6: {
caption: commonLogic.appcommonhandle("Copy",null),
tip: commonLogic.appcommonhandle("Copy {0}",null),
},
tbitem7: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("Remove",null),
tip: commonLogic.appcommonhandle("Remove {0}",null),
},
tbitem9: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("Export",null),
tip: commonLogic.appcommonhandle("Export {0} Data To Excel",null),
},
tbitem10: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem16: {
caption: commonLogic.appcommonhandle("其它",null),
tip: commonLogic.appcommonhandle("其它",null),
},
tbitem21: {
caption: commonLogic.appcommonhandle("Export Data Model",null),
tip: commonLogic.appcommonhandle("导出数据模型",null),
},
tbitem23: {
caption: commonLogic.appcommonhandle("数据导入",null),
tip: commonLogic.appcommonhandle("数据导入",null),
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Save And Close",null),
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
},
listviewtoolbar_toolbar: {
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZAPPVIEW_zh_CN_Base from './ibizappview_zh_CN_base';
function getLocaleResource(){
const IBIZAPPVIEW_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZAPPVIEW_zh_CN_Base(), IBIZAPPVIEW_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
createman: commonLogic.appcommonhandle("建立人",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
ibizappviewname: commonLogic.appcommonhandle("应用视图名称",null),
ibizappviewid: commonLogic.appcommonhandle("应用视图标识",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
ibizappviewtype: commonLogic.appcommonhandle("应用视图类型",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
instanceaddress: commonLogic.appcommonhandle("示例地址",null),
viewdescription: commonLogic.appcommonhandle("视图描述",null),
amount: commonLogic.appcommonhandle("数量",null),
},
derules:{
},
views: {
editview: {
caption: commonLogic.appcommonhandle("应用视图",null),
title: commonLogic.appcommonhandle("应用视图编辑视图",null),
},
gridview: {
caption: commonLogic.appcommonhandle("应用视图",null),
title: commonLogic.appcommonhandle("应用视图表格视图",null),
},
listview: {
caption: commonLogic.appcommonhandle("应用视图",null),
title: commonLogic.appcommonhandle("应用视图列表视图",null),
},
},
main_form: {
details: {
group1: commonLogic.appcommonhandle("应用视图基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("应用视图标识",null),
srfmajortext: commonLogic.appcommonhandle("应用视图名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
ibizappviewid: commonLogic.appcommonhandle("应用视图标识",null),
amount: commonLogic.appcommonhandle("数量",null),
ibizappviewname: commonLogic.appcommonhandle("应用视图名称",null),
ibizappviewtype: commonLogic.appcommonhandle("应用视图类型",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
instanceaddress: commonLogic.appcommonhandle("示例地址",null),
viewdescription: commonLogic.appcommonhandle("视图描述",null),
},
uiactions: {
},
},
main_grid: {
columns: {
ibizappviewname: commonLogic.appcommonhandle("应用视图名称",null),
ibizappviewtype: commonLogic.appcommonhandle("应用视图类型",null),
documentaddress: commonLogic.appcommonhandle("文档地址",null),
instanceaddress: commonLogic.appcommonhandle("示例地址",null),
viewdescription: commonLogic.appcommonhandle("视图描述",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
viewamount_list: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
viewlist_list: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
ibizappview_openinstance: commonLogic.appcommonhandle("打开示例",null),
ibizappview_opendocument: commonLogic.appcommonhandle("打开文档",null),
},
},
viewchart_chart: {
nodata:commonLogic.appcommonhandle("",null),
},
default_searchform: {
details: {
formpage1: commonLogic.appcommonhandle("常规条件",null),
},
uiactions: {
},
},
gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("新建",null),
tip: commonLogic.appcommonhandle("新建",null),
},
tbitem4: {
caption: commonLogic.appcommonhandle("编辑",null),
tip: commonLogic.appcommonhandle("编辑",null),
},
deuiaction1: {
caption: commonLogic.appcommonhandle("刷新",null),
tip: commonLogic.appcommonhandle("刷新",null),
},
tbitem6: {
caption: commonLogic.appcommonhandle("拷贝",null),
tip: commonLogic.appcommonhandle("拷贝",null),
},
tbitem7: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("删除",null),
tip: commonLogic.appcommonhandle("删除",null),
},
tbitem9: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("导出",null),
tip: commonLogic.appcommonhandle("导出",null),
},
tbitem10: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem16: {
caption: commonLogic.appcommonhandle("其它",null),
tip: commonLogic.appcommonhandle("其它",null),
},
tbitem21: {
caption: commonLogic.appcommonhandle("导出数据模型",null),
tip: commonLogic.appcommonhandle("导出数据模型",null),
},
tbitem23: {
caption: commonLogic.appcommonhandle("数据导入",null),
tip: commonLogic.appcommonhandle("数据导入",null),
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
},
listviewtoolbar_toolbar: {
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZBOOK_en_US_Base from './ibizbook_en_US_base';
function getLocaleResource(){
const IBIZBOOK_en_US_OwnData = {};
const targetData = Object.assign(IBIZBOOK_en_US_Base(), IBIZBOOK_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import IBIZBOOK_zh_CN_Base from './ibizbook_zh_CN_base';
function getLocaleResource(){
const IBIZBOOK_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZBOOK_zh_CN_Base(), IBIZBOOK_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import IBIZCPU_en_US_Base from './ibizcpu_en_US_base';
function getLocaleResource(){
const IBIZCPU_en_US_OwnData = {};
const targetData = Object.assign(IBIZCPU_en_US_Base(), IBIZCPU_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
createdate: commonLogic.appcommonhandle("建立时间",null),
unit: commonLogic.appcommonhandle("单位",null),
createman: commonLogic.appcommonhandle("建立人",null),
ibizcpuid: commonLogic.appcommonhandle("处理器标识",null),
productuid: commonLogic.appcommonhandle("产品编号",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
updateman: commonLogic.appcommonhandle("更新人",null),
producer: commonLogic.appcommonhandle("生产厂商",null),
ibizhardwaretype: commonLogic.appcommonhandle("分组类型",null),
unitprice: commonLogic.appcommonhandle("单价",null),
ibizcpuname: commonLogic.appcommonhandle("名称",null),
},
derules:{
},
views: {
editview: {
caption: commonLogic.appcommonhandle("处理器",null),
title: commonLogic.appcommonhandle("处理器编辑视图",null),
},
},
main_form: {
details: {
group1: commonLogic.appcommonhandle("处理器基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
group2: commonLogic.appcommonhandle("操作信息",null),
formpage2: commonLogic.appcommonhandle("其它",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("处理器标识",null),
srfmajortext: commonLogic.appcommonhandle("名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
ibizcpuname: commonLogic.appcommonhandle("名称",null),
createman: commonLogic.appcommonhandle("建立人",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
ibizcpuid: commonLogic.appcommonhandle("处理器标识",null),
},
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Save And Close",null),
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZCPU_zh_CN_Base from './ibizcpu_zh_CN_base';
function getLocaleResource(){
const IBIZCPU_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZCPU_zh_CN_Base(), IBIZCPU_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
createdate: commonLogic.appcommonhandle("建立时间",null),
unit: commonLogic.appcommonhandle("单位",null),
createman: commonLogic.appcommonhandle("建立人",null),
ibizcpuid: commonLogic.appcommonhandle("处理器标识",null),
productuid: commonLogic.appcommonhandle("产品编号",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
updateman: commonLogic.appcommonhandle("更新人",null),
producer: commonLogic.appcommonhandle("生产厂商",null),
ibizhardwaretype: commonLogic.appcommonhandle("分组类型",null),
unitprice: commonLogic.appcommonhandle("单价",null),
ibizcpuname: commonLogic.appcommonhandle("名称",null),
},
derules:{
},
views: {
editview: {
caption: commonLogic.appcommonhandle("处理器",null),
title: commonLogic.appcommonhandle("处理器编辑视图",null),
},
},
main_form: {
details: {
group1: commonLogic.appcommonhandle("处理器基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
group2: commonLogic.appcommonhandle("操作信息",null),
formpage2: commonLogic.appcommonhandle("其它",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("处理器标识",null),
srfmajortext: commonLogic.appcommonhandle("名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
ibizcpuname: commonLogic.appcommonhandle("名称",null),
createman: commonLogic.appcommonhandle("建立人",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
ibizcpuid: commonLogic.appcommonhandle("处理器标识",null),
},
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZCustom_en_US_Base from './ibizcustom_en_US_base';
function getLocaleResource(){
const IBIZCustom_en_US_OwnData = {};
const targetData = Object.assign(IBIZCustom_en_US_Base(), IBIZCustom_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
createman: commonLogic.appcommonhandle("建立人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
ibizcustomname: commonLogic.appcommonhandle("自定义名称",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
ibizcustomid: commonLogic.appcommonhandle("自定义标识",null),
updateman: commonLogic.appcommonhandle("更新人",null),
},
derules:{
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZCustom_zh_CN_Base from './ibizcustom_zh_CN_base';
function getLocaleResource(){
const IBIZCustom_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZCustom_zh_CN_Base(), IBIZCustom_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
createman: commonLogic.appcommonhandle("建立人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
ibizcustomname: commonLogic.appcommonhandle("自定义名称",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
ibizcustomid: commonLogic.appcommonhandle("自定义标识",null),
updateman: commonLogic.appcommonhandle("更新人",null),
},
derules:{
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZCustomer_INTF_en_US_Base from './ibizcustomer-intf_en_US_base';
function getLocaleResource(){
const IBIZCustomer_INTF_en_US_OwnData = {};
const targetData = Object.assign(IBIZCustomer_INTF_en_US_Base(), IBIZCustomer_INTF_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
updatedate: commonLogic.appcommonhandle("更新时间",null),
sn: commonLogic.appcommonhandle("客户编号",null),
customeruid: commonLogic.appcommonhandle("客户编号",null),
orgid: commonLogic.appcommonhandle("ORGID",null),
createman: commonLogic.appcommonhandle("建立人",null),
updateman: commonLogic.appcommonhandle("更新人",null),
address: commonLogic.appcommonhandle("公司地址",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
},
derules:{
},
views: {
pickupview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户数据选择视图",null),
},
pickupgridview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户选择表格视图",null),
},
mpickupview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户数据多项选择视图",null),
},
},
main_grid: {
columns: {
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
default_searchform: {
details: {
formpage1: commonLogic.appcommonhandle("常规条件",null),
},
uiactions: {
},
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZCustomer_INTF_zh_CN_Base from './ibizcustomer-intf_zh_CN_base';
function getLocaleResource(){
const IBIZCustomer_INTF_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZCustomer_INTF_zh_CN_Base(), IBIZCustomer_INTF_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
updatedate: commonLogic.appcommonhandle("更新时间",null),
sn: commonLogic.appcommonhandle("客户编号",null),
customeruid: commonLogic.appcommonhandle("客户编号",null),
orgid: commonLogic.appcommonhandle("ORGID",null),
createman: commonLogic.appcommonhandle("建立人",null),
updateman: commonLogic.appcommonhandle("更新人",null),
address: commonLogic.appcommonhandle("公司地址",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
},
derules:{
},
views: {
pickupview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户数据选择视图",null),
},
pickupgridview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户选择表格视图",null),
},
mpickupview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户数据多项选择视图",null),
},
},
main_grid: {
columns: {
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
default_searchform: {
details: {
formpage1: commonLogic.appcommonhandle("常规条件",null),
},
uiactions: {
},
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZCustomerMG_en_US_Base from './ibizcustomer-mg_en_US_base';
function getLocaleResource(){
const IBIZCustomerMG_en_US_OwnData = {};
const targetData = Object.assign(IBIZCustomerMG_en_US_Base(), IBIZCustomerMG_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
bankaccountnum: commonLogic.appcommonhandle("开户银行号",null),
bankname: commonLogic.appcommonhandle("开户行",null),
address: commonLogic.appcommonhandle("公司地址",null),
customeruid: commonLogic.appcommonhandle("客户编号",null),
},
derules:{
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZCustomerMG_zh_CN_Base from './ibizcustomer-mg_zh_CN_base';
function getLocaleResource(){
const IBIZCustomerMG_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZCustomerMG_zh_CN_Base(), IBIZCustomerMG_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
bankaccountnum: commonLogic.appcommonhandle("开户银行号",null),
bankname: commonLogic.appcommonhandle("开户行",null),
address: commonLogic.appcommonhandle("公司地址",null),
customeruid: commonLogic.appcommonhandle("客户编号",null),
},
derules:{
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZCustomer_en_US_Base from './ibizcustomer_en_US_base';
function getLocaleResource(){
const IBIZCustomer_en_US_OwnData = {};
const targetData = Object.assign(IBIZCustomer_en_US_Base(), IBIZCustomer_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
createman: commonLogic.appcommonhandle("建立人",null),
sn: commonLogic.appcommonhandle("客户编号",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
customeruid: commonLogic.appcommonhandle("客户编号",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
address: commonLogic.appcommonhandle("公司地址",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
updateman: commonLogic.appcommonhandle("更新人",null),
},
derules:{
},
views: {
pickuptreeview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户选择树视图",null),
},
pickupgridview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户选择表格视图",null),
},
mpickupview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户数据多项选择视图",null),
},
editview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户编辑视图",null),
},
usr2mpickupview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户实体数据多项选择视图(树视图)",null),
},
usr2pickupview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户实体数据选择视图(树视图)",null),
},
usr2editview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户编辑视图",null),
},
usr2gridview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户表格视图",null),
},
pickupview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户数据选择视图",null),
},
},
main_form: {
details: {
group1: commonLogic.appcommonhandle("客户基本信息",null),
druipart1: commonLogic.appcommonhandle("",null),
grouppanel1: commonLogic.appcommonhandle("表格",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
group2: commonLogic.appcommonhandle("操作信息",null),
formpage2: commonLogic.appcommonhandle("其它",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("客户标识",null),
srfmajortext: commonLogic.appcommonhandle("客户名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
address: commonLogic.appcommonhandle("公司地址",null),
customeruid: commonLogic.appcommonhandle("客户编号",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
createman: commonLogic.appcommonhandle("建立人",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
},
uiactions: {
},
},
adddataform_form: {
details: {
group1: commonLogic.appcommonhandle("客户基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("客户标识",null),
srfmajortext: commonLogic.appcommonhandle("客户名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
address: commonLogic.appcommonhandle("公司地址",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
customeruid: commonLogic.appcommonhandle("客户编号",null),
},
uiactions: {
},
},
main_grid: {
columns: {
customeruid: commonLogic.appcommonhandle("客户编号",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
address: commonLogic.appcommonhandle("公司地址",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
adddatagrid_grid: {
columns: {
customeruid: commonLogic.appcommonhandle("客户编号",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
address: commonLogic.appcommonhandle("公司地址",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
default_searchform: {
details: {
formpage1: commonLogic.appcommonhandle("名称",null),
n_ibizcustomername_like: commonLogic.appcommonhandle("客户名称(%)",null),
},
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Save And Close",null),
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
},
usr2gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("New",null),
tip: commonLogic.appcommonhandle("New",null),
},
deuiaction2: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem4: {
caption: commonLogic.appcommonhandle("Edit",null),
tip: commonLogic.appcommonhandle("Edit {0}",null),
},
tbitem6: {
caption: commonLogic.appcommonhandle("Copy",null),
tip: commonLogic.appcommonhandle("Copy {0}",null),
},
deuiaction3: {
caption: commonLogic.appcommonhandle("Filter",null),
tip: commonLogic.appcommonhandle("Filter",null),
},
tbitem7: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("Remove",null),
tip: commonLogic.appcommonhandle("Remove {0}",null),
},
tbitem9: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("Export",null),
tip: commonLogic.appcommonhandle("Export {0} Data To Excel",null),
},
deuiaction1: {
caption: commonLogic.appcommonhandle("导入",null),
tip: commonLogic.appcommonhandle("导入",null),
},
tbitem10: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem16: {
caption: commonLogic.appcommonhandle("其它",null),
tip: commonLogic.appcommonhandle("其它",null),
},
tbitem21: {
caption: commonLogic.appcommonhandle("Export Data Model",null),
tip: commonLogic.appcommonhandle("导出数据模型",null),
},
tbitem23: {
caption: commonLogic.appcommonhandle("数据导入",null),
tip: commonLogic.appcommonhandle("数据导入",null),
},
},
usr2editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Save And Close",null),
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
},
usr_treeview: {
nodata:commonLogic.appcommonhandle("",null),
nodes: {
root: commonLogic.appcommonhandle("默认根节点",null),
personname: commonLogic.appcommonhandle("客户名称",null),
},
uiactions: {
},
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZCustomer_zh_CN_Base from './ibizcustomer_zh_CN_base';
function getLocaleResource(){
const IBIZCustomer_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZCustomer_zh_CN_Base(), IBIZCustomer_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
createman: commonLogic.appcommonhandle("建立人",null),
sn: commonLogic.appcommonhandle("客户编号",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
customeruid: commonLogic.appcommonhandle("客户编号",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
address: commonLogic.appcommonhandle("公司地址",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
updateman: commonLogic.appcommonhandle("更新人",null),
},
derules:{
},
views: {
pickuptreeview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户选择树视图",null),
},
pickupgridview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户选择表格视图",null),
},
mpickupview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户数据多项选择视图",null),
},
editview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户编辑视图",null),
},
usr2mpickupview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户实体数据多项选择视图(树视图)",null),
},
usr2pickupview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户实体数据选择视图(树视图)",null),
},
usr2editview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户编辑视图",null),
},
usr2gridview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户表格视图",null),
},
pickupview: {
caption: commonLogic.appcommonhandle("客户",null),
title: commonLogic.appcommonhandle("客户数据选择视图",null),
},
},
main_form: {
details: {
group1: commonLogic.appcommonhandle("客户基本信息",null),
druipart1: commonLogic.appcommonhandle("",null),
grouppanel1: commonLogic.appcommonhandle("表格",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
group2: commonLogic.appcommonhandle("操作信息",null),
formpage2: commonLogic.appcommonhandle("其它",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("客户标识",null),
srfmajortext: commonLogic.appcommonhandle("客户名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
address: commonLogic.appcommonhandle("公司地址",null),
customeruid: commonLogic.appcommonhandle("客户编号",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
createman: commonLogic.appcommonhandle("建立人",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
},
uiactions: {
},
},
adddataform_form: {
details: {
group1: commonLogic.appcommonhandle("客户基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("客户标识",null),
srfmajortext: commonLogic.appcommonhandle("客户名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
address: commonLogic.appcommonhandle("公司地址",null),
ibizcustomerid: commonLogic.appcommonhandle("客户标识",null),
customeruid: commonLogic.appcommonhandle("客户编号",null),
},
uiactions: {
},
},
main_grid: {
columns: {
customeruid: commonLogic.appcommonhandle("客户编号",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
address: commonLogic.appcommonhandle("公司地址",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
adddatagrid_grid: {
columns: {
customeruid: commonLogic.appcommonhandle("客户编号",null),
ibizcustomername: commonLogic.appcommonhandle("客户名称",null),
address: commonLogic.appcommonhandle("公司地址",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
default_searchform: {
details: {
formpage1: commonLogic.appcommonhandle("名称",null),
n_ibizcustomername_like: commonLogic.appcommonhandle("客户名称(%)",null),
},
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
},
usr2gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("新建",null),
tip: commonLogic.appcommonhandle("新建",null),
},
deuiaction2: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem4: {
caption: commonLogic.appcommonhandle("编辑",null),
tip: commonLogic.appcommonhandle("编辑",null),
},
tbitem6: {
caption: commonLogic.appcommonhandle("拷贝",null),
tip: commonLogic.appcommonhandle("拷贝",null),
},
deuiaction3: {
caption: commonLogic.appcommonhandle("过滤",null),
tip: commonLogic.appcommonhandle("过滤",null),
},
tbitem7: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("删除",null),
tip: commonLogic.appcommonhandle("删除",null),
},
tbitem9: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("导出",null),
tip: commonLogic.appcommonhandle("导出",null),
},
deuiaction1: {
caption: commonLogic.appcommonhandle("导入",null),
tip: commonLogic.appcommonhandle("导入",null),
},
tbitem10: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem16: {
caption: commonLogic.appcommonhandle("其它",null),
tip: commonLogic.appcommonhandle("其它",null),
},
tbitem21: {
caption: commonLogic.appcommonhandle("导出数据模型",null),
tip: commonLogic.appcommonhandle("导出数据模型",null),
},
tbitem23: {
caption: commonLogic.appcommonhandle("数据导入",null),
tip: commonLogic.appcommonhandle("数据导入",null),
},
},
usr2editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
},
usr_treeview: {
nodata:commonLogic.appcommonhandle("",null),
nodes: {
root: commonLogic.appcommonhandle("默认根节点",null),
personname: commonLogic.appcommonhandle("客户名称",null),
},
uiactions: {
},
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZHardware_en_US_Base from './ibizhardware_en_US_base';
function getLocaleResource(){
const IBIZHardware_en_US_OwnData = {};
const targetData = Object.assign(IBIZHardware_en_US_Base(), IBIZHardware_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
unit: commonLogic.appcommonhandle("单位",null),
updateman: commonLogic.appcommonhandle("更新人",null),
ibizhardwaretype: commonLogic.appcommonhandle("分组类型",null),
createman: commonLogic.appcommonhandle("建立人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
productuid: commonLogic.appcommonhandle("产品编号",null),
ibizhardwareid: commonLogic.appcommonhandle("硬件标识",null),
ibizhardwarename: commonLogic.appcommonhandle("名称",null),
unitprice: commonLogic.appcommonhandle("单价",null),
producer: commonLogic.appcommonhandle("生产厂商",null),
},
derules:{
},
views: {
gridview9: {
caption: commonLogic.appcommonhandle("硬件",null),
title: commonLogic.appcommonhandle("硬件表格视图",null),
},
sgridview: {
caption: commonLogic.appcommonhandle("硬件",null),
title: commonLogic.appcommonhandle("硬件表格视图",null),
},
editview: {
caption: commonLogic.appcommonhandle("硬件",null),
title: commonLogic.appcommonhandle("硬件编辑视图",null),
},
indexpickupdataview: {
caption: commonLogic.appcommonhandle("硬件",null),
title: commonLogic.appcommonhandle("硬件索引关系选择数据视图",null),
},
indexpickupview: {
caption: commonLogic.appcommonhandle("硬件",null),
title: commonLogic.appcommonhandle("硬件数据选择视图",null),
},
},
main_form: {
details: {
group1: commonLogic.appcommonhandle("硬件基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("硬件标识",null),
srfmajortext: commonLogic.appcommonhandle("名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
productuid: commonLogic.appcommonhandle("产品编号",null),
ibizhardwarename: commonLogic.appcommonhandle("名称",null),
unit: commonLogic.appcommonhandle("单位",null),
unitprice: commonLogic.appcommonhandle("单价",null),
producer: commonLogic.appcommonhandle("生产厂商",null),
ibizhardwareid: commonLogic.appcommonhandle("硬件标识",null),
},
uiactions: {
},
},
main_grid: {
columns: {
productuid: commonLogic.appcommonhandle("产品编号",null),
ibizhardwarename: commonLogic.appcommonhandle("名称",null),
unit: commonLogic.appcommonhandle("单位",null),
unitprice: commonLogic.appcommonhandle("单价",null),
producer: commonLogic.appcommonhandle("生产厂商",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
indextype_dataview: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
default_searchform: {
details: {
formpage1: commonLogic.appcommonhandle("",null),
},
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Save And Close",null),
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
},
gridview9toolbar_toolbar: {
tbitem1: {
caption: commonLogic.appcommonhandle("New",null),
tip: commonLogic.appcommonhandle("New",null),
},
tbitem2: {
caption: commonLogic.appcommonhandle("Edit",null),
tip: commonLogic.appcommonhandle("Edit {0}",null),
},
tbitem3: {
caption: commonLogic.appcommonhandle("Copy",null),
tip: commonLogic.appcommonhandle("Copy {0}",null),
},
tbitem4: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Remove",null),
tip: commonLogic.appcommonhandle("Remove {0}",null),
},
tbitem6: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem9: {
caption: commonLogic.appcommonhandle("Export",null),
tip: commonLogic.appcommonhandle("Export {0} Data To Excel",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem7: {
caption: commonLogic.appcommonhandle("刷新",null),
tip: commonLogic.appcommonhandle("刷新",null),
},
},
sgridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("New",null),
tip: commonLogic.appcommonhandle("New",null),
},
deuiaction2: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem4: {
caption: commonLogic.appcommonhandle("Edit",null),
tip: commonLogic.appcommonhandle("Edit {0}",null),
},
tbitem6: {
caption: commonLogic.appcommonhandle("Copy",null),
tip: commonLogic.appcommonhandle("Copy {0}",null),
},
deuiaction3: {
caption: commonLogic.appcommonhandle("Filter",null),
tip: commonLogic.appcommonhandle("Filter",null),
},
tbitem7: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("Remove",null),
tip: commonLogic.appcommonhandle("Remove {0}",null),
},
tbitem9: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("Export",null),
tip: commonLogic.appcommonhandle("Export {0} Data To Excel",null),
},
deuiaction1: {
caption: commonLogic.appcommonhandle("导入",null),
tip: commonLogic.appcommonhandle("导入",null),
},
tbitem10: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem16: {
caption: commonLogic.appcommonhandle("其它",null),
tip: commonLogic.appcommonhandle("其它",null),
},
tbitem21: {
caption: commonLogic.appcommonhandle("Export Data Model",null),
tip: commonLogic.appcommonhandle("导出数据模型",null),
},
tbitem23: {
caption: commonLogic.appcommonhandle("数据导入",null),
tip: commonLogic.appcommonhandle("数据导入",null),
},
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZHardware_zh_CN_Base from './ibizhardware_zh_CN_base';
function getLocaleResource(){
const IBIZHardware_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZHardware_zh_CN_Base(), IBIZHardware_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
unit: commonLogic.appcommonhandle("单位",null),
updateman: commonLogic.appcommonhandle("更新人",null),
ibizhardwaretype: commonLogic.appcommonhandle("分组类型",null),
createman: commonLogic.appcommonhandle("建立人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
productuid: commonLogic.appcommonhandle("产品编号",null),
ibizhardwareid: commonLogic.appcommonhandle("硬件标识",null),
ibizhardwarename: commonLogic.appcommonhandle("名称",null),
unitprice: commonLogic.appcommonhandle("单价",null),
producer: commonLogic.appcommonhandle("生产厂商",null),
},
derules:{
},
views: {
gridview9: {
caption: commonLogic.appcommonhandle("硬件",null),
title: commonLogic.appcommonhandle("硬件表格视图",null),
},
sgridview: {
caption: commonLogic.appcommonhandle("硬件",null),
title: commonLogic.appcommonhandle("硬件表格视图",null),
},
editview: {
caption: commonLogic.appcommonhandle("硬件",null),
title: commonLogic.appcommonhandle("硬件编辑视图",null),
},
indexpickupdataview: {
caption: commonLogic.appcommonhandle("硬件",null),
title: commonLogic.appcommonhandle("硬件索引关系选择数据视图",null),
},
indexpickupview: {
caption: commonLogic.appcommonhandle("硬件",null),
title: commonLogic.appcommonhandle("硬件数据选择视图",null),
},
},
main_form: {
details: {
group1: commonLogic.appcommonhandle("硬件基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("硬件标识",null),
srfmajortext: commonLogic.appcommonhandle("名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
productuid: commonLogic.appcommonhandle("产品编号",null),
ibizhardwarename: commonLogic.appcommonhandle("名称",null),
unit: commonLogic.appcommonhandle("单位",null),
unitprice: commonLogic.appcommonhandle("单价",null),
producer: commonLogic.appcommonhandle("生产厂商",null),
ibizhardwareid: commonLogic.appcommonhandle("硬件标识",null),
},
uiactions: {
},
},
main_grid: {
columns: {
productuid: commonLogic.appcommonhandle("产品编号",null),
ibizhardwarename: commonLogic.appcommonhandle("名称",null),
unit: commonLogic.appcommonhandle("单位",null),
unitprice: commonLogic.appcommonhandle("单价",null),
producer: commonLogic.appcommonhandle("生产厂商",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
indextype_dataview: {
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
default_searchform: {
details: {
formpage1: commonLogic.appcommonhandle("",null),
},
uiactions: {
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("保存并关闭",null),
tip: commonLogic.appcommonhandle("保存并关闭",null),
},
},
gridview9toolbar_toolbar: {
tbitem1: {
caption: commonLogic.appcommonhandle("新建",null),
tip: commonLogic.appcommonhandle("新建",null),
},
tbitem2: {
caption: commonLogic.appcommonhandle("编辑",null),
tip: commonLogic.appcommonhandle("编辑",null),
},
tbitem3: {
caption: commonLogic.appcommonhandle("拷贝",null),
tip: commonLogic.appcommonhandle("拷贝",null),
},
tbitem4: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("删除",null),
tip: commonLogic.appcommonhandle("删除",null),
},
tbitem6: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem9: {
caption: commonLogic.appcommonhandle("导出",null),
tip: commonLogic.appcommonhandle("导出",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem7: {
caption: commonLogic.appcommonhandle("刷新",null),
tip: commonLogic.appcommonhandle("刷新",null),
},
},
sgridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("新建",null),
tip: commonLogic.appcommonhandle("新建",null),
},
deuiaction2: {
caption: commonLogic.appcommonhandle("保存",null),
tip: commonLogic.appcommonhandle("保存",null),
},
tbitem4: {
caption: commonLogic.appcommonhandle("编辑",null),
tip: commonLogic.appcommonhandle("编辑",null),
},
tbitem6: {
caption: commonLogic.appcommonhandle("拷贝",null),
tip: commonLogic.appcommonhandle("拷贝",null),
},
deuiaction3: {
caption: commonLogic.appcommonhandle("过滤",null),
tip: commonLogic.appcommonhandle("过滤",null),
},
tbitem7: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("删除",null),
tip: commonLogic.appcommonhandle("删除",null),
},
tbitem9: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("导出",null),
tip: commonLogic.appcommonhandle("导出",null),
},
deuiaction1: {
caption: commonLogic.appcommonhandle("导入",null),
tip: commonLogic.appcommonhandle("导入",null),
},
tbitem10: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem16: {
caption: commonLogic.appcommonhandle("其它",null),
tip: commonLogic.appcommonhandle("其它",null),
},
tbitem21: {
caption: commonLogic.appcommonhandle("导出数据模型",null),
tip: commonLogic.appcommonhandle("导出数据模型",null),
},
tbitem23: {
caption: commonLogic.appcommonhandle("数据导入",null),
tip: commonLogic.appcommonhandle("数据导入",null),
},
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZOrderDetail_en_US_Base from './ibizorder-detail_en_US_base';
function getLocaleResource(){
const IBIZOrderDetail_en_US_OwnData = {};
const targetData = Object.assign(IBIZOrderDetail_en_US_Base(), IBIZOrderDetail_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import IBIZOrderDetail_zh_CN_Base from './ibizorder-detail_zh_CN_base';
function getLocaleResource(){
const IBIZOrderDetail_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZOrderDetail_zh_CN_Base(), IBIZOrderDetail_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import IBIZOrderType_en_US_Base from './ibizorder-type_en_US_base';
function getLocaleResource(){
const IBIZOrderType_en_US_OwnData = {};
const targetData = Object.assign(IBIZOrderType_en_US_Base(), IBIZOrderType_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
enable: commonLogic.appcommonhandle("逻辑有效标志",null),
updateman: commonLogic.appcommonhandle("更新人",null),
createdate: commonLogic.appcommonhandle("建立时间",null),
ibizordertypename: commonLogic.appcommonhandle("订单类型名称",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
createman: commonLogic.appcommonhandle("建立人",null),
ibizordertypeid: commonLogic.appcommonhandle("订单类型标识",null),
},
derules:{
},
views: {
pickupview: {
caption: commonLogic.appcommonhandle("订单类型",null),
title: commonLogic.appcommonhandle("订单类型数据选择视图",null),
},
usr2gridview: {
caption: commonLogic.appcommonhandle("订单类型",null),
title: commonLogic.appcommonhandle("订单类型表格视图",null),
},
editview: {
caption: commonLogic.appcommonhandle("订单类型",null),
title: commonLogic.appcommonhandle("订单类型编辑视图",null),
},
pickupgridview: {
caption: commonLogic.appcommonhandle("订单类型",null),
title: commonLogic.appcommonhandle("订单类型选择表格视图",null),
},
usr2editview: {
caption: commonLogic.appcommonhandle("订单类型",null),
title: commonLogic.appcommonhandle("订单类型编辑视图",null),
},
},
main_form: {
details: {
group1: commonLogic.appcommonhandle("订单类型基本信息",null),
formpage1: commonLogic.appcommonhandle("基本信息",null),
srfupdatedate: commonLogic.appcommonhandle("更新时间",null),
srforikey: commonLogic.appcommonhandle("",null),
srfkey: commonLogic.appcommonhandle("订单类型标识",null),
srfmajortext: commonLogic.appcommonhandle("订单类型名称",null),
srftempmode: commonLogic.appcommonhandle("",null),
srfuf: commonLogic.appcommonhandle("",null),
srfdeid: commonLogic.appcommonhandle("",null),
srfsourcekey: commonLogic.appcommonhandle("",null),
ibizordertypeid: commonLogic.appcommonhandle("订单类型标识",null),
ibizordertypename: commonLogic.appcommonhandle("订单类型名称",null),
enable: commonLogic.appcommonhandle("逻辑有效标志",null),
},
uiactions: {
},
},
main_grid: {
columns: {
ibizordertypeid: commonLogic.appcommonhandle("订单类型标识",null),
ibizordertypename: commonLogic.appcommonhandle("订单类型名称",null),
updateman: commonLogic.appcommonhandle("更新人",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
},
nodata:commonLogic.appcommonhandle("",null),
uiactions: {
},
},
default_searchform: {
details: {
formpage1: commonLogic.appcommonhandle("",null),
},
uiactions: {
},
},
usr2gridviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("New",null),
tip: commonLogic.appcommonhandle("New",null),
},
deuiaction2: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem4: {
caption: commonLogic.appcommonhandle("Edit",null),
tip: commonLogic.appcommonhandle("Edit {0}",null),
},
tbitem6: {
caption: commonLogic.appcommonhandle("Copy",null),
tip: commonLogic.appcommonhandle("Copy {0}",null),
},
deuiaction3: {
caption: commonLogic.appcommonhandle("Filter",null),
tip: commonLogic.appcommonhandle("Filter",null),
},
tbitem7: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem8: {
caption: commonLogic.appcommonhandle("Remove",null),
tip: commonLogic.appcommonhandle("Remove {0}",null),
},
tbitem9: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem13: {
caption: commonLogic.appcommonhandle("Export",null),
tip: commonLogic.appcommonhandle("Export {0} Data To Excel",null),
},
deuiaction1: {
caption: commonLogic.appcommonhandle("导入",null),
tip: commonLogic.appcommonhandle("导入",null),
},
tbitem10: {
caption: commonLogic.appcommonhandle("-",null),
tip: commonLogic.appcommonhandle("",null),
},
tbitem16: {
caption: commonLogic.appcommonhandle("其它",null),
tip: commonLogic.appcommonhandle("其它",null),
},
tbitem21: {
caption: commonLogic.appcommonhandle("Export Data Model",null),
tip: commonLogic.appcommonhandle("导出数据模型",null),
},
tbitem23: {
caption: commonLogic.appcommonhandle("数据导入",null),
tip: commonLogic.appcommonhandle("数据导入",null),
},
},
usr2editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Save And Close",null),
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: commonLogic.appcommonhandle("Save",null),
tip: commonLogic.appcommonhandle("Save",null),
},
tbitem5: {
caption: commonLogic.appcommonhandle("Save And Close",null),
tip: commonLogic.appcommonhandle("Save And Close Window",null),
},
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZOrderType_zh_CN_Base from './ibizorder-type_zh_CN_base';
function getLocaleResource(){
const IBIZOrderType_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZOrderType_zh_CN_Base(), IBIZOrderType_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import IBIZOrder_en_US_Base from './ibizorder_en_US_base';
function getLocaleResource(){
const IBIZOrder_en_US_OwnData = {};
const targetData = Object.assign(IBIZOrder_en_US_Base(), IBIZOrder_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import IBIZOrder_zh_CN_Base from './ibizorder_zh_CN_base';
function getLocaleResource(){
const IBIZOrder_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZOrder_zh_CN_Base(), IBIZOrder_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import IBIZSample_en_US_Base from './ibizsample_en_US_base';
function getLocaleResource(){
const IBIZSample_en_US_OwnData = {};
const targetData = Object.assign(IBIZSample_en_US_Base(), IBIZSample_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
createdate: commonLogic.appcommonhandle("建立时间",null),
oslink4: commonLogic.appcommonhandle("其他样式链接4",null),
title1: commonLogic.appcommonhandle("分组标题1",null),
updateman: commonLogic.appcommonhandle("更新人",null),
ibizsamplename: commonLogic.appcommonhandle("示例数据库名称",null),
oslink3: commonLogic.appcommonhandle("其他样式链接3",null),
link1: commonLogic.appcommonhandle("链接1",null),
ibizsampleid: commonLogic.appcommonhandle("示例数据库标识",null),
title6: commonLogic.appcommonhandle("分组标题6",null),
link6: commonLogic.appcommonhandle("链接6",null),
title5: commonLogic.appcommonhandle("分组标题5",null),
title4: commonLogic.appcommonhandle("分组标题4",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
oslink1: commonLogic.appcommonhandle("其他样式链接1",null),
oslink5: commonLogic.appcommonhandle("其他样式链接5",null),
oslink6: commonLogic.appcommonhandle("其他样式链接6",null),
link5: commonLogic.appcommonhandle("链接5",null),
link3: commonLogic.appcommonhandle("链接3",null),
title2: commonLogic.appcommonhandle("分组标题2",null),
oslink2: commonLogic.appcommonhandle("其他样式链接2",null),
title3: commonLogic.appcommonhandle("分组标题3",null),
link4: commonLogic.appcommonhandle("链接4",null),
link2: commonLogic.appcommonhandle("链接2",null),
sampletype: commonLogic.appcommonhandle("示例类型",null),
createman: commonLogic.appcommonhandle("建立人",null),
},
derules:{
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZSample_zh_CN_Base from './ibizsample_zh_CN_base';
function getLocaleResource(){
const IBIZSample_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZSample_zh_CN_Base(), IBIZSample_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import commonLogic from '@/locale/logic/common/common-logic';
function getLocaleResourceBase(){
const data:any = {
fields: {
createdate: commonLogic.appcommonhandle("建立时间",null),
oslink4: commonLogic.appcommonhandle("其他样式链接4",null),
title1: commonLogic.appcommonhandle("分组标题1",null),
updateman: commonLogic.appcommonhandle("更新人",null),
ibizsamplename: commonLogic.appcommonhandle("示例数据库名称",null),
oslink3: commonLogic.appcommonhandle("其他样式链接3",null),
link1: commonLogic.appcommonhandle("链接1",null),
ibizsampleid: commonLogic.appcommonhandle("示例数据库标识",null),
title6: commonLogic.appcommonhandle("分组标题6",null),
link6: commonLogic.appcommonhandle("链接6",null),
title5: commonLogic.appcommonhandle("分组标题5",null),
title4: commonLogic.appcommonhandle("分组标题4",null),
updatedate: commonLogic.appcommonhandle("更新时间",null),
oslink1: commonLogic.appcommonhandle("其他样式链接1",null),
oslink5: commonLogic.appcommonhandle("其他样式链接5",null),
oslink6: commonLogic.appcommonhandle("其他样式链接6",null),
link5: commonLogic.appcommonhandle("链接5",null),
link3: commonLogic.appcommonhandle("链接3",null),
title2: commonLogic.appcommonhandle("分组标题2",null),
oslink2: commonLogic.appcommonhandle("其他样式链接2",null),
title3: commonLogic.appcommonhandle("分组标题3",null),
link4: commonLogic.appcommonhandle("链接4",null),
link2: commonLogic.appcommonhandle("链接2",null),
sampletype: commonLogic.appcommonhandle("示例类型",null),
createman: commonLogic.appcommonhandle("建立人",null),
},
derules:{
},
};
return data;
}
export default getLocaleResourceBase;
\ No newline at end of file
import IBIZSample0001_en_US_Base from './ibizsample0001_en_US_base';
function getLocaleResource(){
const IBIZSample0001_en_US_OwnData = {};
const targetData = Object.assign(IBIZSample0001_en_US_Base(), IBIZSample0001_en_US_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
import IBIZSample0001_zh_CN_Base from './ibizsample0001_zh_CN_base';
function getLocaleResource(){
const IBIZSample0001_zh_CN_OwnData = {};
const targetData = Object.assign(IBIZSample0001_zh_CN_Base(), IBIZSample0001_zh_CN_OwnData);
return targetData;
}
export default getLocaleResource;
\ No newline at end of file
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册