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

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

上级 051c2f4a
...@@ -1273,6 +1273,15 @@ mock.onGet(new RegExp(/^\/ibizorders\/([a-zA-Z0-9\-\;]{1,35})\/select$/)).reply( ...@@ -1273,6 +1273,15 @@ mock.onGet(new RegExp(/^\/ibizorders\/([a-zA-Z0-9\-\;]{1,35})\/select$/)).reply(
console.groupEnd(); console.groupEnd();
return [status, _items]; return [status, _items];
}); });
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// Get // Get
......
...@@ -321,6 +321,15 @@ mock.onGet(new RegExp(/^\/ibizsample0004s\/([a-zA-Z0-9\-\;]{1,35})\/select$/)).r ...@@ -321,6 +321,15 @@ mock.onGet(new RegExp(/^\/ibizsample0004s\/([a-zA-Z0-9\-\;]{1,35})\/select$/)).r
console.groupEnd(); console.groupEnd();
return [status, _items]; return [status, _items];
}); });
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// Get // Get
......
...@@ -321,6 +321,15 @@ mock.onGet(new RegExp(/^\/ibizsample0005s\/([a-zA-Z0-9\-\;]{1,35})\/select$/)).r ...@@ -321,6 +321,15 @@ mock.onGet(new RegExp(/^\/ibizsample0005s\/([a-zA-Z0-9\-\;]{1,35})\/select$/)).r
console.groupEnd(); console.groupEnd();
return [status, _items]; return [status, _items];
}); });
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// Get // Get
......
...@@ -321,6 +321,15 @@ mock.onGet(new RegExp(/^\/ibizsample0006s\/([a-zA-Z0-9\-\;]{1,35})\/select$/)).r ...@@ -321,6 +321,15 @@ mock.onGet(new RegExp(/^\/ibizsample0006s\/([a-zA-Z0-9\-\;]{1,35})\/select$/)).r
console.groupEnd(); console.groupEnd();
return [status, _items]; return [status, _items];
}); });
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// Get // Get
......
...@@ -365,6 +365,15 @@ mock.onGet(new RegExp(/^\/ibizsample0007s\/([a-zA-Z0-9\-\;]{1,35})\/select$/)).r ...@@ -365,6 +365,15 @@ mock.onGet(new RegExp(/^\/ibizsample0007s\/([a-zA-Z0-9\-\;]{1,35})\/select$/)).r
console.groupEnd(); console.groupEnd();
return [status, _items]; return [status, _items];
}); });
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// Get // Get
......
...@@ -321,6 +321,15 @@ mock.onGet(new RegExp(/^\/ibizsample0008s\/([a-zA-Z0-9\-\;]{1,35})\/select$/)).r ...@@ -321,6 +321,15 @@ mock.onGet(new RegExp(/^\/ibizsample0008s\/([a-zA-Z0-9\-\;]{1,35})\/select$/)).r
console.groupEnd(); console.groupEnd();
return [status, _items]; return [status, _items];
}); });
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// Get // Get
......
...@@ -321,6 +321,15 @@ mock.onGet(new RegExp(/^\/ibizsample0021s\/([a-zA-Z0-9\-\;]{1,35})\/select$/)).r ...@@ -321,6 +321,15 @@ mock.onGet(new RegExp(/^\/ibizsample0021s\/([a-zA-Z0-9\-\;]{1,35})\/select$/)).r
console.groupEnd(); console.groupEnd();
return [status, _items]; return [status, _items];
}); });
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// URI参数传递情况未实现
// Get // Get
......
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -78,8 +78,8 @@ ...@@ -78,8 +78,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -62,8 +62,8 @@ ...@@ -62,8 +62,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -79,8 +79,8 @@ ...@@ -79,8 +79,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -79,8 +79,8 @@ ...@@ -79,8 +79,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -79,8 +79,8 @@ ...@@ -79,8 +79,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -22,8 +22,8 @@ ...@@ -22,8 +22,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -59,8 +59,8 @@ ...@@ -59,8 +59,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -702,8 +702,8 @@ export default class IBIZSample0021ADDSTEPAFTERWFDynaActionViewBase extends Vue ...@@ -702,8 +702,8 @@ export default class IBIZSample0021ADDSTEPAFTERWFDynaActionViewBase extends Vue
* @memberof IBIZSample0021ADDSTEPAFTERWFDynaActionViewBase * @memberof IBIZSample0021ADDSTEPAFTERWFDynaActionViewBase
*/ */
public allForm: any = { public allForm: any = {
"form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""}, "form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"},
"wfform_main2":{name:"view_wfform_main2",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""} "wfform_main2":{name:"view_wfform_main2",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"}
}; };
/** /**
......
...@@ -703,9 +703,9 @@ export default class IBIZSample0021ADDSTEPBEFOREWFDynaActionViewBase extends Vue ...@@ -703,9 +703,9 @@ export default class IBIZSample0021ADDSTEPBEFOREWFDynaActionViewBase extends Vue
* @memberof IBIZSample0021ADDSTEPBEFOREWFDynaActionViewBase * @memberof IBIZSample0021ADDSTEPBEFOREWFDynaActionViewBase
*/ */
public allForm: any = { public allForm: any = {
"wfform_beforesign":{name:"view_wfform_beforesign",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""}, "wfform_beforesign":{name:"view_wfform_beforesign",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"},
"wfform_main":{name:"view_wfform_main",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""}, "wfform_main":{name:"view_wfform_main",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"},
"form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""} "form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"}
}; };
/** /**
......
...@@ -51,8 +51,8 @@ ...@@ -51,8 +51,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
......
...@@ -703,9 +703,9 @@ export default class IBIZSample0021REASSIGNWFDynaActionViewBase extends Vue { ...@@ -703,9 +703,9 @@ export default class IBIZSample0021REASSIGNWFDynaActionViewBase extends Vue {
* @memberof IBIZSample0021REASSIGNWFDynaActionViewBase * @memberof IBIZSample0021REASSIGNWFDynaActionViewBase
*/ */
public allForm: any = { public allForm: any = {
"form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""}, "form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"},
"wfform_transfer":{name:"view_wfform_transfer",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""}, "wfform_transfer":{name:"view_wfform_transfer",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"},
"wfform_refuseform":{name:"view_wfform_refuseform",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""} "wfform_refuseform":{name:"view_wfform_refuseform",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"}
}; };
/** /**
......
...@@ -701,7 +701,7 @@ export default class IBIZSample0021SENDBACKWFDynaActionViewBase extends Vue { ...@@ -701,7 +701,7 @@ export default class IBIZSample0021SENDBACKWFDynaActionViewBase extends Vue {
* @memberof IBIZSample0021SENDBACKWFDynaActionViewBase * @memberof IBIZSample0021SENDBACKWFDynaActionViewBase
*/ */
public allForm: any = { public allForm: any = {
"form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""} "form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"}
}; };
/** /**
......
...@@ -789,8 +789,8 @@ export default class IBIZSample0021Usr1114433946WFDynaEditViewBase extends Vue { ...@@ -789,8 +789,8 @@ export default class IBIZSample0021Usr1114433946WFDynaEditViewBase extends Vue {
* @memberof IBIZSample0021Usr1114433946WFDynaEditViewBase * @memberof IBIZSample0021Usr1114433946WFDynaEditViewBase
*/ */
public allForm: any = { public allForm: any = {
"wfform_operationform":{name:"view_wfform_operationform",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""}, "wfform_operationform":{name:"view_wfform_operationform",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"},
"form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""} "form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"}
}; };
/** /**
......
...@@ -769,8 +769,8 @@ export default class IBIZSample0021Usr1114865995WFDynaEditView3Base extends Vue ...@@ -769,8 +769,8 @@ export default class IBIZSample0021Usr1114865995WFDynaEditView3Base extends Vue
loaddraftAction:"GetDraft", loaddraftAction:"GetDraft",
loadAction:"Get", loadAction:"Get",
createAction:"Create", createAction:"Create",
WFSubmitAction:"", WFSubmitAction:"WFSubmit",
WFStartAction:"" WFStartAction:"WFStart"
}, },
"form": { "form": {
name: "view_form", name: "view_form",
...@@ -782,8 +782,8 @@ export default class IBIZSample0021Usr1114865995WFDynaEditView3Base extends Vue ...@@ -782,8 +782,8 @@ export default class IBIZSample0021Usr1114865995WFDynaEditView3Base extends Vue
loaddraftAction:"GetDraft", loaddraftAction:"GetDraft",
loadAction:"Get", loadAction:"Get",
createAction:"Create", createAction:"Create",
WFSubmitAction:"", WFSubmitAction:"WFSubmit",
WFStartAction:"" WFStartAction:"WFStart"
}, },
}; };
......
...@@ -703,9 +703,9 @@ export default class IBIZSample0021Usr1116491232WFDynaStartViewBase extends Vue ...@@ -703,9 +703,9 @@ export default class IBIZSample0021Usr1116491232WFDynaStartViewBase extends Vue
* @memberof IBIZSample0021Usr1116491232WFDynaStartViewBase * @memberof IBIZSample0021Usr1116491232WFDynaStartViewBase
*/ */
public allForm: any = { public allForm: any = {
"form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""}, "form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"},
"wfform_refuseform":{name:"view_wfform_refuseform",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""}, "wfform_refuseform":{name:"view_wfform_refuseform",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"},
"wfform_start001":{name:"view_wfform_start001",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""} "wfform_start001":{name:"view_wfform_start001",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"}
}; };
/** /**
......
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
loaddraftAction="GetDraft" loaddraftAction="GetDraft"
loadAction="Get" loadAction="Get"
createAction="Create" createAction="Create"
WFSubmitAction="" WFSubmitAction="WFSubmit"
WFStartAction="" WFStartAction="WFStart"
style='' style=''
name="form" name="form"
ref='form' ref='form'
...@@ -907,7 +907,7 @@ export default class IBIZSample0021WFDynaActionView_layoutBase extends Vue { ...@@ -907,7 +907,7 @@ export default class IBIZSample0021WFDynaActionView_layoutBase extends Vue {
* @memberof IBIZSample0021WFDynaActionView_layoutBase * @memberof IBIZSample0021WFDynaActionView_layoutBase
*/ */
public allForm: any = { public allForm: any = {
"form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""} "form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"}
}; };
/** /**
......
...@@ -702,8 +702,8 @@ export default class IBIZSample0021WFDynaActionViewBase extends Vue { ...@@ -702,8 +702,8 @@ export default class IBIZSample0021WFDynaActionViewBase extends Vue {
* @memberof IBIZSample0021WFDynaActionViewBase * @memberof IBIZSample0021WFDynaActionViewBase
*/ */
public allForm: any = { public allForm: any = {
"wfform_operationform":{name:"view_wfform_operationform",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""}, "wfform_operationform":{name:"view_wfform_operationform",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"},
"form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""} "form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"}
}; };
/** /**
......
...@@ -1122,8 +1122,8 @@ export default class IBIZSample0021WFDynaEditViewBase extends Vue { ...@@ -1122,8 +1122,8 @@ export default class IBIZSample0021WFDynaEditViewBase extends Vue {
* @memberof IBIZSample0021WFDynaEditViewBase * @memberof IBIZSample0021WFDynaEditViewBase
*/ */
public allForm: any = { public allForm: any = {
"wfform_operationform":{name:"view_wfform_operationform",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""}, "wfform_operationform":{name:"view_wfform_operationform",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"},
"form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"",WFStartAction:""} "form":{name:"view_form",autosave:"false",showBusyIndicator:"true",updateAction:"Update",removeAction:"Remove",loaddraftAction:"GetDraft",loadAction:"Get",createAction:"Create",WFSubmitAction:"WFSubmit",WFStartAction:"WFStart"}
}; };
/** /**
......
<template> <template>
<div class="index_view index"> <div class="index_view ">
<layout :class="themeClasses" :style="themeStyle"> <layout :class="themeClasses" :style="themeStyle">
<layout id="movebox"> <header class="index_header" >
<sider class="index_sider" :width="collapseChange ? 64 : 200" hide-trigger v-model="collapseChange" id= "left_move"> <div class="header-left">
<div class="sider-top"> <div class="page-logo">
<div class="page-logo"> <img src="../../../assets/img/logo.png" height="32" />
<img v-show="collapseChange" v-if="isEnableAppSwitch" src="../../../assets/img/logo2.png" height="16" @click="contextMenuDragVisiable=!contextMenuDragVisiable" /> <span style="display: inline-block;margin-left: 10px;font-size: 22px;">{{model.srfCaption}}</span>
<span v-show="!collapseChange" style="overflow-x: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;text-align: center;font-weight: 300;font-size: 20px;">{{model.srfCaption}}</span>
</div>
</div> </div>
<div >
<view_appmenu <view_appmenu
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
...@@ -27,36 +26,21 @@ ...@@ -27,36 +26,21 @@
ref='appmenu' ref='appmenu'
@closeview="closeView($event)"> @closeview="closeView($event)">
</view_appmenu> </view_appmenu>
<context-menu-drag v-if="isEnableAppSwitch" :contextMenuDragVisiable="contextMenuDragVisiable"></context-menu-drag> </div>
</sider> </div>
<div v-show="!collapseChange" id="move_axis"></div> <div class="header-right" style="display: flex;align-items: center;justify-content: space-between;">
<layout id="right_move"> <app-lang style='font-size: 15px;padding: 0 10px;'></app-lang>
<header class="index_header"> <app-orgsector></app-orgsector>
<div class="header-left" > <app-user></app-user>
<div class="page-logo"> <app-message-popover></app-message-popover>
<i v-show="!collapseChange" class="ivu-icon el-icon-s-fold" @click="handleClick"></i> <app-lock-scren />
<i v-show="collapseChange" class="ivu-icon el-icon-s-unfold" @click="handleClick"></i> <app-full-scren />
<app-breadcrumb :navModel="navModel" indexViewTag="index"></app-breadcrumb> <app-theme style="width:45px;display: flex;justify-content: center;"></app-theme>
</div> </div>
</div> </header>
<div class="header-right" style="display: flex;align-items: center;justify-content: space-between;"> <content class="app-horizontal-layout" style="height:calc(100vh - 50px);" @click="contextMenuDragVisiable=false">
<app-lang style='font-size: 15px;padding: 0 10px;'></app-lang> <router-view></router-view>
<app-orgsector></app-orgsector> </content>
<app-user></app-user>
<app-message-popover></app-message-popover>
<app-lock-scren />
<app-full-scren />
<app-theme style="width:45px;display: flex;justify-content: center;"></app-theme>
</div>
</header>
<content :class="{'index_content':true,'index_tab_content':Object.is(navModel,'tab')?true:false,'index_route_content':Object.is(navModel,'route')?true:false}" @click="contextMenuDragVisiable=false">
<tab-page-exp v-if="Object.is(navModel,'tab')"></tab-page-exp>
<app-keep-alive :routerList="getRouterList">
<router-view :key="getRouterViewKey"></router-view>
</app-keep-alive>
</content>
</layout>
</layout>
</layout> </layout>
</div> </div>
...@@ -638,7 +622,7 @@ export default class IndexBase extends Vue { ...@@ -638,7 +622,7 @@ export default class IndexBase extends Vue {
* @type {string} * @type {string}
* @memberof IndexBase * @memberof IndexBase
*/ */
public mode: string ='vertical'; public mode: string ='horizontal';
/** /**
* 导航模式(route:面包屑模式、tab:分页导航模式) * 导航模式(route:面包屑模式、tab:分页导航模式)
......
...@@ -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' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (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' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase 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' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase 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' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1465,7 +1465,7 @@ export default class GuideReturnFormBase 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' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1573,7 +1573,7 @@ export default class GuideReturnFormBase 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' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1781,7 +1781,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface ...@@ -1781,7 +1781,7 @@ export default class GuideReturnFormBase 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' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase 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' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase 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' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase 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' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase 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' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -1885,7 +1885,7 @@ export default class GuideViewFormBase extends Vue implements ControlInterface { ...@@ -1885,7 +1885,7 @@ export default class GuideViewFormBase 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' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKWizardView_layout' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface { ...@@ -369,7 +369,7 @@ export default class GuideBase extends Vue implements ControlInterface {
* @type {Boolean} * @type {Boolean}
* @memberof GuideBase * @memberof GuideBase
*/ */
public isShowStepBar: Boolean = false ; public isShowStepBar: Boolean = true ;
/** /**
* 获取多项数据 * 获取多项数据
......
...@@ -1683,7 +1683,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1683,7 +1683,7 @@ export default class MainBase 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: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.loadaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.loadaction') as string) });
return; return;
} }
const arg: any = { ...opt }; const arg: any = { ...opt };
...@@ -1735,7 +1735,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1735,7 +1735,7 @@ export default class MainBase 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: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.loaddraftaction') as string) });
return; return;
} }
const arg: any = { ...opt } ; const arg: any = { ...opt } ;
...@@ -1806,7 +1806,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1806,7 +1806,7 @@ export default class MainBase 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: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg,{viewparams:this.viewparams}); Object.assign(arg,{viewparams:this.viewparams});
...@@ -1914,7 +1914,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1914,7 +1914,7 @@ export default class MainBase 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: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.actionname') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.actionname') as string) });
return; return;
} }
Object.assign(arg, { viewparams: this.viewparams }); Object.assign(arg, { viewparams: this.viewparams });
...@@ -2128,7 +2128,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2128,7 +2128,7 @@ export default class MainBase 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: 'IBIZBOOKUsr6EditView' + (this.$t('app.formpage.notconfig.removeaction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZBOOKUsr9EditView' + (this.$t('app.formpage.notconfig.removeaction') as string) });
return; return;
} }
const arg: any = opt[0]; const arg: any = opt[0];
......
...@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.fetchAction) { if (!this.fetchAction) {
this.$Notice.error({ this.$Notice.error({
title: this.$t("app.commonWords.wrong") as string, title: this.$t("app.commonWords.wrong") as string,
desc: "IBIZOrderDetailSGridView9" + (this.$t("app.gridpage.notConfig.fetchAction") as string), desc: "IBIZOrderDetailSGridView" + (this.$t("app.gridpage.notConfig.fetchAction") as string),
}); });
return; return;
} }
...@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface {
if (!this.removeAction) { if (!this.removeAction) {
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.removeAction') as string) desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.removeAction') as string)
}); });
return; return;
} }
...@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/ */
public addBatch(arg: any = {}): void { public addBatch(arg: any = {}): void {
if(!this.fetchAction){ if(!this.fetchAction){
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.fetchAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.fetchAction') as string) });
return; return;
} }
if(!arg){ if(!arg){
...@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface {
try { try {
if (Object.is(item.rowDataState, 'create')) { if (Object.is(item.rowDataState, 'create')) {
if (!this.createAction) { if (!this.createAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.createAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.createAction') as string) });
} else { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface {
} }
}else if (Object.is(item.rowDataState, 'update')){ }else if (Object.is(item.rowDataState, 'update')){
if (!this.updateAction) { if (!this.updateAction) {
this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView9'+(this.$t('app.gridpage.notConfig.updateAction') as string) }); this.$Notice.error({ title: (this.$t('app.commonWords.wrong') as string), desc: 'IBIZOrderDetailSGridView'+(this.$t('app.gridpage.notConfig.updateAction') as string) });
} else { } else {
Object.assign(item, { viewparams: this.viewparams }); Object.assign(item, { viewparams: this.viewparams });
const tempContext = Util.deepCopy(this.context); const tempContext = Util.deepCopy(this.context);
...@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface { ...@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface {
if(!this.loaddraftAction){ if(!this.loaddraftAction){
this.$Notice.error({ this.$Notice.error({
title: (this.$t('app.commonWords.wrong') as string), title: (this.$t('app.commonWords.wrong') as string),
desc: 'IBIZOrderDetailSGridView9' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string) desc: 'IBIZOrderDetailSGridView' + (this.$t('app.gridpage.notConfig.loaddraftAction') as string)
}); });
return; return;
} }
......
...@@ -12,30 +12,6 @@ ...@@ -12,30 +12,6 @@
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期", "caption" : "归还日期",
"codeName" : "returntime", "codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -71,6 +47,30 @@ ...@@ -71,6 +47,30 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -20,6 +20,18 @@ ...@@ -20,6 +20,18 @@
} }
} ], } ],
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述", "caption" : "图书描述",
"codeName" : "subtext", "codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -43,18 +55,6 @@ ...@@ -43,18 +55,6 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -812,6 +812,10 @@ ...@@ -812,6 +812,10 @@
}, },
"xDataControlName" : "grid" "xDataControlName" : "grid"
} ], } ],
"getPSAppWF" : {
"modelref" : true,
"id" : "ODSP"
},
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
"codeName" : "Main", "codeName" : "Main",
......
...@@ -4614,6 +4614,60 @@ ...@@ -4614,6 +4614,60 @@
"requestParamType" : "URIPARAM", "requestParamType" : "URIPARAM",
"requestPath" : "/select", "requestPath" : "/select",
"builtinMethod" : false "builtinMethod" : false
}, {
"codeName" : "WFClose",
"methodType" : "WFACTION",
"name" : "WFCLOSE",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdemethods/WFClose",
"builtinMethod" : true
}, {
"codeName" : "WFGoto",
"methodType" : "WFACTION",
"name" : "WFGOTO",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdemethods/WFGoto",
"builtinMethod" : true
}, {
"codeName" : "WFMarkRead",
"methodType" : "WFACTION",
"name" : "WFMARKREAD",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdemethods/WFMarkRead",
"builtinMethod" : true
}, {
"codeName" : "WFReassign",
"methodType" : "WFACTION",
"name" : "WFREASSIGN",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdemethods/WFReassign",
"builtinMethod" : true
}, {
"codeName" : "WFRestart",
"methodType" : "WFACTION",
"name" : "WFRESTART",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdemethods/WFRestart",
"builtinMethod" : true
}, {
"codeName" : "WFRollback",
"methodType" : "WFACTION",
"name" : "WFROLLBACK",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdemethods/WFRollback",
"builtinMethod" : true
}, {
"codeName" : "WFSendBack",
"methodType" : "WFACTION",
"name" : "WFSENDBACK",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdemethods/WFSendBack",
"builtinMethod" : true
}, {
"codeName" : "WFStart",
"methodType" : "WFACTION",
"name" : "WFSTART",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdemethods/WFStart",
"builtinMethod" : true
}, {
"codeName" : "WFSubmit",
"methodType" : "WFACTION",
"name" : "WFSUBMIT",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZOrder/psappdemethods/WFSubmit",
"builtinMethod" : true
} ], } ],
"getAllPSAppDEPrints" : [ { "getAllPSAppDEPrints" : [ {
"codeName" : "CSDY", "codeName" : "CSDY",
...@@ -5707,6 +5761,6 @@ ...@@ -5707,6 +5761,6 @@
"enableUICreate" : true, "enableUICreate" : true,
"enableUIModify" : true, "enableUIModify" : true,
"enableUIRemove" : true, "enableUIRemove" : true,
"enableWFActions" : false, "enableWFActions" : true,
"major" : true "major" : true
} }
\ No newline at end of file
...@@ -2114,11 +2114,11 @@ ...@@ -2114,11 +2114,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "449c4904256268b2109600a4201dbc41", "modelid" : "449c4904256268b2109600a4201dbc41",
......
...@@ -2104,11 +2104,11 @@ ...@@ -2104,11 +2104,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "a0662a3eab475ab94e54ab0383a90052", "modelid" : "a0662a3eab475ab94e54ab0383a90052",
......
...@@ -653,11 +653,11 @@ ...@@ -653,11 +653,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "20c4d15715b8039bba3bca93e321a640", "modelid" : "20c4d15715b8039bba3bca93e321a640",
......
...@@ -618,11 +618,11 @@ ...@@ -618,11 +618,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "b887d555e3810f4ca64b71c0a79f6656", "modelid" : "b887d555e3810f4ca64b71c0a79f6656",
......
...@@ -653,11 +653,11 @@ ...@@ -653,11 +653,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "da53d0023bc320ce113dd0ef58025689", "modelid" : "da53d0023bc320ce113dd0ef58025689",
......
...@@ -724,11 +724,11 @@ ...@@ -724,11 +724,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"infoFormMode" : true, "infoFormMode" : true,
"noTabHeader" : true, "noTabHeader" : true,
......
...@@ -2224,11 +2224,11 @@ ...@@ -2224,11 +2224,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "8d53d31f3586850e2628de2a69585e58", "modelid" : "8d53d31f3586850e2628de2a69585e58",
......
...@@ -2093,11 +2093,11 @@ ...@@ -2093,11 +2093,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "9222eaa963655f7f76cff5972d695cbf", "modelid" : "9222eaa963655f7f76cff5972d695cbf",
......
...@@ -783,11 +783,11 @@ ...@@ -783,11 +783,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "faf0c0b338c3b17a02a3455cabb84f1d", "modelid" : "faf0c0b338c3b17a02a3455cabb84f1d",
......
...@@ -524,11 +524,11 @@ ...@@ -524,11 +524,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "86bd306ed00fde9e3645dd06204f145f", "modelid" : "86bd306ed00fde9e3645dd06204f145f",
......
...@@ -527,11 +527,11 @@ ...@@ -527,11 +527,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "ff4ddfd7d4f70b3e622c7713a5fe8bea", "modelid" : "ff4ddfd7d4f70b3e622c7713a5fe8bea",
......
...@@ -535,11 +535,11 @@ ...@@ -535,11 +535,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "e214405e1855f3d6f2d4bb21aea76733", "modelid" : "e214405e1855f3d6f2d4bb21aea76733",
......
...@@ -661,11 +661,11 @@ ...@@ -661,11 +661,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "d028caa79e01a7fbc4499004a965975c", "modelid" : "d028caa79e01a7fbc4499004a965975c",
......
...@@ -472,11 +472,11 @@ ...@@ -472,11 +472,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "40e9d0685478cd5ee07518e86f44a592", "modelid" : "40e9d0685478cd5ee07518e86f44a592",
......
...@@ -2422,11 +2422,11 @@ ...@@ -2422,11 +2422,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "7feca92cb1c32ed93e315f40c219d67d", "modelid" : "7feca92cb1c32ed93e315f40c219d67d",
......
...@@ -207,11 +207,11 @@ ...@@ -207,11 +207,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "8bfb8631b824a28089a32c0f36064503", "modelid" : "8bfb8631b824a28089a32c0f36064503",
......
...@@ -651,11 +651,11 @@ ...@@ -651,11 +651,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "f30a8f8a54a69276ede2266a58401b09", "modelid" : "f30a8f8a54a69276ede2266a58401b09",
......
...@@ -556,11 +556,11 @@ ...@@ -556,11 +556,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "cb4125a9cce96e9b6ae4c555ac7c1e4b", "modelid" : "cb4125a9cce96e9b6ae4c555ac7c1e4b",
......
...@@ -657,11 +657,11 @@ ...@@ -657,11 +657,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "316eb365c363ec601814964807b74872", "modelid" : "316eb365c363ec601814964807b74872",
......
...@@ -653,11 +653,11 @@ ...@@ -653,11 +653,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "4b0aa12bd7b9381a785fb28d2f18a1ef", "modelid" : "4b0aa12bd7b9381a785fb28d2f18a1ef",
......
...@@ -1117,11 +1117,11 @@ ...@@ -1117,11 +1117,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "fe4315f75594803b8d4b34fe01d02ca9", "modelid" : "fe4315f75594803b8d4b34fe01d02ca9",
......
...@@ -198,11 +198,11 @@ ...@@ -198,11 +198,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "6b64ba4c5c38c063877326850ed9f7e3", "modelid" : "6b64ba4c5c38c063877326850ed9f7e3",
......
...@@ -198,11 +198,11 @@ ...@@ -198,11 +198,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "1526e5462ff358a9db577adabcfae3bf", "modelid" : "1526e5462ff358a9db577adabcfae3bf",
......
...@@ -783,11 +783,11 @@ ...@@ -783,11 +783,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "2b5d13303d3af32661f309f262d9de2d", "modelid" : "2b5d13303d3af32661f309f262d9de2d",
......
...@@ -655,6 +655,10 @@ ...@@ -655,6 +655,10 @@
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "form" "xDataControlName" : "form"
} ], } ],
"getPSAppWF" : {
"modelref" : true,
"id" : "ODSP"
},
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "Usr5EditViewtoolbar", "codeName" : "Usr5EditViewtoolbar",
"controlType" : "TOOLBAR", "controlType" : "TOOLBAR",
...@@ -1093,7 +1097,11 @@ ...@@ -1093,7 +1097,11 @@
}, { }, {
"actionName" : "WFSTART", "actionName" : "WFSTART",
"actionType" : "WFACTION", "actionType" : "WFACTION",
"name" : "WFSTART", "name" : "wfstart",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "WFStart"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -1101,7 +1109,11 @@ ...@@ -1101,7 +1109,11 @@
}, { }, {
"actionName" : "WFSUBMIT", "actionName" : "WFSUBMIT",
"actionType" : "WFACTION", "actionType" : "WFACTION",
"name" : "WFSUBMIT", "name" : "wfsubmit",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "WFSubmit"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -1644,11 +1656,11 @@ ...@@ -1644,11 +1656,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
......
...@@ -549,6 +549,10 @@ ...@@ -549,6 +549,10 @@
"uIActionTarget" : "SINGLEKEY", "uIActionTarget" : "SINGLEKEY",
"xDataControlName" : "form" "xDataControlName" : "form"
} ], } ],
"getPSAppWF" : {
"modelref" : true,
"id" : "ODSP"
},
"getPSControls" : [ { "getPSControls" : [ {
"codeName" : "EditViewtoolbar", "codeName" : "EditViewtoolbar",
"controlType" : "TOOLBAR", "controlType" : "TOOLBAR",
...@@ -986,7 +990,11 @@ ...@@ -986,7 +990,11 @@
}, { }, {
"actionName" : "WFSTART", "actionName" : "WFSTART",
"actionType" : "WFACTION", "actionType" : "WFACTION",
"name" : "WFSTART", "name" : "wfstart",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "WFStart"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -994,7 +1002,11 @@ ...@@ -994,7 +1002,11 @@
}, { }, {
"actionName" : "WFSUBMIT", "actionName" : "WFSUBMIT",
"actionType" : "WFACTION", "actionType" : "WFACTION",
"name" : "WFSUBMIT", "name" : "wfsubmit",
"getPSAppDEMethod" : {
"modelref" : true,
"id" : "WFSubmit"
},
"getPSAppDataEntity" : { "getPSAppDataEntity" : {
"modelref" : true, "modelref" : true,
"path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json" "path" : "PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
...@@ -3075,11 +3087,11 @@ ...@@ -3075,11 +3087,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"name" : "form", "name" : "form",
......
...@@ -736,6 +736,10 @@ ...@@ -736,6 +736,10 @@
}, },
"xDataControlName" : "grid" "xDataControlName" : "grid"
} ], } ],
"getPSAppWF" : {
"modelref" : true,
"id" : "ODSP"
},
"getPSControls" : [ { "getPSControls" : [ {
"aggMode" : "NONE", "aggMode" : "NONE",
"codeName" : "Main", "codeName" : "Main",
......
...@@ -1816,6 +1816,60 @@ ...@@ -1816,6 +1816,60 @@
"requestParamType" : "URIPARAM", "requestParamType" : "URIPARAM",
"requestPath" : "/select", "requestPath" : "/select",
"builtinMethod" : false "builtinMethod" : false
}, {
"codeName" : "WFClose",
"methodType" : "WFACTION",
"name" : "WFCLOSE",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0004/psappdemethods/WFClose",
"builtinMethod" : true
}, {
"codeName" : "WFGoto",
"methodType" : "WFACTION",
"name" : "WFGOTO",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0004/psappdemethods/WFGoto",
"builtinMethod" : true
}, {
"codeName" : "WFMarkRead",
"methodType" : "WFACTION",
"name" : "WFMARKREAD",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0004/psappdemethods/WFMarkRead",
"builtinMethod" : true
}, {
"codeName" : "WFReassign",
"methodType" : "WFACTION",
"name" : "WFREASSIGN",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0004/psappdemethods/WFReassign",
"builtinMethod" : true
}, {
"codeName" : "WFRestart",
"methodType" : "WFACTION",
"name" : "WFRESTART",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0004/psappdemethods/WFRestart",
"builtinMethod" : true
}, {
"codeName" : "WFRollback",
"methodType" : "WFACTION",
"name" : "WFROLLBACK",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0004/psappdemethods/WFRollback",
"builtinMethod" : true
}, {
"codeName" : "WFSendBack",
"methodType" : "WFACTION",
"name" : "WFSENDBACK",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0004/psappdemethods/WFSendBack",
"builtinMethod" : true
}, {
"codeName" : "WFStart",
"methodType" : "WFACTION",
"name" : "WFSTART",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0004/psappdemethods/WFStart",
"builtinMethod" : true
}, {
"codeName" : "WFSubmit",
"methodType" : "WFACTION",
"name" : "WFSUBMIT",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0004/psappdemethods/WFSubmit",
"builtinMethod" : true
} ], } ],
"getAllPSDEOPPrivs" : [ { "getAllPSDEOPPrivs" : [ {
"logicName" : "建立", "logicName" : "建立",
...@@ -1885,6 +1939,6 @@ ...@@ -1885,6 +1939,6 @@
"enableUICreate" : true, "enableUICreate" : true,
"enableUIModify" : true, "enableUIModify" : true,
"enableUIRemove" : true, "enableUIRemove" : true,
"enableWFActions" : false, "enableWFActions" : true,
"major" : true "major" : true
} }
\ No newline at end of file
...@@ -1816,6 +1816,60 @@ ...@@ -1816,6 +1816,60 @@
"requestParamType" : "URIPARAM", "requestParamType" : "URIPARAM",
"requestPath" : "/select", "requestPath" : "/select",
"builtinMethod" : false "builtinMethod" : false
}, {
"codeName" : "WFClose",
"methodType" : "WFACTION",
"name" : "WFCLOSE",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0005/psappdemethods/WFClose",
"builtinMethod" : true
}, {
"codeName" : "WFGoto",
"methodType" : "WFACTION",
"name" : "WFGOTO",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0005/psappdemethods/WFGoto",
"builtinMethod" : true
}, {
"codeName" : "WFMarkRead",
"methodType" : "WFACTION",
"name" : "WFMARKREAD",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0005/psappdemethods/WFMarkRead",
"builtinMethod" : true
}, {
"codeName" : "WFReassign",
"methodType" : "WFACTION",
"name" : "WFREASSIGN",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0005/psappdemethods/WFReassign",
"builtinMethod" : true
}, {
"codeName" : "WFRestart",
"methodType" : "WFACTION",
"name" : "WFRESTART",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0005/psappdemethods/WFRestart",
"builtinMethod" : true
}, {
"codeName" : "WFRollback",
"methodType" : "WFACTION",
"name" : "WFROLLBACK",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0005/psappdemethods/WFRollback",
"builtinMethod" : true
}, {
"codeName" : "WFSendBack",
"methodType" : "WFACTION",
"name" : "WFSENDBACK",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0005/psappdemethods/WFSendBack",
"builtinMethod" : true
}, {
"codeName" : "WFStart",
"methodType" : "WFACTION",
"name" : "WFSTART",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0005/psappdemethods/WFStart",
"builtinMethod" : true
}, {
"codeName" : "WFSubmit",
"methodType" : "WFACTION",
"name" : "WFSUBMIT",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0005/psappdemethods/WFSubmit",
"builtinMethod" : true
} ], } ],
"getAllPSDEOPPrivs" : [ { "getAllPSDEOPPrivs" : [ {
"logicName" : "建立", "logicName" : "建立",
...@@ -1885,6 +1939,6 @@ ...@@ -1885,6 +1939,6 @@
"enableUICreate" : true, "enableUICreate" : true,
"enableUIModify" : true, "enableUIModify" : true,
"enableUIRemove" : true, "enableUIRemove" : true,
"enableWFActions" : false, "enableWFActions" : true,
"major" : true "major" : true
} }
\ No newline at end of file
...@@ -1872,6 +1872,60 @@ ...@@ -1872,6 +1872,60 @@
"requestParamType" : "URIPARAM", "requestParamType" : "URIPARAM",
"requestPath" : "/select", "requestPath" : "/select",
"builtinMethod" : false "builtinMethod" : false
}, {
"codeName" : "WFClose",
"methodType" : "WFACTION",
"name" : "WFCLOSE",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0006/psappdemethods/WFClose",
"builtinMethod" : true
}, {
"codeName" : "WFGoto",
"methodType" : "WFACTION",
"name" : "WFGOTO",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0006/psappdemethods/WFGoto",
"builtinMethod" : true
}, {
"codeName" : "WFMarkRead",
"methodType" : "WFACTION",
"name" : "WFMARKREAD",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0006/psappdemethods/WFMarkRead",
"builtinMethod" : true
}, {
"codeName" : "WFReassign",
"methodType" : "WFACTION",
"name" : "WFREASSIGN",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0006/psappdemethods/WFReassign",
"builtinMethod" : true
}, {
"codeName" : "WFRestart",
"methodType" : "WFACTION",
"name" : "WFRESTART",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0006/psappdemethods/WFRestart",
"builtinMethod" : true
}, {
"codeName" : "WFRollback",
"methodType" : "WFACTION",
"name" : "WFROLLBACK",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0006/psappdemethods/WFRollback",
"builtinMethod" : true
}, {
"codeName" : "WFSendBack",
"methodType" : "WFACTION",
"name" : "WFSENDBACK",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0006/psappdemethods/WFSendBack",
"builtinMethod" : true
}, {
"codeName" : "WFStart",
"methodType" : "WFACTION",
"name" : "WFSTART",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0006/psappdemethods/WFStart",
"builtinMethod" : true
}, {
"codeName" : "WFSubmit",
"methodType" : "WFACTION",
"name" : "WFSUBMIT",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0006/psappdemethods/WFSubmit",
"builtinMethod" : true
} ], } ],
"getAllPSDEOPPrivs" : [ { "getAllPSDEOPPrivs" : [ {
"logicName" : "建立", "logicName" : "建立",
...@@ -1941,6 +1995,6 @@ ...@@ -1941,6 +1995,6 @@
"enableUICreate" : true, "enableUICreate" : true,
"enableUIModify" : true, "enableUIModify" : true,
"enableUIRemove" : true, "enableUIRemove" : true,
"enableWFActions" : false, "enableWFActions" : true,
"major" : true "major" : true
} }
\ No newline at end of file
...@@ -2087,6 +2087,60 @@ ...@@ -2087,6 +2087,60 @@
"requestParamType" : "URIPARAM", "requestParamType" : "URIPARAM",
"requestPath" : "/select", "requestPath" : "/select",
"builtinMethod" : false "builtinMethod" : false
}, {
"codeName" : "WFClose",
"methodType" : "WFACTION",
"name" : "WFCLOSE",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0007/psappdemethods/WFClose",
"builtinMethod" : true
}, {
"codeName" : "WFGoto",
"methodType" : "WFACTION",
"name" : "WFGOTO",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0007/psappdemethods/WFGoto",
"builtinMethod" : true
}, {
"codeName" : "WFMarkRead",
"methodType" : "WFACTION",
"name" : "WFMARKREAD",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0007/psappdemethods/WFMarkRead",
"builtinMethod" : true
}, {
"codeName" : "WFReassign",
"methodType" : "WFACTION",
"name" : "WFREASSIGN",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0007/psappdemethods/WFReassign",
"builtinMethod" : true
}, {
"codeName" : "WFRestart",
"methodType" : "WFACTION",
"name" : "WFRESTART",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0007/psappdemethods/WFRestart",
"builtinMethod" : true
}, {
"codeName" : "WFRollback",
"methodType" : "WFACTION",
"name" : "WFROLLBACK",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0007/psappdemethods/WFRollback",
"builtinMethod" : true
}, {
"codeName" : "WFSendBack",
"methodType" : "WFACTION",
"name" : "WFSENDBACK",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0007/psappdemethods/WFSendBack",
"builtinMethod" : true
}, {
"codeName" : "WFStart",
"methodType" : "WFACTION",
"name" : "WFSTART",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0007/psappdemethods/WFStart",
"builtinMethod" : true
}, {
"codeName" : "WFSubmit",
"methodType" : "WFACTION",
"name" : "WFSUBMIT",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0007/psappdemethods/WFSubmit",
"builtinMethod" : true
} ], } ],
"getAllPSDEOPPrivs" : [ { "getAllPSDEOPPrivs" : [ {
"logicName" : "建立", "logicName" : "建立",
...@@ -2156,6 +2210,6 @@ ...@@ -2156,6 +2210,6 @@
"enableUICreate" : true, "enableUICreate" : true,
"enableUIModify" : true, "enableUIModify" : true,
"enableUIRemove" : true, "enableUIRemove" : true,
"enableWFActions" : false, "enableWFActions" : true,
"major" : true "major" : true
} }
\ No newline at end of file
...@@ -1600,6 +1600,60 @@ ...@@ -1600,6 +1600,60 @@
"requestParamType" : "URIPARAM", "requestParamType" : "URIPARAM",
"requestPath" : "/select", "requestPath" : "/select",
"builtinMethod" : false "builtinMethod" : false
}, {
"codeName" : "WFClose",
"methodType" : "WFACTION",
"name" : "WFCLOSE",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0008/psappdemethods/WFClose",
"builtinMethod" : true
}, {
"codeName" : "WFGoto",
"methodType" : "WFACTION",
"name" : "WFGOTO",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0008/psappdemethods/WFGoto",
"builtinMethod" : true
}, {
"codeName" : "WFMarkRead",
"methodType" : "WFACTION",
"name" : "WFMARKREAD",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0008/psappdemethods/WFMarkRead",
"builtinMethod" : true
}, {
"codeName" : "WFReassign",
"methodType" : "WFACTION",
"name" : "WFREASSIGN",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0008/psappdemethods/WFReassign",
"builtinMethod" : true
}, {
"codeName" : "WFRestart",
"methodType" : "WFACTION",
"name" : "WFRESTART",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0008/psappdemethods/WFRestart",
"builtinMethod" : true
}, {
"codeName" : "WFRollback",
"methodType" : "WFACTION",
"name" : "WFROLLBACK",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0008/psappdemethods/WFRollback",
"builtinMethod" : true
}, {
"codeName" : "WFSendBack",
"methodType" : "WFACTION",
"name" : "WFSENDBACK",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0008/psappdemethods/WFSendBack",
"builtinMethod" : true
}, {
"codeName" : "WFStart",
"methodType" : "WFACTION",
"name" : "WFSTART",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0008/psappdemethods/WFStart",
"builtinMethod" : true
}, {
"codeName" : "WFSubmit",
"methodType" : "WFACTION",
"name" : "WFSUBMIT",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0008/psappdemethods/WFSubmit",
"builtinMethod" : true
} ], } ],
"getAllPSDEOPPrivs" : [ { "getAllPSDEOPPrivs" : [ {
"logicName" : "建立", "logicName" : "建立",
...@@ -1669,6 +1723,6 @@ ...@@ -1669,6 +1723,6 @@
"enableUICreate" : true, "enableUICreate" : true,
"enableUIModify" : true, "enableUIModify" : true,
"enableUIRemove" : true, "enableUIRemove" : true,
"enableWFActions" : false, "enableWFActions" : true,
"major" : true "major" : true
} }
\ No newline at end of file
...@@ -1664,6 +1664,60 @@ ...@@ -1664,6 +1664,60 @@
"requestParamType" : "URIPARAM", "requestParamType" : "URIPARAM",
"requestPath" : "/select", "requestPath" : "/select",
"builtinMethod" : false "builtinMethod" : false
}, {
"codeName" : "WFClose",
"methodType" : "WFACTION",
"name" : "WFCLOSE",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0021/psappdemethods/WFClose",
"builtinMethod" : true
}, {
"codeName" : "WFGoto",
"methodType" : "WFACTION",
"name" : "WFGOTO",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0021/psappdemethods/WFGoto",
"builtinMethod" : true
}, {
"codeName" : "WFMarkRead",
"methodType" : "WFACTION",
"name" : "WFMARKREAD",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0021/psappdemethods/WFMarkRead",
"builtinMethod" : true
}, {
"codeName" : "WFReassign",
"methodType" : "WFACTION",
"name" : "WFREASSIGN",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0021/psappdemethods/WFReassign",
"builtinMethod" : true
}, {
"codeName" : "WFRestart",
"methodType" : "WFACTION",
"name" : "WFRESTART",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0021/psappdemethods/WFRestart",
"builtinMethod" : true
}, {
"codeName" : "WFRollback",
"methodType" : "WFACTION",
"name" : "WFROLLBACK",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0021/psappdemethods/WFRollback",
"builtinMethod" : true
}, {
"codeName" : "WFSendBack",
"methodType" : "WFACTION",
"name" : "WFSENDBACK",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0021/psappdemethods/WFSendBack",
"builtinMethod" : true
}, {
"codeName" : "WFStart",
"methodType" : "WFACTION",
"name" : "WFSTART",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0021/psappdemethods/WFStart",
"builtinMethod" : true
}, {
"codeName" : "WFSubmit",
"methodType" : "WFACTION",
"name" : "WFSUBMIT",
"rTMOSFilePath" : "pssysapps/Web/psappdataentities/IBIZSample0021/psappdemethods/WFSubmit",
"builtinMethod" : true
} ], } ],
"getAllPSAppViews" : [ { "getAllPSAppViews" : [ {
"modelref" : true, "modelref" : true,
...@@ -1803,6 +1857,6 @@ ...@@ -1803,6 +1857,6 @@
"enableUICreate" : true, "enableUICreate" : true,
"enableUIModify" : true, "enableUIModify" : true,
"enableUIRemove" : true, "enableUIRemove" : true,
"enableWFActions" : false, "enableWFActions" : true,
"major" : true "major" : true
} }
\ No newline at end of file
...@@ -212,11 +212,11 @@ ...@@ -212,11 +212,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "6A06C4F1-8A73-4AAA-9596-73E709C5E951", "modelid" : "6A06C4F1-8A73-4AAA-9596-73E709C5E951",
......
...@@ -608,11 +608,11 @@ ...@@ -608,11 +608,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : false, "noTabHeader" : false,
"modelid" : "9830078dd42f5d0c28b46c4d32da459e", "modelid" : "9830078dd42f5d0c28b46c4d32da459e",
......
...@@ -549,11 +549,11 @@ ...@@ -549,11 +549,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : false, "noTabHeader" : false,
"modelid" : "58b2db8a19cb4b1357b19eafca8ecb11", "modelid" : "58b2db8a19cb4b1357b19eafca8ecb11",
......
...@@ -191,11 +191,11 @@ ...@@ -191,11 +191,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "4d32352cb9f17d077353b81cae29bac0", "modelid" : "4d32352cb9f17d077353b81cae29bac0",
......
...@@ -151,11 +151,11 @@ ...@@ -151,11 +151,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "d8e8d67fdd1f77f100d2c4aa5e0ccaef", "modelid" : "d8e8d67fdd1f77f100d2c4aa5e0ccaef",
......
...@@ -230,11 +230,11 @@ ...@@ -230,11 +230,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "E0FF925E-F2F5-4E19-9974-63CE5B13055F", "modelid" : "E0FF925E-F2F5-4E19-9974-63CE5B13055F",
......
...@@ -212,11 +212,11 @@ ...@@ -212,11 +212,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : true, "noTabHeader" : true,
"modelid" : "0D397329-34E2-4381-B84C-108492D610BA", "modelid" : "0D397329-34E2-4381-B84C-108492D610BA",
......
...@@ -400,11 +400,11 @@ ...@@ -400,11 +400,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : false, "noTabHeader" : false,
"modelid" : "56553958-AF8D-49F5-8726-CF90A36278F9", "modelid" : "56553958-AF8D-49F5-8726-CF90A36278F9",
......
...@@ -411,11 +411,11 @@ ...@@ -411,11 +411,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : false, "noTabHeader" : false,
"modelid" : "C4677046-82CC-4099-AAC9-0CFAEB876ECC", "modelid" : "C4677046-82CC-4099-AAC9-0CFAEB876ECC",
......
...@@ -400,11 +400,11 @@ ...@@ -400,11 +400,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : false, "noTabHeader" : false,
"modelid" : "D289CD12-0718-43A8-966E-12BB48B263B2", "modelid" : "D289CD12-0718-43A8-966E-12BB48B263B2",
......
...@@ -400,11 +400,11 @@ ...@@ -400,11 +400,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : false, "noTabHeader" : false,
"modelid" : "76775CA4-2C01-4339-8671-4564810AEB09", "modelid" : "76775CA4-2C01-4339-8671-4564810AEB09",
......
...@@ -400,11 +400,11 @@ ...@@ -400,11 +400,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : false, "noTabHeader" : false,
"modelid" : "9C08CCB6-F2D6-4BD0-82EA-BE439FA4464C", "modelid" : "9C08CCB6-F2D6-4BD0-82EA-BE439FA4464C",
......
...@@ -400,11 +400,11 @@ ...@@ -400,11 +400,11 @@
}, },
"getWFStartPSControlAction" : { "getWFStartPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSTART" "id" : "wfstart"
}, },
"getWFSubmitPSControlAction" : { "getWFSubmitPSControlAction" : {
"modelref" : true, "modelref" : true,
"id" : "WFSUBMIT" "id" : "wfsubmit"
}, },
"noTabHeader" : false, "noTabHeader" : false,
"modelid" : "05120657-AD5D-4940-9F9A-AEB07E8BA5FE", "modelid" : "05120657-AD5D-4940-9F9A-AEB07E8BA5FE",
......
...@@ -42,30 +42,6 @@ ...@@ -42,30 +42,6 @@
"id" : "GANTT" "id" : "GANTT"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "归还日期", "caption" : "归还日期",
"codeName" : "returntime", "codeName" : "returntime",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -101,6 +77,30 @@ ...@@ -101,6 +77,30 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书名称",
"codeName" : "ibizbookname",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "ibizbookname",
"mOSFilePath" : "psdetreecols/ibizbookname",
"name" : "ibizbookname",
"rTMOSFilePath" : "psdetreecols/ibizbookname",
"width" : 200,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
...@@ -88,6 +88,18 @@ ...@@ -88,6 +88,18 @@
"id" : "TREEGRIDEX" "id" : "TREEGRIDEX"
}, },
"getPSDETreeColumns" : [ { "getPSDETreeColumns" : [ {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
}, {
"caption" : "图书描述", "caption" : "图书描述",
"codeName" : "subtext", "codeName" : "subtext",
"columnType" : "DEFGRIDCOLUMN", "columnType" : "DEFGRIDCOLUMN",
...@@ -111,18 +123,6 @@ ...@@ -111,18 +123,6 @@
"widthUnit" : "px", "widthUnit" : "px",
"enableExpand" : false, "enableExpand" : false,
"enableSort" : false "enableSort" : false
}, {
"caption" : "作者",
"codeName" : "author",
"columnType" : "DEFGRIDCOLUMN",
"dataItemName" : "author",
"mOSFilePath" : "psdetreecols/author",
"name" : "author",
"rTMOSFilePath" : "psdetreecols/author",
"width" : 50,
"widthUnit" : "px",
"enableExpand" : false,
"enableSort" : false
} ], } ],
"getPSDETreeNodeRSs" : [ { "getPSDETreeNodeRSs" : [ {
"getChildPSDETreeNode" : { "getChildPSDETreeNode" : {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册