Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
f5503642
提交
f5503642
编写于
11月 09, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Mosher 发布系统代码 [后台服务,演示应用]
上级
3e176d5a
变更
25
隐藏空白字符变更
内嵌
并排
正在显示
25 个修改的文件
包含
92 行增加
和
84 行删除
+92
-84
ibizbookcustom-view-layout-base.vue
...ookcustom-view-layout/ibizbookcustom-view-layout-base.vue
+0
-10
ibizbookgrid-load-custom-view-base.vue
...d-load-custom-view/ibizbookgrid-load-custom-view-base.vue
+0
-10
ibizbookmedit-view9-base.vue
...s/sample/ibizbookmedit-view9/ibizbookmedit-view9-base.vue
+0
-10
ibizbookusr2-medit-view9-layout-base.vue
...dit-view9-layout/ibizbookusr2-medit-view9-layout-base.vue
+0
-10
ibizbookusr2-medit-view9-base.vue
...bizbookusr2-medit-view9/ibizbookusr2-medit-view9-base.vue
+0
-10
app-login-view-base.vue
.../src/pages/ungroup/app-login-view/app-login-view-base.vue
+1
-1
app-login-view.less
app_Web/src/pages/ungroup/app-login-view/app-login-view.less
+3
-0
default-searchform-base.vue
...zappeditor/default-searchform/default-searchform-base.vue
+2
-2
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+16
-2
guide-return-form-form-base.vue
...ok/guide-return-form-form/guide-return-form-form-base.vue
+5
-5
main-grid-base.vue
app_Web/src/widgets/ibizbook/main-grid/main-grid-base.vue
+1
-1
main-multieditviewpanel-base.vue
.../main-multieditviewpanel/main-multieditviewpanel-base.vue
+1
-1
main-grid-base.vue
app_Web/src/widgets/ibizorder/main-grid/main-grid-base.vue
+22
-8
main-grid-model.ts
app_Web/src/widgets/ibizorder/main-grid/main-grid-model.ts
+15
-0
Main.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGRIDS/Main.json
+2
-2
Main.json
...SAPPDATAENTITIES/IBIZBOOK/PSMULTIEDITVIEWPANELS/Main.json
+2
-2
IBIZBOOKCustomView_layout.json
...PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKCustomView_layout.json
+2
-2
IBIZBOOKGridLoadCustomView.json
...SSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGridLoadCustomView.json
+2
-2
IBIZBOOKMEditView9.json
...emodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKMEditView9.json
+2
-2
IBIZBOOKUsr2MEditView9.json
...el/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr2MEditView9.json
+2
-2
IBIZBOOKUsr2MEditView9_layout.json
...SAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr2MEditView9_layout.json
+2
-2
AppLoginView.json
...emotemodel/PSSYSAPPS/Web/PSAPPUTILVIEWS/AppLoginView.json
+3
-0
PSSYSAPP.json.css
...ources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.json.css
+3
-0
PSSYSAPP.simple.json
...ces/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.simple.json
+3
-0
PSSYSAPP.simple.json.css
...static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.simple.json.css
+3
-0
未找到文件。
app_Web/src/pages/sample/ibizbookcustom-view-layout/ibizbookcustom-view-layout-base.vue
浏览文件 @
f5503642
...
...
@@ -37,7 +37,6 @@
fetchAction=
"FetchDefault"
name=
"grid"
ref=
'grid'
@打印选中数据="
grid_
打印选中数据($
event
)"
@
onselectionchange=
"grid_onselectionchange($event)"
@
closeview=
"closeView($event)"
>
</view
_grid
>
...
...
@@ -864,15 +863,6 @@ export default class IBIZBOOKCustomView_layoutBase extends Vue {
})
}
/**
* grid 部件 打印选中数据 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZBOOKCustomView_layoutBase
*/
public
grid_
打印选中数据
(
$event
:
any
,
$event2
?:
any
)
{
}
/**
* grid 部件 onselectionchange 事件
*
...
...
app_Web/src/pages/sample/ibizbookgrid-load-custom-view/ibizbookgrid-load-custom-view-base.vue
浏览文件 @
f5503642
...
...
@@ -24,7 +24,6 @@
fetchAction=
"FetchDefault"
name=
"grid"
ref=
'grid'
@打印选中数据="
grid_
打印选中数据($
event
)"
@
onselectionchange=
"grid_onselectionchange($event)"
@
closeview=
"closeView($event)"
>
</view
_grid
>
...
...
@@ -869,15 +868,6 @@ export default class IBIZBOOKGridLoadCustomViewBase extends Vue {
})
}
/**
* grid 部件 打印选中数据 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZBOOKGridLoadCustomViewBase
*/
public
grid_
打印选中数据
(
$event
:
any
,
$event2
?:
any
)
{
}
/**
* grid 部件 onselectionchange 事件
*
...
...
app_Web/src/pages/sample/ibizbookmedit-view9/ibizbookmedit-view9-base.vue
浏览文件 @
f5503642
...
...
@@ -24,7 +24,6 @@
fetchAction=
"FetchDefault"
name=
"meditviewpanel"
ref=
'meditviewpanel'
@打印选中数据="
meditviewpanel_
打印选中数据($
event
)"
@
onselectionchange=
"meditviewpanel_onselectionchange($event)"
@
closeview=
"closeView($event)"
>
</view
_meditviewpanel
>
...
...
@@ -623,15 +622,6 @@ export default class IBIZBOOKMEditView9Base extends Vue {
}
}
/**
* meditviewpanel 部件 打印选中数据 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZBOOKMEditView9Base
*/
public
meditviewpanel_
打印选中数据
(
$event
:
any
,
$event2
?:
any
)
{
}
/**
* meditviewpanel 部件 onselectionchange 事件
*
...
...
app_Web/src/pages/sample/ibizbookusr2-medit-view9-layout/ibizbookusr2-medit-view9-layout-base.vue
浏览文件 @
f5503642
...
...
@@ -23,7 +23,6 @@
fetchAction=
"FetchDefault"
name=
"meditviewpanel"
ref=
'meditviewpanel'
@打印选中数据="
meditviewpanel_
打印选中数据($
event
)"
@
onselectionchange=
"meditviewpanel_onselectionchange($event)"
@
closeview=
"closeView($event)"
>
</view
_meditviewpanel
>
...
...
@@ -837,15 +836,6 @@ export default class IBIZBOOKUsr2MEditView9_layoutBase extends Vue {
})
}
/**
* meditviewpanel 部件 打印选中数据 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZBOOKUsr2MEditView9_layoutBase
*/
public
meditviewpanel_
打印选中数据
(
$event
:
any
,
$event2
?:
any
)
{
}
/**
* meditviewpanel 部件 onselectionchange 事件
*
...
...
app_Web/src/pages/sample/ibizbookusr2-medit-view9/ibizbookusr2-medit-view9-base.vue
浏览文件 @
f5503642
...
...
@@ -24,7 +24,6 @@
fetchAction=
"FetchDefault"
name=
"meditviewpanel"
ref=
'meditviewpanel'
@打印选中数据="
meditviewpanel_
打印选中数据($
event
)"
@
onselectionchange=
"meditviewpanel_onselectionchange($event)"
@
closeview=
"closeView($event)"
>
</view
_meditviewpanel
>
...
...
@@ -623,15 +622,6 @@ export default class IBIZBOOKUsr2MEditView9Base extends Vue {
}
}
/**
* meditviewpanel 部件 打印选中数据 事件
*
* @param {*} [args={}]
* @param {*} $event
* @memberof IBIZBOOKUsr2MEditView9Base
*/
public
meditviewpanel_
打印选中数据
(
$event
:
any
,
$event2
?:
any
)
{
}
/**
* meditviewpanel 部件 onselectionchange 事件
*
...
...
app_Web/src/pages/ungroup/app-login-view/app-login-view-base.vue
浏览文件 @
f5503642
...
...
@@ -267,7 +267,7 @@ export default class AppLoginViewBase extends Vue {
auth_verificationcode
:{
name
:
'auth_verificationcode'
,
type
:
'VIEWLAYOUT'
,
caption
:
'短信验证码'
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'FIELD'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
required
:
false
,
fieldState
:
'0'
,
predefinedType
:
'AUTH_VERIFICATIONCODE'
,
dataItemName
:
''
,
},
auth_sso1
:{
name
:
'auth_sso1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'第三方登陆'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'USERCONTROL'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
},
auth_logout1
:{
name
:
'auth_logout1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'登出'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'BUTTON'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
buttonStyle
:
'DEFAULT'
,
borderStyle
:
''
,
iconAlign
:
''
,
uiAction
:
{
actiontarget
:
''
,
noprivdisplaymode
:
'2'
,
dataaccaction
:
''
,
visabled
:
true
,
disabled
:
false
},
predefinedType
:
'APP_LOGOUT'
,
renderMode
:
''
,
},
container1
:{
name
:
'container1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'FLEX'
,
layoutPos
:
''
,
layoutHeight
:
600
,
heightMode
:
'PX'
,
layoutWidth
:
450
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
'CENTER'
,
vAlignSelf
:
'MIDDLE'
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
'column'
,
vAlign
:
''
},
parentName
:
'page_container'
,
panel
:
this
,
details
:[
'auth_orgpick'
,
'userid'
,
'auth_password'
,
'container2'
,
'auth_loginmsg'
,
'auth_captcha1'
,
'auth_verificationcode'
,
'auth_sso1'
,
'auth_logout1'
]
,
dataRegionType
:
'INHERIT'
},
container1
:{
name
:
'container1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
'
login-bg
'
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'FLEX'
,
layoutPos
:
''
,
layoutHeight
:
600
,
heightMode
:
'PX'
,
layoutWidth
:
450
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
'CENTER'
,
vAlignSelf
:
'MIDDLE'
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
'column'
,
vAlign
:
''
},
parentName
:
'page_container'
,
panel
:
this
,
details
:[
'auth_orgpick'
,
'userid'
,
'auth_password'
,
'container2'
,
'auth_loginmsg'
,
'auth_captcha1'
,
'auth_verificationcode'
,
'auth_sso1'
,
'auth_logout1'
]
,
dataRegionType
:
'INHERIT'
},
page_container
:{
name
:
'page_container'
,
type
:
'VIEWLAYOUT'
,
caption
:
'图片背景容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
sysImage
:{
iconcls
:
''
,
imagePath
:
'/assets/img/login_bg.png'
,
rawContent
:
''
},
visible
:
true
,
disabled
:
false
,
layout
:
'FLEX'
,
layoutPos
:
''
,
layoutHeight
:
100
,
heightMode
:
'PERCENTAGE'
,
layoutWidth
:
100
,
widthMode
:
'PERCENTAGE'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
panel
:
this
,
details
:[
'container1'
]
,
dataRegionType
:
'INHERIT'
}
};
...
...
app_Web/src/pages/ungroup/app-login-view/app-login-view.less
浏览文件 @
f5503642
.app-login-view {
display: block;
}
.login-bg {
background-color: #ffffff;
}
.greenToolBar {color:white !important;background-color:rgba(0, 166, 90, 0.7) !important;}
.deepskyblueToolBar {color:white !important;background-color:#108cee !important;}
...
...
app_Web/src/widgets/ibizappeditor/default-searchform/default-searchform-base.vue
浏览文件 @
f5503642
...
...
@@ -628,7 +628,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
:
'IBIZAPPEDITOR
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -664,7 +664,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
void
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
f5503642
...
...
@@ -202,6 +202,9 @@ export default class DefaultBase extends Vue implements ControlInterface {
const
data
=
args
&&
args
.
data
?
args
.
data
:
this
.
getData
()
||
{};
const
event
=
args
&&
args
.
event
?
args
.
event
:
{};
let
result
:
boolean
=
true
;
if
(
'search;load;save'
.
indexOf
(
eventName
)
!==
-
1
)
{
result
=
await
this
.
execute_engine_searchform_ctrl_logic
(
data
,
event
);
}
if
(
!
result
)
{
return
false
;
}
...
...
@@ -209,6 +212,17 @@ export default class DefaultBase extends Vue implements ControlInterface {
return
true
;
}
/**
* 部件逻辑 -- engine_searchform
*
* @param {string} eventName 部件事件名称
* @param {any[]} data 数据
* @param {*} event 源事件对象
* @memberof DefaultBase
*/
public
async
execute_engine_searchform_ctrl_logic
(
data
:
any
[],
event
?:
any
):
Promise
<
boolean
>
{
return
true
;
}
...
...
@@ -687,7 +701,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
};
...
...
@@ -723,7 +737,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
void
{
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-return-form-form/guide-return-form-form-base.vue
浏览文件 @
f5503642
...
...
@@ -1318,7 +1318,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public
load
(
opt
:
any
=
{}):
void
{
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
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1353,7 +1353,7 @@ export default class GuideReturnFormBase extends Vue implements ControlInterface
*/
public
loadDraft
(
opt
:
any
=
{}):
void
{
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
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1414,7 +1414,7 @@ export default class GuideReturnFormBase 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'
+
(
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
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1522,7 +1522,7 @@ export default class GuideReturnFormBase 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'
+
(
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
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1596,7 +1596,7 @@ export default class GuideReturnFormBase 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'
+
(
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
;
}
const
arg
:
any
=
opt
[
0
];
...
...
app_Web/src/widgets/ibizbook/main-grid/main-grid-base.vue
浏览文件 @
f5503642
...
...
@@ -260,7 +260,7 @@ export default class MainBase extends Vue implements ControlInterface {
const
data
=
args
&&
args
.
data
?
args
.
data
:
this
.
getData
()
||
{};
const
event
=
args
&&
args
.
event
?
args
.
event
:
{};
let
result
:
boolean
=
true
;
if
(
'
打印选中数据
'
.
indexOf
(
eventName
)
!==
-
1
)
{
if
(
'
onselectionchange
'
.
indexOf
(
eventName
)
!==
-
1
)
{
result
=
await
this
.
execute_printSelection_ctrl_logic
(
data
,
event
);
}
if
(
'onselectionchange'
.
indexOf
(
eventName
)
!==
-
1
)
{
...
...
app_Web/src/widgets/ibizbook/main-multieditviewpanel/main-multieditviewpanel-base.vue
浏览文件 @
f5503642
...
...
@@ -176,7 +176,7 @@ export default class MainBase extends Vue implements ControlInterface {
const
data
=
args
&&
args
.
data
?
args
.
data
:
this
.
getData
()
||
{};
const
event
=
args
&&
args
.
event
?
args
.
event
:
{};
let
result
:
boolean
=
true
;
if
(
'
打印选中数据
'
.
indexOf
(
eventName
)
!==
-
1
)
{
if
(
'
onselectionchange
'
.
indexOf
(
eventName
)
!==
-
1
)
{
result
=
await
this
.
execute_printSelection_ctrl_logic
(
data
,
event
);
}
if
(
'onselectionchange'
.
indexOf
(
eventName
)
!==
-
1
)
{
...
...
app_Web/src/widgets/ibizorder/main-grid/main-grid-base.vue
浏览文件 @
f5503642
...
...
@@ -299,7 +299,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZOrder
Pickup
GridViewBase
* @memberof IBIZOrder
SF1
GridViewBase
*/
public
Edit
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
if
(
args
.
length
===
0
)
{
...
...
@@ -365,7 +365,7 @@ export default class MainBase extends Vue implements ControlInterface {
const
data
=
args
&&
args
.
data
?
args
.
data
:
this
.
getData
()
||
{};
const
event
=
args
&&
args
.
event
?
args
.
event
:
{};
let
result
:
boolean
=
true
;
if
(
'rowdblclick;selectionchange;load;beforeload'
.
indexOf
(
eventName
)
!==
-
1
)
{
if
(
'rowdblclick;selectionchange;
remove;
load;beforeload'
.
indexOf
(
eventName
)
!==
-
1
)
{
result
=
await
this
.
execute_engine_grid_ctrl_logic
(
data
,
event
);
}
if
(
!
result
)
{
...
...
@@ -451,6 +451,20 @@ export default class MainBase extends Vue implements ControlInterface {
return
this
.
selections
[
0
];
}
/**
* 打开新建数据视图
*
* @type {any}
* @memberof MainBase
*/
@
Prop
()
public
newdata
:
any
;
/**
* 打开编辑数据视图
*
* @type {any}
* @memberof MainBase
*/
@
Prop
()
public
opendata
:
any
;
/**
* 是否嵌入关系界面
...
...
@@ -983,7 +997,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
load
(
opt
:
any
=
{},
pageReset
:
boolean
=
false
):
void
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
return
;
}
if
(
pageReset
){
...
...
@@ -1078,7 +1092,7 @@ export default class MainBase 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
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
}
let
_datas
:
any
[]
=
[];
...
...
@@ -1184,7 +1198,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
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
return
;
}
if
(
!
arg
){
...
...
@@ -2101,7 +2115,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
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.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
);
...
...
@@ -2109,7 +2123,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
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizorder
){
...
...
@@ -2176,7 +2190,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
newRow
(
args
:
any
[],
params
?:
any
,
$event
?:
any
,
xData
?:
any
):
void
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
let
_this
=
this
;
...
...
app_Web/src/widgets/ibizorder/main-grid/main-grid-model.ts
浏览文件 @
f5503642
...
...
@@ -104,6 +104,21 @@ export default class MainModel {
prop
:
'n_ibizordername_like'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_orderstate_eq'
,
prop
:
'n_orderstate_eq'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_ordertime_gt'
,
prop
:
'n_ordertime_gt'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_ordertime_lt'
,
prop
:
'n_ordertime_lt'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'size'
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGRIDS/Main.json
浏览文件 @
f5503642
...
...
@@ -9,14 +9,14 @@
"id"
:
"fetch"
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"
打印选中数据"
,
"
ONSELECTIONCHANGE"
],
"hookEventNames"
:
[
"ONSELECTIONCHANGE"
],
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"
打印选中数据
"
,
"eventNames"
:
"
onSelectionChange
"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"printSelection"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSMULTIEDITVIEWPANELS/Main.json
浏览文件 @
f5503642
...
...
@@ -14,14 +14,14 @@
"id"
:
"fetch"
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"
打印选中数据"
,
"
ONSELECTIONCHANGE"
],
"hookEventNames"
:
[
"ONSELECTIONCHANGE"
],
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"
打印选中数据
"
,
"eventNames"
:
"
onSelectionChange
"
,
"logicTag"
:
"meditviewpanel"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"printSelection"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKCustomView_layout.json
浏览文件 @
f5503642
...
...
@@ -208,7 +208,7 @@
"id"
:
"fetch"
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"
打印选中数据"
,
"
ONSELECTIONCHANGE"
],
"hookEventNames"
:
[
"ONSELECTIONCHANGE"
],
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -297,7 +297,7 @@
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"
打印选中数据
"
,
"eventNames"
:
"
onSelectionChange
"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"printSelection"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGridLoadCustomView.json
浏览文件 @
f5503642
...
...
@@ -208,7 +208,7 @@
"id"
:
"fetch"
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"
打印选中数据"
,
"
ONSELECTIONCHANGE"
],
"hookEventNames"
:
[
"ONSELECTIONCHANGE"
],
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -297,7 +297,7 @@
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"
打印选中数据
"
,
"eventNames"
:
"
onSelectionChange
"
,
"logicTag"
:
"grid"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"printSelection"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKMEditView9.json
浏览文件 @
f5503642
...
...
@@ -55,7 +55,7 @@
"id"
:
"fetch"
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"
打印选中数据"
,
"
ONSELECTIONCHANGE"
],
"hookEventNames"
:
[
"ONSELECTIONCHANGE"
],
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -144,7 +144,7 @@
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"
打印选中数据
"
,
"eventNames"
:
"
onSelectionChange
"
,
"logicTag"
:
"meditviewpanel"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"printSelection"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr2MEditView9.json
浏览文件 @
f5503642
...
...
@@ -55,7 +55,7 @@
"id"
:
"fetch"
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"
打印选中数据"
,
"
ONSELECTIONCHANGE"
],
"hookEventNames"
:
[
"ONSELECTIONCHANGE"
],
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -144,7 +144,7 @@
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"
打印选中数据
"
,
"eventNames"
:
"
onSelectionChange
"
,
"logicTag"
:
"meditviewpanel"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"printSelection"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr2MEditView9_layout.json
浏览文件 @
f5503642
...
...
@@ -55,7 +55,7 @@
"id"
:
"fetch"
},
"groupMode"
:
"NONE"
,
"hookEventNames"
:
[
"
打印选中数据"
,
"
ONSELECTIONCHANGE"
],
"hookEventNames"
:
[
"ONSELECTIONCHANGE"
],
"logicName"
:
"主表格"
,
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
...
...
@@ -144,7 +144,7 @@
"id"
:
"数据表格处理器"
},
"getPSControlLogics"
:
[
{
"eventNames"
:
"
打印选中数据
"
,
"eventNames"
:
"
onSelectionChange
"
,
"logicTag"
:
"meditviewpanel"
,
"logicType"
:
"SCRIPT"
,
"name"
:
"printSelection"
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPUTILVIEWS/AppLoginView.json
浏览文件 @
f5503642
...
...
@@ -356,6 +356,9 @@
"tooltip"
:
"登出"
,
"showCaption"
:
true
}
],
"getPSSysCss"
:
{
"cssName"
:
"login-bg"
},
"width"
:
450.0
}
],
"getPSSysImage"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.json.css
浏览文件 @
f5503642
...
...
@@ -52,6 +52,9 @@
.greenToolBar
{
color
:
white
!important
;
background-color
:
rgba
(
0
,
166
,
90
,
0.7
)
!important
;}
.deepskyblueToolBar
{
color
:
white
!important
;
background-color
:
#108cee
!important
;}
.login-bg
{
background-color
:
#ffffff
;
}
.kanban-author
{
.item-field
{
font-style
:
italic
;
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.simple.json
浏览文件 @
f5503642
...
...
@@ -455,6 +455,9 @@
"tooltip"
:
"登出"
,
"showCaption"
:
true
}
],
"getPSSysCss"
:
{
"cssName"
:
"login-bg"
},
"width"
:
450.0
}
],
"getPSSysImage"
:
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.simple.json.css
浏览文件 @
f5503642
...
...
@@ -52,6 +52,9 @@
.greenToolBar
{
color
:
white
!important
;
background-color
:
rgba
(
0
,
166
,
90
,
0.7
)
!important
;}
.deepskyblueToolBar
{
color
:
white
!important
;
background-color
:
#108cee
!important
;}
.login-bg
{
background-color
:
#ffffff
;
}
.kanban-author
{
.item-field
{
font-style
:
italic
;
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录