Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
9569383d
提交
9569383d
编写于
2年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ShineKOT 发布系统代码 [后台服务,演示应用]
上级
ca67382b
变更
20
显示空白字符变更
内嵌
并排
正在显示
20 个修改的文件
包含
203 行增加
和
149 行删除
+203
-149
ibizcustomer-media-test-edit-view-base.vue
...test-edit-view/ibizcustomer-media-test-edit-view-base.vue
+3
-3
ibizcustomer-usr2-pickup-view-layout-base.vue
...view-layout/ibizcustomer-usr2-pickup-view-layout-base.vue
+64
-14
app-index-view-base.vue
.../src/pages/ungroup/app-index-view/app-index-view-base.vue
+1
-1
app-panel-view-panel-base.vue
...ts/app/app-panel-view-panel/app-panel-view-panel-base.vue
+5
-5
default-searchform-base.vue
...zappeditor/default-searchform/default-searchform-base.vue
+2
-2
auto1-panel-base.vue
...Web/src/widgets/ibizbook/auto1-panel/auto1-panel-base.vue
+8
-8
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
has-panel-kan-ban-panel-base.vue
.../has-panel-kan-ban-panel/has-panel-kan-ban-panel-base.vue
+8
-8
has-panel-list-panel-base.vue
...izbook/has-panel-list-panel/has-panel-list-panel-base.vue
+8
-8
listpanel-panel-base.vue
...widgets/ibizbook/listpanel-panel/listpanel-panel-base.vue
+7
-7
timelineitemlayoutpanel-panel-base.vue
...mlayoutpanel-panel/timelineitemlayoutpanel-panel-base.vue
+5
-5
usr-panel-base.vue
app_Web/src/widgets/ibizbook/usr-panel/usr-panel-base.vue
+5
-5
usr4-panel-base.vue
app_Web/src/widgets/ibizbook/usr4-panel/usr4-panel-base.vue
+8
-8
usr5-panel-base.vue
app_Web/src/widgets/ibizbook/usr5-panel/usr5-panel-base.vue
+5
-5
main-grid-base.vue
app_Web/src/widgets/ibizorder/main-grid/main-grid-base.vue
+7
-21
IBIZCustomer.json
...temodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json
+12
-14
IBIZCustomerMediaTestEditView.json
...SAPPS/Web/PSAPPDEVIEWS/IBIZCustomerMediaTestEditView.json
+3
-3
IBIZCustomerUsr2PickupView_layout.json
...S/Web/PSAPPDEVIEWS/IBIZCustomerUsr2PickupView_layout.json
+47
-27
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+2
-2
view.xml
demo-core/src/main/resources/liquibase/view.xml
+1
-1
未找到文件。
app_Web/src/pages/sample/ibizcustomer-media-test-edit-view/ibizcustomer-media-test-edit-view-base.vue
浏览文件 @
9569383d
...
@@ -120,10 +120,10 @@
...
@@ -120,10 +120,10 @@
<template
v-slot:container9=
"slotProps"
>
<template
v-slot:container9=
"slotProps"
>
<app-standard-container
name=
"container9"
:index=
"slotProps.data.index"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<app-standard-container
name=
"container9"
:index=
"slotProps.data.index"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<template
#
field_text_dynamic
>
<template
#
field_text_dynamic
>
<app-preset-text
name=
"field_text_dynamic"
:index=
"slotProps.data.index"
:value=
"layoutData[`
field_text_dynamic
_$
{slotProps.data.index}`]" :layoutModelDetails="layoutModelDetails"/>
<app-preset-text
name=
"field_text_dynamic"
:index=
"slotProps.data.index"
:value=
"layoutData[`
ibizcustomername
_$
{slotProps.data.index}`]" :layoutModelDetails="layoutModelDetails"/>
</
template
>
</
template
>
<
template
#
field_textbox
>
<
template
#
field_textbox
>
<app-panel-field
name=
"field_textbox"
:index=
"slotProps.data.index"
:data=
"layoutData"
:value=
"layoutData[`field_textbox_$
{slotProps.data.index}`]">
<app-preset-text-input
name=
"field_textbox"
:index=
"slotProps.data.index"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData[`
field_textbox
_$
{slotProps.data.index}`]" @valueChange="handleValueChange"/>
</app-panel-field>
<app-panel-field
name=
"field_textbox"
:index=
"slotProps.data.index"
:data=
"layoutData"
:value=
"layoutData[`field_textbox_$
{slotProps.data.index}`]">
<app-preset-text-input
name=
"field_textbox"
:index=
"slotProps.data.index"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData[`
ibizcustomername
_$
{slotProps.data.index}`]" @valueChange="handleValueChange"/>
</app-panel-field>
</
template
>
</
template
>
</app-standard-container>
</app-standard-container>
</template>
</template>
...
@@ -385,7 +385,7 @@ export default class IBIZCustomerMediaTestEditViewBase extends Vue {
...
@@ -385,7 +385,7 @@ export default class IBIZCustomerMediaTestEditViewBase extends Vue {
static_image1
:{
name
:
'static_image1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'图片'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'RAWITEM'
,
itemStyle
:
'DEFAULT'
,
sysImage
:{
iconcls
:
''
,
imagePath
:
'assets/img/logo2.png'
,
rawContent
:
''
},
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
:
'container4'
,
panel
:
this
,
viewType
:
'DEEDITVIEW'
,
predefinedType
:
'STATIC_IMAGE'
,
contentType
:
'IMAGE'
,
contentStyle
:
''
,
rawContent
:
''
,
htmlContent
:
''
,
},
static_image1
:{
name
:
'static_image1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'图片'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'RAWITEM'
,
itemStyle
:
'DEFAULT'
,
sysImage
:{
iconcls
:
''
,
imagePath
:
'assets/img/logo2.png'
,
rawContent
:
''
},
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
:
'container4'
,
panel
:
this
,
viewType
:
'DEEDITVIEW'
,
predefinedType
:
'STATIC_IMAGE'
,
contentType
:
'IMAGE'
,
contentStyle
:
''
,
rawContent
:
''
,
htmlContent
:
''
,
},
container4
:{
name
:
'container4'
,
type
:
'VIEWLAYOUT'
,
caption
:
'面板容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'SIMPLEFLEX'
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
6
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container_grid2'
,
panel
:
this
,
details
:[
'static_image1'
]
,
dataRegionType
:
'INHERIT'
},
container4
:{
name
:
'container4'
,
type
:
'VIEWLAYOUT'
,
caption
:
'面板容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'SIMPLEFLEX'
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
6
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container_grid2'
,
panel
:
this
,
details
:[
'static_image1'
]
,
dataRegionType
:
'INHERIT'
},
field_image
:{
name
:
'field_image'
,
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
:
'container_singledata3'
,
panel
:
this
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_IMAGE'
,
dataItemName
:
''
,
},
field_image
:{
name
:
'field_image'
,
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
:
'container_singledata3'
,
panel
:
this
,
fieldState
:
'0'
,
predefinedType
:
'FIELD_IMAGE'
,
dataItemName
:
''
,
},
container_singledata3
:{
name
:
'container_singledata3'
,
type
:
'VIEWLAYOUT'
,
caption
:
'单项数据容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'SIMPLEFLEX'
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container5'
,
panel
:
this
,
details
:[
'field_image'
]
,
dataRegionType
:
'SINGLEDATA'
,
dataSourceType
:
'DE
DATASET'
,
appDataEntityCodeName
:
'ibizcustom'
,
appDEMethodCodeName
:
'FetchDefault
'
},
container_singledata3
:{
name
:
'container_singledata3'
,
type
:
'VIEWLAYOUT'
,
caption
:
'单项数据容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'SIMPLEFLEX'
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container5'
,
panel
:
this
,
details
:[
'field_image'
]
,
dataRegionType
:
'SINGLEDATA'
,
dataSourceType
:
'DE
ACTION'
,
appDataEntityCodeName
:
'ibizcustomer'
,
appDEMethodCodeName
:
'GetDynaImg
'
},
container5
:{
name
:
'container5'
,
type
:
'VIEWLAYOUT'
,
caption
:
'面板容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'SIMPLEFLEX'
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
6
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container_grid2'
,
panel
:
this
,
details
:[
'container_singledata3'
]
,
dataRegionType
:
'INHERIT'
},
container5
:{
name
:
'container5'
,
type
:
'VIEWLAYOUT'
,
caption
:
'面板容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'SIMPLEFLEX'
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
6
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container_grid2'
,
panel
:
this
,
details
:[
'container_singledata3'
]
,
dataRegionType
:
'INHERIT'
},
container_grid2
:{
name
:
'container_grid2'
,
type
:
'VIEWLAYOUT'
,
caption
:
'栅格容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'SIMPLEFLEX'
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container2'
,
panel
:
this
,
details
:[
'container4'
,
'container5'
]
,
dataRegionType
:
'INHERIT'
},
container_grid2
:{
name
:
'container_grid2'
,
type
:
'VIEWLAYOUT'
,
caption
:
'栅格容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'SIMPLEFLEX'
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container2'
,
panel
:
this
,
details
:[
'container4'
,
'container5'
]
,
dataRegionType
:
'INHERIT'
},
static_carousel1
:{
name
:
'static_carousel1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'轮播图'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'RAWITEM'
,
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
:
'container6'
,
panel
:
this
,
viewType
:
'DEEDITVIEW'
,
predefinedType
:
'STATIC_CAROUSEL'
,
contentType
:
'IMAGE'
,
contentStyle
:
''
,
rawContent
:
''
,
htmlContent
:
''
,
},
static_carousel1
:{
name
:
'static_carousel1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'轮播图'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'RAWITEM'
,
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
:
'container6'
,
panel
:
this
,
viewType
:
'DEEDITVIEW'
,
predefinedType
:
'STATIC_CAROUSEL'
,
contentType
:
'IMAGE'
,
contentStyle
:
''
,
rawContent
:
''
,
htmlContent
:
''
,
},
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/pages/sample/ibizcustomer-usr2-pickup-view-layout/ibizcustomer-usr2-pickup-view-layout-base.vue
浏览文件 @
9569383d
...
@@ -29,10 +29,10 @@
...
@@ -29,10 +29,10 @@
<template
#
container1
>
<template
#
container1
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<template
#
button_calluilogic1
>
<template
#
button_calluilogic1
>
<app-preset-button
name=
"button_calluilogic1"
:layoutModelDetails=
"layoutModelDetails"
caption=
"
按钮
"
tooltip=
""
@
itemClick=
"handleButtonClick"
/>
<app-preset-button
name=
"button_calluilogic1"
:layoutModelDetails=
"layoutModelDetails"
caption=
"
确认
"
tooltip=
""
@
itemClick=
"handleButtonClick"
/>
</
template
>
</
template
>
<
template
#
button_calluilogic2
>
<
template
#
button_calluilogic2
>
<app-
preset-button
name=
"button_calluilogic2"
:layoutModelDetails=
"layoutModelDetails"
caption=
"按钮"
tooltip=
""
@
itemClick=
"handleButtonClick"
/>
<app-
login-button
class=
"app-reset-button"
name=
"button_calluilogic2"
:layoutModelDetails=
"layoutModelDetails"
defaultStyle=
'success'
@
itemClick=
"handleButtonClick"
/>
</
template
>
</
template
>
</app-standard-container>
</app-standard-container>
</template>
</template>
...
@@ -284,9 +284,9 @@ export default class IBIZCustomerUsr2PickupView_layoutBase extends Vue {
...
@@ -284,9 +284,9 @@ export default class IBIZCustomerUsr2PickupView_layoutBase extends Vue {
public
layoutItems
:
any
=
{
public
layoutItems
:
any
=
{
pickupviewpanel
:{
name
:
'pickupviewpanel'
,
type
:
'VIEWLAYOUT'
,
caption
:
'PICKUPVIEWPANEL部件'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'CTRLPOS'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
'CENTER'
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container_scroll_main1'
,
panel
:
this
},
pickupviewpanel
:{
name
:
'pickupviewpanel'
,
type
:
'VIEWLAYOUT'
,
caption
:
'PICKUPVIEWPANEL部件'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'CTRLPOS'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
'CENTER'
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container_scroll_main1'
,
panel
:
this
},
container_scroll_main1
:{
name
:
'container_scroll_main1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'面板容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'BORDER'
,
layoutPos
:
'CENTER'
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container_scroll1'
,
panel
:
this
,
details
:[
'pickupviewpanel'
]
,
dataRegionType
:
'INHERIT'
},
container_scroll_main1
:{
name
:
'container_scroll_main1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'面板容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'BORDER'
,
layoutPos
:
'CENTER'
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container_scroll1'
,
panel
:
this
,
details
:[
'pickupviewpanel'
]
,
dataRegionType
:
'INHERIT'
},
button_calluilogic1
:{
name
:
'button_calluilogic1'
,
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
:
'
'
,
renderMode
:
''
,
},
button_calluilogic1
:{
name
:
'button_calluilogic1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'
确认'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'BUTTON'
,
itemStyle
:
'PRIMARY'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
32
,
heightMode
:
'PX'
,
layoutWidth
:
60
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
'OUTERSMALL'
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
buttonStyle
:
'PRIMARY'
,
borderStyle
:
''
,
iconAlign
:
''
,
predefinedType
:
'DATA_SAVECHANGES
'
,
renderMode
:
''
,
},
button_calluilogic2
:{
name
:
'button_calluilogic2'
,
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
:
'
'
,
renderMode
:
''
,
},
button_calluilogic2
:{
name
:
'button_calluilogic2'
,
type
:
'VIEWLAYOUT'
,
caption
:
'
取消'
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'BUTTON'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
''
,
layoutPos
:
''
,
layoutHeight
:
32
,
heightMode
:
'PX'
,
layoutWidth
:
60
,
widthMode
:
'PX'
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
-
1
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container1'
,
panel
:
this
,
buttonStyle
:
'DEFAULT'
,
borderStyle
:
''
,
iconAlign
:
''
,
predefinedType
:
'DATA_CANCELCHANGES
'
,
renderMode
:
''
,
},
container1
:{
name
:
'container1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'FLEX'
,
layoutPos
:
'CENTER'
,
layoutHeight
:
0
,
heightMode
:
'FULL'
,
layoutWidth
:
0
,
widthMode
:
'FULL'
,
spacingBottom
:
'INNERMEDIUM'
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
'INNERMEDIUM'
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
'
'
,
dir
:
''
,
vAlign
:
'
'
},
parentName
:
'container_scroll_bottom1'
,
panel
:
this
,
details
:[
'button_calluilogic1'
,
'button_calluilogic2'
]
,
dataRegionType
:
'INHERIT'
},
container1
:{
name
:
'container1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'FLEX'
,
layoutPos
:
'CENTER'
,
layoutHeight
:
0
,
heightMode
:
'FULL'
,
layoutWidth
:
0
,
widthMode
:
'FULL'
,
spacingBottom
:
'INNERMEDIUM'
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
'INNERMEDIUM'
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
'
flex-end'
,
dir
:
'row'
,
vAlign
:
'center
'
},
parentName
:
'container_scroll_bottom1'
,
panel
:
this
,
details
:[
'button_calluilogic1'
,
'button_calluilogic2'
]
,
dataRegionType
:
'INHERIT'
},
container_scroll_bottom1
:{
name
:
'container_scroll_bottom1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'面板容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'BORDER'
,
layoutPos
:
'SOUTH'
,
layoutHeight
:
64
,
heightMode
:
'PX'
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container_scroll1'
,
panel
:
this
,
details
:[
'container1'
]
,
dataRegionType
:
'INHERIT'
},
container_scroll_bottom1
:{
name
:
'container_scroll_bottom1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'面板容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
true
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'BORDER'
,
layoutPos
:
'SOUTH'
,
layoutHeight
:
64
,
heightMode
:
'PX'
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
parentName
:
'container_scroll1'
,
panel
:
this
,
details
:[
'container1'
]
,
dataRegionType
:
'INHERIT'
},
container_scroll1
:{
name
:
'container_scroll1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'滚动条容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'BORDER'
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
panel
:
this
,
details
:[
'container_scroll_main1'
,
'container_scroll_bottom1'
]
,
dataRegionType
:
'INHERIT'
}
container_scroll1
:{
name
:
'container_scroll1'
,
type
:
'VIEWLAYOUT'
,
caption
:
'滚动条容器'
,
titleBarCloseMode
:
0
,
isShowCaption
:
false
,
sysCss
:
''
,
itemType
:
'CONTAINER'
,
itemStyle
:
'DEFAULT'
,
visible
:
true
,
disabled
:
false
,
layout
:
'BORDER'
,
layoutPos
:
''
,
layoutHeight
:
0
,
heightMode
:
''
,
layoutWidth
:
0
,
widthMode
:
''
,
spacingBottom
:
''
,
spacingLeft
:
''
,
spacingRight
:
''
,
spacingTop
:
''
,
hAlignSelf
:
''
,
vAlignSelf
:
''
,
flexGrow
:
0
,
flexParams
:{
align
:
''
,
dir
:
''
,
vAlign
:
''
},
panel
:
this
,
details
:[
'container_scroll_main1'
,
'container_scroll_bottom1'
]
,
dataRegionType
:
'INHERIT'
}
};
};
...
@@ -457,15 +457,15 @@ export default class IBIZCustomerUsr2PickupView_layoutBase extends Vue {
...
@@ -457,15 +457,15 @@ export default class IBIZCustomerUsr2PickupView_layoutBase extends Vue {
const
contextJO
:
any
=
{};
const
contextJO
:
any
=
{};
const
_this
:
any
=
this
;
const
_this
:
any
=
this
;
if
(
Object
.
is
(
name
,
'button_calluilogic1'
))
{
if
(
Object
.
is
(
name
,
'button_calluilogic1'
))
{
_this
.
IBIZCustomer_
panel_Layoutpanel_button_calluilogic1_click
(
datas
,
contextJO
,
paramJO
,
$event
,
xData
,
this
,
undefined
);
_this
.
panel_Layoutpanel_button_calluilogic1_click
(
datas
,
contextJO
,
paramJO
,
$event
,
xData
,
this
,
undefined
);
}
}
if
(
Object
.
is
(
name
,
'button_calluilogic2'
))
{
if
(
Object
.
is
(
name
,
'button_calluilogic2'
))
{
_this
.
IBIZCustomer_
panel_Layoutpanel_button_calluilogic2_click
(
datas
,
contextJO
,
paramJO
,
$event
,
xData
,
this
,
undefined
);
_this
.
panel_Layoutpanel_button_calluilogic2_click
(
datas
,
contextJO
,
paramJO
,
$event
,
xData
,
this
,
undefined
);
}
}
}
}
/**
/**
*
按钮
*
确认
*
*
* @param {any[]} args 当前数据
* @param {any[]} args 当前数据
* @param {any} context 行为附加上下文
* @param {any} context 行为附加上下文
...
@@ -475,22 +475,72 @@ export default class IBIZCustomerUsr2PickupView_layoutBase extends Vue {
...
@@ -475,22 +475,72 @@ export default class IBIZCustomerUsr2PickupView_layoutBase extends Vue {
* @param {*} [actionContext] 执行行为上下文
* @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称
* @param {*} [srfParentDeName] 父实体名称
*/
*/
public
IBIZCustomer_panel_Layoutpanel_button_calluilogic1_click
(
args
:
any
[],
context
:
any
=
{},
params
:
any
=
{},
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
public
panel_Layoutpanel_button_calluilogic1_click
(
args
:
any
[],
context
:
any
=
{},
params
:
any
=
{},
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
this
.
$Notice
.
error
({
title
:
'错误'
,
desc
:
'自定义行为未实现'
});
// 准备上下文参数
const
tempContext
=
{...
context
};
if
(
xData
&&
xData
.
context
)
{
Object
.
assign
(
tempContext
,
xData
.
context
);
}
const
data
=
args
[
0
];
let
action
:
string
|
undefined
=
undefined
;
const
appEntityService
:
any
=
new
IBIZCustomerService
();
const
key
=
appEntityService
.
APPDEKEY
.
toLowerCase
();
const
name
=
appEntityService
.
APPDENAME
.
toLowerCase
();
if
(
data
.
hasOwnProperty
(
key
)
||
data
.
hasOwnProperty
(
name
))
{
if
(
data
.
hasOwnProperty
(
key
))
{
Object
.
assign
(
context
,
{
[
name
]:
data
[
key
]
});
}
else
{
Object
.
assign
(
context
,
{
[
name
]:
data
[
name
]
});
}
action
=
'Update'
;
}
else
{
action
=
'Create'
;
}
try
{
if
(
action
)
{
appEntityService
[
action
](
tempContext
,
data
).
then
((
response
:
any
)
=>
{
if
(
!
response
.
status
||
response
.
status
!==
200
)
{
this
.
$Notice
.
error
({
title
:
'错误'
,
desc
:
'当前环境无法执行保存变更逻辑[执行行为异常]'
});
}
})
}
else
{
this
.
$Notice
.
error
({
title
:
'错误'
,
desc
:
'当前环境无法执行保存变更逻辑[执行行为异常]'
});
}
}
catch
(
error
:
any
)
{
this
.
$Notice
.
error
({
title
:
'错误'
,
desc
:
'当前环境无法执行保存变更逻辑[执行行为异常]'
});
}
}
}
/**
/**
*
按钮
*
取消
*
*
* @param {any[]} args 当前数据
* @param {any[]} args 当前数据
* @param {any} context 行为附加上下文
* @param {any} context
JO
行为附加上下文
* @param {*} [params] 附加参数
* @param {*} [params] 附加参数
* @param {*} [$event] 事件源
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @param {*} [actionContext] 执行行为上下文
* @param {*} [srfParentDeName] 父实体名称
* @param {*} [srfParentDeName] 父实体名称
*/
*/
public
IBIZCustomer_panel_Layoutpanel_button_calluilogic2_click
(
args
:
any
[],
context
:
any
=
{},
params
:
any
=
{},
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
public
panel_Layoutpanel_button_calluilogic2_click
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
this
.
$Notice
.
error
({
title
:
'错误'
,
desc
:
'自定义行为未实现'
});
if
(
actionContext
.
viewType
===
'APPLOGINVIEW'
)
{
const
length
=
Object
.
keys
(
actionContext
.
layoutData
).
length
;
for
(
let
i
=
length
-
1
;
i
>=
0
;
i
--
)
{
const
name
=
Object
.
keys
(
actionContext
.
layoutData
)[
i
];
if
(
actionContext
.
layoutData
.
hasOwnProperty
(
name
)
&&
!
Object
.
is
(
actionContext
.
layoutModelDetails
[
name
].
itemType
,
'CONTAINER'
))
{
actionContext
.
handleValueChange
({
name
,
value
:
null
});
}
}
actionContext
.
$nextTick
(()
=>
{
actionContext
.
$forceUpdate
();
})
}
else
{
const
parentRef
=
actionContext
.
$parent
;
if
(
parentRef
.
closeView
&&
(
parentRef
.
closeView
instanceof
Function
))
{
parentRef
.
closeView
(
args
);
}
else
if
(
actionContext
.
closeView
&&
(
actionContext
.
closeView
instanceof
Function
))
{
actionContext
.
closeView
(
args
);
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/pages/ungroup/app-index-view/app-index-view-base.vue
浏览文件 @
9569383d
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<app-preset-text
name=
"static_text1"
:layoutModelDetails=
"layoutModelDetails"
/>
<app-preset-text
name=
"static_text1"
:layoutModelDetails=
"layoutModelDetails"
/>
</
template
>
</
template
>
<
template
#
field_text_dynamic
>
<
template
#
field_text_dynamic
>
<app-preset-text
name=
"field_text_dynamic"
:value=
"layoutData.field_text
_dynamic
"
:layoutModelDetails=
"layoutModelDetails"
/>
<app-preset-text
name=
"field_text_dynamic"
:value=
"layoutData.field_text
box
"
:layoutModelDetails=
"layoutModelDetails"
/>
</
template
>
</
template
>
<
template
#
field_switch
>
<
template
#
field_switch
>
<app-preset-switch
name=
"field_switch"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.field_switch"
@
valueChange=
"handleValueChange"
/>
<app-preset-switch
name=
"field_switch"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.field_switch"
@
valueChange=
"handleValueChange"
/>
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/app/app-panel-view-panel/app-panel-view-panel-base.vue
浏览文件 @
9569383d
<
template
>
<
template
>
<div
class=
"app-layoutpanel AppPanelView"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<div
class=
"app-layoutpanel AppPanelView"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<template>
<template
v-if=
"!isLayoutLoadding"
>
</
template
>
</
template
>
</div>
</div>
...
@@ -331,14 +332,13 @@ export default class AppPanelViewBase extends Vue implements ControlInterface {
...
@@ -331,14 +332,13 @@ export default class AppPanelViewBase extends Vue implements ControlInterface {
*
*
* @memberof AppPanelViewBase
* @memberof AppPanelViewBase
*/
*/
@
Watch
(
'inputData'
,
{
immediate
:
true
,
deep
:
true
}
)
@
Watch
(
'inputData'
,
{
deep
:
true
}
)
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
if
(
newVal
){
if
(
newVal
){
this
.
computedUIData
(
newVal
);
this
.
computedUIData
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
panelLogic
(
''
);
this
.
panelLogic
(
''
);
this
.
$forceUpdate
();
}
}
}
}
...
@@ -359,8 +359,8 @@ export default class AppPanelViewBase extends Vue implements ControlInterface {
...
@@ -359,8 +359,8 @@ export default class AppPanelViewBase extends Vue implements ControlInterface {
public
afterMounted
()
{
public
afterMounted
()
{
const
_this
:
any
=
this
;
const
_this
:
any
=
this
;
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
onInputDataChange
(
this
.
inputData
);
_this
.
isLayoutLoadding
=
false
;
_this
.
isLayoutLoadding
=
false
;
});
});
}
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizappeditor/default-searchform/default-searchform-base.vue
浏览文件 @
9569383d
...
@@ -598,7 +598,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -598,7 +598,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
load
(
opt
:
any
=
{}):
void
{
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -634,7 +634,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -634,7 +634,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
void
{
public
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
void
{
if
(
!
this
.
loaddraftAction
){
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZAPPEDITOR
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/auto1-panel/auto1-panel-base.vue
浏览文件 @
9569383d
<
template
>
<
template
>
<div
class=
"app-layoutpanel Auto1"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<div
class=
"app-layoutpanel Auto1"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<template>
<template
v-if=
"!isLayoutLoadding"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<template
#
field1
>
<template
#
field1
>
<app-panel-field
name=
"field1"
:data=
"layoutData"
:value=
"layoutData.field1"
>
<app-
preset-text-input
name=
"field1"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.field1"
@
valueChange=
"handleValueChange"
/>
</app-panel-field>
<app-panel-field
name=
"field1"
:data=
"layoutData"
:value=
"layoutData.field1"
>
<app-
span
name=
"field1"
:value=
"layoutData.field1"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }'
/>
</app-panel-field>
</
template
>
</
template
>
<
template
#
field2
>
<
template
#
field2
>
<app-panel-field
name=
"field2"
:data=
"layoutData"
:value=
"layoutData.field2"
>
<app-
preset-text-input
name=
"field2"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.field2"
@
valueChange=
"handleValueChange"
/>
</app-panel-field>
<app-panel-field
name=
"field2"
:data=
"layoutData"
:value=
"layoutData.field2"
>
<app-
span
name=
"field2"
:value=
"layoutData.field2"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }'
/>
</app-panel-field>
</
template
>
</
template
>
<
template
#
field3
>
<
template
#
field3
>
<app-panel-field
name=
"field3"
:data=
"layoutData"
:value=
"layoutData.field3"
>
<app-
preset-text-input
name=
"field3"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.field3"
@
valueChange=
"handleValueChange"
/>
</app-panel-field>
<app-panel-field
name=
"field3"
:data=
"layoutData"
:value=
"layoutData.field3"
>
<app-
span
name=
"field3"
:value=
"layoutData.field3"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }'
/>
</app-panel-field>
</
template
>
</
template
>
</app-standard-container>
</app-standard-container>
</template>
</template>
...
@@ -381,14 +382,13 @@ export default class Auto1Base extends Vue implements ControlInterface {
...
@@ -381,14 +382,13 @@ export default class Auto1Base extends Vue implements ControlInterface {
*
*
* @memberof Auto1Base
* @memberof Auto1Base
*/
*/
@
Watch
(
'inputData'
,
{
immediate
:
true
,
deep
:
true
}
)
@
Watch
(
'inputData'
,
{
deep
:
true
}
)
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
if
(
newVal
){
if
(
newVal
){
this
.
computedUIData
(
newVal
);
this
.
computedUIData
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
panelLogic
(
''
);
this
.
panelLogic
(
''
);
this
.
$forceUpdate
();
}
}
}
}
...
@@ -409,8 +409,8 @@ export default class Auto1Base extends Vue implements ControlInterface {
...
@@ -409,8 +409,8 @@ export default class Auto1Base extends Vue implements ControlInterface {
public
afterMounted
()
{
public
afterMounted
()
{
const
_this
:
any
=
this
;
const
_this
:
any
=
this
;
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
onInputDataChange
(
this
.
inputData
);
_this
.
isLayoutLoadding
=
false
;
_this
.
isLayoutLoadding
=
false
;
});
});
}
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
9569383d
...
@@ -671,7 +671,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -671,7 +671,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
load
(
opt
:
any
=
{}):
void
{
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
GroupByCodelistList
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr9Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -707,7 +707,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -707,7 +707,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
void
{
public
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
void
{
if
(
!
this
.
loaddraftAction
){
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
GroupByCodelistList
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr9Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/has-panel-kan-ban-panel/has-panel-kan-ban-panel-base.vue
浏览文件 @
9569383d
<
template
>
<
template
>
<div
class=
"app-layoutpanel HasPanelKanBan"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<div
class=
"app-layoutpanel HasPanelKanBan"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<template>
<template
v-if=
"!isLayoutLoadding"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<template
#
srfmajortext
>
<template
#
srfmajortext
>
<app-panel-field
name=
"srfmajortext"
:data=
"layoutData"
:value=
"layoutData.srfmajortext"
>
<app-
preset-text-input
name=
"srfmajortext"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.srfmajortext"
@
valueChange=
"handleValueChange"
/>
</app-panel-field>
<app-panel-field
name=
"srfmajortext"
:data=
"layoutData"
:value=
"layoutData.srfmajortext"
>
<app-
span
name=
"srfmajortext"
:value=
"layoutData.srfmajortext"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }'
/>
</app-panel-field>
</
template
>
</
template
>
<
template
#
author
>
<
template
#
author
>
<app-panel-field
name=
"author"
:data=
"layoutData"
:value=
"layoutData.author"
>
<app-
preset-text-input
name=
"author"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.author"
@
valueChange=
"handleValueChange"
/>
</app-panel-field>
<app-panel-field
name=
"author"
:data=
"layoutData"
:value=
"layoutData.author"
>
<app-
span
name=
"author"
:value=
"layoutData.author"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }'
/>
</app-panel-field>
</
template
>
</
template
>
<
template
#
srfdescription
>
<
template
#
srfdescription
>
<app-panel-field
name=
"srfdescription"
:data=
"layoutData"
:value=
"layoutData.srfdescription"
>
<app-
preset-text-input
name=
"srfdescription"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.srfdescription"
@
valueChange=
"handleValueChange"
/>
</app-panel-field>
<app-panel-field
name=
"srfdescription"
:data=
"layoutData"
:value=
"layoutData.srfdescription"
>
<app-
span
name=
"srfdescription"
:value=
"layoutData.srfdescription"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }'
/>
</app-panel-field>
</
template
>
</
template
>
</app-standard-container>
</app-standard-container>
</template>
</template>
...
@@ -381,14 +382,13 @@ export default class HasPanelKanBanBase extends Vue implements ControlInterface
...
@@ -381,14 +382,13 @@ export default class HasPanelKanBanBase extends Vue implements ControlInterface
*
*
* @memberof HasPanelKanBanBase
* @memberof HasPanelKanBanBase
*/
*/
@
Watch
(
'inputData'
,
{
immediate
:
true
,
deep
:
true
}
)
@
Watch
(
'inputData'
,
{
deep
:
true
}
)
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
if
(
newVal
){
if
(
newVal
){
this
.
computedUIData
(
newVal
);
this
.
computedUIData
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
panelLogic
(
''
);
this
.
panelLogic
(
''
);
this
.
$forceUpdate
();
}
}
}
}
...
@@ -409,8 +409,8 @@ export default class HasPanelKanBanBase extends Vue implements ControlInterface
...
@@ -409,8 +409,8 @@ export default class HasPanelKanBanBase extends Vue implements ControlInterface
public
afterMounted
()
{
public
afterMounted
()
{
const
_this
:
any
=
this
;
const
_this
:
any
=
this
;
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
onInputDataChange
(
this
.
inputData
);
_this
.
isLayoutLoadding
=
false
;
_this
.
isLayoutLoadding
=
false
;
});
});
}
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/has-panel-list-panel/has-panel-list-panel-base.vue
浏览文件 @
9569383d
<
template
>
<
template
>
<div
class=
"app-layoutpanel HasPanelList"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<div
class=
"app-layoutpanel HasPanelList"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<template>
<template
v-if=
"!isLayoutLoadding"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<template
#
bookname
>
<template
#
bookname
>
<app-panel-field
name=
"bookname"
:data=
"layoutData"
:value=
"layoutData.bookname"
>
<app-
preset-text-input
name=
"bookname"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.bookname"
@
valueChange=
"handleValueChange"
/>
</app-panel-field>
<app-panel-field
name=
"bookname"
:data=
"layoutData"
:value=
"layoutData.bookname"
>
<app-
span
name=
"bookname"
:value=
"layoutData.bookname"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }'
/>
</app-panel-field>
</
template
>
</
template
>
<
template
#
author
>
<
template
#
author
>
<app-panel-field
name=
"author"
:data=
"layoutData"
:value=
"layoutData.author"
>
<app-
preset-text-input
name=
"author"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.author"
@
valueChange=
"handleValueChange"
/>
</app-panel-field>
<app-panel-field
name=
"author"
:data=
"layoutData"
:value=
"layoutData.author"
>
<app-
span
name=
"author"
:value=
"layoutData.author"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }'
/>
</app-panel-field>
</
template
>
</
template
>
<
template
#
press
>
<
template
#
press
>
<app-panel-field
name=
"press"
:data=
"layoutData"
:value=
"layoutData.press"
>
<app-
preset-text-input
name=
"press"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.press"
@
valueChange=
"handleValueChange"
/>
</app-panel-field>
<app-panel-field
name=
"press"
:data=
"layoutData"
:value=
"layoutData.press"
>
<app-
span
name=
"press"
:value=
"layoutData.press"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }'
/>
</app-panel-field>
</
template
>
</
template
>
</app-standard-container>
</app-standard-container>
</template>
</template>
...
@@ -381,14 +382,13 @@ export default class HasPanelListBase extends Vue implements ControlInterface {
...
@@ -381,14 +382,13 @@ export default class HasPanelListBase extends Vue implements ControlInterface {
*
*
* @memberof HasPanelListBase
* @memberof HasPanelListBase
*/
*/
@
Watch
(
'inputData'
,
{
immediate
:
true
,
deep
:
true
}
)
@
Watch
(
'inputData'
,
{
deep
:
true
}
)
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
if
(
newVal
){
if
(
newVal
){
this
.
computedUIData
(
newVal
);
this
.
computedUIData
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
panelLogic
(
''
);
this
.
panelLogic
(
''
);
this
.
$forceUpdate
();
}
}
}
}
...
@@ -409,8 +409,8 @@ export default class HasPanelListBase extends Vue implements ControlInterface {
...
@@ -409,8 +409,8 @@ export default class HasPanelListBase extends Vue implements ControlInterface {
public
afterMounted
()
{
public
afterMounted
()
{
const
_this
:
any
=
this
;
const
_this
:
any
=
this
;
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
onInputDataChange
(
this
.
inputData
);
_this
.
isLayoutLoadding
=
false
;
_this
.
isLayoutLoadding
=
false
;
});
});
}
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/listpanel-panel/listpanel-panel-base.vue
浏览文件 @
9569383d
<
template
>
<
template
>
<div
class=
"app-layoutpanel Listpanel"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<div
class=
"app-layoutpanel Listpanel"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<template>
<template
v-if=
"!isLayoutLoadding"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<template
#
static_label1
>
<template
#
static_label1
>
<app-preset-text
name=
"static_label1"
:layoutModelDetails=
"layoutModelDetails"
/>
<app-preset-text
name=
"static_label1"
:layoutModelDetails=
"layoutModelDetails"
/>
...
@@ -9,10 +10,10 @@
...
@@ -9,10 +10,10 @@
<app-preset-text
name=
"static_text1"
:layoutModelDetails=
"layoutModelDetails"
/>
<app-preset-text
name=
"static_text1"
:layoutModelDetails=
"layoutModelDetails"
/>
</
template
>
</
template
>
<
template
#
field_text_dynamic
>
<
template
#
field_text_dynamic
>
<app-preset-text
name=
"field_text_dynamic"
:value=
"layoutData.
field_text_dynamic
"
:layoutModelDetails=
"layoutModelDetails"
/>
<app-preset-text
name=
"field_text_dynamic"
:value=
"layoutData.
author
"
:layoutModelDetails=
"layoutModelDetails"
/>
</
template
>
</
template
>
<
template
#
field_textbox
>
<
template
#
field_textbox
>
<app-panel-field
name=
"field_textbox"
:data=
"layoutData"
:value=
"layoutData.field_textbox"
>
<app-preset-text-input
name=
"field_textbox"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.
field_textbox
"
@
valueChange=
"handleValueChange"
/>
</app-panel-field>
<app-panel-field
name=
"field_textbox"
:data=
"layoutData"
:value=
"layoutData.field_textbox"
>
<app-preset-text-input
name=
"field_textbox"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.
booknumber
"
@
valueChange=
"handleValueChange"
/>
</app-panel-field>
</
template
>
</
template
>
<
template
#
button_link1
>
<
template
#
button_link1
>
<app-preset-button
name=
"button_link1"
:layoutModelDetails=
"layoutModelDetails"
caption=
"页面链接"
tooltip=
""
@
itemClick=
"handleButtonClick"
/>
<app-preset-button
name=
"button_link1"
:layoutModelDetails=
"layoutModelDetails"
caption=
"页面链接"
tooltip=
""
@
itemClick=
"handleButtonClick"
/>
...
@@ -389,14 +390,13 @@ export default class ListpanelBase extends Vue implements ControlInterface {
...
@@ -389,14 +390,13 @@ export default class ListpanelBase extends Vue implements ControlInterface {
*
*
* @memberof ListpanelBase
* @memberof ListpanelBase
*/
*/
@
Watch
(
'inputData'
,
{
immediate
:
true
,
deep
:
true
}
)
@
Watch
(
'inputData'
,
{
deep
:
true
}
)
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
if
(
newVal
){
if
(
newVal
){
this
.
computedUIData
(
newVal
);
this
.
computedUIData
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
panelLogic
(
''
);
this
.
panelLogic
(
''
);
this
.
$forceUpdate
();
}
}
}
}
...
@@ -417,8 +417,8 @@ export default class ListpanelBase extends Vue implements ControlInterface {
...
@@ -417,8 +417,8 @@ export default class ListpanelBase extends Vue implements ControlInterface {
public
afterMounted
()
{
public
afterMounted
()
{
const
_this
:
any
=
this
;
const
_this
:
any
=
this
;
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
onInputDataChange
(
this
.
inputData
);
_this
.
isLayoutLoadding
=
false
;
_this
.
isLayoutLoadding
=
false
;
});
});
}
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/timelineitemlayoutpanel-panel/timelineitemlayoutpanel-panel-base.vue
浏览文件 @
9569383d
<
template
>
<
template
>
<div
class=
"app-layoutpanel TIMELINEITEMLAYOUTPANEL"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<div
class=
"app-layoutpanel TIMELINEITEMLAYOUTPANEL"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<template>
<template
v-if=
"!isLayoutLoadding"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
</app-standard-container>
</app-standard-container>
</
template
>
</
template
>
...
@@ -357,14 +358,13 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
...
@@ -357,14 +358,13 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
*
*
* @memberof TIMELINEITEMLAYOUTPANELBase
* @memberof TIMELINEITEMLAYOUTPANELBase
*/
*/
@
Watch
(
'inputData'
,
{
immediate
:
true
,
deep
:
true
}
)
@
Watch
(
'inputData'
,
{
deep
:
true
}
)
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
if
(
newVal
){
if
(
newVal
){
this
.
computedUIData
(
newVal
);
this
.
computedUIData
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
panelLogic
(
''
);
this
.
panelLogic
(
''
);
this
.
$forceUpdate
();
}
}
}
}
...
@@ -385,8 +385,8 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
...
@@ -385,8 +385,8 @@ export default class TIMELINEITEMLAYOUTPANELBase extends Vue implements ControlI
public
afterMounted
()
{
public
afterMounted
()
{
const
_this
:
any
=
this
;
const
_this
:
any
=
this
;
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
onInputDataChange
(
this
.
inputData
);
_this
.
isLayoutLoadding
=
false
;
_this
.
isLayoutLoadding
=
false
;
});
});
}
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/usr-panel/usr-panel-base.vue
浏览文件 @
9569383d
<
template
>
<
template
>
<div
class=
"app-layoutpanel Usr"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<div
class=
"app-layoutpanel Usr"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<template>
<template
v-if=
"!isLayoutLoadding"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
</app-standard-container>
</app-standard-container>
</
template
>
</
template
>
...
@@ -357,14 +358,13 @@ export default class UsrBase extends Vue implements ControlInterface {
...
@@ -357,14 +358,13 @@ export default class UsrBase extends Vue implements ControlInterface {
*
*
* @memberof UsrBase
* @memberof UsrBase
*/
*/
@
Watch
(
'inputData'
,
{
immediate
:
true
,
deep
:
true
}
)
@
Watch
(
'inputData'
,
{
deep
:
true
}
)
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
if
(
newVal
){
if
(
newVal
){
this
.
computedUIData
(
newVal
);
this
.
computedUIData
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
panelLogic
(
''
);
this
.
panelLogic
(
''
);
this
.
$forceUpdate
();
}
}
}
}
...
@@ -385,8 +385,8 @@ export default class UsrBase extends Vue implements ControlInterface {
...
@@ -385,8 +385,8 @@ export default class UsrBase extends Vue implements ControlInterface {
public
afterMounted
()
{
public
afterMounted
()
{
const
_this
:
any
=
this
;
const
_this
:
any
=
this
;
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
onInputDataChange
(
this
.
inputData
);
_this
.
isLayoutLoadding
=
false
;
_this
.
isLayoutLoadding
=
false
;
});
});
}
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/usr4-panel/usr4-panel-base.vue
浏览文件 @
9569383d
<
template
>
<
template
>
<div
class=
"app-layoutpanel Usr4"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<div
class=
"app-layoutpanel Usr4"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<template>
<template
v-if=
"!isLayoutLoadding"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<template
#
author
>
<template
#
author
>
<app-panel-field
name=
"author"
:data=
"layoutData"
:value=
"layoutData.author"
>
<app-
preset-text-input
name=
"author"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.author"
@
valueChange=
"handleValueChange"
/>
</app-panel-field>
<app-panel-field
name=
"author"
:data=
"layoutData"
:value=
"layoutData.author"
>
<app-
span
name=
"author"
:value=
"layoutData.author"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }'
/>
</app-panel-field>
</
template
>
</
template
>
<
template
#
press
>
<
template
#
press
>
<app-panel-field
name=
"press"
:data=
"layoutData"
:value=
"layoutData.press"
>
<app-
preset-text-input
name=
"press"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.press"
@
valueChange=
"handleValueChange"
/>
</app-panel-field>
<app-panel-field
name=
"press"
:data=
"layoutData"
:value=
"layoutData.press"
>
<app-
span
name=
"press"
:value=
"layoutData.press"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }'
/>
</app-panel-field>
</
template
>
</
template
>
<
template
#
bookname
>
<
template
#
bookname
>
<app-panel-field
name=
"bookname"
:data=
"layoutData"
:value=
"layoutData.bookname"
>
<app-
preset-text-input
name=
"bookname"
:layoutModelDetails=
"layoutModelDetails"
:value=
"layoutData.bookname"
@
valueChange=
"handleValueChange"
/>
</app-panel-field>
<app-panel-field
name=
"bookname"
:data=
"layoutData"
:value=
"layoutData.bookname"
>
<app-
span
name=
"bookname"
:value=
"layoutData.bookname"
:data=
"layoutData"
:context=
"context"
:viewparams=
"viewparams"
:localContext=
'
{ }' :localParam='{ }'
/>
</app-panel-field>
</
template
>
</
template
>
</app-standard-container>
</app-standard-container>
</template>
</template>
...
@@ -381,14 +382,13 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -381,14 +382,13 @@ export default class Usr4Base extends Vue implements ControlInterface {
*
*
* @memberof Usr4Base
* @memberof Usr4Base
*/
*/
@
Watch
(
'inputData'
,
{
immediate
:
true
,
deep
:
true
}
)
@
Watch
(
'inputData'
,
{
deep
:
true
}
)
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
if
(
newVal
){
if
(
newVal
){
this
.
computedUIData
(
newVal
);
this
.
computedUIData
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
panelLogic
(
''
);
this
.
panelLogic
(
''
);
this
.
$forceUpdate
();
}
}
}
}
...
@@ -409,8 +409,8 @@ export default class Usr4Base extends Vue implements ControlInterface {
...
@@ -409,8 +409,8 @@ export default class Usr4Base extends Vue implements ControlInterface {
public
afterMounted
()
{
public
afterMounted
()
{
const
_this
:
any
=
this
;
const
_this
:
any
=
this
;
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
onInputDataChange
(
this
.
inputData
);
_this
.
isLayoutLoadding
=
false
;
_this
.
isLayoutLoadding
=
false
;
});
});
}
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/usr5-panel/usr5-panel-base.vue
浏览文件 @
9569383d
<
template
>
<
template
>
<div
class=
"app-layoutpanel Usr5"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<div
class=
"app-layoutpanel Usr5"
v-loading=
"isLayoutLoadding"
:style=
"
{width: '100%', height: '100%', overflow: 'auto'}">
<template>
<template
v-if=
"!isLayoutLoadding"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
<app-standard-container
name=
"container1"
:isMultiContainer=
"false"
:layoutModelDetails=
"layoutModelDetails"
>
</app-standard-container>
</app-standard-container>
</
template
>
</
template
>
...
@@ -357,14 +358,13 @@ export default class Usr5Base extends Vue implements ControlInterface {
...
@@ -357,14 +358,13 @@ export default class Usr5Base extends Vue implements ControlInterface {
*
*
* @memberof Usr5Base
* @memberof Usr5Base
*/
*/
@
Watch
(
'inputData'
,
{
immediate
:
true
,
deep
:
true
}
)
@
Watch
(
'inputData'
,
{
deep
:
true
}
)
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
public
onInputDataChange
(
newVal
:
any
,
oldVal
:
any
){
if
(
newVal
){
if
(
newVal
){
this
.
computedUIData
(
newVal
);
this
.
computedUIData
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
layoutData
=
Util
.
deepCopy
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
computeButtonState
(
newVal
);
this
.
panelLogic
(
''
);
this
.
panelLogic
(
''
);
this
.
$forceUpdate
();
}
}
}
}
...
@@ -385,8 +385,8 @@ export default class Usr5Base extends Vue implements ControlInterface {
...
@@ -385,8 +385,8 @@ export default class Usr5Base extends Vue implements ControlInterface {
public
afterMounted
()
{
public
afterMounted
()
{
const
_this
:
any
=
this
;
const
_this
:
any
=
this
;
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
initLayout
().
then
((
result
:
any
)
=>
{
_this
.
onInputDataChange
(
this
.
inputData
);
_this
.
isLayoutLoadding
=
false
;
_this
.
isLayoutLoadding
=
false
;
});
});
}
}
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder/main-grid/main-grid-base.vue
浏览文件 @
9569383d
...
@@ -299,7 +299,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -299,7 +299,7 @@ export default class MainBase extends Vue implements ControlInterface {
* @param {*} [$event] 事件源
* @param {*} [$event] 事件源
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [xData] 执行行为所需当前部件
* @param {*} [actionContext] 执行行为上下文
* @param {*} [actionContext] 执行行为上下文
* @memberof IBIZOrder
SF1
GridViewBase
* @memberof IBIZOrder
Pickup
GridViewBase
*/
*/
public
Edit
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
public
Edit
(
args
:
any
[],
contextJO
?:
any
,
params
?:
any
,
$event
?:
any
,
xData
?:
any
,
actionContext
?:
any
,
srfParentDeName
?:
string
)
{
if
(
args
.
length
===
0
)
{
if
(
args
.
length
===
0
)
{
...
@@ -421,20 +421,6 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -421,20 +421,6 @@ export default class MainBase extends Vue implements ControlInterface {
return
this
.
selections
[
0
];
return
this
.
selections
[
0
];
}
}
/**
* 打开新建数据视图
*
* @type {any}
* @memberof MainBase
*/
@
Prop
()
public
newdata
:
any
;
/**
* 打开编辑数据视图
*
* @type {any}
* @memberof MainBase
*/
@
Prop
()
public
opendata
:
any
;
/**
/**
* 是否嵌入关系界面
* 是否嵌入关系界面
...
@@ -967,7 +953,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -967,7 +953,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
*/
public
load
(
opt
:
any
=
{},
pageReset
:
boolean
=
false
):
void
{
public
load
(
opt
:
any
=
{},
pageReset
:
boolean
=
false
):
void
{
if
(
!
this
.
fetchAction
){
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
return
;
return
;
}
}
if
(
pageReset
){
if
(
pageReset
){
...
@@ -1062,7 +1048,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -1062,7 +1048,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
*/
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
public
async
remove
(
datas
:
any
[]):
Promise
<
any
>
{
if
(
!
this
.
removeAction
){
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
return
;
return
;
}
}
let
_datas
:
any
[]
=
[];
let
_datas
:
any
[]
=
[];
...
@@ -1168,7 +1154,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -1168,7 +1154,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
*/
public
addBatch
(
arg
:
any
=
{}):
void
{
public
addBatch
(
arg
:
any
=
{}):
void
{
if
(
!
this
.
fetchAction
){
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
return
;
return
;
}
}
if
(
!
arg
){
if
(
!
arg
){
...
@@ -2085,7 +2071,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -2085,7 +2071,7 @@ export default class MainBase extends Vue implements ControlInterface {
try
{
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
)){
if
(
!
this
.
createAction
){
if
(
!
this
.
createAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
let
response
=
await
this
.
service
.
add
(
this
.
createAction
,
JSON
.
parse
(
JSON
.
stringify
(
this
.
context
)),
item
,
this
.
showBusyIndicator
);
...
@@ -2093,7 +2079,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -2093,7 +2079,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
){
if
(
!
this
.
updateAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,{
viewparams
:
this
.
viewparams
});
if
(
item
.
ibizorder
){
if
(
item
.
ibizorder
){
...
@@ -2160,7 +2146,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -2160,7 +2146,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
*/
public
newRow
(
args
:
any
[],
params
?:
any
,
$event
?:
any
,
xData
?:
any
):
void
{
public
newRow
(
args
:
any
[],
params
?:
any
,
$event
?:
any
,
xData
?:
any
):
void
{
if
(
!
this
.
loaddraftAction
){
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SF1
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
Pickup
GridView'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
let
_this
=
this
;
let
_this
=
this
;
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json
浏览文件 @
9569383d
...
@@ -829,35 +829,33 @@
...
@@ -829,35 +829,33 @@
"builtinMethod"
:
false
"builtinMethod"
:
false
}
],
}
],
"getAllPSAppDEUIActions"
:
[
{
"getAllPSAppDEUIActions"
:
[
{
"actionTarget"
:
"NONE"
,
"caption"
:
"确认"
,
"caption"
:
"按钮"
,
"codeName"
:
"panel_Layoutpanel_button_calluilogic1_click"
,
"codeName"
:
"panel_Layoutpanel_button_calluilogic1_click"
,
"fullCodeName"
:
"
IBIZCustomer_
panel_Layoutpanel_button_calluilogic1_click"
,
"fullCodeName"
:
"panel_Layoutpanel_button_calluilogic1_click"
,
"name"
:
"
按钮
"
,
"name"
:
"
确认
"
,
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
},
"predefinedType"
:
"DATA_SAVECHANGES"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
"uIActionMode"
:
"
CUSTOM
"
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"panel_Layoutpanel_button_calluilogic1_click"
,
"uIActionTag"
:
"panel_Layoutpanel_button_calluilogic1_click"
,
"uIActionType"
:
"DEUIACTION"
,
"uIActionType"
:
"DEUIACTION"
"id"
:
"panel_Layoutpanel_button_calluilogic1_click@IBIZCustomer"
},
{
},
{
"actionTarget"
:
"NONE"
,
"caption"
:
"取消"
,
"caption"
:
"按钮"
,
"codeName"
:
"panel_Layoutpanel_button_calluilogic2_click"
,
"codeName"
:
"panel_Layoutpanel_button_calluilogic2_click"
,
"fullCodeName"
:
"
IBIZCustomer_
panel_Layoutpanel_button_calluilogic2_click"
,
"fullCodeName"
:
"panel_Layoutpanel_button_calluilogic2_click"
,
"name"
:
"
按钮
"
,
"name"
:
"
取消
"
,
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
},
"predefinedType"
:
"DATA_CANCELCHANGES"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
"uIActionMode"
:
"
CUSTOM
"
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"panel_Layoutpanel_button_calluilogic2_click"
,
"uIActionTag"
:
"panel_Layoutpanel_button_calluilogic2_click"
,
"uIActionType"
:
"DEUIACTION"
,
"uIActionType"
:
"DEUIACTION"
"id"
:
"panel_Layoutpanel_button_calluilogic2_click@IBIZCustomer"
}
],
}
],
"getAllPSDEOPPrivs"
:
[
{
"getAllPSDEOPPrivs"
:
[
{
"logicName"
:
"建立"
,
"logicName"
:
"建立"
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerMediaTestEditView.json
浏览文件 @
9569383d
...
@@ -227,17 +227,17 @@
...
@@ -227,17 +227,17 @@
"getPSPanelItems"
:
[
{
"getPSPanelItems"
:
[
{
"caption"
:
"单项数据容器"
,
"caption"
:
"单项数据容器"
,
"dataRegionType"
:
"SINGLEDATA"
,
"dataRegionType"
:
"SINGLEDATA"
,
"dataSourceType"
:
"DE
DATASET
"
,
"dataSourceType"
:
"DE
ACTION
"
,
"itemStyle"
:
"DEFAULT"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"CONTAINER"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"container_singledata3"
,
"name"
:
"container_singledata3"
,
"getPSAppDEMethod"
:
{
"getPSAppDEMethod"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"
FetchDefault
"
"id"
:
"
GetDynaImg
"
},
},
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustom.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustom
er
.json"
},
},
"getPSLayout"
:
{
"getPSLayout"
:
{
"layout"
:
"SIMPLEFLEX"
"layout"
:
"SIMPLEFLEX"
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZCustomerUsr2PickupView_layout.json
浏览文件 @
9569383d
...
@@ -86,9 +86,8 @@
...
@@ -86,9 +86,8 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
},
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"panel_Layoutpanel_button_calluilogic1_click
@IBIZCustomer
"
"id"
:
"panel_Layoutpanel_button_calluilogic1_click"
},
},
"uIActionTarget"
:
"NONE"
,
"xDataControlName"
:
"layoutpanel"
"xDataControlName"
:
"layoutpanel"
},
{
},
{
"name"
:
"layoutpanel_button_calluilogic2"
,
"name"
:
"layoutpanel_button_calluilogic2"
,
...
@@ -98,9 +97,8 @@
...
@@ -98,9 +97,8 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
},
"modelref"
:
true
,
"modelref"
:
true
,
"id"
:
"panel_Layoutpanel_button_calluilogic2_click
@IBIZCustomer
"
"id"
:
"panel_Layoutpanel_button_calluilogic2_click"
},
},
"uIActionTarget"
:
"NONE"
,
"xDataControlName"
:
"layoutpanel"
"xDataControlName"
:
"layoutpanel"
}
],
}
],
"getPSControlParam"
:
{
},
"getPSControlParam"
:
{
},
...
@@ -166,7 +164,10 @@
...
@@ -166,7 +164,10 @@
"itemType"
:
"CONTAINER"
,
"itemType"
:
"CONTAINER"
,
"name"
:
"container1"
,
"name"
:
"container1"
,
"getPSLayout"
:
{
"getPSLayout"
:
{
"layout"
:
"FLEX"
"align"
:
"flex-end"
,
"dir"
:
"row"
,
"layout"
:
"FLEX"
,
"vAlign"
:
"center"
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"heightMode"
:
"FULL"
,
"heightMode"
:
"FULL"
,
...
@@ -178,9 +179,14 @@
...
@@ -178,9 +179,14 @@
},
},
"getPSPanelItems"
:
[
{
"getPSPanelItems"
:
[
{
"actionType"
:
"UIACTION"
,
"actionType"
:
"UIACTION"
,
"buttonStyle"
:
"DEFAULT"
,
"buttonHeight"
:
32.0
,
"caption"
:
"按钮"
,
"buttonStyle"
:
"PRIMARY"
,
"itemStyle"
:
"DEFAULT"
,
"buttonWidth"
:
60.0
,
"caption"
:
"确认"
,
"contentHeight"
:
32.0
,
"contentWidth"
:
60.0
,
"height"
:
32.0
,
"itemStyle"
:
"PRIMARY"
,
"itemType"
:
"BUTTON"
,
"itemType"
:
"BUTTON"
,
"name"
:
"button_calluilogic1"
,
"name"
:
"button_calluilogic1"
,
"getPSAppViewUIAction"
:
{
"getPSAppViewUIAction"
:
{
...
@@ -189,30 +195,40 @@
...
@@ -189,30 +195,40 @@
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"layout"
:
"FLEX"
"height"
:
32
,
"heightMode"
:
"PX"
,
"layout"
:
"FLEX"
,
"spacingRight"
:
"OUTERSMALL"
,
"width"
:
60
,
"widthMode"
:
"PX"
},
},
"getPSUIAction"
:
{
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"确认"
,
"caption"
:
"按钮"
,
"codeName"
:
"panel_Layoutpanel_button_calluilogic1_click"
,
"codeName"
:
"panel_Layoutpanel_button_calluilogic1_click"
,
"fullCodeName"
:
"
IBIZCustomer_
panel_Layoutpanel_button_calluilogic1_click"
,
"fullCodeName"
:
"panel_Layoutpanel_button_calluilogic1_click"
,
"name"
:
"
按钮
"
,
"name"
:
"
确认
"
,
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
},
"predefinedType"
:
"DATA_SAVECHANGES"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
"uIActionMode"
:
"
CUSTOM
"
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"panel_Layoutpanel_button_calluilogic1_click"
,
"uIActionTag"
:
"panel_Layoutpanel_button_calluilogic1_click"
,
"uIActionType"
:
"DEUIACTION"
,
"uIActionType"
:
"DEUIACTION"
"id"
:
"panel_Layoutpanel_button_calluilogic1_click@IBIZCustomer"
},
},
"tooltip"
:
"按钮"
,
"tooltip"
:
"确认"
,
"width"
:
60.0
,
"showCaption"
:
true
"showCaption"
:
true
},
{
},
{
"actionType"
:
"UIACTION"
,
"actionType"
:
"UIACTION"
,
"buttonHeight"
:
32.0
,
"buttonStyle"
:
"DEFAULT"
,
"buttonStyle"
:
"DEFAULT"
,
"caption"
:
"按钮"
,
"buttonWidth"
:
60.0
,
"caption"
:
"取消"
,
"contentHeight"
:
32.0
,
"contentWidth"
:
60.0
,
"height"
:
32.0
,
"itemStyle"
:
"DEFAULT"
,
"itemStyle"
:
"DEFAULT"
,
"itemType"
:
"BUTTON"
,
"itemType"
:
"BUTTON"
,
"name"
:
"button_calluilogic2"
,
"name"
:
"button_calluilogic2"
,
...
@@ -222,25 +238,29 @@
...
@@ -222,25 +238,29 @@
},
},
"getPSLayoutPos"
:
{
"getPSLayoutPos"
:
{
"grow"
:
-1
,
"grow"
:
-1
,
"layout"
:
"FLEX"
"height"
:
32
,
"heightMode"
:
"PX"
,
"layout"
:
"FLEX"
,
"width"
:
60
,
"widthMode"
:
"PX"
},
},
"getPSUIAction"
:
{
"getPSUIAction"
:
{
"actionTarget"
:
"NONE"
,
"caption"
:
"取消"
,
"caption"
:
"按钮"
,
"codeName"
:
"panel_Layoutpanel_button_calluilogic2_click"
,
"codeName"
:
"panel_Layoutpanel_button_calluilogic2_click"
,
"fullCodeName"
:
"
IBIZCustomer_
panel_Layoutpanel_button_calluilogic2_click"
,
"fullCodeName"
:
"panel_Layoutpanel_button_calluilogic2_click"
,
"name"
:
"
按钮
"
,
"name"
:
"
取消
"
,
"getPSAppDataEntity"
:
{
"getPSAppDataEntity"
:
{
"modelref"
:
true
,
"modelref"
:
true
,
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZCustomer.json"
},
},
"predefinedType"
:
"DATA_CANCELCHANGES"
,
"timeout"
:
60000
,
"timeout"
:
60000
,
"uIActionMode"
:
"
CUSTOM
"
,
"uIActionMode"
:
"
SYS
"
,
"uIActionTag"
:
"panel_Layoutpanel_button_calluilogic2_click"
,
"uIActionTag"
:
"panel_Layoutpanel_button_calluilogic2_click"
,
"uIActionType"
:
"DEUIACTION"
,
"uIActionType"
:
"DEUIACTION"
"id"
:
"panel_Layoutpanel_button_calluilogic2_click@IBIZCustomer"
},
},
"tooltip"
:
"按钮"
,
"tooltip"
:
"取消"
,
"width"
:
60.0
,
"showCaption"
:
true
"showCaption"
:
true
}
]
}
]
}
],
}
],
...
...
This diff is collapsed.
Click to expand it.
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
9569383d
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
<!--输出实体[IBIZBOOK]数据结构 -->
<!--输出实体[IBIZBOOK]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizbook-48
4
-7"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizbook-48
5
-7"
>
<createTable
tableName=
"T_IBIZBOOK"
>
<createTable
tableName=
"T_IBIZBOOK"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
@@ -278,7 +278,7 @@
...
@@ -278,7 +278,7 @@
<!--输出实体[IBIZCUSTOMER]数据结构 -->
<!--输出实体[IBIZCUSTOMER]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizcustomer-1
24
-10"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizcustomer-1
46
-10"
>
<createTable
tableName=
"T_IBIZCUSTOMER"
>
<createTable
tableName=
"T_IBIZCUSTOMER"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
</column>
...
...
This diff is collapsed.
Click to expand it.
demo-core/src/main/resources/liquibase/view.xml
浏览文件 @
9569383d
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
</createView>
</createView>
</changeSet>
</changeSet>
<!--输出实体[IBIZCUSTOMER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<!--输出实体[IBIZCUSTOMER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizcustomer-1
24
-4"
runOnChange=
"true"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizcustomer-1
46
-4"
runOnChange=
"true"
>
<createView
fullDefinition=
"false"
replaceIfExists=
"true"
viewName=
"V_IBIZCUSTOMER"
>
<createView
fullDefinition=
"false"
replaceIfExists=
"true"
viewName=
"V_IBIZCUSTOMER"
>
<![CDATA[ SELECT t1.[ADDRESS], t1.[CREATEDATE], t1.[CREATEMAN], t1.[CUSTOMERUID], t1.[IBIZCUSTOMERID], t1.[IBIZCUSTOMERNAME], t1.[SN], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZCUSTOMER] t1 ]]>
<![CDATA[ SELECT t1.[ADDRESS], t1.[CREATEDATE], t1.[CREATEMAN], t1.[CUSTOMERUID], t1.[IBIZCUSTOMERID], t1.[IBIZCUSTOMERNAME], t1.[SN], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZCUSTOMER] t1 ]]>
</createView>
</createView>
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录