Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
52763382
提交
52763382
编写于
12月 15, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
a825e33c
变更
10
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
1205 行增加
和
1190 行删除
+1205
-1190
router.ts
app_Web/src/pages/sample/app-index-view2/router.ts
+299
-299
router.ts
app_Web/src/pages/sample/index/router.ts
+560
-560
router.ts
app_Web/src/pages/ungroup/app-index-view/router.ts
+286
-286
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
formlayout-form-base.vue
...widgets/ibizbook/formlayout-form/formlayout-form-base.vue
+13
-13
main-form-base.vue
app_Web/src/widgets/ibizbook/main-form/main-form-base.vue
+5
-5
list-exp-list-base.vue
...rc/widgets/ibizorder/list-exp-list/list-exp-list-base.vue
+4
-4
Formlayout.json
...PS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Formlayout.json
+12
-7
IBIZBOOKUsr10EditView.json
...del/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr10EditView.json
+12
-7
PSSYSAPP.json
.../resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.json
+12
-7
未找到文件。
app_Web/src/pages/sample/app-index-view2/router.ts
浏览文件 @
52763382
因为 它太大了无法显示 源差异 。您可以改为
查看blob
。
app_Web/src/pages/sample/index/router.ts
浏览文件 @
52763382
因为 它太大了无法显示 源差异 。您可以改为
查看blob
。
app_Web/src/pages/ungroup/app-index-view/router.ts
浏览文件 @
52763382
因为 它太大了无法显示 源差异 。您可以改为
查看blob
。
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
52763382
...
...
@@ -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
Usr9GridView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CustomView_layout
'
+
(
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
Usr9GridView
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
CustomView_layout
'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizbook/formlayout-form/formlayout-form-base.vue
浏览文件 @
52763382
...
...
@@ -127,17 +127,17 @@
</div>
<div
v-show=
"detailsModel.grouppanel2.visible"
:style=
"
{'flex-grow': '1','height': 0,}">
<app-form-group
:uiService=
"appUIService"
:data=
"transformData(data)"
:manageContainerStatus=
"detailsModel.grouppanel2.manageContainerStatus"
:isManageContainer=
"detailsModel.grouppanel2.isManageContainer"
@
managecontainerclick=
"manageContainerClick('grouppanel2')"
layoutType=
"
FLEX
"
titleStyle=
""
class=
''
:uiActionGroup=
"detailsModel.grouppanel2.uiActionGroup"
@
groupuiactionclick=
"groupUIActionClick($event)"
:caption=
"'分组面板'"
:isShowCaption=
"true"
uiStyle=
"DEFAULT"
:titleBarCloseMode=
"0"
:isInfoGroupMode=
"false"
>
<
div
style=
"height: 100%;display: flex;"
>
<
div
v-show=
"detailsModel.tag.visible"
:style=
"
{
}">
<app-form-item
name=
'tag'
:itemRules=
"this.rules().tag"
class=
''
:caption=
"$t('DEF.LNAME.TAG', '标签')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.tag.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<app-form-group
:uiService=
"appUIService"
:data=
"transformData(data)"
:manageContainerStatus=
"detailsModel.grouppanel2.manageContainerStatus"
:isManageContainer=
"detailsModel.grouppanel2.isManageContainer"
@
managecontainerclick=
"manageContainerClick('grouppanel2')"
layoutType=
"
TABLE_24COL
"
titleStyle=
""
class=
''
:uiActionGroup=
"detailsModel.grouppanel2.uiActionGroup"
@
groupuiactionclick=
"groupUIActionClick($event)"
:caption=
"'分组面板'"
:isShowCaption=
"true"
uiStyle=
"DEFAULT"
:titleBarCloseMode=
"0"
:isInfoGroupMode=
"false"
>
<
row
>
<
i-col
v-show=
"detailsModel.tag.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0
}">
<app-form-item
name=
'tag'
:itemRules=
"this.rules().tag"
class=
''
:caption=
"$t('DEF.LNAME.TAG', '标签')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.tag.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<input-box
v-model=
"data.tag"
:textareaId=
"this.$util.createUUID()"
:disabled=
"detailsModel.tag.disabled"
type=
'textarea'
editorType=
"TEXTAREA_10"
textareaStyle=
"height:200px;"
></input-box>
</app-form-item>
</
div
>
<
div
v-show=
"detailsModel.orgid.visible"
:style=
"
{
}">
<app-form-item
name=
'orgid'
:itemRules=
"this.rules().orgid"
class=
''
:caption=
"'单位'"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.orgid.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
</
i-col
>
<
i-col
v-show=
"detailsModel.orgid.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0
}">
<app-form-item
name=
'orgid'
:itemRules=
"this.rules().orgid"
class=
''
:caption=
"'单位'"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.orgid.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<input-box
v-model=
"data.orgid"
@
enter=
"onEnter($event)"
...
...
@@ -149,9 +149,9 @@
</app-form-item>
</
div
>
<
div
v-show=
"detailsModel.press.visible"
:style=
"
{
}">
<app-form-item
name=
'press'
:itemRules=
"this.rules().press"
class=
''
:caption=
"$t('DEF.LNAME.PRESS', '图书出版社')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.press.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
</
i-col
>
<
i-col
v-show=
"detailsModel.press.visible"
:style=
"
{}" :lg="{ span: 24, offset: 0
}">
<app-form-item
name=
'press'
:itemRules=
"this.rules().press"
class=
''
:caption=
"$t('DEF.LNAME.PRESS', '图书出版社')"
uiStyle=
"DEFAULT"
:labelWidth=
"130"
:isShowCaption=
"true"
:error=
"detailsModel.press.error"
:isEmptyCaption=
"false"
labelPos=
"LEFT"
>
<input-box
v-model=
"data.press"
@
enter=
"onEnter($event)"
...
...
@@ -163,9 +163,9 @@
</app-form-item>
</
div
>
</
div
>
</
i-col
>
</
row
>
</app-form-group>
</div>
...
...
app_Web/src/widgets/ibizbook/main-form/main-form-base.vue
浏览文件 @
52763382
...
...
@@ -1846,7 +1846,7 @@ export default class MainBase 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
:
'IBIZBOOK
Usr6Edit
View'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestLogicCustom
View'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1898,7 +1898,7 @@ export default class MainBase 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
:
'IBIZBOOK
Usr6Edit
View'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestLogicCustom
View'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1969,7 +1969,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
:
'IBIZBOOK
Usr6Edit
View'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestLogicCustom
View'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -2077,7 +2077,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
:
'IBIZBOOK
Usr6Edit
View'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestLogicCustom
View'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
...
@@ -2275,7 +2275,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
:
'IBIZBOOK
Usr6Edit
View'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
TestLogicCustom
View'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
app_Web/src/widgets/ibizorder/list-exp-list/list-exp-list-base.vue
浏览文件 @
52763382
...
...
@@ -601,7 +601,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.fetchAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{...
opt
};
...
...
@@ -731,7 +731,7 @@ export default class ListExpBase 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
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.removeAction'
)
as
string
)
});
return
;
}
if
(
datas
.
length
===
0
)
{
...
...
@@ -836,7 +836,7 @@ export default class ListExpBase 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
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderListExpView'
+
(
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
);
...
...
@@ -844,7 +844,7 @@ export default class ListExpBase extends Vue implements ControlInterface {
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.warning'
)
as
string
),
desc
:
'IBIZOrderListExpView
_layout
'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.warning'
)
as
string
),
desc
:
'IBIZOrderListExpView'
+
(
this
.
$t
(
'app.list.notConfig.updateAction'
)
as
string
)
});
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizorder
){
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSFORMS/Formlayout.json
浏览文件 @
52763382
...
...
@@ -470,8 +470,8 @@
"showMaxLength"
:
true
},
"getPSLayoutPos"
:
{
"
grow"
:
-1
,
"layout"
:
"
FLEX
"
"
colMD"
:
24
,
"layout"
:
"
TABLE_24COL
"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/tag"
,
"allowEmpty"
:
true
,
...
...
@@ -499,8 +499,8 @@
"name"
:
"orgid"
},
"getPSLayoutPos"
:
{
"
grow"
:
-1
,
"layout"
:
"
FLEX
"
"
colMD"
:
24
,
"layout"
:
"
TABLE_24COL
"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/orgid"
,
"allowEmpty"
:
true
,
...
...
@@ -533,15 +533,20 @@
"name"
:
"press"
},
"getPSLayoutPos"
:
{
"
grow"
:
-1
,
"layout"
:
"
FLEX
"
"
colMD"
:
24
,
"layout"
:
"
TABLE_24COL
"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/press"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"layout"
:
"FLEX"
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"grow"
:
1
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKUsr10EditView.json
浏览文件 @
52763382
...
...
@@ -589,8 +589,8 @@
"showMaxLength"
:
true
},
"getPSLayoutPos"
:
{
"
grow"
:
-1
,
"layout"
:
"
FLEX
"
"
colMD"
:
24
,
"layout"
:
"
TABLE_24COL
"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/tag"
,
"allowEmpty"
:
true
,
...
...
@@ -618,8 +618,8 @@
"name"
:
"orgid"
},
"getPSLayoutPos"
:
{
"
grow"
:
-1
,
"layout"
:
"
FLEX
"
"
colMD"
:
24
,
"layout"
:
"
TABLE_24COL
"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/orgid"
,
"allowEmpty"
:
true
,
...
...
@@ -652,15 +652,20 @@
"name"
:
"press"
},
"getPSLayoutPos"
:
{
"
grow"
:
-1
,
"layout"
:
"
FLEX
"
"
colMD"
:
24
,
"layout"
:
"
TABLE_24COL
"
},
"rTMOSFilePath"
:
"psdeformdetail_formitems/press"
,
"allowEmpty"
:
true
,
"showCaption"
:
true
}
],
"getPSLayout"
:
{
"layout"
:
"FLEX"
"childColLG"
:
-1
,
"childColMD"
:
24
,
"childColSM"
:
-1
,
"childColXS"
:
-1
,
"columnCount"
:
24
,
"layout"
:
"TABLE_24COL"
},
"getPSLayoutPos"
:
{
"grow"
:
1
,
...
...
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
52763382
...
...
@@ -30396,8 +30396,8 @@
"showMaxLength" : true
},
"getPSLayoutPos" : {
"
grow" : -1
,
"layout" : "
FLEX
"
"
colMD" : 24
,
"layout" : "
TABLE_24COL
"
},
"rTMOSFilePath" : "psdeformdetail_formitems/tag",
"allowEmpty" : true,
...
...
@@ -30425,8 +30425,8 @@
"name" : "orgid"
},
"getPSLayoutPos" : {
"
grow" : -1
,
"layout" : "
FLEX
"
"
colMD" : 24
,
"layout" : "
TABLE_24COL
"
},
"rTMOSFilePath" : "psdeformdetail_formitems/orgid",
"allowEmpty" : true,
...
...
@@ -30459,15 +30459,20 @@
"name" : "press"
},
"getPSLayoutPos" : {
"
grow" : -1
,
"layout" : "
FLEX
"
"
colMD" : 24
,
"layout" : "
TABLE_24COL
"
},
"rTMOSFilePath" : "psdeformdetail_formitems/press",
"allowEmpty" : true,
"showCaption" : true
} ],
"getPSLayout" : {
"layout" : "FLEX"
"childColLG" : -1,
"childColMD" : 24,
"childColSM" : -1,
"childColXS" : -1,
"columnCount" : 24,
"layout" : "TABLE_24COL"
},
"getPSLayoutPos" : {
"grow" : 1,
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录