Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
0c97fcae
提交
0c97fcae
编写于
11月 04, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Mosher 发布系统代码 [后台服务,演示应用]
上级
d0a044e0
变更
31
展开全部
显示空白字符变更
内嵌
并排
正在显示
31 个修改的文件
包含
3233 行增加
和
455 行删除
+3233
-455
view-config.json
app_Web/public/assets/json/view-config.json
+16
-0
BO-CN-base.ts
app_Web/src/locale/lang/BO-CN-base.ts
+2
-0
en-US-base.ts
app_Web/src/locale/lang/en-US-base.ts
+2
-0
zh-CN-base.ts
app_Web/src/locale/lang/zh-CN-base.ts
+2
-0
ibizorder_BO_CN_base.ts
.../locale/lanres/entities/ibizorder/ibizorder_BO_CN_base.ts
+46
-38
ibizorder_en_US_base.ts
.../locale/lanres/entities/ibizorder/ibizorder_en_US_base.ts
+46
-38
ibizorder_zh_CN_base.ts
.../locale/lanres/entities/ibizorder/ibizorder_zh_CN_base.ts
+46
-38
main-menu-appmenu.ts
app_Web/src/mock/app/main-menu-appmenu/main-menu-appmenu.ts
+202
-166
viewconfig.ts
app_Web/src/mock/viewconfig/viewconfig.ts
+16
-0
ibizorder-test-clchart-view-base.vue
...er-test-clchart-view/ibizorder-test-clchart-view-base.vue
+847
-0
ibizorder-test-clchart-view.less
...zorder-test-clchart-view/ibizorder-test-clchart-view.less
+3
-0
ibizorder-test-clchart-view.vue
...izorder-test-clchart-view/ibizorder-test-clchart-view.vue
+24
-0
ibizorder-test-cltree-exp-view-base.vue
...t-cltree-exp-view/ibizorder-test-cltree-exp-view-base.vue
+842
-0
ibizorder-test-cltree-exp-view.less
...-test-cltree-exp-view/ibizorder-test-cltree-exp-view.less
+3
-0
ibizorder-test-cltree-exp-view.vue
...r-test-cltree-exp-view/ibizorder-test-cltree-exp-view.vue
+22
-0
page-register.ts
app_Web/src/pages/sample/index/page-register.ts
+2
-0
router.ts
app_Web/src/pages/sample/index/router.ts
+54
-0
router.ts
app_Web/src/pages/ungroup/app-index-view/router.ts
+26
-0
state.ts
app_Web/src/store/modules/view-action/state.ts
+22
-0
ibizorder-ui-service-base.ts
app_Web/src/uiservice/ibizorder/ibizorder-ui-service-base.ts
+2
-0
main-menu-appmenu-base.vue
.../widgets/app/main-menu-appmenu/main-menu-appmenu-base.vue
+52
-0
main-menu-appmenu-model.ts
.../widgets/app/main-menu-appmenu/main-menu-appmenu-model.ts
+228
-166
quicksearchform-searchform-base.vue
...searchform-searchform/quicksearchform-searchform-base.vue
+2
-2
sform-form-base.vue
app_Web/src/widgets/ibizorder/sform-form/sform-form-base.vue
+5
-5
test-cltree-exp-viewtreeexpbar-treeexpbar-base.vue
...expbar/test-cltree-exp-viewtreeexpbar-treeexpbar-base.vue
+561
-0
test-cltree-exp-viewtreeexpbar-treeexpbar-model.ts
...expbar/test-cltree-exp-viewtreeexpbar-treeexpbar-model.ts
+88
-0
test-cltree-exp-viewtreeexpbar-treeexpbar-service.ts
...pbar/test-cltree-exp-viewtreeexpbar-treeexpbar-service.ts
+11
-0
test-cltree-exp-viewtreeexpbar-treeexpbar.less
...treeexpbar/test-cltree-exp-viewtreeexpbar-treeexpbar.less
+43
-0
test-cltree-exp-viewtreeexpbar-treeexpbar.vue
...-treeexpbar/test-cltree-exp-viewtreeexpbar-treeexpbar.vue
+16
-0
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+1
-1
view.xml
demo-core/src/main/resources/liquibase/view.xml
+1
-1
未找到文件。
app_Web/public/assets/json/view-config.json
浏览文件 @
0c97fcae
...
...
@@ -743,6 +743,14 @@
"viewname"
:
"IBIZSample0003SPickupTreeView"
,
"viewtag"
:
"543f5f6115605ade1395be25b53be76c"
},
"ibizordertestcltreeexpview"
:
{
"title"
:
"测试布局面板(树导航)"
,
"caption"
:
"测试布局面板(树导航)"
,
"viewtype"
:
"DETREEEXPVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZOrderTestCLTreeExpView"
,
"viewtag"
:
"5515A024-BD26-40B2-A13E-932A0DF3E40A"
},
"ibizordersf3gridview"
:
{
"title"
:
"订单表格视图"
,
"caption"
:
"订单"
,
...
...
@@ -1583,6 +1591,14 @@
"viewname"
:
"IBIZSample0001SF4EditView"
,
"viewtag"
:
"bb609fe4b67afe2ec2d2e29112101036"
},
"ibizordertestclchartview"
:
{
"title"
:
"测试布局面板(图表)"
,
"caption"
:
"测试布局面板(图表)"
,
"viewtype"
:
"DECHARTVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZOrderTestCLChartView"
,
"viewtag"
:
"BD432FCA-7527-48B5-B553-AE51D75438A3"
},
"ibizbooknewdefaultvaluegridview"
:
{
"title"
:
"表格新建默认值"
,
"caption"
:
"表格新建默认值"
,
...
...
app_Web/src/locale/lang/BO-CN-base.ts
浏览文件 @
0c97fcae
...
...
@@ -375,6 +375,8 @@ function getAppLocale(){
menuitem159
:
commonLogic
.
appcommonhandle
(
"卡片视图(布局面板)"
,
null
),
menuitem185
:
commonLogic
.
appcommonhandle
(
"测试布局面板(树视图)"
,
null
),
menuitem187
:
commonLogic
.
appcommonhandle
(
"测试布局面板(日历视图)"
,
null
),
menuitem188
:
commonLogic
.
appcommonhandle
(
"测试布局面板(图表)"
,
null
),
menuitem189
:
commonLogic
.
appcommonhandle
(
"测试布局面板(树导航)"
,
null
),
},
},
formpage
:{
...
...
app_Web/src/locale/lang/en-US-base.ts
浏览文件 @
0c97fcae
...
...
@@ -375,6 +375,8 @@ function getAppLocale(){
menuitem159
:
commonLogic
.
appcommonhandle
(
"卡片视图(布局面板)"
,
null
),
menuitem185
:
commonLogic
.
appcommonhandle
(
"测试布局面板(树视图)"
,
null
),
menuitem187
:
commonLogic
.
appcommonhandle
(
"测试布局面板(日历视图)"
,
null
),
menuitem188
:
commonLogic
.
appcommonhandle
(
"测试布局面板(图表)"
,
null
),
menuitem189
:
commonLogic
.
appcommonhandle
(
"测试布局面板(树导航)"
,
null
),
},
},
formpage
:{
...
...
app_Web/src/locale/lang/zh-CN-base.ts
浏览文件 @
0c97fcae
...
...
@@ -375,6 +375,8 @@ function getAppLocale(){
menuitem159
:
commonLogic
.
appcommonhandle
(
"卡片视图(布局面板)"
,
null
),
menuitem185
:
commonLogic
.
appcommonhandle
(
"测试布局面板(树视图)"
,
null
),
menuitem187
:
commonLogic
.
appcommonhandle
(
"测试布局面板(日历视图)"
,
null
),
menuitem188
:
commonLogic
.
appcommonhandle
(
"测试布局面板(图表)"
,
null
),
menuitem189
:
commonLogic
.
appcommonhandle
(
"测试布局面板(树导航)"
,
null
),
},
},
formpage
:{
...
...
app_Web/src/locale/lanres/entities/ibizorder/ibizorder_BO_CN_base.ts
浏览文件 @
0c97fcae
...
...
@@ -107,6 +107,10 @@ function getLocaleResourceBase(){
caption
:
commonLogic
.
appcommonhandle
(
"实体编辑视图(上下关系)"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"实体编辑视图(上下关系)"
,
null
),
},
testcltreeexpview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"测试布局面板(树导航)"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"测试布局面板(树导航)"
,
null
),
},
sf3gridview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"订单"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"订单表格视图"
,
null
),
...
...
@@ -219,6 +223,10 @@ function getLocaleResourceBase(){
caption
:
commonLogic
.
appcommonhandle
(
"订单"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"订单工作流表格视图(订单审批)"
,
null
),
},
testclchartview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"测试布局面板(图表)"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"测试布局面板(图表)"
,
null
),
},
odsp_d_wfeditview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"订单"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"订单工作流编辑视图(订单审批)"
,
null
),
...
...
@@ -1490,6 +1498,44 @@ function getLocaleResourceBase(){
},
treegridexviewtoolbar_toolbar
:
{
},
gridview9toolbar_toolbar
:
{
tbitem1
:
{
caption
:
commonLogic
.
appcommonhandle
(
"新建"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"新建"
,
null
),
},
tbitem2
:
{
caption
:
commonLogic
.
appcommonhandle
(
"编辑"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"编辑"
,
null
),
},
tbitem3
:
{
caption
:
commonLogic
.
appcommonhandle
(
"拷贝"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"拷贝"
,
null
),
},
tbitem4
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem5
:
{
caption
:
commonLogic
.
appcommonhandle
(
"删除"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"删除"
,
null
),
},
tbitem6
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem9
:
{
caption
:
commonLogic
.
appcommonhandle
(
"导出"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"导出"
,
null
),
},
tbitem8
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem7
:
{
caption
:
commonLogic
.
appcommonhandle
(
"刷新"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"刷新"
,
null
),
},
},
seditview4toolbar_toolbar
:
{
deuiaction1
:
{
caption
:
commonLogic
.
appcommonhandle
(
"新建"
,
null
),
...
...
@@ -1586,44 +1632,6 @@ function getLocaleResourceBase(){
tip
:
commonLogic
.
appcommonhandle
(
"数据导入"
,
null
),
},
},
gridview9toolbar_toolbar
:
{
tbitem1
:
{
caption
:
commonLogic
.
appcommonhandle
(
"新建"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"新建"
,
null
),
},
tbitem2
:
{
caption
:
commonLogic
.
appcommonhandle
(
"编辑"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"编辑"
,
null
),
},
tbitem3
:
{
caption
:
commonLogic
.
appcommonhandle
(
"拷贝"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"拷贝"
,
null
),
},
tbitem4
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem5
:
{
caption
:
commonLogic
.
appcommonhandle
(
"删除"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"删除"
,
null
),
},
tbitem6
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem9
:
{
caption
:
commonLogic
.
appcommonhandle
(
"导出"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"导出"
,
null
),
},
tbitem8
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem7
:
{
caption
:
commonLogic
.
appcommonhandle
(
"刷新"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"刷新"
,
null
),
},
},
sf20gridviewtoolbar_toolbar
:
{
tbitem3
:
{
caption
:
commonLogic
.
appcommonhandle
(
"新建"
,
null
),
...
...
app_Web/src/locale/lanres/entities/ibizorder/ibizorder_en_US_base.ts
浏览文件 @
0c97fcae
...
...
@@ -107,6 +107,10 @@ function getLocaleResourceBase(){
caption
:
commonLogic
.
appcommonhandle
(
"Entity Editing View (up-down relationship)"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"实体编辑视图(上下关系)"
,
null
),
},
testcltreeexpview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"测试布局面板(树导航)"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"测试布局面板(树导航)"
,
null
),
},
sf3gridview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"订单"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"订单表格视图"
,
null
),
...
...
@@ -219,6 +223,10 @@ function getLocaleResourceBase(){
caption
:
commonLogic
.
appcommonhandle
(
"订单"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"订单工作流表格视图(订单审批)"
,
null
),
},
testclchartview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"测试布局面板(图表)"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"测试布局面板(图表)"
,
null
),
},
odsp_d_wfeditview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"订单"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"订单工作流编辑视图(订单审批)"
,
null
),
...
...
@@ -1490,6 +1498,44 @@ function getLocaleResourceBase(){
},
treegridexviewtoolbar_toolbar
:
{
},
gridview9toolbar_toolbar
:
{
tbitem1
:
{
caption
:
commonLogic
.
appcommonhandle
(
"New"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"New"
,
null
),
},
tbitem2
:
{
caption
:
commonLogic
.
appcommonhandle
(
"Edit"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"Edit {0}"
,
null
),
},
tbitem3
:
{
caption
:
commonLogic
.
appcommonhandle
(
"Copy"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"Copy {0}"
,
null
),
},
tbitem4
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem5
:
{
caption
:
commonLogic
.
appcommonhandle
(
"Remove"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"Remove {0}"
,
null
),
},
tbitem6
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem9
:
{
caption
:
commonLogic
.
appcommonhandle
(
"Export"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"Export {0} Data To Excel"
,
null
),
},
tbitem8
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem7
:
{
caption
:
commonLogic
.
appcommonhandle
(
"刷新"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"刷新"
,
null
),
},
},
seditview4toolbar_toolbar
:
{
deuiaction1
:
{
caption
:
commonLogic
.
appcommonhandle
(
"New"
,
null
),
...
...
@@ -1586,44 +1632,6 @@ function getLocaleResourceBase(){
tip
:
commonLogic
.
appcommonhandle
(
"数据导入"
,
null
),
},
},
gridview9toolbar_toolbar
:
{
tbitem1
:
{
caption
:
commonLogic
.
appcommonhandle
(
"New"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"New"
,
null
),
},
tbitem2
:
{
caption
:
commonLogic
.
appcommonhandle
(
"Edit"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"Edit {0}"
,
null
),
},
tbitem3
:
{
caption
:
commonLogic
.
appcommonhandle
(
"Copy"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"Copy {0}"
,
null
),
},
tbitem4
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem5
:
{
caption
:
commonLogic
.
appcommonhandle
(
"Remove"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"Remove {0}"
,
null
),
},
tbitem6
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem9
:
{
caption
:
commonLogic
.
appcommonhandle
(
"Export"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"Export {0} Data To Excel"
,
null
),
},
tbitem8
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem7
:
{
caption
:
commonLogic
.
appcommonhandle
(
"刷新"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"刷新"
,
null
),
},
},
sf20gridviewtoolbar_toolbar
:
{
tbitem3
:
{
caption
:
commonLogic
.
appcommonhandle
(
"New"
,
null
),
...
...
app_Web/src/locale/lanres/entities/ibizorder/ibizorder_zh_CN_base.ts
浏览文件 @
0c97fcae
...
...
@@ -107,6 +107,10 @@ function getLocaleResourceBase(){
caption
:
commonLogic
.
appcommonhandle
(
"实体编辑视图(上下关系)"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"实体编辑视图(上下关系)"
,
null
),
},
testcltreeexpview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"测试布局面板(树导航)"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"测试布局面板(树导航)"
,
null
),
},
sf3gridview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"订单"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"订单表格视图"
,
null
),
...
...
@@ -219,6 +223,10 @@ function getLocaleResourceBase(){
caption
:
commonLogic
.
appcommonhandle
(
"订单"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"订单工作流表格视图(订单审批)"
,
null
),
},
testclchartview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"测试布局面板(图表)"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"测试布局面板(图表)"
,
null
),
},
odsp_d_wfeditview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"订单"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"订单工作流编辑视图(订单审批)"
,
null
),
...
...
@@ -1490,6 +1498,44 @@ function getLocaleResourceBase(){
},
treegridexviewtoolbar_toolbar
:
{
},
gridview9toolbar_toolbar
:
{
tbitem1
:
{
caption
:
commonLogic
.
appcommonhandle
(
"新建"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"新建"
,
null
),
},
tbitem2
:
{
caption
:
commonLogic
.
appcommonhandle
(
"编辑"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"编辑"
,
null
),
},
tbitem3
:
{
caption
:
commonLogic
.
appcommonhandle
(
"拷贝"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"拷贝"
,
null
),
},
tbitem4
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem5
:
{
caption
:
commonLogic
.
appcommonhandle
(
"删除"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"删除"
,
null
),
},
tbitem6
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem9
:
{
caption
:
commonLogic
.
appcommonhandle
(
"导出"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"导出"
,
null
),
},
tbitem8
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem7
:
{
caption
:
commonLogic
.
appcommonhandle
(
"刷新"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"刷新"
,
null
),
},
},
seditview4toolbar_toolbar
:
{
deuiaction1
:
{
caption
:
commonLogic
.
appcommonhandle
(
"新建"
,
null
),
...
...
@@ -1586,44 +1632,6 @@ function getLocaleResourceBase(){
tip
:
commonLogic
.
appcommonhandle
(
"数据导入"
,
null
),
},
},
gridview9toolbar_toolbar
:
{
tbitem1
:
{
caption
:
commonLogic
.
appcommonhandle
(
"新建"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"新建"
,
null
),
},
tbitem2
:
{
caption
:
commonLogic
.
appcommonhandle
(
"编辑"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"编辑"
,
null
),
},
tbitem3
:
{
caption
:
commonLogic
.
appcommonhandle
(
"拷贝"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"拷贝"
,
null
),
},
tbitem4
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem5
:
{
caption
:
commonLogic
.
appcommonhandle
(
"删除"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"删除"
,
null
),
},
tbitem6
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem9
:
{
caption
:
commonLogic
.
appcommonhandle
(
"导出"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"导出"
,
null
),
},
tbitem8
:
{
caption
:
commonLogic
.
appcommonhandle
(
"-"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
""
,
null
),
},
tbitem7
:
{
caption
:
commonLogic
.
appcommonhandle
(
"刷新"
,
null
),
tip
:
commonLogic
.
appcommonhandle
(
"刷新"
,
null
),
},
},
sf20gridviewtoolbar_toolbar
:
{
tbitem3
:
{
caption
:
commonLogic
.
appcommonhandle
(
"新建"
,
null
),
...
...
app_Web/src/mock/app/main-menu-appmenu/main-menu-appmenu.ts
浏览文件 @
0c97fcae
此差异已折叠。
点击以展开。
app_Web/src/mock/viewconfig/viewconfig.ts
浏览文件 @
0c97fcae
...
...
@@ -751,6 +751,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname"
:
"IBIZSample0003SPickupTreeView"
,
"viewtag"
:
"543f5f6115605ade1395be25b53be76c"
},
"ibizordertestcltreeexpview"
:
{
"title"
:
"测试布局面板(树导航)"
,
"caption"
:
"测试布局面板(树导航)"
,
"viewtype"
:
"DETREEEXPVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZOrderTestCLTreeExpView"
,
"viewtag"
:
"5515A024-BD26-40B2-A13E-932A0DF3E40A"
},
"ibizordersf3gridview"
:
{
"title"
:
"订单表格视图"
,
"caption"
:
"订单"
,
...
...
@@ -1591,6 +1599,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname"
:
"IBIZSample0001SF4EditView"
,
"viewtag"
:
"bb609fe4b67afe2ec2d2e29112101036"
},
"ibizordertestclchartview"
:
{
"title"
:
"测试布局面板(图表)"
,
"caption"
:
"测试布局面板(图表)"
,
"viewtype"
:
"DECHARTVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZOrderTestCLChartView"
,
"viewtag"
:
"BD432FCA-7527-48B5-B553-AE51D75438A3"
},
"ibizbooknewdefaultvaluegridview"
:
{
"title"
:
"表格新建默认值"
,
"caption"
:
"表格新建默认值"
,
...
...
app_Web/src/pages/sample/ibizorder-test-clchart-view/ibizorder-test-clchart-view-base.vue
0 → 100644
浏览文件 @
0c97fcae
此差异已折叠。
点击以展开。
app_Web/src/pages/sample/ibizorder-test-clchart-view/ibizorder-test-clchart-view.less
0 → 100644
浏览文件 @
0c97fcae
.ibizorder-test-clchart-view {
display: block;
}
app_Web/src/pages/sample/ibizorder-test-clchart-view/ibizorder-test-clchart-view.vue
0 → 100644
浏览文件 @
0c97fcae
<
script
lang=
'tsx'
>
import
{
Component
}
from
'vue-property-decorator'
;
import
IBIZOrderTestCLChartViewBase
from
'./ibizorder-test-clchart-view-base.vue'
;
import
view_searchform
from
'@widgets/ibizorder/default-searchform/default-searchform.vue'
;
import
view_chart
from
'@widgets/ibizorder/usr-chart/usr-chart.vue'
;
@
Component
({
components
:
{
view_searchform
,
view_chart
,
},
beforeRouteEnter
:
(
to
:
any
,
from
:
any
,
next
:
any
)
=>
{
next
((
vm
:
any
)
=>
{
if
(
!
Object
.
is
(
vm
.
navModel
,
"route"
)){
vm
.
initNavDataWithTab
(
vm
.
viewCacheData
);
}
vm
.
$store
.
commit
(
'addCurPageViewtag'
,
{
fullPath
:
to
.
fullPath
,
viewtag
:
vm
.
viewtag
});
});
},
})
export
default
class
IBIZOrderTestCLChartView
extends
IBIZOrderTestCLChartViewBase
{
}
</
script
>
\ No newline at end of file
app_Web/src/pages/sample/ibizorder-test-cltree-exp-view/ibizorder-test-cltree-exp-view-base.vue
0 → 100644
浏览文件 @
0c97fcae
此差异已折叠。
点击以展开。
app_Web/src/pages/sample/ibizorder-test-cltree-exp-view/ibizorder-test-cltree-exp-view.less
0 → 100644
浏览文件 @
0c97fcae
.ibizorder-test-cltree-exp-view {
display: block;
}
app_Web/src/pages/sample/ibizorder-test-cltree-exp-view/ibizorder-test-cltree-exp-view.vue
0 → 100644
浏览文件 @
0c97fcae
<
script
lang=
'tsx'
>
import
{
Component
}
from
'vue-property-decorator'
;
import
IBIZOrderTestCLTreeExpViewBase
from
'./ibizorder-test-cltree-exp-view-base.vue'
;
import
view_treeexpbar
from
'@widgets/ibizorder/test-cltree-exp-viewtreeexpbar-treeexpbar/test-cltree-exp-viewtreeexpbar-treeexpbar.vue'
;
@
Component
({
components
:
{
view_treeexpbar
,
},
beforeRouteEnter
:
(
to
:
any
,
from
:
any
,
next
:
any
)
=>
{
next
((
vm
:
any
)
=>
{
if
(
!
Object
.
is
(
vm
.
navModel
,
"route"
)){
vm
.
initNavDataWithTab
(
vm
.
viewCacheData
);
}
vm
.
$store
.
commit
(
'addCurPageViewtag'
,
{
fullPath
:
to
.
fullPath
,
viewtag
:
vm
.
viewtag
});
});
},
})
export
default
class
IBIZOrderTestCLTreeExpView
extends
IBIZOrderTestCLTreeExpViewBase
{
}
</
script
>
\ No newline at end of file
app_Web/src/pages/sample/index/page-register.ts
浏览文件 @
0c97fcae
...
...
@@ -112,6 +112,8 @@ export const PageComponents = {
Vue
.
component
(
'ibizbooktest-cldata-view'
,
()
=>
import
(
'@pages/sample/ibizbooktest-cldata-view/ibizbooktest-cldata-view.vue'
));
Vue
.
component
(
'ibizbooktest-cltree-view'
,
()
=>
import
(
'@pages/sample/ibizbooktest-cltree-view/ibizbooktest-cltree-view.vue'
));
Vue
.
component
(
'ibizbooktest-clcalendar-view'
,
()
=>
import
(
'@pages/sample/ibizbooktest-clcalendar-view/ibizbooktest-clcalendar-view.vue'
));
Vue
.
component
(
'ibizorder-test-clchart-view'
,
()
=>
import
(
'@pages/sample/ibizorder-test-clchart-view/ibizorder-test-clchart-view.vue'
));
Vue
.
component
(
'ibizorder-test-cltree-exp-view'
,
()
=>
import
(
'@pages/sample/ibizorder-test-cltree-exp-view/ibizorder-test-cltree-exp-view.vue'
));
Vue
.
component
(
'ibizappviewgrid-view'
,
()
=>
import
(
'@pages/sample/ibizappviewgrid-view/ibizappviewgrid-view.vue'
));
Vue
.
component
(
'ibizappviewlist-view'
,
()
=>
import
(
'@pages/sample/ibizappviewlist-view/ibizappviewlist-view.vue'
));
Vue
.
component
(
'ibizappctrlgrid-view'
,
()
=>
import
(
'@pages/sample/ibizappctrlgrid-view/ibizappctrlgrid-view.vue'
));
...
...
app_Web/src/pages/sample/index/router.ts
浏览文件 @
0c97fcae
...
...
@@ -1734,6 +1734,34 @@ const router = new Router({
},
component
:
()
=>
import
(
'@pages/sample/ibizbooktest-clcalendar-view/ibizbooktest-clcalendar-view.vue'
),
},
{
path
:
'ibizorders/:ibizorder?/testclchartview/:testclchartview?'
,
meta
:
{
caption
:
'entities.ibizorder.views.testclchartview.caption'
,
info
:
''
,
parameters
:
[
{
pathName
:
'index'
,
parameterName
:
'index'
},
{
pathName
:
'ibizorders'
,
parameterName
:
'ibizorder'
},
{
pathName
:
'testclchartview'
,
parameterName
:
'testclchartview'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/sample/ibizorder-test-clchart-view/ibizorder-test-clchart-view.vue'
),
},
{
path
:
'ibizorders/:ibizorder?/testcltreeexpview/:testcltreeexpview?'
,
meta
:
{
caption
:
'entities.ibizorder.views.testcltreeexpview.caption'
,
info
:
''
,
parameters
:
[
{
pathName
:
'index'
,
parameterName
:
'index'
},
{
pathName
:
'ibizorders'
,
parameterName
:
'ibizorder'
},
{
pathName
:
'testcltreeexpview'
,
parameterName
:
'testcltreeexpview'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/sample/ibizorder-test-cltree-exp-view/ibizorder-test-cltree-exp-view.vue'
),
},
{
path
:
'ibizappviews/:ibizappview?/gridview/:gridview?'
,
meta
:
{
...
...
@@ -3728,6 +3756,19 @@ const router = new Router({
},
component
:
()
=>
import
(
'@pages/sample/ibizorder-sedit-view4/ibizorder-sedit-view4.vue'
),
},
{
path
:
'/ibizorders/:ibizorder?/testcltreeexpview/:testcltreeexpview?'
,
meta
:
{
caption
:
'entities.ibizorder.views.testcltreeexpview.caption'
,
info
:
''
,
parameters
:
[
{
pathName
:
'ibizorders'
,
parameterName
:
'ibizorder'
},
{
pathName
:
'testcltreeexpview'
,
parameterName
:
'testcltreeexpview'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/sample/ibizorder-test-cltree-exp-view/ibizorder-test-cltree-exp-view.vue'
),
},
{
path
:
'/ibizorders/:ibizorder?/sf3gridview/:sf3gridview?'
,
meta
:
{
...
...
@@ -4859,6 +4900,19 @@ const router = new Router({
},
component
:
()
=>
import
(
'@pages/sample/ibizsample0001-sf4-edit-view/ibizsample0001-sf4-edit-view.vue'
),
},
{
path
:
'/ibizorders/:ibizorder?/testclchartview/:testclchartview?'
,
meta
:
{
caption
:
'entities.ibizorder.views.testclchartview.caption'
,
info
:
''
,
parameters
:
[
{
pathName
:
'ibizorders'
,
parameterName
:
'ibizorder'
},
{
pathName
:
'testclchartview'
,
parameterName
:
'testclchartview'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/sample/ibizorder-test-clchart-view/ibizorder-test-clchart-view.vue'
),
},
{
path
:
'/ibizbooks/:ibizbook?/newdefaultvaluegridview/:newdefaultvaluegridview?'
,
meta
:
{
...
...
app_Web/src/pages/ungroup/app-index-view/router.ts
浏览文件 @
0c97fcae
...
...
@@ -900,6 +900,19 @@ const router = new Router({
},
component
:
()
=>
import
(
'@pages/sample/ibizorder-sedit-view4/ibizorder-sedit-view4.vue'
),
},
{
path
:
'/ibizorders/:ibizorder?/testcltreeexpview/:testcltreeexpview?'
,
meta
:
{
caption
:
'entities.ibizorder.views.testcltreeexpview.caption'
,
info
:
''
,
parameters
:
[
{
pathName
:
'ibizorders'
,
parameterName
:
'ibizorder'
},
{
pathName
:
'testcltreeexpview'
,
parameterName
:
'testcltreeexpview'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/sample/ibizorder-test-cltree-exp-view/ibizorder-test-cltree-exp-view.vue'
),
},
{
path
:
'/ibizorders/:ibizorder?/sf3gridview/:sf3gridview?'
,
meta
:
{
...
...
@@ -2031,6 +2044,19 @@ const router = new Router({
},
component
:
()
=>
import
(
'@pages/sample/ibizsample0001-sf4-edit-view/ibizsample0001-sf4-edit-view.vue'
),
},
{
path
:
'/ibizorders/:ibizorder?/testclchartview/:testclchartview?'
,
meta
:
{
caption
:
'entities.ibizorder.views.testclchartview.caption'
,
info
:
''
,
parameters
:
[
{
pathName
:
'ibizorders'
,
parameterName
:
'ibizorder'
},
{
pathName
:
'testclchartview'
,
parameterName
:
'testclchartview'
},
],
requireAuth
:
true
,
},
component
:
()
=>
import
(
'@pages/sample/ibizorder-test-clchart-view/ibizorder-test-clchart-view.vue'
),
},
{
path
:
'/ibizbooks/:ibizbook?/newdefaultvaluegridview/:newdefaultvaluegridview?'
,
meta
:
{
...
...
app_Web/src/store/modules/view-action/state.ts
浏览文件 @
0c97fcae
...
...
@@ -643,6 +643,17 @@ export const viewstate: any = {
'6bc6e690dc5abfc6d89703e4459c785c'
,
],
},
{
viewtag
:
'5515A024-BD26-40B2-A13E-932A0DF3E40A'
,
viewmodule
:
'Sample'
,
viewname
:
'IBIZOrderTestCLTreeExpView'
,
viewaction
:
''
,
viewdatachange
:
false
,
refviews
:
[
'a5c123887fed6734a6b04952d01f242d'
,
'91bbbdfe28764098844c216c826756f4'
,
],
},
{
viewtag
:
'55f7fd4d93f5f52c0d0ad59cc61ca1e6'
,
viewmodule
:
'Sample'
,
...
...
@@ -809,6 +820,8 @@ export const viewstate: any = {
'085AFCE3-1192-4CF2-993A-7A4EB1D55A06'
,
'121A691B-48F2-40B0-AF2A-4399BD5092F7'
,
'763A9DA0-DC92-49C9-85B7-647A36C019C9'
,
'BD432FCA-7527-48B5-B553-AE51D75438A3'
,
'5515A024-BD26-40B2-A13E-932A0DF3E40A'
,
],
},
{
...
...
@@ -1528,6 +1541,15 @@ export const viewstate: any = {
refviews
:
[
],
},
{
viewtag
:
'BD432FCA-7527-48B5-B553-AE51D75438A3'
,
viewmodule
:
'Sample'
,
viewname
:
'IBIZOrderTestCLChartView'
,
viewaction
:
''
,
viewdatachange
:
false
,
refviews
:
[
],
},
{
viewtag
:
'be796b135f7a2f9a83e22a91a0d21db9'
,
viewmodule
:
'Sample'
,
...
...
app_Web/src/uiservice/ibizorder/ibizorder-ui-service-base.ts
浏览文件 @
0c97fcae
...
...
@@ -116,6 +116,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'usr2gridview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-usr2-grid-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'seditview2'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-sedit-view2'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'seditview4'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-sedit-view4'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'testcltreeexpview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-test-cltree-exp-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'sf3gridview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-sf3-grid-view'
});
this
.
allViewMap
.
set
(
'EDITVIEW:MSTAG:30'
,{
viewname
:
'state30editview2'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-state30-edit-view2'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'f8editview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-f8-edit-view'
});
...
...
@@ -144,6 +145,7 @@ export default class IBIZOrderUIServiceBase extends UIService {
this
.
allViewMap
.
set
(
'WFEDITVIEW:ODSP:W:10'
,{
viewname
:
'odsp_w10_wfeditview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-odsp-w10-wfedit-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'areachartview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-area-chart-view'
});
this
.
allViewMap
.
set
(
'WFMDATAVIEW:ODSP:W'
,{
viewname
:
'odsp_w_wfgridview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-odsp-w-wfgrid-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'testclchartview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-test-clchart-view'
});
this
.
allViewMap
.
set
(
'WFEDITVIEW:ODSP:D'
,{
viewname
:
'odsp_d_wfeditview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-odsp-d-wfedit-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'f19editview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-f19-edit-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'f17editview'
,
srfappde
:
'ibizorders'
,
component
:
'ibizorder-f17-edit-view'
});
...
...
app_Web/src/widgets/app/main-menu-appmenu/main-menu-appmenu-base.vue
浏览文件 @
0c97fcae
...
...
@@ -940,6 +940,12 @@ export default class MainMenuBase extends Vue implements ControlInterface {
case
'UsrAppFunc1103578816'
:
this
.
clickUsrAppFunc1103578816
(
item
);
return
;
case
'UsrAppFunc1104195725'
:
this
.
clickUsrAppFunc1104195725
(
item
);
return
;
case
'UsrAppFunc1104869965'
:
this
.
clickUsrAppFunc1104869965
(
item
);
return
;
default
:
console
.
warn
(
'未指定应用功能'
);
}
...
...
@@ -3565,6 +3571,52 @@ export default class MainMenuBase extends Vue implements ControlInterface {
})
}
/**
* 测试布局面板(图表)
*
* @param {*} [item={}]
* @memberof MainMenu
*/
public
clickUsrAppFunc1104195725
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
parameters
:
any
[]
=
[
{
pathName
:
'ibizorders'
,
parameterName
:
'ibizorder'
},
{
pathName
:
'testclchartview'
,
parameterName
:
'testclchartview'
},
];
const
path
:
string
=
this
.
$viewTool
.
buildUpRoutePath
(
this
.
$route
,
{},
deResParameters
,
parameters
,
[],
viewparam
);
if
(
Object
.
is
(
this
.
$route
.
fullPath
,
path
)){
return
;
}
this
.
$nextTick
(
function
(){
this
.
$router
.
push
(
path
);
})
}
/**
* 测试布局面板(树导航)
*
* @param {*} [item={}]
* @memberof MainMenu
*/
public
clickUsrAppFunc1104869965
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
parameters
:
any
[]
=
[
{
pathName
:
'ibizorders'
,
parameterName
:
'ibizorder'
},
{
pathName
:
'testcltreeexpview'
,
parameterName
:
'testcltreeexpview'
},
];
const
path
:
string
=
this
.
$viewTool
.
buildUpRoutePath
(
this
.
$route
,
{},
deResParameters
,
parameters
,
[],
viewparam
);
if
(
Object
.
is
(
this
.
$route
.
fullPath
,
path
)){
return
;
}
this
.
$nextTick
(
function
(){
this
.
$router
.
push
(
path
);
})
}
/**
* 数据加载
*
...
...
app_Web/src/widgets/app/main-menu-appmenu/main-menu-appmenu-model.ts
浏览文件 @
0c97fcae
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizbook/quicksearchform-searchform/quicksearchform-searchform-base.vue
浏览文件 @
0c97fcae
...
...
@@ -621,7 +621,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Calendar
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -657,7 +657,7 @@ export default class QUICKSEARCHFORMBase extends Vue implements ControlInterface
*/
public
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
void
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Calendar
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
List
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
app_Web/src/widgets/ibizorder/sform-form/sform-form-base.vue
浏览文件 @
0c97fcae
...
...
@@ -1545,7 +1545,7 @@ export default class SFormBase extends Vue implements ControlInterface {
*/
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
TestCLEditView2
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SEditView3
'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -1580,7 +1580,7 @@ export default class SFormBase extends Vue implements ControlInterface {
*/
public
loadDraft
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
TestCLEditView2
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SEditView3
'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
@@ -1642,7 +1642,7 @@ export default class SFormBase 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
:
'IBIZOrder
TestCLEditView2
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SEditView3
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1750,7 +1750,7 @@ export default class SFormBase 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
:
'IBIZOrder
TestCLEditView2
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SEditView3
'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
...
@@ -1827,7 +1827,7 @@ export default class SFormBase 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
:
'IBIZOrder
TestCLEditView2
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrder
SEditView3
'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
opt
[
0
];
...
...
app_Web/src/widgets/ibizorder/test-cltree-exp-viewtreeexpbar-treeexpbar/test-cltree-exp-viewtreeexpbar-treeexpbar-base.vue
0 → 100644
浏览文件 @
0c97fcae
此差异已折叠。
点击以展开。
app_Web/src/widgets/ibizorder/test-cltree-exp-viewtreeexpbar-treeexpbar/test-cltree-exp-viewtreeexpbar-treeexpbar-model.ts
0 → 100644
浏览文件 @
0c97fcae
/**
* TestCLTreeExpViewtreeexpbar 部件模型
*
* @export
* @class TestCLTreeExpViewtreeexpbarModel
*/
export
default
class
TestCLTreeExpViewtreeexpbarModel
{
/**
* 获取数据项集合
*
* @returns {any[]}
* @memberof TestCLTreeExpViewtreeexpbarModel
*/
public
getDataItems
():
any
[]
{
return
[
{
name
:
'tp'
,
},
{
name
:
'endtime'
,
},
{
name
:
'wfstate'
,
},
{
name
:
'createdate'
,
},
{
name
:
'opinion'
,
},
{
name
:
'updatedate'
,
},
{
name
:
'ordertype'
,
},
{
name
:
'detailnum'
,
},
{
name
:
'wfinstanceid'
,
},
{
name
:
'amount'
,
},
{
name
:
'orderuid'
,
},
{
name
:
'ibizorder'
,
prop
:
'ibizorderid'
,
},
{
name
:
'orderstate'
,
},
{
name
:
'starttime'
,
},
{
name
:
'updateman'
,
},
{
name
:
'wfstep'
,
},
{
name
:
'createman'
,
},
{
name
:
'ibizordername'
,
},
{
name
:
'ordertime'
,
},
{
name
:
'memo'
,
},
{
name
:
'ibizcustomername'
,
},
{
name
:
'ibizcustomerid'
,
},
]
}
}
\ No newline at end of file
app_Web/src/widgets/ibizorder/test-cltree-exp-viewtreeexpbar-treeexpbar/test-cltree-exp-viewtreeexpbar-treeexpbar-service.ts
0 → 100644
浏览文件 @
0c97fcae
import
{
Http
}
from
'@/utils'
;
import
ControlService
from
'@/widgets/control-service'
;
/**
* TestCLTreeExpViewtreeexpbar 部件服务对象
*
* @export
* @class TestCLTreeExpViewtreeexpbarService
*/
export
default
class
TestCLTreeExpViewtreeexpbarService
extends
ControlService
{
}
\ No newline at end of file
app_Web/src/widgets/ibizorder/test-cltree-exp-viewtreeexpbar-treeexpbar/test-cltree-exp-viewtreeexpbar-treeexpbar.less
0 → 100644
浏览文件 @
0c97fcae
.app-tree-exp-bar {
height: 100%;
display: flex;
flex-direction: column;
.tree-exp-bar-header {
line-height: 50px;
border-bottom: 1px solid #ddd;
.tree-exp-bar-title {
font-size: 18px;
padding-left: 8px;
i {
font-size: 20px;
margin-top: -2px;
}
}
}
.exp-bar-action-container {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
.search-container {
width: 30%;
height: 48px;
padding: 10px 10px 10px 0;
min-width: 200px;
max-width: 400px;
}
.toolbar-container{
padding: 4px;
}
.quick-group-container {
padding-top: 8px;
padding-right: 20px;
}
}
.tree-exp-bar-content {
flex-grow: 1;
overflow: auto;
}
}
// this is less
app_Web/src/widgets/ibizorder/test-cltree-exp-viewtreeexpbar-treeexpbar/test-cltree-exp-viewtreeexpbar-treeexpbar.vue
0 → 100644
浏览文件 @
0c97fcae
<
script
lang=
'tsx'
>
import
{
Component
}
from
'vue-property-decorator'
;
import
TestCLTreeExpViewtreeexpbarBase
from
'./test-cltree-exp-viewtreeexpbar-treeexpbar-base.vue'
;
import
view_treeexpbar_tree
from
'@widgets/ibizorder/tree-exp-treeview/tree-exp-treeview.vue'
;
@
Component
({
components
:
{
view_treeexpbar_tree
,
}
})
export
default
class
TestCLTreeExpViewtreeexpbar
extends
TestCLTreeExpViewtreeexpbarBase
{
}
</
script
>
\ No newline at end of file
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
0c97fcae
...
...
@@ -340,7 +340,7 @@
<!--输出实体[IBIZORDER]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizorder-
46
-14"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizorder-
68
-14"
>
<createTable
tableName=
"T_IBIZORDER"
>
<column
name=
"TP"
remarks=
""
type=
"TEXT(1048576)"
>
</column>
...
...
demo-core/src/main/resources/liquibase/view.xml
浏览文件 @
0c97fcae
...
...
@@ -37,7 +37,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZORDER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizorder-
46
-8"
runOnChange=
"true"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizorder-
68
-8"
runOnChange=
"true"
>
<createView
fullDefinition=
"false"
replaceIfExists=
"true"
viewName=
"V_IBIZORDER"
>
<![CDATA[ SELECT t1.[AMOUNT], t1.[CREATEDATE], t1.[CREATEMAN], t1.[DETAILNUM], t1.[IBIZCUSTOMERID], t11.[IBIZCUSTOMERNAME], t1.[IBIZORDERID], t1.[IBIZORDERNAME], t1.[MEMO], t1.[ORDERSTATE], t1.[ORDERTIME], t1.[ORDERTYPE], t1.[ORDERUID], t1.[UPDATEDATE], t1.[UPDATEMAN], t1.[WFINSTANCEID], t1.[WFSTATE], t1.[WFSTEP] FROM [T_IBIZORDER] t1 LEFT JOIN T_IBIZCUSTOMER t11 ON t1.IBIZCUSTOMERID = t11.IBIZCUSTOMERID ]]>
</createView>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录