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

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

上级 c3c793b3
此差异已折叠。
...@@ -640,189 +640,6 @@ function getLocaleResource(){ ...@@ -640,189 +640,6 @@ function getLocaleResource(){
inhand: "待办理:", inhand: "待办理:",
} }
}, },
codelist: {
AppCtrlType: {
"form": "表单类",
"navigation": "导航类",
"panel": "面板类",
"multidata": "多数据类",
"other": "其他类",
"empty": "",
},
AppEditorType: {
"basics": "基础类",
"exhibition": "展示类",
"choose": "选择类",
"datachoose": "数据选择类",
"datechoose": "时间选择类",
"fileupload": "文件上传类",
"empty": "",
},
AppViewType: {
"singledataview": "单数据视图",
"multidataview": "多数据视图",
"navigationview": "导航视图",
"chooseview": "选择视图",
"workflowview": "工作流视图",
"applicationview": "应用视图",
"functionalview": "功能视图",
"otherview": "其他视图",
"empty": "",
},
BOOKSTATUSGUIDE: {
"step1": "step1",
"step2": "step2",
"step3": "step3",
"empty": "",
},
BookSailState: {
"100": "未出版",
"200": "等待出版",
"300": "未上架",
"400": "已上架",
"empty": "",
},
BookType: {
"仙侠": "仙侠",
"武侠": "武侠",
"玄幻": "玄幻",
"都市": "都市",
"empty": "",
},
Bookgroup: {
"all": "全部",
"onshelf": "已上架",
"noshelf": "未上架",
"other": "其他",
"nopublish": "未出版",
"waitpublish": "等待出版",
"empty": "",
},
Booktag: {
"历史": "历史",
"数学": "数学",
"文学": "文学",
"科学": "科学",
"empty": "",
},
CodeList: {
"100": "第一图书馆",
"300": "第三图书馆",
"200": "第二图书馆",
"empty": "",
},
CodeList25: {
"10": "押金",
"20": "身份证",
"30": "学生证",
"empty": "",
},
CodeList43: {
"HTMLeditor": "HTML编辑器",
"droplist": "下拉列表框",
"picturecontrol": "图片控件",
"textarea": "多行输入框",
"picker": "数据选择",
"fileupload": "文件上传控件",
"textbox": "文本框",
"label": "标签",
"userdefined": "用户自定义",
"empty": "",
},
CodeList44: {
"10": "与客户服务相关的协议",
"400": "业务接洽阶段各类文本",
"1000": "保密协议",
"2000": "利益冲突披露及同意函",
"100": "服务协议及/或其附件",
"5000": "审计业务约定书",
"3000": "服务协议",
"4000": "服务协议附件",
"6000": "采购订单",
"200": "服务协议变更/废止/续约合同",
"300": "框架协议",
"40": "人力资源协议",
"50": "其他类协议",
"30": "合作类协议",
"20": "采购合同",
"60": "IT采购合同",
"70": "不动产相关协议",
"empty": "",
},
DYNAORDERTYPE: {
"empty": "",
},
HARDWARETYPE: {
"Storage": "存储",
"CPU": "处理器",
"empty": "",
},
ORDERENTITYDATA: {
"empty": "",
},
ORDERSTATE: {
"10": "未提交",
"20": "审核中",
"30": "已通过",
"40": "未通过",
"empty": "",
},
ORDERSTEP: {
"1": "发起人调整",
"5": "部门经理审核",
"10": "财务经理审核",
"20": "总经理审核",
"30": "财务总监审批",
"empty": "",
},
OrderType: {
"1": "已下单",
"2": "已取消",
"3": "已完成",
"empty": "",
},
SCODELIST_NUM: {
"1": "类型1",
"2": "类型2",
"4": "类型3",
"empty": "",
},
SCODELIST_TEXT: {
"A": "类型1",
"B": "类型2",
"C": "类型3",
"empty": "",
},
S_OrderType: {
"10": "销售订单",
"20": "采购订单",
"30": "生产订单",
"empty": "",
},
SysOperator: {
"empty": "",
},
UNIPRODUCTTYPE: {
"Software": "软件",
"Hardware": "硬件",
"empty": "",
},
WFStates: {
"0": "未启动",
"1": "流程中",
"2": "已完成",
"3": "已取消",
"31": "已取消(人工)",
"32": "已取消(超时)",
"4": "处理故障",
"empty": "",
},
YesNo: {
"1": "是",
"0": "否",
"empty": "",
},
},
custom: getCustomLocaleResource(), custom: getCustomLocaleResource(),
'PAGE.TITLE.WEB.APPPORTALVIEW2': '查看文本', 'PAGE.TITLE.WEB.APPPORTALVIEW2': '查看文本',
'OTHER.BUTTONTSET': '测试多语言按钮', 'OTHER.BUTTONTSET': '测试多语言按钮',
......
...@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/ */
public async load(opt: any = {}): Promise<any> { public async load(opt: any = {}): Promise<any> {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/ */
public async loadDraft(opt: any = {}): Promise<any> { public async loadDraft(opt: any = {}): Promise<any> {
if (!this.loaddraftAction) { if (!this.loaddraftAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction; const action: any = Object.is(data.srfuf, '1') ? this.updateAction : this.createAction;
if(!action){ if(!action){
let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction"; let actionName:any = Object.is(data.srfuf, '1')?"updateAction":"createAction";
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1815,7 +1815,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface ...@@ -1815,7 +1815,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> { public remove(opt:Array<any> = [],showResultInfo?: boolean): Promise<any> {
return new Promise((resolve: any, reject: any) => { return new Promise((resolve: any, reject: any) => {
if(!this.removeAction){ if(!this.removeAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -2620,4 +2620,4 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2620,4 +2620,4 @@ export default class MainBase extends Vue implements ControlInterface {
<style lang='less'> <style lang='less'>
@import './main-grid.less'; @import './main-grid.less';
</style>style> </style>
\ No newline at end of file \ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册