Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
2452e473
提交
2452e473
编写于
2年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ShineKOT 发布系统代码 [后台服务,演示应用]
上级
01149883
变更
26
隐藏空白字符变更
内嵌
并排
正在显示
26 个修改的文件
包含
84 行增加
和
246 行删除
+84
-246
app-full-scren.vue
app_Web/src/components/app-full-scren/app-full-scren.vue
+1
-1
app-lock-scren.vue
app_Web/src/components/app-lock-scren/app-lock-scren.vue
+1
-1
app-message-popover.scss
...c/components/app-message-popover/app-message-popover.scss
+0
-1
app-theme.vue
app_Web/src/components/app-theme/app-theme.vue
+1
-3
index.scss
app_Web/src/styles/element/index.scss
+2
-1
menu.scss
app_Web/src/styles/element/menu.scss
+42
-0
var.scss
app_Web/src/styles/var.scss
+1
-1
blue.theme.scss
app_Web/src/theme/blue.theme.scss
+0
-60
dark-blue.theme.scss
app_Web/src/theme/dark-blue.theme.scss
+2
-52
default.theme.scss
app_Web/src/theme/default.theme.scss
+0
-53
app-index-view-appmenu-base.vue
...pp/app-index-view-appmenu/app-index-view-appmenu-base.vue
+0
-3
app-index-view-appmenu.scss
...ts/app/app-index-view-appmenu/app-index-view-appmenu.scss
+0
-9
icon-menu-appmenu.scss
.../src/widgets/app/icon-menu-appmenu/icon-menu-appmenu.scss
+0
-9
main-menu-appmenu-base.vue
.../widgets/app/main-menu-appmenu/main-menu-appmenu-base.vue
+0
-3
main-menu-appmenu.scss
.../src/widgets/app/main-menu-appmenu/main-menu-appmenu.scss
+0
-9
usr1207222915-menu-appmenu-base.vue
...07222915-menu-appmenu/usr1207222915-menu-appmenu-base.vue
+0
-3
usr1207222915-menu-appmenu.scss
...sr1207222915-menu-appmenu/usr1207222915-menu-appmenu.scss
+0
-9
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+0
-1
guide-borrow-form-form-base.vue
...ok/guide-borrow-form-form/guide-borrow-form-form-base.vue
+5
-5
guide-return-form-form-base.vue
...ok/guide-return-form-form/guide-return-form-form-base.vue
+5
-5
guide-view-form-form-base.vue
...izbook/guide-view-form-form/guide-view-form-form-base.vue
+6
-5
quicksearchform-searchform-base.vue
...searchform-searchform/quicksearchform-searchform-base.vue
+2
-2
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
main-grid-model.ts
...src/widgets/ibizorder-detail/main-grid/main-grid-model.ts
+1
-0
未找到文件。
app_Web/src/components/app-full-scren/app-full-scren.vue
浏览文件 @
2452e473
<
template
>
<div
class=
"fullscren"
>
<Icon
:type=
"fullScren == true ? 'ios-contract' : 'ios-expand'"
color=
"#aaa"
size=
"22"
@
click=
"handleScreen"
/>
<Icon
:type=
"fullScren == true ? 'ios-contract' : 'ios-expand'"
size=
"22"
@
click=
"handleScreen"
/>
</div>
</
template
>
<
script
lang =
'ts'
>
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/components/app-lock-scren/app-lock-scren.vue
浏览文件 @
2452e473
<
template
>
<div
class=
"lockscren"
>
<span>
<Icon
type=
"md-lock"
size=
"22"
color=
"#aaa"
@
click=
"handleLock"
/>
<Icon
type=
"md-lock"
size=
"22"
@
click=
"handleLock"
/>
<el-dialog
:title=
"this.$t('components.lockScren.title')"
:visible
.
sync=
"box"
width=
"30%"
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/components/app-message-popover/app-message-popover.scss
浏览文件 @
2452e473
...
...
@@ -19,7 +19,6 @@
font-size
:
19px
;
padding-top
:
2px
;
padding-right
:
2px
;
color
:
#aaa
;
cursor
:
pointer
;
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/components/app-theme/app-theme.vue
浏览文件 @
2452e473
...
...
@@ -5,9 +5,7 @@
popper-class=
'app-app-theme'
placement=
'bottom-end'
:width=
"Object.is($i18n.locale, 'zh-CN') ? 180 : 250"
>
<a>
<icon
class=
'app-theme-icon'
type=
'md-settings'
:size=
"22"
/>
</a>
<icon
class=
'app-theme-icon'
type=
'md-settings'
:size=
"22"
/>
<template
slot=
'content'
>
<div
class=
'app-theme-color'
>
<template
v-for=
"(theme, index) in defaultThemes"
>
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/styles/element/index.scss
浏览文件 @
2452e473
@import
'./radio-group.scss'
;
\ No newline at end of file
@import
'./radio-group.scss'
;
@import
'./menu.scss'
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/styles/element/menu.scss
0 → 100644
浏览文件 @
2452e473
.el-menu--horizontal
{
.el-menu-item
,
.el-submenu__title
{
background-color
:
var
(
--
app-color-black
)
!
important
;
color
:
var
(
--
app-color-white
)
!
important
;
&
:hover
,
&
.is-active
{
background
:
#202027
!
important
;
}
}
>
.el-menu-item
{
height
:
64px
;
&
.is-active
{
background
:
#202027
!
important
;
border-bottom
:
4px
solid
var
(
--
app-color-yellow
);
border-bottom-color
:
var
(
--
app-color-yellow
)
!
important
;
}
}
>
.el-submenu
{
.el-submenu__title
{
height
:
64px
;
}
&
.is-active
,
&
.is-opened
{
.el-submenu__title
{
border-bottom
:
4px
solid
var
(
--
app-color-yellow
);
border-bottom-color
:
var
(
--
app-color-yellow
)
!
important
;
}
}
}
.el-submenu__icon-arrow
{
display
:
none
;
}
&
.app-popper-menu
{
.el-menu--popup
{
padding
:
0
;
.el-menu-item
,
.el-submenu__title
{
height
:
40px
;
padding
:
0
12px
;
border-bottom
:
1px
solid
var
(
--
app-color-gray-250
);
border-bottom-color
:
var
(
--
app-color-gray-250
)
!
important
;
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/styles/var.scss
浏览文件 @
2452e473
...
...
@@ -63,7 +63,7 @@
--app-color-light-tint
:
#f5f6f9
;
// 安永黑
--app-color-black
:
#2
32425
;
--app-color-black
:
#2
E2E38
;
// 安永灰1
--app-color-gray-100
:
#747480
;
// 安永灰2
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/theme/blue.theme.scss
浏览文件 @
2452e473
...
...
@@ -20,66 +20,6 @@
}
}
}
>
.el-menu
,
>
.ivu-layout
>
.ivu-layout-sider
.app-app-menu
>
.app-menu
{
background
:
#4276a4
;
.el-menu-item
:hover
,
.el-menu-item
:hover
{
background
:
#3c6c95
!
important
;
color
:
#f1f1f1
!
important
;
i
{
color
:
#f1f1f1
;
}
}
.el-submenu_title
:hover
{
color
:
#f1f1f1
!
important
;
i
{
color
:
#f1f1f1
;
}
}
.el-menu-item.is-active
{
border-left
:
4px
solid
#d64635
;
background
:
#3c6c95
!
important
;
}
.el-submenu.is-opened
,
.el-submenu
:hover
,
.el-submenu.is-active
{
>
.el-submenu__title
{
background
:
#4276a4
;
}
}
.el-submenu__title
,
.el-menu-item
{
color
:
#c9dff5
;
i
{
color
:
#c9dff5
;
}
}
.el-submenu__title
:hover
{
color
:
#f1f1f1
!
important
;
i
{
color
:
#f1f1f1
;
}
}
.el-menu-item
{
border-top
:
1px
solid
#4276a4
;
background
:
#4276a4
;
border-left
:
4px
solid
transparent
;
}
.el-submenu
{
border-top
:
1px
solid
#4276a4
;
background
:
#4276a4
;
>
.el-menu
{
border-top
:
1px
solid
#4276a4
;
background
:
#4276a4
;
}
}
}
.ivu-menu-light
{
background
:
#4276a4
;
}
.ivu-menu-submenu-title
{
color
:
#f5f5f5
;
}
.sider-top
{
color
:
#fff
;
}
div
.ivu-divider
{
background-color
:
#c9dff5
;
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/theme/dark-blue.theme.scss
浏览文件 @
2452e473
...
...
@@ -19,62 +19,12 @@
}
}
}
>
.el-menu
,
>
.ivu-layout
>
.ivu-layout-sider
.app-app-menu
>
.app-menu
{
background
:
#20222A
;
.el-menu-item
:hover
,
.el-menu-item
:hover
{
color
:
#f1f1f1
!
important
;
i
{
color
:
#f1f1f1
;
}
}
.el-submenu__title
:hover
{
color
:
#f1f1f1
!
important
;
i
{
color
:
#f1f1f1
;
}
}
.el-menu-item.is-active
{
border-left
:
4px
solid
#409EFF
;
background
:
#060708
!
important
;
color
:white
;
}
.el-submenu.is-opened
,
.el-submenu
:hover
,
.el-submenu.is-active
{
>
.el-submenu__title
{
background
:
#20222A
;
}
}
.el-submenu__title
,
.el-menu-item
{
color
:
#b4bcc8
;
i
{
color
:
#b4bcc8
;
}
}
.el-menu-item
{
border-top
:
1px
solid
#20222A
;
background
:
#20222A
;
border-left
:
4px
solid
transparent
;
}
.el-submenu
{
border-top
:
1px
solid
#20222A
;
background
:
#20222A
;
>
.el-menu
{
border-top
:
1px
solid
#20222A
;
background
:
#20222A
;
}
}
}
.ivu-menu-light
{
background
:
#20222A
;
}
.ivu-menu-submenu-title
{
color
:
#fff
;
}
.sider-top
{
color
:
#fff
;
}
div
.ivu-divider
{
background-color
:
#b4bcc8
;
}
}
}
/*** END:默认Dark Blue主题 ***/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/theme/default.theme.scss
浏览文件 @
2452e473
...
...
@@ -19,59 +19,6 @@
}
}
}
>
.el-menu
,
>
.ivu-layout
>
.ivu-layout-sider
.app-app-menu
>
.app-menu
{
background
:
#f6f6f6
;
.el-menu-item
:hover
,
.el-menu-item
:hover
,
.el-menu-item.is-active
{
background
:
#fff
!
important
;
color
:
#1890ff
!
important
;
i
{
color
:
#1890ff
;
}
}
.el-submenu__title
:hover
{
color
:
#1890ff
!
important
;
i
{
color
:
#1890ff
;
}
}
.el-menu-item.is-active
{
border-left
:
4px
solid
#1890ff
;
background
:
#fff
!
important
;
}
.el-submenu.is-opened
,
.el-submenu
:hover
{
>
.el-submenu__title
{
background
:
#f6f6f6
;
}
}
.el-submenu__title
,
.el-menu-item
{
color
:
#666666
;
i
{
color
:
#666666
;
}
}
.el-menu-item
{
border-top
:
1px
solid
#f6f6f6
;
background
:
#f6f6f6
;
border-left
:
4px
solid
transparent
;
}
.el-submenu
{
border-top
:
1px
solid
#f6f6f6
;
background
:
#f6f6f6
;
>
.el-menu
{
border-top
:
1px
solid
#f6f6f6
;
background
:
#f6f6f6
;
}
}
}
.ivu-menu-light
{
background
:
#f6f6f6
;
}
.ivu-menu-submenu-title
{
color
:
#000
;
}
.sider-top
{
color
:
#000
;
}
div
.ivu-divider
{
background-color
:
#b3b3b3
;
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/app/app-index-view-appmenu/app-index-view-appmenu-base.vue
浏览文件 @
2452e473
...
...
@@ -2,9 +2,6 @@
<el-menu
class=
"app-menu"
:default-openeds=
"defaultOpeneds"
background-color=
"#FFFFFF"
text-color=
"#747480"
active-text-color=
"#188CE5"
:mode=
"mode"
:menu-trigger=
"trigger"
:collapse=
"isCollapse"
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/app/app-index-view-appmenu/app-index-view-appmenu.scss
浏览文件 @
2452e473
...
...
@@ -5,15 +5,6 @@
font-size
:
14px
;
margin-right
:
6px
;
}
&
.el-menu--horizontal
{
.el-menu-item
{
height
:
64px
;
&
.is-active
{
border-bottom
:
4px
solid
var
(
--
app-color-yellow
);
border-bottom-color
:
var
(
--
app-color-yellow
)
!
important
;
}
}
}
}
// this is scss
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/app/icon-menu-appmenu/icon-menu-appmenu.scss
浏览文件 @
2452e473
...
...
@@ -5,15 +5,6 @@
font-size
:
14px
;
margin-right
:
6px
;
}
&
.el-menu--horizontal
{
.el-menu-item
{
height
:
64px
;
&
.is-active
{
border-bottom
:
4px
solid
var
(
--
app-color-yellow
);
border-bottom-color
:
var
(
--
app-color-yellow
)
!
important
;
}
}
}
}
// this is scss
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/app/main-menu-appmenu/main-menu-appmenu-base.vue
浏览文件 @
2452e473
<
template
>
<el-menu
class=
"app-menu"
background-color=
"#2E2E38"
text-color=
"#FFFFFF"
active-text-color=
"#FFFFFF"
:mode=
"mode"
:menu-trigger=
"trigger"
:collapse=
"isCollapse"
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/app/main-menu-appmenu/main-menu-appmenu.scss
浏览文件 @
2452e473
...
...
@@ -5,15 +5,6 @@
font-size
:
14px
;
margin-right
:
6px
;
}
&
.el-menu--horizontal
{
.el-menu-item
{
height
:
64px
;
&
.is-active
{
border-bottom
:
4px
solid
var
(
--
app-color-yellow
);
border-bottom-color
:
var
(
--
app-color-yellow
)
!
important
;
}
}
}
}
// this is scss
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/app/usr1207222915-menu-appmenu/usr1207222915-menu-appmenu-base.vue
浏览文件 @
2452e473
...
...
@@ -2,9 +2,6 @@
<el-menu
class=
"app-menu"
:default-openeds=
"defaultOpeneds"
background-color=
"#FFFFFF"
text-color=
"#747480"
active-text-color=
"#188CE5"
:mode=
"mode"
:menu-trigger=
"trigger"
:collapse=
"isCollapse"
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/app/usr1207222915-menu-appmenu/usr1207222915-menu-appmenu.scss
浏览文件 @
2452e473
...
...
@@ -5,15 +5,6 @@
font-size
:
14px
;
margin-right
:
6px
;
}
&
.el-menu--horizontal
{
.el-menu-item
{
height
:
64px
;
&
.is-active
{
border-bottom
:
4px
solid
var
(
--
app-color-yellow
);
border-bottom-color
:
var
(
--
app-color-yellow
)
!
important
;
}
}
}
}
// this is scss
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
2452e473
...
...
@@ -870,5 +870,4 @@ export default class DefaultBase extends Vue implements ControlInterface {
<
style
lang=
'scss'
>
@import
'./default-searchform.scss'
;
</
style
>
;
</
style
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-borrow-form-form/guide-borrow-form-form-base.vue
浏览文件 @
2452e473
...
...
@@ -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'
+
(
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
};
...
...
@@ -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'
+
(
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
}
;
...
...
@@ -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'
+
(
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
});
...
...
@@ -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'
+
(
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
});
...
...
@@ -1799,7 +1799,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'
+
(
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
];
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-return-form-form/guide-return-form-form-base.vue
浏览文件 @
2452e473
...
...
@@ -1344,7 +1344,7 @@ export default class GuideReturnFormBase 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'
+
(
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
};
...
...
@@ -1395,7 +1395,7 @@ export default class GuideReturnFormBase 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'
+
(
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
}
;
...
...
@@ -1465,7 +1465,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
});
...
...
@@ -1573,7 +1573,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
});
...
...
@@ -1765,7 +1765,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
];
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/guide-view-form-form/guide-view-form-form-base.vue
浏览文件 @
2452e473
...
...
@@ -1447,7 +1447,7 @@ export default class GuideViewFormBase 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'
+
(
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
};
...
...
@@ -1499,7 +1499,7 @@ export default class GuideViewFormBase 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'
+
(
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
}
;
...
...
@@ -1569,7 +1569,7 @@ export default class GuideViewFormBase 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
});
...
...
@@ -1677,7 +1677,7 @@ export default class GuideViewFormBase 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
});
...
...
@@ -1869,7 +1869,7 @@ export default class GuideViewFormBase 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
];
...
...
@@ -2309,4 +2309,5 @@ export default class GuideViewFormBase extends Vue implements ControlInterface {
<
style
lang=
'scss'
>
@import
'./guide-view-form-form.scss'
;
</
style
>
scss';
</style>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/quicksearchform-searchform/quicksearchform-searchform-base.vue
浏览文件 @
2452e473
...
...
@@ -670,7 +670,7 @@ export default class QUICKSEARCHFORMBase 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
Calendar
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -706,7 +706,7 @@ export default class QUICKSEARCHFORMBase 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
Calendar
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-base.vue
浏览文件 @
2452e473
...
...
@@ -698,7 +698,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
};
...
...
@@ -792,7 +792,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
[]
=
[];
...
...
@@ -908,7 +908,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
);
...
...
@@ -916,7 +916,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
){
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/usr4-dataview/usr4-dataview-model.ts
浏览文件 @
2452e473
...
...
@@ -70,6 +70,11 @@ export default class Usr4Model {
prop
:
'n_ibizbookname_like'
,
dataType
:
'QUERYPARAM'
},
{
name
:
'n_price_gtandeq'
,
prop
:
'n_price_gtandeq'
,
dataType
:
'QUERYPARAM'
},
{
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
浏览文件 @
2452e473
...
...
@@ -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
:
"IBIZOrderDetailSGridView
9
"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
desc
:
"IBIZOrderDetailSGridView"
+
(
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
:
'IBIZOrderDetailSGridView
9
'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
desc
:
'IBIZOrderDetailSGridView'
+
(
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
:
'IBIZOrderDetailSGridView
9
'
+
(
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
;
}
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
:
'IBIZOrderDetailSGridView
9
'
+
(
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
{
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
:
'IBIZOrderDetailSGridView
9
'
+
(
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
{
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
:
'IBIZOrderDetailSGridView
9
'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
desc
:
'IBIZOrderDetailSGridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder-detail/main-grid/main-grid-model.ts
浏览文件 @
2452e473
...
...
@@ -97,6 +97,7 @@ export default class MainModel {
name
:
'ibizorderdetail'
,
prop
:
'ibizorderdetailid'
,
},
{
name
:
'size'
,
prop
:
'size'
,
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录