Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
d4ad3d4a
提交
d4ad3d4a
编写于
12月 23, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
d916a05e
变更
24
展开全部
显示空白字符变更
内嵌
并排
正在显示
24 个修改的文件
包含
217 行增加
和
123 行删除
+217
-123
ibizorder-sedit-view3-base.vue
...mple/ibizorder-sedit-view3/ibizorder-sedit-view3-base.vue
+5
-5
router.ts
app_Web/src/pages/sample/index/router.ts
+13
-13
router.ts
app_Web/src/pages/ungroup/app-index-view/router.ts
+13
-13
state.ts
app_Web/src/store/modules/view-action/state.ts
+9
-0
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
guide-borrow-form-form-base.vue
...ok/guide-borrow-form-form/guide-borrow-form-form-base.vue
+5
-5
usr2-dataview-base.vue
...src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
+22
-52
usr4-dataview-base.vue
...src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
+4
-4
usr4-dataview-model.ts
...src/widgets/ibizbook/usr4-dataview/usr4-dataview-model.ts
+5
-0
main-grid-base.vue
...src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
+6
-6
default-drbar-base.vue
...rc/widgets/ibizorder/default-drbar/default-drbar-base.vue
+1
-0
default-drtab-base.vue
...rc/widgets/ibizorder/default-drtab/default-drtab-base.vue
+1
-1
IBIZOrderSEditView2.json
...model/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSEditView2.json
+5
-0
IBIZOrderSEditView2_layout.json
...SSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSEditView2_layout.json
+5
-0
IBIZOrderSEditView3.json
...model/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSEditView3.json
+17
-13
IBIZOrderSEditView3_layout.json
...SSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSEditView3_layout.json
+6
-1
IBIZOrderSEditView4.json
...model/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSEditView4.json
+6
-1
IBIZOrderSEditView4_layout.json
...SSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSEditView4_layout.json
+6
-1
IBIZOrderSGridView2.json
...model/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSGridView2.json
+6
-1
IBIZOrderState10EditView2.json
...PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderState10EditView2.json
+5
-0
IBIZOrderState30EditView2.json
...PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderState30EditView2.json
+5
-0
IBIZOrderState40EditView2.json
...PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderState40EditView2.json
+5
-0
IBIZOrderTestCLEditView2.json
.../PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderTestCLEditView2.json
+5
-0
PSSYSAPP.hubsubapp.json
.../static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.hubsubapp.json
+60
-5
未找到文件。
app_Web/src/pages/sample/ibizorder-sedit-view3/ibizorder-sedit-view3-base.vue
浏览文件 @
d4ad3d4a
...
...
@@ -73,11 +73,11 @@
:autosave=
"true"
:viewtag=
"viewtag"
:showBusyIndicator=
"true"
updateAction=
"Update
TempMajor
"
removeAction=
"Remove
TempMajor
"
loaddraftAction=
"GetDraft
TempMajor
"
loadAction=
"Get
TempMajor
"
createAction=
"Create
TempMajor
"
updateAction=
"Update"
removeAction=
"Remove"
loaddraftAction=
"GetDraft"
loadAction=
"Get"
createAction=
"Create"
WFSubmitAction=
""
WFStartAction=
""
style=
''
...
...
app_Web/src/pages/sample/index/router.ts
浏览文件 @
d4ad3d4a
...
...
@@ -3236,6 +3236,19 @@ const router = new Router({
},
component
:
()
=>
import
(
'@pages/sample/ibizorder-detail-sgrid-view/ibizorder-detail-sgrid-view.vue'
),
},
{
path
:
'appwfsteptraceview/:appwfsteptraceview?'
,
meta
:
{
caption
:
'应用流程跟踪视图'
,
info
:
''
,
parameters
:
[
{
pathName
:
'index'
,
parameterName
:
'index'
},
{
pathName
:
'appwfsteptraceview'
,
parameterName
:
'appwfsteptraceview'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/ungroup/app-wfstep-trace-view/app-wfstep-trace-view.vue'
),
},
{
path
:
'ibizbooks/:ibizbook?/usr2pickupview/:usr2pickupview?'
,
meta
:
{
...
...
@@ -3656,19 +3669,6 @@ const router = new Router({
},
component
:
()
=>
import
(
'@pages/sample/ibizsample0021-sendbackwfdyna-action-view/ibizsample0021-sendbackwfdyna-action-view.vue'
),
},
{
path
:
'appwfsteptraceview/:appwfsteptraceview?'
,
meta
:
{
caption
:
'应用流程跟踪视图'
,
info
:
''
,
parameters
:
[
{
pathName
:
'index'
,
parameterName
:
'index'
},
{
pathName
:
'appwfsteptraceview'
,
parameterName
:
'appwfsteptraceview'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/ungroup/app-wfstep-trace-view/app-wfstep-trace-view.vue'
),
},
{
path
:
'ibizcustoms/:ibizcustom?/customeditview/:customeditview?'
,
meta
:
{
...
...
app_Web/src/pages/ungroup/app-index-view/router.ts
浏览文件 @
d4ad3d4a
...
...
@@ -3235,6 +3235,19 @@ const router = new Router({
},
component
:
()
=>
import
(
'@pages/sample/ibizorder-detail-sgrid-view/ibizorder-detail-sgrid-view.vue'
),
},
{
path
:
'appwfsteptraceview/:appwfsteptraceview?'
,
meta
:
{
caption
:
'应用流程跟踪视图'
,
info
:
''
,
parameters
:
[
{
pathName
:
'appindexview'
,
parameterName
:
'appindexview'
},
{
pathName
:
'appwfsteptraceview'
,
parameterName
:
'appwfsteptraceview'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/ungroup/app-wfstep-trace-view/app-wfstep-trace-view.vue'
),
},
{
path
:
'ibizbooks/:ibizbook?/usr2pickupview/:usr2pickupview?'
,
meta
:
{
...
...
@@ -3655,19 +3668,6 @@ const router = new Router({
},
component
:
()
=>
import
(
'@pages/sample/ibizsample0021-sendbackwfdyna-action-view/ibizsample0021-sendbackwfdyna-action-view.vue'
),
},
{
path
:
'appwfsteptraceview/:appwfsteptraceview?'
,
meta
:
{
caption
:
'应用流程跟踪视图'
,
info
:
''
,
parameters
:
[
{
pathName
:
'appindexview'
,
parameterName
:
'appindexview'
},
{
pathName
:
'appwfsteptraceview'
,
parameterName
:
'appwfsteptraceview'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/ungroup/app-wfstep-trace-view/app-wfstep-trace-view.vue'
),
},
{
path
:
'ibizcustoms/:ibizcustom?/customeditview/:customeditview?'
,
meta
:
{
...
...
app_Web/src/store/modules/view-action/state.ts
浏览文件 @
d4ad3d4a
...
...
@@ -331,6 +331,7 @@ export const viewstate: any = {
refviews
:
[
'f083dd992abed44bf15a9930b45c3895'
,
'b9bb43793e46dd754a82ae6928e5557d'
,
'47F744B6-6308-4EFB-A7B7-B4BF8DC201C6'
,
'6bc6e690dc5abfc6d89703e4459c785c'
,
],
},
...
...
@@ -893,6 +894,7 @@ export const viewstate: any = {
refviews
:
[
'f083dd992abed44bf15a9930b45c3895'
,
'b9bb43793e46dd754a82ae6928e5557d'
,
'47F744B6-6308-4EFB-A7B7-B4BF8DC201C6'
,
'6bc6e690dc5abfc6d89703e4459c785c'
,
],
},
...
...
@@ -904,6 +906,7 @@ export const viewstate: any = {
viewdatachange
:
false
,
refviews
:
[
'b9bb43793e46dd754a82ae6928e5557d'
,
'47F744B6-6308-4EFB-A7B7-B4BF8DC201C6'
,
'f083dd992abed44bf15a9930b45c3895'
,
'6bc6e690dc5abfc6d89703e4459c785c'
,
],
...
...
@@ -955,6 +958,7 @@ export const viewstate: any = {
refviews
:
[
'f083dd992abed44bf15a9930b45c3895'
,
'b9bb43793e46dd754a82ae6928e5557d'
,
'47F744B6-6308-4EFB-A7B7-B4BF8DC201C6'
,
'6bc6e690dc5abfc6d89703e4459c785c'
,
],
},
...
...
@@ -1208,6 +1212,7 @@ export const viewstate: any = {
viewdatachange
:
false
,
refviews
:
[
'b9bb43793e46dd754a82ae6928e5557d'
,
'47F744B6-6308-4EFB-A7B7-B4BF8DC201C6'
,
'f083dd992abed44bf15a9930b45c3895'
,
'6bc6e690dc5abfc6d89703e4459c785c'
,
],
...
...
@@ -1665,6 +1670,7 @@ export const viewstate: any = {
viewdatachange
:
false
,
refviews
:
[
'b9bb43793e46dd754a82ae6928e5557d'
,
'47F744B6-6308-4EFB-A7B7-B4BF8DC201C6'
,
'f083dd992abed44bf15a9930b45c3895'
,
'6bc6e690dc5abfc6d89703e4459c785c'
,
],
...
...
@@ -2235,6 +2241,7 @@ export const viewstate: any = {
viewdatachange
:
false
,
refviews
:
[
'b9bb43793e46dd754a82ae6928e5557d'
,
'47F744B6-6308-4EFB-A7B7-B4BF8DC201C6'
,
'f083dd992abed44bf15a9930b45c3895'
,
'6bc6e690dc5abfc6d89703e4459c785c'
,
],
...
...
@@ -2523,6 +2530,7 @@ export const viewstate: any = {
refviews
:
[
'f083dd992abed44bf15a9930b45c3895'
,
'b9bb43793e46dd754a82ae6928e5557d'
,
'47F744B6-6308-4EFB-A7B7-B4BF8DC201C6'
,
'6bc6e690dc5abfc6d89703e4459c785c'
,
],
},
...
...
@@ -2647,6 +2655,7 @@ export const viewstate: any = {
refviews
:
[
'f083dd992abed44bf15a9930b45c3895'
,
'b9bb43793e46dd754a82ae6928e5557d'
,
'47F744B6-6308-4EFB-A7B7-B4BF8DC201C6'
,
'6bc6e690dc5abfc6d89703e4459c785c'
,
],
},
...
...
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
d4ad3d4a
...
...
@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CustomView_layout
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr5DataView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CustomView_layout
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr5DataView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/guide-borrow-form-form/guide-borrow-form-form-base.vue
浏览文件 @
d4ad3d4a
...
...
@@ -1378,7 +1378,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1429,7 +1429,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
*/
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1499,7 +1499,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1607,7 +1607,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
...
@@ -1815,7 +1815,7 @@ export default class GuideBorrowFormBase extends Vue implements ControlInterface
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKWizardView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
app_Web/src/widgets/ibizbook/usr2-dataview/usr2-dataview-base.vue
浏览文件 @
d4ad3d4a
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
浏览文件 @
d4ad3d4a
...
...
@@ -718,7 +718,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public
async
load
(
opt
:
any
=
{},
isReset
:
boolean
=
false
):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{...
opt
};
...
...
@@ -812,7 +812,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
}
let
_datas
:
any
[]
=
[];
...
...
@@ -928,7 +928,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
!
this
.
createAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
...
@@ -936,7 +936,7 @@ export default class Usr4Base extends Vue implements ControlInterface {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestCL
DataView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr4
DataView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizbook
){
...
...
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-model.ts
浏览文件 @
d4ad3d4a
...
...
@@ -70,6 +70,11 @@ export default class Usr4Model {
prop
:
'n_ibizbookname_like'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_price_gtandeq'
,
prop
:
'n_price_gtandeq'
,
dataType
:
'QUERYPARAM'
},
{
...
...
app_Web/src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
浏览文件 @
d4ad3d4a
...
...
@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
fetchAction
)
{
this
.
$Notice
.
error
({
title
:
this
.
$t
(
"app.commonWords.wrong"
)
as
string
,
desc
:
"IBIZOrderDetail
S
GridView9"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
desc
:
"IBIZOrderDetailGridView9"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
});
return
;
}
...
...
@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
removeAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
}
...
...
@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
addBatch
(
arg
:
any
=
{}):
void
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
return
;
}
if
(
!
arg
){
...
...
@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface {
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
))
{
if
(
!
this
.
createAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
...
@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
...
@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
...
...
app_Web/src/widgets/ibizorder/default-drbar/default-drbar-base.vue
浏览文件 @
d4ad3d4a
...
...
@@ -302,6 +302,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
disabled
:
false
,
id
:
"dritem3"
,
groupCodeName
:
'a7c7923d37319b42645a41908d62bae9'
,
navView
:
'app-wfstep-trace-view'
,
localContext
:
null
,
localViewParam
:
null
},
...
...
app_Web/src/widgets/ibizorder/default-drtab/default-drtab-base.vue
浏览文件 @
d4ad3d4a
...
...
@@ -305,7 +305,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
name
:
'4eb08200-6f90-404f-bc75-3b76af4f1c9a'
,
text
:
'订单交易明细3'
,
disabled
:
true
,
navView
:
''
,
navView
:
'
app-wfstep-trace-view
'
,
localContext
:
null
,
localViewParam
:
null
}
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSEditView2.json
浏览文件 @
d4ad3d4a
...
...
@@ -1395,6 +1395,11 @@
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
},
"getPSDEDRBarGroup"
:
{
"modelref"
:
true
,
"id"
:
"Auto83"
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSEditView2_layout.json
浏览文件 @
d4ad3d4a
...
...
@@ -1395,6 +1395,11 @@
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
},
"getPSDEDRBarGroup"
:
{
"modelref"
:
true
,
"id"
:
"Auto83"
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSEditView3.json
浏览文件 @
d4ad3d4a
...
...
@@ -274,7 +274,12 @@
}
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
}
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSEditView3/psappviewctrls/drtab"
,
"uniqueTag"
:
"IBIZOrderSEditView3__drtab"
,
...
...
@@ -641,20 +646,20 @@
},
"getPSControlHandler"
:
{
"getPSHandlerActions"
:
[
{
"actionName"
:
"GetDraft
TempMajor
"
,
"actionName"
:
"GetDraft"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraft"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"GetDraft
TempMajor
"
"id"
:
"GetDraft"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionName"
:
"GETDRAFT
TEMPMAJOR
FROM"
,
"actionName"
:
"GETDRAFTFROM"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"loaddraftfrom"
,
...
...
@@ -663,52 +668,52 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionName"
:
"Get
TempMajor
"
,
"actionName"
:
"Get"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"READ"
,
"name"
:
"load"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Get
TempMajor
"
"id"
:
"Get"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionName"
:
"Create
TempMajor
"
,
"actionName"
:
"Create"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"CREATE"
,
"name"
:
"create"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Create
TempMajor
"
"id"
:
"Create"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionName"
:
"Update
TempMajor
"
,
"actionName"
:
"Update"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"UPDATE"
,
"name"
:
"update"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Update
TempMajor
"
"id"
:
"Update"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZOrder.json"
}
},
{
"actionName"
:
"Remove
TempMajor
"
,
"actionName"
:
"Remove"
,
"actionType"
:
"DEACTION"
,
"dataAccessAction"
:
"DELETE"
,
"name"
:
"remove"
,
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"id"
:
"Remove
TempMajor
"
"id"
:
"Remove"
},
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -1414,7 +1419,6 @@
"path"
:
"PSWORKFLOWS/ODSP.json"
},
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSEditView3"
,
"tempMode"
:
1
,
"title"
:
"实体编辑视图(分页关系)"
,
"getTitlePSLanguageRes"
:
{
"lanResTag"
:
"PAGE.TITLE.IBIZORDER.SEDITVIEW3"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSEditView3_layout.json
浏览文件 @
d4ad3d4a
...
...
@@ -276,7 +276,12 @@
}
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
}
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSEditView3_layout/psappviewctrls/drtab"
,
"uniqueTag"
:
"IBIZOrderSEditView3_layout__drtab"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSEditView4.json
浏览文件 @
d4ad3d4a
...
...
@@ -274,7 +274,12 @@
}
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
}
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSEditView4/psappviewctrls/drtab"
,
"uniqueTag"
:
"IBIZOrderSEditView4__drtab"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSEditView4_layout.json
浏览文件 @
d4ad3d4a
...
...
@@ -1378,7 +1378,12 @@
}
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
}
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSEditView4_layout/psappviewctrls/drtab"
,
"uniqueTag"
:
"IBIZOrderSEditView4_layout__drtab"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderSGridView2.json
浏览文件 @
d4ad3d4a
...
...
@@ -1114,7 +1114,12 @@
}
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
}
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSGridView2/psappviewctrls/drtab"
,
"uniqueTag"
:
"IBIZOrderSGridView2__drtab"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderState10EditView2.json
浏览文件 @
d4ad3d4a
...
...
@@ -1380,6 +1380,11 @@
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
},
"getPSDEDRBarGroup"
:
{
"modelref"
:
true
,
"id"
:
"Auto83"
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderState30EditView2.json
浏览文件 @
d4ad3d4a
...
...
@@ -1345,6 +1345,11 @@
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
},
"getPSDEDRBarGroup"
:
{
"modelref"
:
true
,
"id"
:
"Auto83"
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderState40EditView2.json
浏览文件 @
d4ad3d4a
...
...
@@ -1380,6 +1380,11 @@
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
},
"getPSDEDRBarGroup"
:
{
"modelref"
:
true
,
"id"
:
"Auto83"
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZOrderTestCLEditView2.json
浏览文件 @
d4ad3d4a
...
...
@@ -1410,6 +1410,11 @@
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
},
"getPSDEDRBarGroup"
:
{
"modelref"
:
true
,
"id"
:
"Auto83"
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.hubsubapp.json
浏览文件 @
d4ad3d4a
...
...
@@ -1147,6 +1147,11 @@
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
},
"getPSDEDRBarGroup"
:
{
"modelref"
:
true
,
"id"
:
"Auto83"
...
...
@@ -1471,7 +1476,12 @@
}
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
}
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSGridView2/psappviewctrls/drtab"
,
"uniqueTag"
:
"IBIZOrderSGridView2__drtab"
,
...
...
@@ -1653,6 +1663,11 @@
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
},
"getPSDEDRBarGroup"
:
{
"modelref"
:
true
,
"id"
:
"Auto83"
...
...
@@ -1782,7 +1797,12 @@
}
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
}
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSEditView4/psappviewctrls/drtab"
,
"uniqueTag"
:
"IBIZOrderSEditView4__drtab"
,
...
...
@@ -1961,6 +1981,11 @@
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
},
"getPSDEDRBarGroup"
:
{
"modelref"
:
true
,
"id"
:
"Auto83"
...
...
@@ -2092,7 +2117,12 @@
}
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
}
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSEditView3_layout/psappviewctrls/drtab"
,
"uniqueTag"
:
"IBIZOrderSEditView3_layout__drtab"
,
...
...
@@ -2358,7 +2388,12 @@
}
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
}
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSEditView4_layout/psappviewctrls/drtab"
,
"uniqueTag"
:
"IBIZOrderSEditView4_layout__drtab"
,
...
...
@@ -2483,7 +2518,12 @@
}
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
}
}
],
"rTMOSFilePath"
:
"pssysapps/Web/psappdeviews/IBIZOrderSEditView3/psappviewctrls/drtab"
,
"uniqueTag"
:
"IBIZOrderSEditView3__drtab"
,
...
...
@@ -2720,6 +2760,11 @@
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
},
"getPSDEDRBarGroup"
:
{
"modelref"
:
true
,
"id"
:
"Auto83"
...
...
@@ -2866,6 +2911,11 @@
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
},
"getPSDEDRBarGroup"
:
{
"modelref"
:
true
,
"id"
:
"Auto83"
...
...
@@ -3012,6 +3062,11 @@
},
{
"caption"
:
"订单交易明细3"
,
"name"
:
"dritem3"
,
"getPSAppView"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPUTILVIEWS/AppWFStepTraceView.json"
,
"viewType"
:
"APPWFSTEPTRACEVIEW"
},
"getPSDEDRBarGroup"
:
{
"modelref"
:
true
,
"id"
:
"Auto83"
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录