Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
00f5f7dd
提交
00f5f7dd
编写于
11月 04, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Mosher 发布系统代码 [后台服务,演示应用]
上级
ac59cb0c
变更
7
展开全部
显示空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
51 行增加
和
48 行删除
+51
-48
app-login-input.vue
.../layout-element/login/app-login-input/app-login-input.vue
+9
-0
app-login-view-base.vue
.../src/pages/ungroup/app-login-view/app-login-view-base.vue
+11
-11
grid-view-load-ui-logic-base.ts
...b/src/uiservice/ibizorder/grid-view-load-ui-logic-base.ts
+5
-5
open-yu-que-ui-logic-base.ts
app_Web/src/uiservice/ibizorder/open-yu-que-ui-logic-base.ts
+3
-3
main-form-base.vue
app_Web/src/widgets/ibizbook/main-form/main-form-base.vue
+5
-5
AppLoginView.json
...emotemodel/PSSYSAPPS/Web/PSAPPUTILVIEWS/AppLoginView.json
+9
-12
PSSYSAPP.simple.json
...ces/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.simple.json
+9
-12
未找到文件。
app_Web/src/components/layout-element/login/app-login-input/app-login-input.vue
浏览文件 @
00f5f7dd
...
...
@@ -4,6 +4,7 @@
size=
'large'
:prefix=
'defaultIcon'
v-model=
"curValue"
:type=
"defaultType"
:disabled=
"disabled"
:readonly=
"readonly"
:placeholder=
"model.caption"
>
...
...
@@ -51,6 +52,14 @@ export default class AppLoginInput extends Vue {
*/
@
Prop
()
public
defaultIcon
?:
string
;
/**
* 默认类型
*
* @type {string}
* @memberof AppLoginInput
*/
@
Prop
()
public
defaultType
?:
string
;
/**
* 容器样式
*
...
...
app_Web/src/pages/ungroup/app-login-view/app-login-view-base.vue
浏览文件 @
00f5f7dd
此差异已折叠。
点击以展开。
app_Web/src/uiservice/ibizorder/grid-view-load-ui-logic-base.ts
浏览文件 @
00f5f7dd
...
...
@@ -17,11 +17,11 @@ export default class GridViewLoadUILogicBase {
protected
logicNodes
:
any
=
{
'Begin'
:
new
BeginNode
(),
'BINDPARAM1'
:
new
LogicNodeBase
(),
'VIEWCTRLINVOKE1'
:
new
LogicNodeBase
(),
'END1'
:
new
EndNode
(),
'VIEWCTRLINVOKE2'
:
new
LogicNodeBase
(),
'Begin'
:
new
BeginNode
(
{
codeName
:
'Begin'
,
name
:
'开始'
,
logicNodeType
:
'BEGIN'
,
logicLinks
:
[
{
name
:
'连接名称'
,
dstLogicNode
:
'BINDPARAM1'
,
}
]
}
),
'BINDPARAM1'
:
new
LogicNodeBase
(
{
codeName
:
'BINDPARAM1'
,
name
:
'绑定当前搜索表单'
,
logicNodeType
:
'BINDPARAM'
,
dstParam
:
'searchForm'
,
srcParam
:
'view'
,
srcFieldName
:
'searchForm'
,
logicLinks
:
[
{
name
:
'连接名称'
,
dstLogicNode
:
'VIEWCTRLINVOKE1'
,
}
]
}
),
'VIEWCTRLINVOKE1'
:
new
LogicNodeBase
(
{
codeName
:
'VIEWCTRLINVOKE1'
,
name
:
'视图部件调用'
,
logicNodeType
:
'VIEWCTRLINVOKE'
,
dstParam
:
'viewParam'
,
srcParam
:
'searchForm'
,
logicLinks
:
[
{
name
:
'连接名称'
,
dstLogicNode
:
'VIEWCTRLINVOKE2'
,
}
]
}
),
'END1'
:
new
EndNode
(
{
codeName
:
'END1'
,
name
:
'结束'
,
logicNodeType
:
'END'
,
}
),
'VIEWCTRLINVOKE2'
:
new
LogicNodeBase
(
{
codeName
:
'VIEWCTRLINVOKE2'
,
name
:
'视图部件调用'
,
logicNodeType
:
'VIEWCTRLINVOKE'
,
dstParam
:
'viewParam'
,
srcParam
:
'grid'
,
logicLinks
:
[
{
name
:
'连接名称'
,
dstLogicNode
:
'END1'
,
}
]
}
),
}
/**
...
...
app_Web/src/uiservice/ibizorder/open-yu-que-ui-logic-base.ts
浏览文件 @
00f5f7dd
...
...
@@ -17,9 +17,9 @@ export default class OpenYuQueUILogicBase {
protected
logicNodes
:
any
=
{
'Begin'
:
new
BeginNode
(),
'END1'
:
new
EndNode
(),
'DEUIACTION1'
:
new
LogicNodeBase
(),
'Begin'
:
new
BeginNode
(
{
codeName
:
'Begin'
,
name
:
'开始'
,
logicNodeType
:
'BEGIN'
,
logicLinks
:
[
{
name
:
'连接名称'
,
dstLogicNode
:
'DEUIACTION1'
,
}
]
}
),
'END1'
:
new
EndNode
(
{
codeName
:
'END1'
,
name
:
'结束'
,
logicNodeType
:
'END'
,
}
),
'DEUIACTION1'
:
new
LogicNodeBase
(
{
codeName
:
'DEUIACTION1'
,
name
:
'界面行为'
,
logicNodeType
:
'DEUIACTION'
,
dstParam
:
'Default'
,
logicLinks
:
[
{
name
:
'连接名称'
,
dstLogicNode
:
'END1'
,
}
]
}
),
}
/**
...
...
app_Web/src/widgets/ibizbook/main-form/main-form-base.vue
浏览文件 @
00f5f7dd
...
...
@@ -1800,7 +1800,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKOptionView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKOptionView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1835,7 +1835,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public
loadDraft
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKOptionView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKOptionView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1897,7 +1897,7 @@ export default class MainBase 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
:
'IBIZBOOKOptionView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKOptionView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -2005,7 +2005,7 @@ export default class MainBase 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
:
'IBIZBOOKOptionView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKOptionView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -2082,7 +2082,7 @@ export default class MainBase 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
:
'IBIZBOOKOptionView
_layout
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKOptionView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPUTILVIEWS/AppLoginView.json
浏览文件 @
00f5f7dd
...
...
@@ -82,7 +82,10 @@
"itemType"
:
"CONTAINER"
,
"name"
:
"page_container"
,
"getPSLayout"
:
{
"layout"
:
"FLEX"
"align"
:
"center"
,
"dir"
:
"row"
,
"layout"
:
"FLEX"
,
"vAlign"
:
"center"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
...
...
@@ -94,7 +97,9 @@
},
"getPSPanelItems"
:
[
{
"caption"
:
"容器"
,
"contentHeight"
:
700.0
,
"contentWidth"
:
600.0
,
"height"
:
700.0
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"container1"
,
...
...
@@ -105,38 +110,30 @@
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"hAlignSelf"
:
"CENTER"
,
"height"
:
700
,
"heightMode"
:
"PX"
,
"layout"
:
"FLEX"
,
"width"
:
600
,
"widthMode"
:
"PX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"用户名"
,
"contentHeight"
:
50.0
,
"contentWidth"
:
200.0
,
"height"
:
50.0
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"userid"
,
"getPSEditor"
:
{
"editorHeight"
:
50.0
,
"editorType"
:
"TEXTBOX"
,
"editorWidth"
:
200.0
,
"name"
:
"userid"
,
"predefinedType"
:
"AUTH_USERID"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"height"
:
50
,
"heightMode"
:
"PX"
,
"layout"
:
"FLEX"
,
"width"
:
200
,
"widthMode"
:
"PX"
"layout"
:
"FLEX"
},
"getPSSysCss"
:
{
"cssName"
:
"greenToolBar"
},
"viewFieldName"
:
"username"
,
"width"
:
200.0
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.simple.json
浏览文件 @
00f5f7dd
...
...
@@ -169,7 +169,10 @@
"itemType"
:
"CONTAINER"
,
"name"
:
"page_container"
,
"getPSLayout"
:
{
"layout"
:
"FLEX"
"align"
:
"center"
,
"dir"
:
"row"
,
"layout"
:
"FLEX"
,
"vAlign"
:
"center"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
...
...
@@ -181,7 +184,9 @@
},
"getPSPanelItems"
:
[
{
"caption"
:
"容器"
,
"contentHeight"
:
700.0
,
"contentWidth"
:
600.0
,
"height"
:
700.0
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"container1"
,
...
...
@@ -192,38 +197,30 @@
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"hAlignSelf"
:
"CENTER"
,
"height"
:
700
,
"heightMode"
:
"PX"
,
"layout"
:
"FLEX"
,
"width"
:
600
,
"widthMode"
:
"PX"
},
"getPSPanelItems"
:
[
{
"caption"
:
"用户名"
,
"contentHeight"
:
50.0
,
"contentWidth"
:
200.0
,
"height"
:
50.0
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"FIELD"
,
"name"
:
"userid"
,
"getPSEditor"
:
{
"editorHeight"
:
50.0
,
"editorType"
:
"TEXTBOX"
,
"editorWidth"
:
200.0
,
"name"
:
"userid"
,
"predefinedType"
:
"AUTH_USERID"
},
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"height"
:
50
,
"heightMode"
:
"PX"
,
"layout"
:
"FLEX"
,
"width"
:
200
,
"widthMode"
:
"PX"
"layout"
:
"FLEX"
},
"getPSSysCss"
:
{
"cssName"
:
"greenToolBar"
},
"viewFieldName"
:
"username"
,
"width"
:
200.0
,
"hidden"
:
false
,
"showCaption"
:
false
},
{
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录