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

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

上级 0955e58c
...@@ -711,7 +711,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -711,7 +711,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public load(opt: any = {}): void { public load(opt: any = {}): void {
if(!this.loadAction){ if(!this.loadAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loadAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr8GridView' + (this.$t('app.searchForm.notConfig.loadAction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -747,7 +747,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -747,7 +747,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/ */
public async loadDraft(opt: any = {},mode?:string): Promise<any> { public async loadDraft(opt: any = {},mode?:string): Promise<any> {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKCustomView_layout' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr8GridView' + (this.$t('app.searchForm.notConfig.loaddraftAction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
......
...@@ -24,41 +24,41 @@ ...@@ -24,41 +24,41 @@
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "list_operation_u37c350c_click", "name" : "list_operation_u9aef9b0_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "打开文档" "id" : "打开示例"
} }
}, { }, {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "list_operation_u9aef9b0_click", "name" : "list_operation_u37c350c_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "打开示例" "id" : "打开文档"
} }
} ], } ],
"getPSAppViewUIActions" : [ { "getPSAppViewUIActions" : [ {
"name" : "打开文档", "name" : "打开示例",
"getPSUIAction" : { "getPSUIAction" : {
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
}, },
"modelref" : true, "modelref" : true,
"id" : "openDocument@IBIZAPPVIEW" "id" : "openInstance@IBIZAPPVIEW"
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "list" "xDataControlName" : "list"
}, { }, {
"name" : "打开示例", "name" : "打开文档",
"getPSUIAction" : { "getPSUIAction" : {
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
}, },
"modelref" : true, "modelref" : true,
"id" : "openInstance@IBIZAPPVIEW" "id" : "openDocument@IBIZAPPVIEW"
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "list" "xDataControlName" : "list"
...@@ -130,54 +130,54 @@ ...@@ -130,54 +130,54 @@
"name" : "打开链接", "name" : "打开链接",
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u37c350c", "name" : "u9aef9b0",
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY", "actionTarget" : "SINGLEKEY",
"caption" : "打开文档", "caption" : "打开示例",
"codeName" : "openDocument", "codeName" : "openInstance",
"frontProcessType" : "OPENHTMLPAGE", "frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZAPPVIEW_openDocument", "fullCodeName" : "IBIZAPPVIEW_openInstance",
"htmlPageUrl" : "${data.documentaddress}", "htmlPageUrl" : "${data.instanceaddress}",
"name" : "打开文档", "name" : "打开示例",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
}, },
"paramItem" : "documentaddress", "paramItem" : "instanceaddress",
"textItem" : "documentaddress", "textItem" : "instanceaddress",
"timeout" : 60000, "timeout" : 60000,
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "openDocument", "uIActionTag" : "openInstance",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"valueItem" : "documentaddress", "valueItem" : "instanceaddress",
"id" : "openDocument@IBIZAPPVIEW" "id" : "openInstance@IBIZAPPVIEW"
}, },
"addSeparator" : false, "addSeparator" : false,
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u9aef9b0", "name" : "u37c350c",
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY", "actionTarget" : "SINGLEKEY",
"caption" : "打开示例", "caption" : "打开文档",
"codeName" : "openInstance", "codeName" : "openDocument",
"frontProcessType" : "OPENHTMLPAGE", "frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZAPPVIEW_openInstance", "fullCodeName" : "IBIZAPPVIEW_openDocument",
"htmlPageUrl" : "${data.instanceaddress}", "htmlPageUrl" : "${data.documentaddress}",
"name" : "打开示例", "name" : "打开文档",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
}, },
"paramItem" : "instanceaddress", "paramItem" : "documentaddress",
"textItem" : "instanceaddress", "textItem" : "documentaddress",
"timeout" : 60000, "timeout" : 60000,
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "openInstance", "uIActionTag" : "openDocument",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"valueItem" : "instanceaddress", "valueItem" : "documentaddress",
"id" : "openInstance@IBIZAPPVIEW" "id" : "openDocument@IBIZAPPVIEW"
}, },
"addSeparator" : false, "addSeparator" : false,
"showCaption" : true, "showCaption" : true,
......
...@@ -227,41 +227,41 @@ ...@@ -227,41 +227,41 @@
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "list_operation_u37c350c_click", "name" : "list_operation_u9aef9b0_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "打开文档" "id" : "打开示例"
} }
}, { }, {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "list_operation_u9aef9b0_click", "name" : "list_operation_u37c350c_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "打开示例" "id" : "打开文档"
} }
} ], } ],
"getPSAppViewUIActions" : [ { "getPSAppViewUIActions" : [ {
"name" : "打开文档", "name" : "打开示例",
"getPSUIAction" : { "getPSUIAction" : {
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
}, },
"modelref" : true, "modelref" : true,
"id" : "openDocument@IBIZAPPVIEW" "id" : "openInstance@IBIZAPPVIEW"
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "list" "xDataControlName" : "list"
}, { }, {
"name" : "打开示例", "name" : "打开文档",
"getPSUIAction" : { "getPSUIAction" : {
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
}, },
"modelref" : true, "modelref" : true,
"id" : "openInstance@IBIZAPPVIEW" "id" : "openDocument@IBIZAPPVIEW"
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "list" "xDataControlName" : "list"
...@@ -407,54 +407,54 @@ ...@@ -407,54 +407,54 @@
"name" : "打开链接", "name" : "打开链接",
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u37c350c", "name" : "u9aef9b0",
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY", "actionTarget" : "SINGLEKEY",
"caption" : "打开文档", "caption" : "打开示例",
"codeName" : "openDocument", "codeName" : "openInstance",
"frontProcessType" : "OPENHTMLPAGE", "frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZAPPVIEW_openDocument", "fullCodeName" : "IBIZAPPVIEW_openInstance",
"htmlPageUrl" : "${data.documentaddress}", "htmlPageUrl" : "${data.instanceaddress}",
"name" : "打开文档", "name" : "打开示例",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
}, },
"paramItem" : "documentaddress", "paramItem" : "instanceaddress",
"textItem" : "documentaddress", "textItem" : "instanceaddress",
"timeout" : 60000, "timeout" : 60000,
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "openDocument", "uIActionTag" : "openInstance",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"valueItem" : "documentaddress", "valueItem" : "instanceaddress",
"id" : "openDocument@IBIZAPPVIEW" "id" : "openInstance@IBIZAPPVIEW"
}, },
"addSeparator" : false, "addSeparator" : false,
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u9aef9b0", "name" : "u37c350c",
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY", "actionTarget" : "SINGLEKEY",
"caption" : "打开示例", "caption" : "打开文档",
"codeName" : "openInstance", "codeName" : "openDocument",
"frontProcessType" : "OPENHTMLPAGE", "frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZAPPVIEW_openInstance", "fullCodeName" : "IBIZAPPVIEW_openDocument",
"htmlPageUrl" : "${data.instanceaddress}", "htmlPageUrl" : "${data.documentaddress}",
"name" : "打开示例", "name" : "打开文档",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
}, },
"paramItem" : "instanceaddress", "paramItem" : "documentaddress",
"textItem" : "instanceaddress", "textItem" : "documentaddress",
"timeout" : 60000, "timeout" : 60000,
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "openInstance", "uIActionTag" : "openDocument",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"valueItem" : "instanceaddress", "valueItem" : "documentaddress",
"id" : "openInstance@IBIZAPPVIEW" "id" : "openDocument@IBIZAPPVIEW"
}, },
"addSeparator" : false, "addSeparator" : false,
"showCaption" : true, "showCaption" : true,
......
...@@ -1324,41 +1324,41 @@ ...@@ -1324,41 +1324,41 @@
"getPSAppViewLogics" : [ { "getPSAppViewLogics" : [ {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "list_operation_u37c350c_click", "name" : "list_operation_u9aef9b0_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "打开文档" "id" : "打开示例"
} }
}, { }, {
"logicTrigger" : "CUSTOM", "logicTrigger" : "CUSTOM",
"logicType" : "APPVIEWUIACTION", "logicType" : "APPVIEWUIACTION",
"name" : "list_operation_u9aef9b0_click", "name" : "list_operation_u37c350c_click",
"getPSAppViewUIAction" : { "getPSAppViewUIAction" : {
"modelref" : true, "modelref" : true,
"id" : "打开示例" "id" : "打开文档"
} }
} ], } ],
"getPSAppViewUIActions" : [ { "getPSAppViewUIActions" : [ {
"name" : "打开文档", "name" : "打开示例",
"getPSUIAction" : { "getPSUIAction" : {
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
}, },
"modelref" : true, "modelref" : true,
"id" : "openDocument@IBIZAPPVIEW" "id" : "openInstance@IBIZAPPVIEW"
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "list" "xDataControlName" : "list"
}, { }, {
"name" : "打开示例", "name" : "打开文档",
"getPSUIAction" : { "getPSUIAction" : {
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
}, },
"modelref" : true, "modelref" : true,
"id" : "openInstance@IBIZAPPVIEW" "id" : "openDocument@IBIZAPPVIEW"
}, },
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "list" "xDataControlName" : "list"
...@@ -1504,54 +1504,54 @@ ...@@ -1504,54 +1504,54 @@
"name" : "打开链接", "name" : "打开链接",
"getPSUIActionGroupDetails" : [ { "getPSUIActionGroupDetails" : [ {
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u37c350c", "name" : "u9aef9b0",
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY", "actionTarget" : "SINGLEKEY",
"caption" : "打开文档", "caption" : "打开示例",
"codeName" : "openDocument", "codeName" : "openInstance",
"frontProcessType" : "OPENHTMLPAGE", "frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZAPPVIEW_openDocument", "fullCodeName" : "IBIZAPPVIEW_openInstance",
"htmlPageUrl" : "${data.documentaddress}", "htmlPageUrl" : "${data.instanceaddress}",
"name" : "打开文档", "name" : "打开示例",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
}, },
"paramItem" : "documentaddress", "paramItem" : "instanceaddress",
"textItem" : "documentaddress", "textItem" : "instanceaddress",
"timeout" : 60000, "timeout" : 60000,
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "openDocument", "uIActionTag" : "openInstance",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"valueItem" : "documentaddress", "valueItem" : "instanceaddress",
"id" : "openDocument@IBIZAPPVIEW" "id" : "openInstance@IBIZAPPVIEW"
}, },
"addSeparator" : false, "addSeparator" : false,
"showCaption" : true, "showCaption" : true,
"showIcon" : true "showIcon" : true
}, { }, {
"detailType" : "DEUIACTION", "detailType" : "DEUIACTION",
"name" : "u9aef9b0", "name" : "u37c350c",
"getPSUIAction" : { "getPSUIAction" : {
"actionTarget" : "SINGLEKEY", "actionTarget" : "SINGLEKEY",
"caption" : "打开示例", "caption" : "打开文档",
"codeName" : "openInstance", "codeName" : "openDocument",
"frontProcessType" : "OPENHTMLPAGE", "frontProcessType" : "OPENHTMLPAGE",
"fullCodeName" : "IBIZAPPVIEW_openInstance", "fullCodeName" : "IBIZAPPVIEW_openDocument",
"htmlPageUrl" : "${data.instanceaddress}", "htmlPageUrl" : "${data.documentaddress}",
"name" : "打开示例", "name" : "打开文档",
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZAPPVIEW.json"
}, },
"paramItem" : "instanceaddress", "paramItem" : "documentaddress",
"textItem" : "instanceaddress", "textItem" : "documentaddress",
"timeout" : 60000, "timeout" : 60000,
"uIActionMode" : "FRONT", "uIActionMode" : "FRONT",
"uIActionTag" : "openInstance", "uIActionTag" : "openDocument",
"uIActionType" : "DEUIACTION", "uIActionType" : "DEUIACTION",
"valueItem" : "instanceaddress", "valueItem" : "documentaddress",
"id" : "openInstance@IBIZAPPVIEW" "id" : "openDocument@IBIZAPPVIEW"
}, },
"addSeparator" : false, "addSeparator" : false,
"showCaption" : true, "showCaption" : true,
......
...@@ -327,7 +327,6 @@ ...@@ -327,7 +327,6 @@
"userData2" : "CURDEPTID", "userData2" : "CURDEPTID",
"wFProcessRoleType" : "WFROLE" "wFProcessRoleType" : "WFROLE"
} ], } ],
"predefinedActions" : [ "SENDBACK", "ADDSTEPBEFORE", "SENDCOPY", "REASSIGN" ],
"timeout" : -1, "timeout" : -1,
"topPos" : 30, "topPos" : 30,
"util3FormCodeName" : "refuseForm", "util3FormCodeName" : "refuseForm",
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<userTask flowable:category="${businessKey}" flowable:candidateUsers="${activedata.createman},${wfCoreService.getGroupUsers('DepartmentHeads|dept|CURDEPTID',execution)},${activedata.srfwfpredefinedusers}" flowable:exclusive="true" id="tid-5-169c10a35ed0da0f748ed4176aab8351" name="部门经理审核" > <userTask flowable:category="${businessKey}" flowable:candidateUsers="${activedata.createman},${wfCoreService.getGroupUsers('DepartmentHeads|dept|CURDEPTID',execution)},${activedata.srfwfpredefinedusers}" flowable:exclusive="true" id="tid-5-169c10a35ed0da0f748ed4176aab8351" name="部门经理审核" >
<documentation>${majortext}</documentation> <documentation>${majortext}</documentation>
<extensionElements> <extensionElements>
<flowable:form procfunc="sendback;addstepbefore;sendcopy;reassign" process-form="Main2" process-util3form="refuseForm" process-util3formname="部门领导审批不通过操作表单" /> <flowable:form process-form="Main2" process-util3form="refuseForm" process-util3formname="部门领导审批不通过操作表单" />
</extensionElements> </extensionElements>
</userTask> </userTask>
<endEvent id="sid-216251a03f16216cc13936346c9ee68b" name="结束"> <endEvent id="sid-216251a03f16216cc13936346c9ee68b" name="结束">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册