Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
iBiz企业中心
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz企业套件
iBiz企业中心
提交
7dd1a227
提交
7dd1a227
编写于
6月 18, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chitanda 发布系统代码
上级
e3b878d0
变更
15
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
15 个修改的文件
包含
2340 行增加
和
44 行删除
+2340
-44
view-config.json
app_BusinessCentral/public/assets/json/view-config.json
+20
-0
contact_en_US.ts
...ntral/src/locale/lanres/entities/contact/contact_en_US.ts
+49
-10
contact_zh_CN.ts
...ntral/src/locale/lanres/entities/contact/contact_zh_CN.ts
+49
-10
viewconfig.ts
app_BusinessCentral/src/mock/viewconfig/viewconfig.ts
+16
-0
contact-info-abstract-base.vue
...base/contact-info-abstract/contact-info-abstract-base.vue
+0
-14
contact-info-abstract.less
...ges/base/contact-info-abstract/contact-info-abstract.less
+0
-2
contact-info-detail.vue
...rc/pages/base/contact-info-detail/contact-info-detail.vue
+1
-1
state.ts
app_BusinessCentral/src/store/modules/view-action/state.ts
+1
-0
contact-ui-service-base.ts
...sCentral/src/uiservice/contact/contact-ui-service-base.ts
+2
-0
book-info-form-base.vue
...rc/widgets/contact/book-info-form/book-info-form-base.vue
+1698
-0
book-info-form-model.ts
...rc/widgets/contact/book-info-form/book-info-form-model.ts
+96
-0
book-info-form-service.ts
.../widgets/contact/book-info-form/book-info-form-service.ts
+383
-0
book-info-form.less
...al/src/widgets/contact/book-info-form/book-info-form.less
+4
-0
book-info-form.vue
...ral/src/widgets/contact/book-info-form/book-info-form.vue
+14
-0
h2_table.xml
...esscentral-core/src/main/resources/liquibase/h2_table.xml
+7
-7
未找到文件。
app_BusinessCentral/public/assets/json/view-config.json
浏览文件 @
7dd1a227
...
@@ -129,6 +129,16 @@
...
@@ -129,6 +129,16 @@
"viewtag"
:
"1d3b94223a5d3f8ab1d2fe334c8c4afd"
,
"viewtag"
:
"1d3b94223a5d3f8ab1d2fe334c8c4afd"
,
"memo"
:
"系统自动添加"
"memo"
:
"系统自动添加"
},
},
"contactinfo_person"
:
{
"title"
:
"联系人编辑视图"
,
"caption"
:
"联系人"
,
"viewtype"
:
"DEEDITVIEW"
,
"viewmodule"
:
"Base"
,
"viewname"
:
"ContactInfo_Person"
,
"viewfilename"
:
"contact-info-person"
,
"viewtag"
:
"21eb3cee3363f2590cf0cf6af8446300"
,
"memo"
:
""
},
"ibizlistgridview"
:
{
"ibizlistgridview"
:
{
"title"
:
"list表格视图"
,
"title"
:
"list表格视图"
,
"caption"
:
"市场营销列表"
,
"caption"
:
"市场营销列表"
,
...
@@ -389,6 +399,16 @@
...
@@ -389,6 +399,16 @@
"viewtag"
:
"60093dd36f07238d7a7e72e9ed372942"
,
"viewtag"
:
"60093dd36f07238d7a7e72e9ed372942"
,
"memo"
:
""
"memo"
:
""
},
},
"contactinfo_market"
:
{
"title"
:
"联系人编辑视图"
,
"caption"
:
"联系人"
,
"viewtype"
:
"DEEDITVIEW"
,
"viewmodule"
:
"Base"
,
"viewname"
:
"ContactInfo_Market"
,
"viewfilename"
:
"contact-info-market"
,
"viewtag"
:
"615ceb2945e3cfe7404850aeadae188d"
,
"memo"
:
""
},
"contactdashboardview"
:
{
"contactdashboardview"
:
{
"title"
:
"联系人数据看板视图"
,
"title"
:
"联系人数据看板视图"
,
"caption"
:
"联系人"
,
"caption"
:
"联系人"
,
...
...
app_BusinessCentral/src/locale/lanres/entities/contact/contact_en_US.ts
浏览文件 @
7dd1a227
...
@@ -206,6 +206,10 @@ export default {
...
@@ -206,6 +206,10 @@ export default {
gridview
:
{
gridview
:
{
caption
:
"联系人"
,
caption
:
"联系人"
,
title
:
'contact表格视图'
,
title
:
'contact表格视图'
,
},
info_person
:
{
caption
:
"联系人"
,
title
:
'联系人编辑视图'
,
},
},
info_abstract
:
{
info_abstract
:
{
caption
:
"联系人"
,
caption
:
"联系人"
,
...
@@ -213,6 +217,10 @@ export default {
...
@@ -213,6 +217,10 @@ export default {
},
},
info_detail
:
{
info_detail
:
{
caption
:
"联系人"
,
caption
:
"联系人"
,
title
:
'联系人编辑视图'
,
},
info_market
:
{
caption
:
"联系人"
,
title
:
'联系人编辑视图'
,
title
:
'联系人编辑视图'
,
},
},
dashboardview
:
{
dashboardview
:
{
...
@@ -300,12 +308,31 @@ export default {
...
@@ -300,12 +308,31 @@ export default {
uiactions
:
{
uiactions
:
{
},
},
},
},
detail
info_form
:
{
book
info_form
:
{
details
:
{
details
:
{
group1
:
"个人信息"
,
grouppanel1
:
"市场营销"
,
grouppanel2
:
"记账"
,
grouppanel2
:
"记账"
,
grouppanel3
:
"送货"
,
formpage1
:
"基本信息"
,
srfupdatedate
:
"更新时间"
,
srforikey
:
""
,
srfkey
:
"联系人"
,
srfmajortext
:
"全名"
,
srftempmode
:
""
,
srfuf
:
""
,
srfdeid
:
""
,
srfsourcekey
:
""
,
transactioncurrencyname
:
"货币"
,
creditlimit
:
"信用额度"
,
creditonhold
:
"信用冻结"
,
paymenttermscode
:
"付款方式"
,
transactioncurrencyid
:
"货币"
,
contactid
:
"联系人"
,
},
uiactions
:
{
},
},
personinfo_form
:
{
details
:
{
group1
:
"联系人基本信息"
,
formpage1
:
"基本信息"
,
formpage1
:
"基本信息"
,
srfupdatedate
:
"更新时间"
,
srfupdatedate
:
"更新时间"
,
srforikey
:
""
,
srforikey
:
""
,
...
@@ -320,14 +347,28 @@ export default {
...
@@ -320,14 +347,28 @@ export default {
spousesname
:
"配偶/伴侣姓名"
,
spousesname
:
"配偶/伴侣姓名"
,
birthdate
:
"生日"
,
birthdate
:
"生日"
,
anniversary
:
"纪念日"
,
anniversary
:
"纪念日"
,
contactid
:
"联系人"
,
},
uiactions
:
{
},
},
market_form
:
{
details
:
{
group1
:
"联系人基本信息"
,
formpage1
:
"基本信息"
,
srfupdatedate
:
"更新时间"
,
srforikey
:
""
,
srfkey
:
"联系人"
,
srfmajortext
:
"全名"
,
srftempmode
:
""
,
srfuf
:
""
,
srfdeid
:
""
,
srfsourcekey
:
""
,
originatingleadname
:
"原始潜在顾客"
,
originatingleadname
:
"原始潜在顾客"
,
lastusedincampaign
:
"上次参与市场活动的日期"
,
lastusedincampaign
:
"上次参与市场活动的日期"
,
donotsendmm
:
"发送市场营销资料"
,
donotsendmm
:
"发送市场营销资料"
,
transactioncurrencyname
:
"货币"
,
creditlimit
:
"信用额度"
,
creditonhold
:
"信用冻结"
,
paymenttermscode
:
"付款方式"
,
shippingmethodcode
:
"送货方式"
,
shippingmethodcode
:
"送货方式"
,
originatingleadid
:
"原始潜在顾客"
,
contactid
:
"联系人"
,
contactid
:
"联系人"
,
},
},
uiactions
:
{
uiactions
:
{
...
@@ -448,8 +489,6 @@ export default {
...
@@ -448,8 +489,6 @@ export default {
tip
:
"Filter"
,
tip
:
"Filter"
,
},
},
},
},
info_abstracttoolbar_toolbar
:
{
},
byaccounttoolbar_toolbar
:
{
byaccounttoolbar_toolbar
:
{
tbitem1_openquickcreateview
:
{
tbitem1_openquickcreateview
:
{
caption
:
"新建"
,
caption
:
"新建"
,
...
...
app_BusinessCentral/src/locale/lanres/entities/contact/contact_zh_CN.ts
浏览文件 @
7dd1a227
...
@@ -205,6 +205,10 @@ export default {
...
@@ -205,6 +205,10 @@ export default {
gridview
:
{
gridview
:
{
caption
:
'联系人'
,
caption
:
'联系人'
,
title
:
'contact表格视图'
,
title
:
'contact表格视图'
,
},
info_person
:
{
caption
:
'联系人'
,
title
:
'联系人编辑视图'
,
},
},
info_abstract
:
{
info_abstract
:
{
caption
:
'联系人'
,
caption
:
'联系人'
,
...
@@ -212,6 +216,10 @@ export default {
...
@@ -212,6 +216,10 @@ export default {
},
},
info_detail
:
{
info_detail
:
{
caption
:
'联系人'
,
caption
:
'联系人'
,
title
:
'联系人编辑视图'
,
},
info_market
:
{
caption
:
'联系人'
,
title
:
'联系人编辑视图'
,
title
:
'联系人编辑视图'
,
},
},
dashboardview
:
{
dashboardview
:
{
...
@@ -299,12 +307,31 @@ export default {
...
@@ -299,12 +307,31 @@ export default {
uiactions
:
{
uiactions
:
{
},
},
},
},
detail
info_form
:
{
book
info_form
:
{
details
:
{
details
:
{
group1
:
'个人信息'
,
grouppanel1
:
'市场营销'
,
grouppanel2
:
'记账'
,
grouppanel2
:
'记账'
,
grouppanel3
:
'送货'
,
formpage1
:
'基本信息'
,
srfupdatedate
:
'更新时间'
,
srforikey
:
''
,
srfkey
:
'联系人'
,
srfmajortext
:
'全名'
,
srftempmode
:
''
,
srfuf
:
''
,
srfdeid
:
''
,
srfsourcekey
:
''
,
transactioncurrencyname
:
'货币'
,
creditlimit
:
'信用额度'
,
creditonhold
:
'信用冻结'
,
paymenttermscode
:
'付款方式'
,
transactioncurrencyid
:
'货币'
,
contactid
:
'联系人'
,
},
uiactions
:
{
},
},
personinfo_form
:
{
details
:
{
group1
:
'联系人基本信息'
,
formpage1
:
'基本信息'
,
formpage1
:
'基本信息'
,
srfupdatedate
:
'更新时间'
,
srfupdatedate
:
'更新时间'
,
srforikey
:
''
,
srforikey
:
''
,
...
@@ -319,14 +346,28 @@ export default {
...
@@ -319,14 +346,28 @@ export default {
spousesname
:
'配偶/伴侣姓名'
,
spousesname
:
'配偶/伴侣姓名'
,
birthdate
:
'生日'
,
birthdate
:
'生日'
,
anniversary
:
'纪念日'
,
anniversary
:
'纪念日'
,
contactid
:
'联系人'
,
},
uiactions
:
{
},
},
market_form
:
{
details
:
{
group1
:
'联系人基本信息'
,
formpage1
:
'基本信息'
,
srfupdatedate
:
'更新时间'
,
srforikey
:
''
,
srfkey
:
'联系人'
,
srfmajortext
:
'全名'
,
srftempmode
:
''
,
srfuf
:
''
,
srfdeid
:
''
,
srfsourcekey
:
''
,
originatingleadname
:
'原始潜在顾客'
,
originatingleadname
:
'原始潜在顾客'
,
lastusedincampaign
:
'上次参与市场活动的日期'
,
lastusedincampaign
:
'上次参与市场活动的日期'
,
donotsendmm
:
'发送市场营销资料'
,
donotsendmm
:
'发送市场营销资料'
,
transactioncurrencyname
:
'货币'
,
creditlimit
:
'信用额度'
,
creditonhold
:
'信用冻结'
,
paymenttermscode
:
'付款方式'
,
shippingmethodcode
:
'送货方式'
,
shippingmethodcode
:
'送货方式'
,
originatingleadid
:
'原始潜在顾客'
,
contactid
:
'联系人'
,
contactid
:
'联系人'
,
},
},
uiactions
:
{
uiactions
:
{
...
@@ -447,8 +488,6 @@ export default {
...
@@ -447,8 +488,6 @@ export default {
tip
:
'过滤'
,
tip
:
'过滤'
,
},
},
},
},
info_abstracttoolbar_toolbar
:
{
},
byaccounttoolbar_toolbar
:
{
byaccounttoolbar_toolbar
:
{
tbitem1_openquickcreateview
:
{
tbitem1_openquickcreateview
:
{
caption
:
'新建'
,
caption
:
'新建'
,
...
...
app_BusinessCentral/src/mock/viewconfig/viewconfig.ts
浏览文件 @
7dd1a227
...
@@ -111,6 +111,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
...
@@ -111,6 +111,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname"
:
"AccountInfo_Account"
,
"viewname"
:
"AccountInfo_Account"
,
"viewtag"
:
"1d3b94223a5d3f8ab1d2fe334c8c4afd"
"viewtag"
:
"1d3b94223a5d3f8ab1d2fe334c8c4afd"
},
},
"contactinfo_person"
:
{
"title"
:
"联系人编辑视图"
,
"caption"
:
"联系人"
,
"viewtype"
:
"DEEDITVIEW"
,
"viewmodule"
:
"Base"
,
"viewname"
:
"ContactInfo_Person"
,
"viewtag"
:
"21eb3cee3363f2590cf0cf6af8446300"
},
"ibizlistgridview"
:
{
"ibizlistgridview"
:
{
"title"
:
"list表格视图"
,
"title"
:
"list表格视图"
,
"caption"
:
"市场营销列表"
,
"caption"
:
"市场营销列表"
,
...
@@ -319,6 +327,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
...
@@ -319,6 +327,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname"
:
"ContactInfo_Detail"
,
"viewname"
:
"ContactInfo_Detail"
,
"viewtag"
:
"60093dd36f07238d7a7e72e9ed372942"
"viewtag"
:
"60093dd36f07238d7a7e72e9ed372942"
},
},
"contactinfo_market"
:
{
"title"
:
"联系人编辑视图"
,
"caption"
:
"联系人"
,
"viewtype"
:
"DEEDITVIEW"
,
"viewmodule"
:
"Base"
,
"viewname"
:
"ContactInfo_Market"
,
"viewtag"
:
"615ceb2945e3cfe7404850aeadae188d"
},
"contactdashboardview"
:
{
"contactdashboardview"
:
{
"title"
:
"联系人数据看板视图"
,
"title"
:
"联系人数据看板视图"
,
"caption"
:
"联系人"
,
"caption"
:
"联系人"
,
...
...
app_BusinessCentral/src/pages/base/contact-info-abstract/contact-info-abstract-base.vue
浏览文件 @
7dd1a227
...
@@ -3,10 +3,6 @@
...
@@ -3,10 +3,6 @@
<template
slot=
'title'
>
<template
slot=
'title'
>
<span
class=
'caption-info'
>
{{
$t
(
model
.
srfTitle
)
}}
</span>
<span
class=
'caption-info'
>
{{
$t
(
model
.
srfTitle
)
}}
</span>
</
template
>
</
template
>
<
template
slot=
"toolbar"
>
<div
class=
'toolbar-container'
>
</div>
</
template
>
<view
_form
<view
_form
:viewState=
"viewState"
:viewState=
"viewState"
:viewparams=
"viewparams"
:viewparams=
"viewparams"
...
@@ -184,7 +180,6 @@ export default class ContactInfo_AbstractBase extends Vue {
...
@@ -184,7 +180,6 @@ export default class ContactInfo_AbstractBase extends Vue {
* @memberof ContactInfo_AbstractBase
* @memberof ContactInfo_AbstractBase
*/
*/
public
containerModel
:
any
=
{
public
containerModel
:
any
=
{
view_toolbar
:
{
name
:
'toolbar'
,
type
:
'TOOLBAR'
},
view_form
:
{
name
:
'form'
,
type
:
'FORM'
},
view_form
:
{
name
:
'form'
,
type
:
'FORM'
},
};
};
...
@@ -212,15 +207,6 @@ export default class ContactInfo_AbstractBase extends Vue {
...
@@ -212,15 +207,6 @@ export default class ContactInfo_AbstractBase extends Vue {
* @memberof ContactInfo_AbstractBase
* @memberof ContactInfo_AbstractBase
*/
*/
public
viewState
:
Subject
<
ViewState
>
=
new
Subject
();
public
viewState
:
Subject
<
ViewState
>
=
new
Subject
();
/**
* 工具栏模型
*
* @type {*}
* @memberof ContactInfo_Abstract
*/
public
toolBarModels
:
any
=
{
};
...
...
app_BusinessCentral/src/pages/base/contact-info-abstract/contact-info-abstract.less
浏览文件 @
7dd1a227
...
@@ -2,7 +2,5 @@
...
@@ -2,7 +2,5 @@
.contact-info-abstract {
.contact-info-abstract {
--contact-info-abstract: 0;
--contact-info-abstract: 0;
}
}
// 视图样式
// this is less
app_BusinessCentral/src/pages/base/contact-info-detail/contact-info-detail.vue
浏览文件 @
7dd1a227
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
import
{
Component
}
from
'vue-property-decorator'
;
import
{
Component
}
from
'vue-property-decorator'
;
import
ContactInfo_DetailBase
from
'./contact-info-detail-base.vue'
;
import
ContactInfo_DetailBase
from
'./contact-info-detail-base.vue'
;
import
view_form
from
'@widgets/contact/
detail-info-form/detail
-info-form.vue'
;
import
view_form
from
'@widgets/contact/
book-info-form/book
-info-form.vue'
;
@
Component
({
@
Component
({
components
:
{
components
:
{
view_form
,
view_form
,
...
...
app_BusinessCentral/src/store/modules/view-action/state.ts
浏览文件 @
7dd1a227
...
@@ -370,6 +370,7 @@ export const viewstate: any = {
...
@@ -370,6 +370,7 @@ export const viewstate: any = {
viewaction
:
''
,
viewaction
:
''
,
viewdatachange
:
false
,
viewdatachange
:
false
,
refviews
:
[
refviews
:
[
'da3f8c1f20f440f3df54d6c13a8de586'
,
],
],
},
},
{
{
...
...
app_BusinessCentral/src/uiservice/contact/contact-ui-service-base.ts
浏览文件 @
7dd1a227
...
@@ -80,8 +80,10 @@ export default class ContactUIServiceBase extends UIService {
...
@@ -80,8 +80,10 @@ export default class ContactUIServiceBase extends UIService {
*/
*/
public
initViewMap
(){
public
initViewMap
(){
this
.
allViewMap
.
set
(
'MDATAVIEW:'
,{
viewname
:
'gridview'
,
srfappde
:
'contacts'
});
this
.
allViewMap
.
set
(
'MDATAVIEW:'
,{
viewname
:
'gridview'
,
srfappde
:
'contacts'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'info_person'
,
srfappde
:
'contacts'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'info_abstract'
,
srfappde
:
'contacts'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'info_abstract'
,
srfappde
:
'contacts'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'info_detail'
,
srfappde
:
'contacts'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'info_detail'
,
srfappde
:
'contacts'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'info_market'
,
srfappde
:
'contacts'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'dashboardview'
,
srfappde
:
'contacts'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'dashboardview'
,
srfappde
:
'contacts'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'pickupgridview'
,
srfappde
:
'contacts'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'pickupgridview'
,
srfappde
:
'contacts'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'byaccount'
,
srfappde
:
'contacts'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'byaccount'
,
srfappde
:
'contacts'
});
...
...
app_BusinessCentral/src/widgets/contact/book-info-form/book-info-form-base.vue
0 → 100644
浏览文件 @
7dd1a227
此差异已折叠。
点击以展开。
app_BusinessCentral/src/widgets/contact/book-info-form/book-info-form-model.ts
0 → 100644
浏览文件 @
7dd1a227
/**
* BookInfo 部件模型
*
* @export
* @class BookInfoModel
*/
export
default
class
BookInfoModel
{
/**
* 获取数据项集合
*
* @returns {any[]}
* @memberof BookInfoModel
*/
public
getDataItems
():
any
[]
{
return
[
{
name
:
'srfwfmemo'
,
prop
:
'srfwfmemo'
,
dataType
:
'TEXT'
,
},
// 前端新增修改标识,新增为"0",修改为"1"或未设值
{
name
:
'srffrontuf'
,
prop
:
'srffrontuf'
,
dataType
:
'TEXT'
,
},
{
name
:
'srfupdatedate'
,
prop
:
'updatedate'
,
dataType
:
'DATETIME'
,
},
{
name
:
'srforikey'
,
},
{
name
:
'srfkey'
,
prop
:
'contactid'
,
dataType
:
'GUID'
,
},
{
name
:
'srfmajortext'
,
prop
:
'fullname'
,
dataType
:
'TEXT'
,
},
{
name
:
'srftempmode'
,
},
{
name
:
'srfuf'
,
},
{
name
:
'srfdeid'
,
},
{
name
:
'srfsourcekey'
,
},
{
name
:
'transactioncurrencyname'
,
prop
:
'transactioncurrencyname'
,
dataType
:
'PICKUPTEXT'
,
},
{
name
:
'creditlimit'
,
prop
:
'creditlimit'
,
dataType
:
'BIGDECIMAL'
,
},
{
name
:
'creditonhold'
,
prop
:
'creditonhold'
,
dataType
:
'YESNO'
,
},
{
name
:
'paymenttermscode'
,
prop
:
'paymenttermscode'
,
dataType
:
'SSCODELIST'
,
},
{
name
:
'transactioncurrencyid'
,
prop
:
'transactioncurrencyid'
,
dataType
:
'PICKUP'
,
},
{
name
:
'contactid'
,
prop
:
'contactid'
,
dataType
:
'GUID'
,
},
{
name
:
'contact'
,
prop
:
'contactid'
,
dataType
:
'FONTKEY'
,
},
]
}
}
\ No newline at end of file
app_BusinessCentral/src/widgets/contact/book-info-form/book-info-form-service.ts
0 → 100644
浏览文件 @
7dd1a227
此差异已折叠。
点击以展开。
app_BusinessCentral/src/widgets/contact/book-info-form/book-info-form.less
0 → 100644
浏览文件 @
7dd1a227
.form {
--form: 0px;
}
// this is less
app_BusinessCentral/src/widgets/contact/book-info-form/book-info-form.vue
0 → 100644
浏览文件 @
7dd1a227
<
script
lang=
'tsx'
>
import
{
Component
}
from
'vue-property-decorator'
;
import
BookInfoBase
from
'./book-info-form-base.vue'
;
@
Component
({
components
:
{
}
})
export
default
class
BookInfo
extends
BookInfoBase
{
}
</
script
>
\ No newline at end of file
businesscentral-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
7dd1a227
...
@@ -3182,7 +3182,7 @@
...
@@ -3182,7 +3182,7 @@
<!--输出实体[CONTACT]数据结构 -->
<!--输出实体[CONTACT]数据结构 -->
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"tab-contact-1
02
-43"
>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"tab-contact-1
13
-43"
>
<createTable
tableName=
"CONTACT"
>
<createTable
tableName=
"CONTACT"
>
<column
name=
"ADDRESS1_FREIGHTTERMSCODE"
remarks=
""
type=
"VARCHAR(30)"
>
<column
name=
"ADDRESS1_FREIGHTTERMSCODE"
remarks=
""
type=
"VARCHAR(30)"
>
</column>
</column>
...
@@ -11021,22 +11021,22 @@
...
@@ -11021,22 +11021,22 @@
<addForeignKeyConstraint
baseColumnNames=
"TRANSACTIONCURRENCYID"
baseTableName=
"MONTHLYFISCALCALENDAR"
constraintName=
"DER1N_MONTHLYFISCALCALENDAR__T"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"TRANSACTIONCURRENCYID"
referencedTableName=
"TRANSACTIONCURRENCY"
validate=
"true"
/>
<addForeignKeyConstraint
baseColumnNames=
"TRANSACTIONCURRENCYID"
baseTableName=
"MONTHLYFISCALCALENDAR"
constraintName=
"DER1N_MONTHLYFISCALCALENDAR__T"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"TRANSACTIONCURRENCYID"
referencedTableName=
"TRANSACTIONCURRENCY"
validate=
"true"
/>
</changeSet>
</changeSet>
<!--输出实体[CONTACT]外键关系 -->
<!--输出实体[CONTACT]外键关系 -->
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-contact-1
02
-212"
>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-contact-1
13
-212"
>
<addForeignKeyConstraint
baseColumnNames=
"PREFERREDEQUIPMENTID"
baseTableName=
"CONTACT"
constraintName=
"DER1N_CONTACT__EQUIPMENT__PREF"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"EQUIPMENTID"
referencedTableName=
"EQUIPMENT"
validate=
"true"
/>
<addForeignKeyConstraint
baseColumnNames=
"PREFERREDEQUIPMENTID"
baseTableName=
"CONTACT"
constraintName=
"DER1N_CONTACT__EQUIPMENT__PREF"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"EQUIPMENTID"
referencedTableName=
"EQUIPMENT"
validate=
"true"
/>
</changeSet>
</changeSet>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-contact-1
02
-213"
>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-contact-1
13
-213"
>
<addForeignKeyConstraint
baseColumnNames=
"ORIGINATINGLEADID"
baseTableName=
"CONTACT"
constraintName=
"DER1N_CONTACT__LEAD__ORIGINATI"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"LEADID"
referencedTableName=
"LEAD"
validate=
"true"
/>
<addForeignKeyConstraint
baseColumnNames=
"ORIGINATINGLEADID"
baseTableName=
"CONTACT"
constraintName=
"DER1N_CONTACT__LEAD__ORIGINATI"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"LEADID"
referencedTableName=
"LEAD"
validate=
"true"
/>
</changeSet>
</changeSet>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-contact-1
02
-214"
>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-contact-1
13
-214"
>
<addForeignKeyConstraint
baseColumnNames=
"DEFAULTPRICELEVELID"
baseTableName=
"CONTACT"
constraintName=
"DER1N_CONTACT__PRICELEVEL__DEF"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"PRICELEVELID"
referencedTableName=
"PRICELEVEL"
validate=
"true"
/>
<addForeignKeyConstraint
baseColumnNames=
"DEFAULTPRICELEVELID"
baseTableName=
"CONTACT"
constraintName=
"DER1N_CONTACT__PRICELEVEL__DEF"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"PRICELEVELID"
referencedTableName=
"PRICELEVEL"
validate=
"true"
/>
</changeSet>
</changeSet>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-contact-1
02
-215"
>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-contact-1
13
-215"
>
<addForeignKeyConstraint
baseColumnNames=
"PREFERREDSERVICEID"
baseTableName=
"CONTACT"
constraintName=
"DER1N_CONTACT__SERVICE__PREFER"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"SERVICEID"
referencedTableName=
"SERVICE"
validate=
"true"
/>
<addForeignKeyConstraint
baseColumnNames=
"PREFERREDSERVICEID"
baseTableName=
"CONTACT"
constraintName=
"DER1N_CONTACT__SERVICE__PREFER"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"SERVICEID"
referencedTableName=
"SERVICE"
validate=
"true"
/>
</changeSet>
</changeSet>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-contact-1
02
-216"
>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-contact-1
13
-216"
>
<addForeignKeyConstraint
baseColumnNames=
"SLAID"
baseTableName=
"CONTACT"
constraintName=
"DER1N_CONTACT__SLA__SLAID"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"SLAID"
referencedTableName=
"SLA"
validate=
"true"
/>
<addForeignKeyConstraint
baseColumnNames=
"SLAID"
baseTableName=
"CONTACT"
constraintName=
"DER1N_CONTACT__SLA__SLAID"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"SLAID"
referencedTableName=
"SLA"
validate=
"true"
/>
</changeSet>
</changeSet>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-contact-1
02
-217"
>
<changeSet
author=
"a_LAB01_e85d8801c"
id=
"fk-contact-1
13
-217"
>
<addForeignKeyConstraint
baseColumnNames=
"TRANSACTIONCURRENCYID"
baseTableName=
"CONTACT"
constraintName=
"DER1N_CONTACT__TRANSACTIONCURR"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"TRANSACTIONCURRENCYID"
referencedTableName=
"TRANSACTIONCURRENCY"
validate=
"true"
/>
<addForeignKeyConstraint
baseColumnNames=
"TRANSACTIONCURRENCYID"
baseTableName=
"CONTACT"
constraintName=
"DER1N_CONTACT__TRANSACTIONCURR"
deferrable=
"false"
initiallyDeferred=
"false"
onDelete=
"RESTRICT"
onUpdate=
"RESTRICT"
referencedColumnNames=
"TRANSACTIONCURRENCYID"
referencedTableName=
"TRANSACTIONCURRENCY"
validate=
"true"
/>
</changeSet>
</changeSet>
<!--输出实体[TEAM]外键关系 -->
<!--输出实体[TEAM]外键关系 -->
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录