Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
bab6612b
提交
bab6612b
编写于
12月 01, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
kuaikuai 发布系统代码 [后台服务,演示应用]
上级
6b39934a
变更
13
隐藏空白字符变更
内嵌
并排
正在显示
13 个修改的文件
包含
365 行增加
和
214 行删除
+365
-214
data-dictionary.json
app_Web/public/assets/json/data-dictionary.json
+142
-91
view-config.json
app_Web/public/assets/json/view-config.json
+8
-0
codelist_en_US.ts
app_Web/src/locale/lanres/codelist/codelist_en_US.ts
+20
-13
codelist_zh_CN.ts
app_Web/src/locale/lanres/codelist/codelist_zh_CN.ts
+20
-13
ibizbook_en_US.ts
...Web/src/locale/lanres/entities/ibizbook/ibizbook_en_US.ts
+3
-2
ibizbook_zh_CN.ts
...Web/src/locale/lanres/entities/ibizbook/ibizbook_zh_CN.ts
+3
-2
ibizorder-detail_en_US.ts
...anres/entities/ibizorder-detail/ibizorder-detail_en_US.ts
+7
-0
ibizorder-detail_zh_CN.ts
...anres/entities/ibizorder-detail/ibizorder-detail_zh_CN.ts
+7
-0
codelist.ts
app_Web/src/mock/codelist/codelist.ts
+142
-91
viewconfig.ts
app_Web/src/mock/viewconfig/viewconfig.ts
+8
-0
ibizorder-detail-ui-service-base.ts
...vice/ibizorder-detail/ibizorder-detail-ui-service-base.ts
+1
-0
main5-form-base.vue
...src/widgets/ibizsample0001/main5-form/main5-form-base.vue
+2
-0
main5-form-model.ts
...src/widgets/ibizsample0001/main5-form/main5-form-model.ts
+2
-2
未找到文件。
app_Web/public/assets/json/data-dictionary.json
浏览文件 @
bab6612b
[
[
{
{
"srfkey"
:
"BookSailState"
,
"emptytext"
:
"未定义"
,
"codelisttype"
:
"static"
,
"items"
:
[
{
"id"
:
"100"
,
"label"
:
"未出版"
,
"text"
:
"未出版"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_100"
,
"value"
:
"100"
,
"disabled"
:
false
}
,
{
"id"
:
"200"
,
"label"
:
"等待出版"
,
"text"
:
"等待出版"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_200"
,
"value"
:
"200"
,
"disabled"
:
false
}
,
{
"id"
:
"300"
,
"label"
:
"未上架"
,
"text"
:
"未上架"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_300"
,
"value"
:
"300"
,
"disabled"
:
false
}
,
{
"id"
:
"400"
,
"label"
:
"已上架"
,
"text"
:
"已上架"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_400"
,
"value"
:
"400"
,
"disabled"
:
false
}
]
},
{
"srfkey"
:
"SysOperator"
,
"srfkey"
:
"SysOperator"
,
"emptytext"
:
"未定义"
,
"emptytext"
:
"未定义"
,
"codelisttype"
:
"dynamic"
,
"codelisttype"
:
"dynamic"
,
...
@@ -36,46 +87,6 @@
...
@@ -36,46 +87,6 @@
}
}
]
]
},
},
{
"srfkey"
:
"SCODELIST_NUM"
,
"emptytext"
:
"未定义"
,
"codelisttype"
:
"static"
,
"items"
:
[
{
"id"
:
"1"
,
"label"
:
"类型1"
,
"text"
:
"类型1"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_1"
,
"value"
:
1
,
"disabled"
:
false
}
,
{
"id"
:
"2"
,
"label"
:
"类型2"
,
"text"
:
"类型2"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_2"
,
"value"
:
2
,
"disabled"
:
false
}
,
{
"id"
:
"4"
,
"label"
:
"类型3"
,
"text"
:
"类型3"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_4"
,
"value"
:
4
,
"disabled"
:
false
}
]
},
{
{
"srfkey"
:
"Bookgroup"
,
"srfkey"
:
"Bookgroup"
,
"emptytext"
:
"未定义"
,
"emptytext"
:
"未定义"
,
...
@@ -273,57 +284,6 @@
...
@@ -273,57 +284,6 @@
}
}
]
]
},
},
{
"srfkey"
:
"BookType"
,
"emptytext"
:
"未定义"
,
"codelisttype"
:
"static"
,
"items"
:
[
{
"id"
:
"仙侠"
,
"label"
:
"仙侠"
,
"text"
:
"仙侠"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_1"
,
"value"
:
"仙侠"
,
"disabled"
:
false
}
,
{
"id"
:
"武侠"
,
"label"
:
"武侠"
,
"text"
:
"武侠"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_2"
,
"value"
:
"武侠"
,
"disabled"
:
false
}
,
{
"id"
:
"玄幻"
,
"label"
:
"玄幻"
,
"text"
:
"玄幻"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_3"
,
"value"
:
"玄幻"
,
"disabled"
:
false
}
,
{
"id"
:
"都市"
,
"label"
:
"都市"
,
"text"
:
"都市"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_4"
,
"value"
:
"都市"
,
"disabled"
:
false
}
]
},
{
{
"srfkey"
:
"YesNo"
,
"srfkey"
:
"YesNo"
,
"emptytext"
:
"未定义"
,
"emptytext"
:
"未定义"
,
...
@@ -412,6 +372,97 @@
...
@@ -412,6 +372,97 @@
"appdedataset"
:
"FetchDefault"
,
"appdedataset"
:
"FetchDefault"
,
"items"
:
[]
"items"
:
[]
},
},
{
"srfkey"
:
"SCODELIST_NUM"
,
"emptytext"
:
"未定义"
,
"codelisttype"
:
"static"
,
"items"
:
[
{
"id"
:
"1"
,
"label"
:
"类型1"
,
"text"
:
"类型1"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_1"
,
"value"
:
1
,
"disabled"
:
false
}
,
{
"id"
:
"2"
,
"label"
:
"类型2"
,
"text"
:
"类型2"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_2"
,
"value"
:
2
,
"disabled"
:
false
}
,
{
"id"
:
"4"
,
"label"
:
"类型3"
,
"text"
:
"类型3"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_4"
,
"value"
:
4
,
"disabled"
:
false
}
]
},
{
"srfkey"
:
"BookType"
,
"emptytext"
:
"未定义"
,
"codelisttype"
:
"static"
,
"items"
:
[
{
"id"
:
"仙侠"
,
"label"
:
"仙侠"
,
"text"
:
"仙侠"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_1"
,
"value"
:
"仙侠"
,
"disabled"
:
false
}
,
{
"id"
:
"武侠"
,
"label"
:
"武侠"
,
"text"
:
"武侠"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_2"
,
"value"
:
"武侠"
,
"disabled"
:
false
}
,
{
"id"
:
"玄幻"
,
"label"
:
"玄幻"
,
"text"
:
"玄幻"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_3"
,
"value"
:
"玄幻"
,
"disabled"
:
false
}
,
{
"id"
:
"都市"
,
"label"
:
"都市"
,
"text"
:
"都市"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_4"
,
"value"
:
"都市"
,
"disabled"
:
false
}
]
},
{
{
"srfkey"
:
"S_OrderType"
,
"srfkey"
:
"S_OrderType"
,
"emptytext"
:
"未定义"
,
"emptytext"
:
"未定义"
,
...
...
app_Web/public/assets/json/view-config.json
浏览文件 @
bab6612b
...
@@ -1087,6 +1087,14 @@
...
@@ -1087,6 +1087,14 @@
"viewname"
:
"IBIZSoftwareSuitSGridView"
,
"viewname"
:
"IBIZSoftwareSuitSGridView"
,
"viewtag"
:
"c8845bb5ed3853ec394b9c80eeb0416e"
"viewtag"
:
"c8845bb5ed3853ec394b9c80eeb0416e"
},
},
"ibizorderdetailchartview"
:
{
"title"
:
"订单明细图表视图"
,
"caption"
:
"订单明细"
,
"viewtype"
:
"DECHARTVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZOrderDetailChartView"
,
"viewtag"
:
"ca12f5e01b107fe4af5b19b4f5ab1c4f"
},
"ibizsample0013pickupview"
:
{
"ibizsample0013pickupview"
:
{
"title"
:
"订单明细数据选择视图"
,
"title"
:
"订单明细数据选择视图"
,
"caption"
:
"订单明细"
,
"caption"
:
"订单明细"
,
...
...
app_Web/src/locale/lanres/codelist/codelist_en_US.ts
浏览文件 @
bab6612b
export
default
{
export
default
{
BookSailState
:
{
"100"
:
"未出版"
,
"200"
:
"等待出版"
,
"300"
:
"未上架"
,
"400"
:
"已上架"
,
"empty"
:
""
},
SysOperator
:
{
SysOperator
:
{
"empty"
:
""
,
"empty"
:
""
,
},
},
...
@@ -7,12 +14,6 @@ export default {
...
@@ -7,12 +14,6 @@ export default {
"Hardware"
:
"硬件"
,
"Hardware"
:
"硬件"
,
"empty"
:
""
"empty"
:
""
},
},
SCODELIST_NUM
:
{
"1"
:
"类型1"
,
"2"
:
"类型2"
,
"4"
:
"类型3"
,
"empty"
:
""
},
Bookgroup
:
{
Bookgroup
:
{
"all"
:
"全部"
,
"all"
:
"全部"
,
"onshelf"
:
"已上架"
,
"onshelf"
:
"已上架"
,
...
@@ -38,13 +39,6 @@ export default {
...
@@ -38,13 +39,6 @@ export default {
"4"
:
"处理故障"
,
"4"
:
"处理故障"
,
"empty"
:
""
"empty"
:
""
},
},
BookType
:
{
"仙侠"
:
"仙侠"
,
"武侠"
:
"武侠"
,
"玄幻"
:
"玄幻"
,
"都市"
:
"都市"
,
"empty"
:
""
},
YesNo
:
{
YesNo
:
{
"1"
:
"是"
,
"1"
:
"是"
,
"0"
:
"否"
,
"0"
:
"否"
,
...
@@ -60,6 +54,19 @@ export default {
...
@@ -60,6 +54,19 @@ export default {
ORDERTYPE
:
{
ORDERTYPE
:
{
"empty"
:
""
,
"empty"
:
""
,
},
},
SCODELIST_NUM
:
{
"1"
:
"类型1"
,
"2"
:
"类型2"
,
"4"
:
"类型3"
,
"empty"
:
""
},
BookType
:
{
"仙侠"
:
"仙侠"
,
"武侠"
:
"武侠"
,
"玄幻"
:
"玄幻"
,
"都市"
:
"都市"
,
"empty"
:
""
},
S_OrderType
:
{
S_OrderType
:
{
"10"
:
"销售订单"
,
"10"
:
"销售订单"
,
"20"
:
"采购订单"
,
"20"
:
"采购订单"
,
...
...
app_Web/src/locale/lanres/codelist/codelist_zh_CN.ts
浏览文件 @
bab6612b
export
default
{
export
default
{
BookSailState
:
{
"100"
:
"未出版"
,
"200"
:
"等待出版"
,
"300"
:
"未上架"
,
"400"
:
"已上架"
,
"empty"
:
""
,
},
SysOperator
:
{
SysOperator
:
{
"empty"
:
""
,
"empty"
:
""
,
},
},
...
@@ -7,12 +14,6 @@ export default {
...
@@ -7,12 +14,6 @@ export default {
"Hardware"
:
"硬件"
,
"Hardware"
:
"硬件"
,
"empty"
:
""
,
"empty"
:
""
,
},
},
SCODELIST_NUM
:
{
"1"
:
"类型1"
,
"2"
:
"类型2"
,
"4"
:
"类型3"
,
"empty"
:
""
,
},
Bookgroup
:
{
Bookgroup
:
{
"all"
:
"全部"
,
"all"
:
"全部"
,
"onshelf"
:
"已上架"
,
"onshelf"
:
"已上架"
,
...
@@ -38,13 +39,6 @@ export default {
...
@@ -38,13 +39,6 @@ export default {
"4"
:
"处理故障"
,
"4"
:
"处理故障"
,
"empty"
:
""
,
"empty"
:
""
,
},
},
BookType
:
{
"仙侠"
:
"仙侠"
,
"武侠"
:
"武侠"
,
"玄幻"
:
"玄幻"
,
"都市"
:
"都市"
,
"empty"
:
""
,
},
YesNo
:
{
YesNo
:
{
"1"
:
"是"
,
"1"
:
"是"
,
"0"
:
"否"
,
"0"
:
"否"
,
...
@@ -60,6 +54,19 @@ export default {
...
@@ -60,6 +54,19 @@ export default {
ORDERTYPE
:
{
ORDERTYPE
:
{
"empty"
:
""
,
"empty"
:
""
,
},
},
SCODELIST_NUM
:
{
"1"
:
"类型1"
,
"2"
:
"类型2"
,
"4"
:
"类型3"
,
"empty"
:
""
,
},
BookType
:
{
"仙侠"
:
"仙侠"
,
"武侠"
:
"武侠"
,
"玄幻"
:
"玄幻"
,
"都市"
:
"都市"
,
"empty"
:
""
,
},
S_OrderType
:
{
S_OrderType
:
{
"10"
:
"销售订单"
,
"10"
:
"销售订单"
,
"20"
:
"采购订单"
,
"20"
:
"采购订单"
,
...
...
app_Web/src/locale/lanres/entities/ibizbook/ibizbook_en_US.ts
浏览文件 @
bab6612b
...
@@ -201,10 +201,11 @@ export default {
...
@@ -201,10 +201,11 @@ export default {
price
:
"图书价格"
,
price
:
"图书价格"
,
type
:
"图书类型"
,
type
:
"图书类型"
,
booknumber
:
"图书数量"
,
booknumber
:
"图书数量"
,
subtext
:
"图书描述"
,
icon
:
"图标"
,
icon
:
"图标"
,
returntime
:
"归还日期
"
,
sailstate
:
"图书销售状态
"
,
lendouttime
:
"借出日期"
,
lendouttime
:
"借出日期"
,
returntime
:
"归还日期"
,
subtext
:
"图书描述"
,
createman
:
"建立人"
,
createman
:
"建立人"
,
createdate
:
"建立时间"
,
createdate
:
"建立时间"
,
updateman
:
"更新人"
,
updateman
:
"更新人"
,
...
...
app_Web/src/locale/lanres/entities/ibizbook/ibizbook_zh_CN.ts
浏览文件 @
bab6612b
...
@@ -200,10 +200,11 @@ export default {
...
@@ -200,10 +200,11 @@ export default {
price
:
"图书价格"
,
price
:
"图书价格"
,
type
:
"图书类型"
,
type
:
"图书类型"
,
booknumber
:
"图书数量"
,
booknumber
:
"图书数量"
,
subtext
:
"图书描述"
,
icon
:
"图标"
,
icon
:
"图标"
,
returntime
:
"归还日期
"
,
sailstate
:
"图书销售状态
"
,
lendouttime
:
"借出日期"
,
lendouttime
:
"借出日期"
,
returntime
:
"归还日期"
,
subtext
:
"图书描述"
,
createman
:
"建立人"
,
createman
:
"建立人"
,
createdate
:
"建立时间"
,
createdate
:
"建立时间"
,
updateman
:
"更新人"
,
updateman
:
"更新人"
,
...
...
app_Web/src/locale/lanres/entities/ibizorder-detail/ibizorder-detail_en_US.ts
浏览文件 @
bab6612b
...
@@ -55,6 +55,10 @@ export default {
...
@@ -55,6 +55,10 @@ export default {
caption
:
"orderdetail"
,
caption
:
"orderdetail"
,
title
:
"订单明细编辑视图"
,
title
:
"订单明细编辑视图"
,
},
},
chartview
:
{
caption
:
"orderdetail"
,
title
:
"订单明细图表视图"
,
},
f6gridview
:
{
f6gridview
:
{
caption
:
"orderdetail"
,
caption
:
"orderdetail"
,
title
:
"订单明细表格视图"
,
title
:
"订单明细表格视图"
,
...
@@ -217,6 +221,9 @@ export default {
...
@@ -217,6 +221,9 @@ export default {
uiactions
:
{
uiactions
:
{
},
},
},
},
chart_chart
:
{
nodata
:
""
,
},
default_searchform
:
{
default_searchform
:
{
details
:
{
details
:
{
formpage1
:
""
,
formpage1
:
""
,
...
...
app_Web/src/locale/lanres/entities/ibizorder-detail/ibizorder-detail_zh_CN.ts
浏览文件 @
bab6612b
...
@@ -54,6 +54,10 @@ export default {
...
@@ -54,6 +54,10 @@ export default {
caption
:
"订单明细"
,
caption
:
"订单明细"
,
title
:
"订单明细编辑视图"
,
title
:
"订单明细编辑视图"
,
},
},
chartview
:
{
caption
:
"订单明细"
,
title
:
"订单明细图表视图"
,
},
f6gridview
:
{
f6gridview
:
{
caption
:
"订单明细"
,
caption
:
"订单明细"
,
title
:
"订单明细表格视图"
,
title
:
"订单明细表格视图"
,
...
@@ -216,6 +220,9 @@ export default {
...
@@ -216,6 +220,9 @@ export default {
uiactions
:
{
uiactions
:
{
},
},
},
},
chart_chart
:
{
nodata
:
""
,
},
default_searchform
:
{
default_searchform
:
{
details
:
{
details
:
{
formpage1
:
""
,
formpage1
:
""
,
...
...
app_Web/src/mock/codelist/codelist.ts
浏览文件 @
bab6612b
...
@@ -8,6 +8,57 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
...
@@ -8,6 +8,57 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
let
status
=
MockAdapter
.
mockStatus
(
config
);
let
status
=
MockAdapter
.
mockStatus
(
config
);
return
[
status
,
[
return
[
status
,
[
{
{
srfkey
:
"BookSailState"
,
emptytext
:
"未定义"
,
"codelisttype"
:
"static"
,
items
:
[
{
id
:
"100"
,
label
:
"未出版"
,
text
:
"未出版"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_100"
,
value
:
"100"
,
disabled
:
false
,
},
{
id
:
"200"
,
label
:
"等待出版"
,
text
:
"等待出版"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_200"
,
value
:
"200"
,
disabled
:
false
,
},
{
id
:
"300"
,
label
:
"未上架"
,
text
:
"未上架"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_300"
,
value
:
"300"
,
disabled
:
false
,
},
{
id
:
"400"
,
label
:
"已上架"
,
text
:
"已上架"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_400"
,
value
:
"400"
,
disabled
:
false
,
},
]
},
{
"srfkey"
:
"SysOperator"
,
"srfkey"
:
"SysOperator"
,
"emptytext"
:
"未定义"
,
"emptytext"
:
"未定义"
,
"codelisttype"
:
"dynamic"
,
"codelisttype"
:
"dynamic"
,
...
@@ -44,46 +95,6 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
...
@@ -44,46 +95,6 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
},
]
]
},
},
{
srfkey
:
"SCODELIST_NUM"
,
emptytext
:
"未定义"
,
"codelisttype"
:
"static"
,
items
:
[
{
id
:
"1"
,
label
:
"类型1"
,
text
:
"类型1"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
1
,
disabled
:
false
,
},
{
id
:
"2"
,
label
:
"类型2"
,
text
:
"类型2"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
2
,
disabled
:
false
,
},
{
id
:
"4"
,
label
:
"类型3"
,
text
:
"类型3"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
4
,
disabled
:
false
,
},
]
},
{
{
srfkey
:
"Bookgroup"
,
srfkey
:
"Bookgroup"
,
emptytext
:
"未定义"
,
emptytext
:
"未定义"
,
...
@@ -281,57 +292,6 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
...
@@ -281,57 +292,6 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
},
]
]
},
},
{
srfkey
:
"BookType"
,
emptytext
:
"未定义"
,
"codelisttype"
:
"static"
,
items
:
[
{
id
:
"仙侠"
,
label
:
"仙侠"
,
text
:
"仙侠"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
"仙侠"
,
disabled
:
false
,
},
{
id
:
"武侠"
,
label
:
"武侠"
,
text
:
"武侠"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
"武侠"
,
disabled
:
false
,
},
{
id
:
"玄幻"
,
label
:
"玄幻"
,
text
:
"玄幻"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
"玄幻"
,
disabled
:
false
,
},
{
id
:
"都市"
,
label
:
"都市"
,
text
:
"都市"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
"都市"
,
disabled
:
false
,
},
]
},
{
{
srfkey
:
"YesNo"
,
srfkey
:
"YesNo"
,
emptytext
:
"未定义"
,
emptytext
:
"未定义"
,
...
@@ -420,6 +380,97 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
...
@@ -420,6 +380,97 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
"appdedataset"
:
"FetchDefault"
,
"appdedataset"
:
"FetchDefault"
,
"items"
:
[]
"items"
:
[]
},
},
{
srfkey
:
"SCODELIST_NUM"
,
emptytext
:
"未定义"
,
"codelisttype"
:
"static"
,
items
:
[
{
id
:
"1"
,
label
:
"类型1"
,
text
:
"类型1"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
1
,
disabled
:
false
,
},
{
id
:
"2"
,
label
:
"类型2"
,
text
:
"类型2"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
2
,
disabled
:
false
,
},
{
id
:
"4"
,
label
:
"类型3"
,
text
:
"类型3"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
4
,
disabled
:
false
,
},
]
},
{
srfkey
:
"BookType"
,
emptytext
:
"未定义"
,
"codelisttype"
:
"static"
,
items
:
[
{
id
:
"仙侠"
,
label
:
"仙侠"
,
text
:
"仙侠"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
"仙侠"
,
disabled
:
false
,
},
{
id
:
"武侠"
,
label
:
"武侠"
,
text
:
"武侠"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
"武侠"
,
disabled
:
false
,
},
{
id
:
"玄幻"
,
label
:
"玄幻"
,
text
:
"玄幻"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
"玄幻"
,
disabled
:
false
,
},
{
id
:
"都市"
,
label
:
"都市"
,
text
:
"都市"
,
"class"
:
""
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
"都市"
,
disabled
:
false
,
},
]
},
{
{
srfkey
:
"S_OrderType"
,
srfkey
:
"S_OrderType"
,
emptytext
:
"未定义"
,
emptytext
:
"未定义"
,
...
...
app_Web/src/mock/viewconfig/viewconfig.ts
浏览文件 @
bab6612b
...
@@ -1095,6 +1095,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
...
@@ -1095,6 +1095,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname"
:
"IBIZSoftwareSuitSGridView"
,
"viewname"
:
"IBIZSoftwareSuitSGridView"
,
"viewtag"
:
"c8845bb5ed3853ec394b9c80eeb0416e"
"viewtag"
:
"c8845bb5ed3853ec394b9c80eeb0416e"
},
},
"ibizorderdetailchartview"
:
{
"title"
:
"订单明细图表视图"
,
"caption"
:
"订单明细"
,
"viewtype"
:
"DECHARTVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZOrderDetailChartView"
,
"viewtag"
:
"ca12f5e01b107fe4af5b19b4f5ab1c4f"
},
"ibizsample0013pickupview"
:
{
"ibizsample0013pickupview"
:
{
"title"
:
"订单明细数据选择视图"
,
"title"
:
"订单明细数据选择视图"
,
"caption"
:
"订单明细"
,
"caption"
:
"订单明细"
,
...
...
app_Web/src/uiservice/ibizorder-detail/ibizorder-detail-ui-service-base.ts
浏览文件 @
bab6612b
...
@@ -105,6 +105,7 @@ export default class IBIZOrderDetailUIServiceBase extends UIService {
...
@@ -105,6 +105,7 @@ export default class IBIZOrderDetailUIServiceBase extends UIService {
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'sf2editview'
,
srfappde
:
'ibizorderdetails'
,
component
:
'ibizorder-detail-sf2-edit-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'sf2editview'
,
srfappde
:
'ibizorderdetails'
,
component
:
'ibizorder-detail-sf2-edit-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'sgridview9'
,
srfappde
:
'ibizorderdetails'
,
component
:
'ibizorder-detail-sgrid-view9'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'sgridview9'
,
srfappde
:
'ibizorderdetails'
,
component
:
'ibizorder-detail-sgrid-view9'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'editview'
,
srfappde
:
'ibizorderdetails'
,
component
:
'ibizorder-detail-edit-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'editview'
,
srfappde
:
'ibizorderdetails'
,
component
:
'ibizorder-detail-edit-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'chartview'
,
srfappde
:
'ibizorderdetails'
,
component
:
'ibizorder-detail-chart-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'f6gridview'
,
srfappde
:
'ibizorderdetails'
,
component
:
'ibizorder-detail-f6-grid-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'f6gridview'
,
srfappde
:
'ibizorderdetails'
,
component
:
'ibizorder-detail-f6-grid-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'sgridview'
,
srfappde
:
'ibizorderdetails'
,
component
:
'ibizorder-detail-sgrid-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'sgridview'
,
srfappde
:
'ibizorderdetails'
,
component
:
'ibizorder-detail-sgrid-view'
});
}
}
...
...
app_Web/src/widgets/ibizsample0001/main5-form/main5-form-base.vue
浏览文件 @
bab6612b
...
@@ -190,6 +190,8 @@ dataType="HTMLTEXT" :precision="0"
...
@@ -190,6 +190,8 @@ dataType="HTMLTEXT" :precision="0"
:localParam ='{ }'
:localParam ='{ }'
:disabled="detailsModel.formitem13.disabled"
:disabled="detailsModel.formitem13.disabled"
valueType="string"
valueType="string"
tag='SCODELIST_TEXT'
codelistType='STATIC'
placeholder='请选择...' style="">
placeholder='请选择...' style="">
</dropdown-list-dynamic>
</dropdown-list-dynamic>
</app-form-item>
</app-form-item>
...
...
app_Web/src/widgets/ibizsample0001/main5-form/main5-form-model.ts
浏览文件 @
bab6612b
...
@@ -128,8 +128,8 @@ export default class Main5Model {
...
@@ -128,8 +128,8 @@ export default class Main5Model {
},
},
{
{
name
:
'formitem13'
,
name
:
'formitem13'
,
prop
:
'field
08
'
,
prop
:
'field
14
'
,
dataType
:
'
DATETIME
'
,
dataType
:
'
SSCODELIST
'
,
},
},
{
{
name
:
'formitem14'
,
name
:
'formitem14'
,
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录