Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
iBiz企业中心
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz企业套件
iBiz企业中心
提交
78ffbda2
提交
78ffbda2
编写于
6月 19, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chitanda 发布系统代码
上级
802300ba
变更
6
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
387 行增加
和
360 行删除
+387
-360
view-config.json
app_BusinessCentral/public/assets/json/view-config.json
+10
-0
lead_en_US.ts
...nessCentral/src/locale/lanres/entities/lead/lead_en_US.ts
+4
-0
lead_zh_CN.ts
...nessCentral/src/locale/lanres/entities/lead/lead_zh_CN.ts
+4
-0
codelist.ts
app_BusinessCentral/src/mock/codelist/codelist.ts
+360
-360
viewconfig.ts
app_BusinessCentral/src/mock/viewconfig/viewconfig.ts
+8
-0
lead-ui-service-base.ts
...usinessCentral/src/uiservice/lead/lead-ui-service-base.ts
+1
-0
未找到文件。
app_BusinessCentral/public/assets/json/view-config.json
浏览文件 @
78ffbda2
...
...
@@ -979,6 +979,16 @@
"viewtag"
:
"b53373df8bf30a970e738602c7a83666"
,
"memo"
:
""
},
"leaddashboardview"
:
{
"title"
:
"潜在顾客数据看板视图"
,
"caption"
:
"潜在顾客"
,
"viewtype"
:
"DEPORTALVIEW"
,
"viewmodule"
:
"Sales"
,
"viewname"
:
"LeadDashboardView"
,
"viewfilename"
:
"lead-dashboard-view"
,
"viewtag"
:
"b5ff54b0672efd3222a44d81f4e7362e"
,
"memo"
:
""
},
"contactpickupview"
:
{
"title"
:
"联系人数据选择视图"
,
"caption"
:
"联系人"
,
...
...
app_BusinessCentral/src/locale/lanres/entities/lead/lead_en_US.ts
浏览文件 @
78ffbda2
...
...
@@ -189,6 +189,10 @@ export default {
info_company
:
{
caption
:
"潜在顾客"
,
title
:
'潜在顾客编辑视图'
,
},
dashboardview
:
{
caption
:
"潜在顾客"
,
title
:
'潜在顾客数据看板视图'
,
},
info_detail
:
{
caption
:
"潜在顾客"
,
...
...
app_BusinessCentral/src/locale/lanres/entities/lead/lead_zh_CN.ts
浏览文件 @
78ffbda2
...
...
@@ -188,6 +188,10 @@ export default {
info_company
:
{
caption
:
'潜在顾客'
,
title
:
'潜在顾客编辑视图'
,
},
dashboardview
:
{
caption
:
'潜在顾客'
,
title
:
'潜在顾客数据看板视图'
,
},
info_detail
:
{
caption
:
'潜在顾客'
,
...
...
app_BusinessCentral/src/mock/codelist/codelist.ts
浏览文件 @
78ffbda2
...
...
@@ -14,8 +14,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Account'
,
text
:
'Account'
,
label
:
"Account"
,
text
:
"Account"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -24,8 +24,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'Contact'
,
text
:
'Contact'
,
label
:
"Contact"
,
text
:
"Contact"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -34,8 +34,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'4'
,
label
:
'Lead'
,
text
:
'Lead'
,
label
:
"Lead"
,
text
:
"Lead"
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
'4'
,
...
...
@@ -51,8 +51,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'2'
,
label
:
'Appointment'
,
text
:
'Appointment'
,
label
:
"Appointment"
,
text
:
"Appointment"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -61,8 +61,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'7'
,
label
:
'Email'
,
text
:
'Email'
,
label
:
"Email"
,
text
:
"Email"
,
"data"
:
""
,
"codename"
:
"Item_7"
,
value
:
'7'
,
...
...
@@ -71,8 +71,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'8'
,
label
:
'Email via Mail Merge'
,
text
:
'Email via Mail Merge'
,
label
:
"Email via Mail Merge"
,
text
:
"Email via Mail Merge"
,
"data"
:
""
,
"codename"
:
"Item_8"
,
value
:
'8'
,
...
...
@@ -81,8 +81,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'5'
,
label
:
'Fax'
,
text
:
'Fax'
,
label
:
"Fax"
,
text
:
"Fax"
,
"data"
:
""
,
"codename"
:
"Item_5"
,
value
:
'5'
,
...
...
@@ -91,8 +91,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'6'
,
label
:
'Fax via Mail Merge'
,
text
:
'Fax via Mail Merge'
,
label
:
"Fax via Mail Merge"
,
text
:
"Fax via Mail Merge"
,
"data"
:
""
,
"codename"
:
"Item_6"
,
value
:
'6'
,
...
...
@@ -101,8 +101,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'3'
,
label
:
'Letter'
,
text
:
'Letter'
,
label
:
"Letter"
,
text
:
"Letter"
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
'3'
,
...
...
@@ -111,8 +111,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'4'
,
label
:
'Letter via Mail Merge'
,
text
:
'Letter via Mail Merge'
,
label
:
"Letter via Mail Merge"
,
text
:
"Letter via Mail Merge"
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
'4'
,
...
...
@@ -121,8 +121,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'9'
,
label
:
'Other'
,
text
:
'Other'
,
label
:
"Other"
,
text
:
"Other"
,
"data"
:
""
,
"codename"
:
"Item_9"
,
value
:
'9'
,
...
...
@@ -131,8 +131,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'1'
,
label
:
'Phone'
,
text
:
'Phone'
,
label
:
"Phone"
,
text
:
"Phone"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -148,8 +148,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Active'
,
text
:
'Active'
,
label
:
"Active"
,
text
:
"Active"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
1
,
...
...
@@ -158,8 +158,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'Inactive'
,
text
:
'Inactive'
,
label
:
"Inactive"
,
text
:
"Inactive"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
2
,
...
...
@@ -175,8 +175,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Accounting'
,
text
:
'Accounting'
,
label
:
"Accounting"
,
text
:
"Accounting"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -185,8 +185,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'Agriculture and Non-petrol Natural Resource Extraction'
,
text
:
'Agriculture and Non-petrol Natural Resource Extraction'
,
label
:
"Agriculture and Non-petrol Natural Resource Extraction"
,
text
:
"Agriculture and Non-petrol Natural Resource Extraction"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -195,8 +195,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'3'
,
label
:
'Broadcasting Printing and Publishing'
,
text
:
'Broadcasting Printing and Publishing'
,
label
:
"Broadcasting Printing and Publishing"
,
text
:
"Broadcasting Printing and Publishing"
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
'3'
,
...
...
@@ -205,8 +205,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'4'
,
label
:
'Brokers'
,
text
:
'Brokers'
,
label
:
"Brokers"
,
text
:
"Brokers"
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
'4'
,
...
...
@@ -215,8 +215,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'5'
,
label
:
'Building Supply Retail'
,
text
:
'Building Supply Retail'
,
label
:
"Building Supply Retail"
,
text
:
"Building Supply Retail"
,
"data"
:
""
,
"codename"
:
"Item_5"
,
value
:
'5'
,
...
...
@@ -225,8 +225,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'6'
,
label
:
'Business Services'
,
text
:
'Business Services'
,
label
:
"Business Services"
,
text
:
"Business Services"
,
"data"
:
""
,
"codename"
:
"Item_6"
,
value
:
'6'
,
...
...
@@ -235,8 +235,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'7'
,
label
:
'Consulting'
,
text
:
'Consulting'
,
label
:
"Consulting"
,
text
:
"Consulting"
,
"data"
:
""
,
"codename"
:
"Item_7"
,
value
:
'7'
,
...
...
@@ -245,8 +245,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'8'
,
label
:
'Consumer Services'
,
text
:
'Consumer Services'
,
label
:
"Consumer Services"
,
text
:
"Consumer Services"
,
"data"
:
""
,
"codename"
:
"Item_8"
,
value
:
'8'
,
...
...
@@ -255,8 +255,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'9'
,
label
:
'Design, Direction and Creative Management'
,
text
:
'Design, Direction and Creative Management'
,
label
:
"Design, Direction and Creative Management"
,
text
:
"Design, Direction and Creative Management"
,
"data"
:
""
,
"codename"
:
"Item_9"
,
value
:
'9'
,
...
...
@@ -265,8 +265,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'10'
,
label
:
'Distributors, Dispatchers and Processors'
,
text
:
'Distributors, Dispatchers and Processors'
,
label
:
"Distributors, Dispatchers and Processors"
,
text
:
"Distributors, Dispatchers and Processors"
,
"data"
:
""
,
"codename"
:
"Item_10"
,
value
:
'10'
,
...
...
@@ -275,8 +275,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'11'
,
label
:
'Doctor'
s
Offices
and
Clinics
'
,
text:
'
Doctor
's Offices and Clinics'
,
label
:
"Doctor's Offices and Clinics"
,
text
:
"Doctor's Offices and Clinics"
,
"data"
:
""
,
"codename"
:
"Item_11"
,
value
:
'11'
,
...
...
@@ -285,8 +285,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'12'
,
label
:
'Durable Manufacturing'
,
text
:
'Durable Manufacturing'
,
label
:
"Durable Manufacturing"
,
text
:
"Durable Manufacturing"
,
"data"
:
""
,
"codename"
:
"Item_12"
,
value
:
'12'
,
...
...
@@ -295,8 +295,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'13'
,
label
:
'Eating and Drinking Places'
,
text
:
'Eating and Drinking Places'
,
label
:
"Eating and Drinking Places"
,
text
:
"Eating and Drinking Places"
,
"data"
:
""
,
"codename"
:
"Item_13"
,
value
:
'13'
,
...
...
@@ -305,8 +305,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'14'
,
label
:
'Entertainment Retail'
,
text
:
'Entertainment Retail'
,
label
:
"Entertainment Retail"
,
text
:
"Entertainment Retail"
,
"data"
:
""
,
"codename"
:
"Item_14"
,
value
:
'14'
,
...
...
@@ -315,8 +315,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'15'
,
label
:
'Equipment Rental and Leasing'
,
text
:
'Equipment Rental and Leasing'
,
label
:
"Equipment Rental and Leasing"
,
text
:
"Equipment Rental and Leasing"
,
"data"
:
""
,
"codename"
:
"Item_15"
,
value
:
'15'
,
...
...
@@ -325,8 +325,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'16'
,
label
:
'Financial'
,
text
:
'Financial'
,
label
:
"Financial"
,
text
:
"Financial"
,
"data"
:
""
,
"codename"
:
"Item_16"
,
value
:
'16'
,
...
...
@@ -335,8 +335,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'17'
,
label
:
'Food and Tobacco Processing'
,
text
:
'Food and Tobacco Processing'
,
label
:
"Food and Tobacco Processing"
,
text
:
"Food and Tobacco Processing"
,
"data"
:
""
,
"codename"
:
"Item_17"
,
value
:
'17'
,
...
...
@@ -345,8 +345,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'18'
,
label
:
'Inbound Capital Intensive Processing'
,
text
:
'Inbound Capital Intensive Processing'
,
label
:
"Inbound Capital Intensive Processing"
,
text
:
"Inbound Capital Intensive Processing"
,
"data"
:
""
,
"codename"
:
"Item_18"
,
value
:
'18'
,
...
...
@@ -355,8 +355,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'19'
,
label
:
'Inbound Repair and Services'
,
text
:
'Inbound Repair and Services'
,
label
:
"Inbound Repair and Services"
,
text
:
"Inbound Repair and Services"
,
"data"
:
""
,
"codename"
:
"Item_19"
,
value
:
'19'
,
...
...
@@ -365,8 +365,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'20'
,
label
:
'Insurance'
,
text
:
'Insurance'
,
label
:
"Insurance"
,
text
:
"Insurance"
,
"data"
:
""
,
"codename"
:
"Item_20"
,
value
:
'20'
,
...
...
@@ -375,8 +375,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'21'
,
label
:
'Legal Services'
,
text
:
'Legal Services'
,
label
:
"Legal Services"
,
text
:
"Legal Services"
,
"data"
:
""
,
"codename"
:
"Item_21"
,
value
:
'21'
,
...
...
@@ -385,8 +385,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'22'
,
label
:
'Non-Durable Merchandise Retail'
,
text
:
'Non-Durable Merchandise Retail'
,
label
:
"Non-Durable Merchandise Retail"
,
text
:
"Non-Durable Merchandise Retail"
,
"data"
:
""
,
"codename"
:
"Item_22"
,
value
:
'22'
,
...
...
@@ -395,8 +395,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'23'
,
label
:
'Outbound Consumer Service'
,
text
:
'Outbound Consumer Service'
,
label
:
"Outbound Consumer Service"
,
text
:
"Outbound Consumer Service"
,
"data"
:
""
,
"codename"
:
"Item_23"
,
value
:
'23'
,
...
...
@@ -405,8 +405,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'24'
,
label
:
'Petrochemical Extraction and Distribution'
,
text
:
'Petrochemical Extraction and Distribution'
,
label
:
"Petrochemical Extraction and Distribution"
,
text
:
"Petrochemical Extraction and Distribution"
,
"data"
:
""
,
"codename"
:
"Item_24"
,
value
:
'24'
,
...
...
@@ -415,8 +415,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'25'
,
label
:
'Service Retail'
,
text
:
'Service Retail'
,
label
:
"Service Retail"
,
text
:
"Service Retail"
,
"data"
:
""
,
"codename"
:
"Item_25"
,
value
:
'25'
,
...
...
@@ -425,8 +425,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'26'
,
label
:
'SIG Affiliations'
,
text
:
'SIG Affiliations'
,
label
:
"SIG Affiliations"
,
text
:
"SIG Affiliations"
,
"data"
:
""
,
"codename"
:
"Item_26"
,
value
:
'26'
,
...
...
@@ -435,8 +435,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'27'
,
label
:
'Social Services'
,
text
:
'Social Services'
,
label
:
"Social Services"
,
text
:
"Social Services"
,
"data"
:
""
,
"codename"
:
"Item_27"
,
value
:
'27'
,
...
...
@@ -445,8 +445,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'28'
,
label
:
'Special Outbound Trade Contractors'
,
text
:
'Special Outbound Trade Contractors'
,
label
:
"Special Outbound Trade Contractors"
,
text
:
"Special Outbound Trade Contractors"
,
"data"
:
""
,
"codename"
:
"Item_28"
,
value
:
'28'
,
...
...
@@ -455,8 +455,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'29'
,
label
:
'Specialty Realty'
,
text
:
'Specialty Realty'
,
label
:
"Specialty Realty"
,
text
:
"Specialty Realty"
,
"data"
:
""
,
"codename"
:
"Item_29"
,
value
:
'29'
,
...
...
@@ -465,8 +465,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'30'
,
label
:
'Transportation'
,
text
:
'Transportation'
,
label
:
"Transportation"
,
text
:
"Transportation"
,
"data"
:
""
,
"codename"
:
"Item_30"
,
value
:
'30'
,
...
...
@@ -475,8 +475,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'31'
,
label
:
'Utility Creation and Distribution'
,
text
:
'Utility Creation and Distribution'
,
label
:
"Utility Creation and Distribution"
,
text
:
"Utility Creation and Distribution"
,
"data"
:
""
,
"codename"
:
"Item_31"
,
value
:
'31'
,
...
...
@@ -485,8 +485,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'32'
,
label
:
'Vehicle Retail'
,
text
:
'Vehicle Retail'
,
label
:
"Vehicle Retail"
,
text
:
"Vehicle Retail"
,
"data"
:
""
,
"codename"
:
"Item_32"
,
value
:
'32'
,
...
...
@@ -495,8 +495,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'33'
,
label
:
'Wholesale'
,
text
:
'Wholesale'
,
label
:
"Wholesale"
,
text
:
"Wholesale"
,
"data"
:
""
,
"codename"
:
"Item_33"
,
value
:
'33'
,
...
...
@@ -512,8 +512,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'2'
,
label
:
'2% 10, Net 30'
,
text
:
'2% 10, Net 30'
,
label
:
"2% 10, Net 30"
,
text
:
"2% 10, Net 30"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -522,8 +522,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'1'
,
label
:
'Net 30'
,
text
:
'Net 30'
,
label
:
"Net 30"
,
text
:
"Net 30"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -532,8 +532,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'3'
,
label
:
'Net 45'
,
text
:
'Net 45'
,
label
:
"Net 45"
,
text
:
"Net 45"
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
'3'
,
...
...
@@ -542,8 +542,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'4'
,
label
:
'Net 60'
,
text
:
'Net 60'
,
label
:
"Net 60"
,
text
:
"Net 60"
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
'4'
,
...
...
@@ -559,8 +559,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Airborne'
,
text
:
'Airborne'
,
label
:
"Airborne"
,
text
:
"Airborne"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -569,8 +569,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'DHL'
,
text
:
'DHL'
,
label
:
"DHL"
,
text
:
"DHL"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -579,8 +579,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'3'
,
label
:
'FedEx'
,
text
:
'FedEx'
,
label
:
"FedEx"
,
text
:
"FedEx"
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
'3'
,
...
...
@@ -589,8 +589,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'6'
,
label
:
'Full Load'
,
text
:
'Full Load'
,
label
:
"Full Load"
,
text
:
"Full Load"
,
"data"
:
""
,
"codename"
:
"Item_6"
,
value
:
'6'
,
...
...
@@ -599,8 +599,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'5'
,
label
:
'Postal Mail'
,
text
:
'Postal Mail'
,
label
:
"Postal Mail"
,
text
:
"Postal Mail"
,
"data"
:
""
,
"codename"
:
"Item_5"
,
value
:
'5'
,
...
...
@@ -609,8 +609,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'4'
,
label
:
'UPS'
,
text
:
'UPS'
,
label
:
"UPS"
,
text
:
"UPS"
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
'4'
,
...
...
@@ -619,8 +619,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'7'
,
label
:
'Will Call'
,
text
:
'Will Call'
,
label
:
"Will Call"
,
text
:
"Will Call"
,
"data"
:
""
,
"codename"
:
"Item_7"
,
value
:
'7'
,
...
...
@@ -636,8 +636,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'TASK'
,
label
:
'任务'
,
text
:
'任务'
,
label
:
"任务"
,
text
:
"任务"
,
"data"
:{
"N_ACTIVITYTYPECODE_EQ"
:
"TASK"
},
"codename"
:
"Task"
,
value
:
'TASK'
,
...
...
@@ -646,8 +646,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'EMAIL'
,
label
:
'电子邮件'
,
text
:
'电子邮件'
,
label
:
"电子邮件"
,
text
:
"电子邮件"
,
"data"
:{
"N_ACTIVITYTYPECODE_EQ"
:
"EMAIL"
},
"codename"
:
"Email"
,
value
:
'EMAIL'
,
...
...
@@ -656,8 +656,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'APPOINTMENT'
,
label
:
'约会'
,
text
:
'约会'
,
label
:
"约会"
,
text
:
"约会"
,
"data"
:{
"N_ACTIVITYTYPECODE_EQ"
:
"APPOINTMENT"
},
"codename"
:
"Appointment"
,
value
:
'APPOINTMENT'
,
...
...
@@ -666,8 +666,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'PHONECALL'
,
label
:
'电话联络'
,
text
:
'电话联络'
,
label
:
"电话联络"
,
text
:
"电话联络"
,
"data"
:{
"N_ACTIVITYTYPECODE_EQ"
:
"PHONECALL"
},
"codename"
:
"Phonecall"
,
value
:
'PHONECALL'
,
...
...
@@ -676,8 +676,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'LETTER'
,
label
:
'信件'
,
text
:
'信件'
,
label
:
"信件"
,
text
:
"信件"
,
"data"
:{
"N_ACTIVITYTYPECODE_EQ"
:
"LETTER"
},
"codename"
:
"Letter"
,
value
:
'LETTER'
,
...
...
@@ -686,8 +686,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'FAX'
,
label
:
'传真'
,
text
:
'传真'
,
label
:
"传真"
,
text
:
"传真"
,
"data"
:
""
,
"codename"
:
"Fax"
,
value
:
'FAX'
,
...
...
@@ -696,8 +696,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'SERVICEAPPOINTMENT'
,
label
:
'服务活动'
,
text
:
'服务活动'
,
label
:
"服务活动"
,
text
:
"服务活动"
,
"data"
:{
"N_ACTIVITYTYPECODE_EQ"
:
"SERVICEAPPOINTMENT"
},
"codename"
:
"Serviceappointment"
,
value
:
'SERVICEAPPOINTMENT'
,
...
...
@@ -706,8 +706,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'CAMPAIGNRESPONSE'
,
label
:
'市场活动响应'
,
text
:
'市场活动响应'
,
label
:
"市场活动响应"
,
text
:
"市场活动响应"
,
"data"
:{
"N_ACTIVITYTYPECODE_EQ"
:
"CAMPAIGNRESPONSE"
},
"codename"
:
"Campaignresponse"
,
value
:
'CAMPAIGNRESPONSE'
,
...
...
@@ -723,8 +723,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Default Value'
,
text
:
'Default Value'
,
label
:
"Default Value"
,
text
:
"Default Value"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -740,8 +740,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'2'
,
label
:
'High'
,
text
:
'High'
,
label
:
"High"
,
text
:
"High"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -750,8 +750,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'0'
,
label
:
'Low'
,
text
:
'Low'
,
label
:
"Low"
,
text
:
"Low"
,
"data"
:
""
,
"codename"
:
"Item_0"
,
value
:
'0'
,
...
...
@@ -760,8 +760,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'1'
,
label
:
'Normal'
,
text
:
'Normal'
,
label
:
"Normal"
,
text
:
"Normal"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -777,8 +777,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Default Value'
,
text
:
'Default Value'
,
label
:
"Default Value"
,
text
:
"Default Value"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -794,8 +794,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Advertisement'
,
text
:
'Advertisement'
,
label
:
"Advertisement"
,
text
:
"Advertisement"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -804,8 +804,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'4'
,
label
:
'Co-branding'
,
text
:
'Co-branding'
,
label
:
"Co-branding"
,
text
:
"Co-branding"
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
'4'
,
...
...
@@ -814,8 +814,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'Direct Marketing'
,
text
:
'Direct Marketing'
,
label
:
"Direct Marketing"
,
text
:
"Direct Marketing"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -824,8 +824,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'3'
,
label
:
'Event'
,
text
:
'Event'
,
label
:
"Event"
,
text
:
"Event"
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
'3'
,
...
...
@@ -834,8 +834,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'5'
,
label
:
'Other'
,
text
:
'Other'
,
label
:
"Other"
,
text
:
"Other"
,
"data"
:
""
,
"codename"
:
"Item_5"
,
value
:
'5'
,
...
...
@@ -851,8 +851,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'FOB'
,
text
:
'FOB'
,
label
:
"FOB"
,
text
:
"FOB"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -861,8 +861,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'No Charge'
,
text
:
'No Charge'
,
label
:
"No Charge"
,
text
:
"No Charge"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -878,8 +878,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Advertisement'
,
text
:
'Advertisement'
,
label
:
"Advertisement"
,
text
:
"Advertisement"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -888,8 +888,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'Employee Referral'
,
text
:
'Employee Referral'
,
label
:
"Employee Referral"
,
text
:
"Employee Referral"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -898,8 +898,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'3'
,
label
:
'External Referral'
,
text
:
'External Referral'
,
label
:
"External Referral"
,
text
:
"External Referral"
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
'3'
,
...
...
@@ -908,8 +908,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'10'
,
label
:
'Other'
,
text
:
'Other'
,
label
:
"Other"
,
text
:
"Other"
,
"data"
:
""
,
"codename"
:
"Item_10"
,
value
:
'10'
,
...
...
@@ -918,8 +918,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'4'
,
label
:
'Partner'
,
text
:
'Partner'
,
label
:
"Partner"
,
text
:
"Partner"
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
'4'
,
...
...
@@ -928,8 +928,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'5'
,
label
:
'Public Relations'
,
text
:
'Public Relations'
,
label
:
"Public Relations"
,
text
:
"Public Relations"
,
"data"
:
""
,
"codename"
:
"Item_5"
,
value
:
'5'
,
...
...
@@ -938,8 +938,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'6'
,
label
:
'Seminar'
,
text
:
'Seminar'
,
label
:
"Seminar"
,
text
:
"Seminar"
,
"data"
:
""
,
"codename"
:
"Item_6"
,
value
:
'6'
,
...
...
@@ -948,8 +948,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'7'
,
label
:
'Trade Show'
,
text
:
'Trade Show'
,
label
:
"Trade Show"
,
text
:
"Trade Show"
,
"data"
:
""
,
"codename"
:
"Item_7"
,
value
:
'7'
,
...
...
@@ -958,8 +958,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'8'
,
label
:
'Web'
,
text
:
'Web'
,
label
:
"Web"
,
text
:
"Web"
,
"data"
:
""
,
"codename"
:
"Item_8"
,
value
:
'8'
,
...
...
@@ -968,8 +968,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'9'
,
label
:
'Word of Mouth'
,
text
:
'Word of Mouth'
,
label
:
"Word of Mouth"
,
text
:
"Word of Mouth"
,
"data"
:
""
,
"codename"
:
"Item_9"
,
value
:
'9'
,
...
...
@@ -985,8 +985,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Accounting'
,
text
:
'Accounting'
,
label
:
"Accounting"
,
text
:
"Accounting"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -995,8 +995,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'Agriculture and Non-petrol Natural Resource Extraction'
,
text
:
'Agriculture and Non-petrol Natural Resource Extraction'
,
label
:
"Agriculture and Non-petrol Natural Resource Extraction"
,
text
:
"Agriculture and Non-petrol Natural Resource Extraction"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -1005,8 +1005,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'3'
,
label
:
'Broadcasting Printing and Publishing'
,
text
:
'Broadcasting Printing and Publishing'
,
label
:
"Broadcasting Printing and Publishing"
,
text
:
"Broadcasting Printing and Publishing"
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
'3'
,
...
...
@@ -1015,8 +1015,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'4'
,
label
:
'Brokers'
,
text
:
'Brokers'
,
label
:
"Brokers"
,
text
:
"Brokers"
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
'4'
,
...
...
@@ -1025,8 +1025,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'5'
,
label
:
'Building Supply Retail'
,
text
:
'Building Supply Retail'
,
label
:
"Building Supply Retail"
,
text
:
"Building Supply Retail"
,
"data"
:
""
,
"codename"
:
"Item_5"
,
value
:
'5'
,
...
...
@@ -1035,8 +1035,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'6'
,
label
:
'Business Services'
,
text
:
'Business Services'
,
label
:
"Business Services"
,
text
:
"Business Services"
,
"data"
:
""
,
"codename"
:
"Item_6"
,
value
:
'6'
,
...
...
@@ -1045,8 +1045,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'7'
,
label
:
'Consulting'
,
text
:
'Consulting'
,
label
:
"Consulting"
,
text
:
"Consulting"
,
"data"
:
""
,
"codename"
:
"Item_7"
,
value
:
'7'
,
...
...
@@ -1055,8 +1055,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'8'
,
label
:
'Consumer Services'
,
text
:
'Consumer Services'
,
label
:
"Consumer Services"
,
text
:
"Consumer Services"
,
"data"
:
""
,
"codename"
:
"Item_8"
,
value
:
'8'
,
...
...
@@ -1065,8 +1065,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'9'
,
label
:
'Design, Direction and Creative Management'
,
text
:
'Design, Direction and Creative Management'
,
label
:
"Design, Direction and Creative Management"
,
text
:
"Design, Direction and Creative Management"
,
"data"
:
""
,
"codename"
:
"Item_9"
,
value
:
'9'
,
...
...
@@ -1075,8 +1075,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'10'
,
label
:
'Distributors, Dispatchers and Processors'
,
text
:
'Distributors, Dispatchers and Processors'
,
label
:
"Distributors, Dispatchers and Processors"
,
text
:
"Distributors, Dispatchers and Processors"
,
"data"
:
""
,
"codename"
:
"Item_10"
,
value
:
'10'
,
...
...
@@ -1085,8 +1085,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'11'
,
label
:
'Doctors Offices and Clinics'
,
text
:
'Doctors Offices and Clinics'
,
label
:
"Doctors Offices and Clinics"
,
text
:
"Doctors Offices and Clinics"
,
"data"
:
""
,
"codename"
:
"Item_11"
,
value
:
'11'
,
...
...
@@ -1095,8 +1095,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'12'
,
label
:
'Durable Manufacturing'
,
text
:
'Durable Manufacturing'
,
label
:
"Durable Manufacturing"
,
text
:
"Durable Manufacturing"
,
"data"
:
""
,
"codename"
:
"Item_12"
,
value
:
'12'
,
...
...
@@ -1105,8 +1105,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'13'
,
label
:
'Eating and Drinking Places'
,
text
:
'Eating and Drinking Places'
,
label
:
"Eating and Drinking Places"
,
text
:
"Eating and Drinking Places"
,
"data"
:
""
,
"codename"
:
"Item_13"
,
value
:
'13'
,
...
...
@@ -1115,8 +1115,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'14'
,
label
:
'Entertainment Retail'
,
text
:
'Entertainment Retail'
,
label
:
"Entertainment Retail"
,
text
:
"Entertainment Retail"
,
"data"
:
""
,
"codename"
:
"Item_14"
,
value
:
'14'
,
...
...
@@ -1125,8 +1125,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'15'
,
label
:
'Equipment Rental and Leasing'
,
text
:
'Equipment Rental and Leasing'
,
label
:
"Equipment Rental and Leasing"
,
text
:
"Equipment Rental and Leasing"
,
"data"
:
""
,
"codename"
:
"Item_15"
,
value
:
'15'
,
...
...
@@ -1135,8 +1135,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'16'
,
label
:
'Financial'
,
text
:
'Financial'
,
label
:
"Financial"
,
text
:
"Financial"
,
"data"
:
""
,
"codename"
:
"Item_16"
,
value
:
'16'
,
...
...
@@ -1145,8 +1145,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'17'
,
label
:
'Food and Tobacco Processing'
,
text
:
'Food and Tobacco Processing'
,
label
:
"Food and Tobacco Processing"
,
text
:
"Food and Tobacco Processing"
,
"data"
:
""
,
"codename"
:
"Item_17"
,
value
:
'17'
,
...
...
@@ -1155,8 +1155,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'18'
,
label
:
'Inbound Capital Intensive Processing'
,
text
:
'Inbound Capital Intensive Processing'
,
label
:
"Inbound Capital Intensive Processing"
,
text
:
"Inbound Capital Intensive Processing"
,
"data"
:
""
,
"codename"
:
"Item_18"
,
value
:
'18'
,
...
...
@@ -1165,8 +1165,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'19'
,
label
:
'Inbound Repair and Services'
,
text
:
'Inbound Repair and Services'
,
label
:
"Inbound Repair and Services"
,
text
:
"Inbound Repair and Services"
,
"data"
:
""
,
"codename"
:
"Item_19"
,
value
:
'19'
,
...
...
@@ -1175,8 +1175,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'20'
,
label
:
'Insurance'
,
text
:
'Insurance'
,
label
:
"Insurance"
,
text
:
"Insurance"
,
"data"
:
""
,
"codename"
:
"Item_20"
,
value
:
'20'
,
...
...
@@ -1185,8 +1185,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'21'
,
label
:
'Legal Services'
,
text
:
'Legal Services'
,
label
:
"Legal Services"
,
text
:
"Legal Services"
,
"data"
:
""
,
"codename"
:
"Item_21"
,
value
:
'21'
,
...
...
@@ -1195,8 +1195,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'22'
,
label
:
'Non-Durable Merchandise Retail'
,
text
:
'Non-Durable Merchandise Retail'
,
label
:
"Non-Durable Merchandise Retail"
,
text
:
"Non-Durable Merchandise Retail"
,
"data"
:
""
,
"codename"
:
"Item_22"
,
value
:
'22'
,
...
...
@@ -1205,8 +1205,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'23'
,
label
:
'Outbound Consumer Service'
,
text
:
'Outbound Consumer Service'
,
label
:
"Outbound Consumer Service"
,
text
:
"Outbound Consumer Service"
,
"data"
:
""
,
"codename"
:
"Item_23"
,
value
:
'23'
,
...
...
@@ -1215,8 +1215,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'24'
,
label
:
'Petrochemical Extraction and Distribution'
,
text
:
'Petrochemical Extraction and Distribution'
,
label
:
"Petrochemical Extraction and Distribution"
,
text
:
"Petrochemical Extraction and Distribution"
,
"data"
:
""
,
"codename"
:
"Item_24"
,
value
:
'24'
,
...
...
@@ -1225,8 +1225,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'25'
,
label
:
'Service Retail'
,
text
:
'Service Retail'
,
label
:
"Service Retail"
,
text
:
"Service Retail"
,
"data"
:
""
,
"codename"
:
"Item_25"
,
value
:
'25'
,
...
...
@@ -1235,8 +1235,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'26'
,
label
:
'SIG Affiliations'
,
text
:
'SIG Affiliations'
,
label
:
"SIG Affiliations"
,
text
:
"SIG Affiliations"
,
"data"
:
""
,
"codename"
:
"Item_26"
,
value
:
'26'
,
...
...
@@ -1245,8 +1245,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'27'
,
label
:
'Social Services'
,
text
:
'Social Services'
,
label
:
"Social Services"
,
text
:
"Social Services"
,
"data"
:
""
,
"codename"
:
"Item_27"
,
value
:
'27'
,
...
...
@@ -1255,8 +1255,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'28'
,
label
:
'Special Outbound Trade Contractors'
,
text
:
'Special Outbound Trade Contractors'
,
label
:
"Special Outbound Trade Contractors"
,
text
:
"Special Outbound Trade Contractors"
,
"data"
:
""
,
"codename"
:
"Item_28"
,
value
:
'28'
,
...
...
@@ -1265,8 +1265,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'29'
,
label
:
'Specialty Realty'
,
text
:
'Specialty Realty'
,
label
:
"Specialty Realty"
,
text
:
"Specialty Realty"
,
"data"
:
""
,
"codename"
:
"Item_29"
,
value
:
'29'
,
...
...
@@ -1275,8 +1275,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'30'
,
label
:
'Transportation'
,
text
:
'Transportation'
,
label
:
"Transportation"
,
text
:
"Transportation"
,
"data"
:
""
,
"codename"
:
"Item_30"
,
value
:
'30'
,
...
...
@@ -1285,8 +1285,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'31'
,
label
:
'Utility Creation and Distribution'
,
text
:
'Utility Creation and Distribution'
,
label
:
"Utility Creation and Distribution"
,
text
:
"Utility Creation and Distribution"
,
"data"
:
""
,
"codename"
:
"Item_31"
,
value
:
'31'
,
...
...
@@ -1295,8 +1295,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'32'
,
label
:
'Vehicle Retail'
,
text
:
'Vehicle Retail'
,
label
:
"Vehicle Retail"
,
text
:
"Vehicle Retail"
,
"data"
:
""
,
"codename"
:
"Item_32"
,
value
:
'32'
,
...
...
@@ -1305,8 +1305,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'33'
,
label
:
'Wholesale'
,
text
:
'Wholesale'
,
label
:
"Wholesale"
,
text
:
"Wholesale"
,
"data"
:
""
,
"codename"
:
"Item_33"
,
value
:
'33'
,
...
...
@@ -1322,8 +1322,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'2'
,
label
:
'High'
,
text
:
'High'
,
label
:
"High"
,
text
:
"High"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -1332,8 +1332,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'0'
,
label
:
'Low'
,
text
:
'Low'
,
label
:
"Low"
,
text
:
"Low"
,
"data"
:
""
,
"codename"
:
"Item_0"
,
value
:
'0'
,
...
...
@@ -1342,8 +1342,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'1'
,
label
:
'Normal'
,
text
:
'Normal'
,
label
:
"Normal"
,
text
:
"Normal"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -1367,8 +1367,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'4'
,
label
:
'Other'
,
text
:
'Other'
,
label
:
"Other"
,
text
:
"Other"
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
'4'
,
...
...
@@ -1377,8 +1377,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'Private'
,
text
:
'Private'
,
label
:
"Private"
,
text
:
"Private"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -1387,8 +1387,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'1'
,
label
:
'Public'
,
text
:
'Public'
,
label
:
"Public"
,
text
:
"Public"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -1397,8 +1397,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'3'
,
label
:
'Subsidiary'
,
text
:
'Subsidiary'
,
label
:
"Subsidiary"
,
text
:
"Subsidiary"
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
'3'
,
...
...
@@ -1414,8 +1414,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Default Value'
,
text
:
'Default Value'
,
label
:
"Default Value"
,
text
:
"Default Value"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -1431,8 +1431,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'是'
,
text
:
'是'
,
label
:
"是"
,
text
:
"是"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
1
,
...
...
@@ -1441,8 +1441,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'0'
,
label
:
'否'
,
text
:
'否'
,
label
:
"否"
,
text
:
"否"
,
"data"
:
""
,
"codename"
:
"Item_0"
,
value
:
0
,
...
...
@@ -1458,8 +1458,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'2'
,
label
:
'High'
,
text
:
'High'
,
label
:
"High"
,
text
:
"High"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -1468,8 +1468,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'0'
,
label
:
'Low'
,
text
:
'Low'
,
label
:
"Low"
,
text
:
"Low"
,
"data"
:
""
,
"codename"
:
"Item_0"
,
value
:
'0'
,
...
...
@@ -1478,8 +1478,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'1'
,
label
:
'Normal'
,
text
:
'Normal'
,
label
:
"Normal"
,
text
:
"Normal"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -1495,8 +1495,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'3'
,
label
:
'Divorced'
,
text
:
'Divorced'
,
label
:
"Divorced"
,
text
:
"Divorced"
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
'3'
,
...
...
@@ -1505,8 +1505,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'Married'
,
text
:
'Married'
,
label
:
"Married"
,
text
:
"Married"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -1515,8 +1515,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'1'
,
label
:
'Single'
,
text
:
'Single'
,
label
:
"Single"
,
text
:
"Single"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -1525,8 +1525,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'4'
,
label
:
'Widowed'
,
text
:
'Widowed'
,
label
:
"Widowed"
,
text
:
"Widowed"
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
'4'
,
...
...
@@ -1542,8 +1542,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Competitor'
,
text
:
'Competitor'
,
label
:
"Competitor"
,
text
:
"Competitor"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -1552,8 +1552,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'Consultant'
,
text
:
'Consultant'
,
label
:
"Consultant"
,
text
:
"Consultant"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -1562,8 +1562,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'3'
,
label
:
'Customer'
,
text
:
'Customer'
,
label
:
"Customer"
,
text
:
"Customer"
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
'3'
,
...
...
@@ -1572,8 +1572,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'6'
,
label
:
'Influencer'
,
text
:
'Influencer'
,
label
:
"Influencer"
,
text
:
"Influencer"
,
"data"
:
""
,
"codename"
:
"Item_6"
,
value
:
'6'
,
...
...
@@ -1582,8 +1582,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'4'
,
label
:
'Investor'
,
text
:
'Investor'
,
label
:
"Investor"
,
text
:
"Investor"
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
'4'
,
...
...
@@ -1592,8 +1592,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'12'
,
label
:
'Other'
,
text
:
'Other'
,
label
:
"Other"
,
text
:
"Other"
,
"data"
:
""
,
"codename"
:
"Item_12"
,
value
:
'12'
,
...
...
@@ -1602,8 +1602,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'5'
,
label
:
'Partner'
,
text
:
'Partner'
,
label
:
"Partner"
,
text
:
"Partner"
,
"data"
:
""
,
"codename"
:
"Item_5"
,
value
:
'5'
,
...
...
@@ -1612,8 +1612,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'7'
,
label
:
'Press'
,
text
:
'Press'
,
label
:
"Press"
,
text
:
"Press"
,
"data"
:
""
,
"codename"
:
"Item_7"
,
value
:
'7'
,
...
...
@@ -1622,8 +1622,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'8'
,
label
:
'Prospect'
,
text
:
'Prospect'
,
label
:
"Prospect"
,
text
:
"Prospect"
,
"data"
:
""
,
"codename"
:
"Item_8"
,
value
:
'8'
,
...
...
@@ -1632,8 +1632,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'9'
,
label
:
'Reseller'
,
text
:
'Reseller'
,
label
:
"Reseller"
,
text
:
"Reseller"
,
"data"
:
""
,
"codename"
:
"Item_9"
,
value
:
'9'
,
...
...
@@ -1642,8 +1642,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'10'
,
label
:
'Supplier'
,
text
:
'Supplier'
,
label
:
"Supplier"
,
text
:
"Supplier"
,
"data"
:
""
,
"codename"
:
"Item_10"
,
value
:
'10'
,
...
...
@@ -1652,8 +1652,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'11'
,
label
:
'Vendor'
,
text
:
'Vendor'
,
label
:
"Vendor"
,
text
:
"Vendor"
,
"data"
:
""
,
"codename"
:
"Item_11"
,
value
:
'11'
,
...
...
@@ -1669,8 +1669,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Bill To'
,
text
:
'Bill To'
,
label
:
"Bill To"
,
text
:
"Bill To"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -1679,8 +1679,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'4'
,
label
:
'Other'
,
text
:
'Other'
,
label
:
"Other"
,
text
:
"Other"
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
'4'
,
...
...
@@ -1689,8 +1689,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'3'
,
label
:
'Primary'
,
text
:
'Primary'
,
label
:
"Primary"
,
text
:
"Primary"
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
'3'
,
...
...
@@ -1699,8 +1699,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'Ship To'
,
text
:
'Ship To'
,
label
:
"Ship To"
,
text
:
"Ship To"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -1716,8 +1716,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Default Value'
,
text
:
'Default Value'
,
label
:
"Default Value"
,
text
:
"Default Value"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -1733,8 +1733,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Preferred Customer'
,
text
:
'Preferred Customer'
,
label
:
"Preferred Customer"
,
text
:
"Preferred Customer"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -1743,8 +1743,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'Standard'
,
text
:
'Standard'
,
label
:
"Standard"
,
text
:
"Standard"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -1760,8 +1760,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'4'
,
label
:
'Flat Fees'
,
text
:
'Flat Fees'
,
label
:
"Flat Fees"
,
text
:
"Flat Fees"
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
'4'
,
...
...
@@ -1770,8 +1770,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'Miscellaneous Charges'
,
text
:
'Miscellaneous Charges'
,
label
:
"Miscellaneous Charges"
,
text
:
"Miscellaneous Charges"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -1780,8 +1780,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'1'
,
label
:
'Sales Inventory'
,
text
:
'Sales Inventory'
,
label
:
"Sales Inventory"
,
text
:
"Sales Inventory"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -1790,8 +1790,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'3'
,
label
:
'Services'
,
text
:
'Services'
,
label
:
"Services"
,
text
:
"Services"
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
'3'
,
...
...
@@ -1807,8 +1807,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'2'
,
label
:
'Female'
,
text
:
'Female'
,
label
:
"Female"
,
text
:
"Female"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -1817,8 +1817,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'1'
,
label
:
'Male'
,
text
:
'Male'
,
label
:
"Male"
,
text
:
"Male"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -1834,8 +1834,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'ALL'
,
label
:
'全部活动'
,
text
:
'全部活动'
,
label
:
"全部活动"
,
text
:
"全部活动"
,
"data"
:{},
"codename"
:
"All"
,
value
:
'ALL'
,
...
...
@@ -1844,8 +1844,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'TASK'
,
label
:
'任务'
,
text
:
'任务'
,
label
:
"任务"
,
text
:
"任务"
,
"data"
:{
"n_activitytypecode_eq"
:
"TASK"
},
"codename"
:
"Task"
,
value
:
'TASK'
,
...
...
@@ -1854,8 +1854,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'EMAIL'
,
label
:
'电子邮件'
,
text
:
'电子邮件'
,
label
:
"电子邮件"
,
text
:
"电子邮件"
,
"data"
:{
"n_activitytypecode_eq"
:
"EMAIL"
},
"codename"
:
"Email"
,
value
:
'EMAIL'
,
...
...
@@ -1864,8 +1864,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'APPOINTMENT'
,
label
:
'约会'
,
text
:
'约会'
,
label
:
"约会"
,
text
:
"约会"
,
"data"
:{
"n_activitytypecode_eq"
:
"APPOINTMENT"
},
"codename"
:
"Appointment"
,
value
:
'APPOINTMENT'
,
...
...
@@ -1874,8 +1874,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'PHONECALL'
,
label
:
'电话联络'
,
text
:
'电话联络'
,
label
:
"电话联络"
,
text
:
"电话联络"
,
"data"
:{
"n_activitytypecode_eq"
:
"PHONECALL"
},
"codename"
:
"Phonecall"
,
value
:
'PHONECALL'
,
...
...
@@ -1884,8 +1884,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'OTHER'
,
label
:
'其他'
,
text
:
'其他'
,
label
:
"其他"
,
text
:
"其他"
,
"data"
:
""
,
"codename"
:
"Other"
,
value
:
'OTHER'
,
...
...
@@ -1894,8 +1894,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'LETTER'
,
label
:
'信件'
,
text
:
'信件'
,
label
:
"信件"
,
text
:
"信件"
,
"data"
:{
"n_activitytypecode_eq"
:
"LETTER"
},
"codename"
:
"Letter"
,
value
:
'LETTER'
,
...
...
@@ -1904,8 +1904,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'FAX'
,
label
:
'传真'
,
text
:
'传真'
,
label
:
"传真"
,
text
:
"传真"
,
"data"
:
""
,
"codename"
:
"Fax"
,
value
:
'FAX'
,
...
...
@@ -1914,8 +1914,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'SERVICEAPPOINTMENT'
,
label
:
'服务活动'
,
text
:
'服务活动'
,
label
:
"服务活动"
,
text
:
"服务活动"
,
"data"
:{
"n_activitytypecode_eq"
:
"SERVICEAPPOINTMENT"
},
"codename"
:
"Serviceappointment"
,
value
:
'SERVICEAPPOINTMENT'
,
...
...
@@ -1924,8 +1924,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'CAMPAIGNRESPONSE'
,
label
:
'市场活动响应'
,
text
:
'市场活动响应'
,
label
:
"市场活动响应"
,
text
:
"市场活动响应"
,
"data"
:{
"n_activitytypecode_eq"
:
"CAMPAIGNRESPONSE"
},
"codename"
:
"Campaignresponse"
,
value
:
'CAMPAIGNRESPONSE'
,
...
...
@@ -1941,8 +1941,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'0'
,
label
:
'Active'
,
text
:
'Active'
,
label
:
"Active"
,
text
:
"Active"
,
"data"
:
""
,
"codename"
:
"Item_0"
,
value
:
0
,
...
...
@@ -1951,8 +1951,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'1'
,
label
:
'Inactive'
,
text
:
'Inactive'
,
label
:
"Inactive"
,
text
:
"Inactive"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
1
,
...
...
@@ -1968,8 +1968,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items
:
[
{
id
:
'1'
,
label
:
'Any'
,
text
:
'Any'
,
label
:
"Any"
,
text
:
"Any"
,
"data"
:
""
,
"codename"
:
"Item_1"
,
value
:
'1'
,
...
...
@@ -1978,8 +1978,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'2'
,
label
:
'Email'
,
text
:
'Email'
,
label
:
"Email"
,
text
:
"Email"
,
"data"
:
""
,
"codename"
:
"Item_2"
,
value
:
'2'
,
...
...
@@ -1988,8 +1988,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'4'
,
label
:
'Fax'
,
text
:
'Fax'
,
label
:
"Fax"
,
text
:
"Fax"
,
"data"
:
""
,
"codename"
:
"Item_4"
,
value
:
'4'
,
...
...
@@ -1998,8 +1998,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'5'
,
label
:
'Mail'
,
text
:
'Mail'
,
label
:
"Mail"
,
text
:
"Mail"
,
"data"
:
""
,
"codename"
:
"Item_5"
,
value
:
'5'
,
...
...
@@ -2008,8 +2008,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
},
{
id
:
'3'
,
label
:
'Phone'
,
text
:
'Phone'
,
label
:
"Phone"
,
text
:
"Phone"
,
"data"
:
""
,
"codename"
:
"Item_3"
,
value
:
'3'
,
...
...
app_BusinessCentral/src/mock/viewconfig/viewconfig.ts
浏览文件 @
78ffbda2
...
...
@@ -791,6 +791,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname"
:
"CampaignSummary"
,
"viewtag"
:
"b53373df8bf30a970e738602c7a83666"
},
"leaddashboardview"
:
{
"title"
:
"潜在顾客数据看板视图"
,
"caption"
:
"潜在顾客"
,
"viewtype"
:
"DEPORTALVIEW"
,
"viewmodule"
:
"Sales"
,
"viewname"
:
"LeadDashboardView"
,
"viewtag"
:
"b5ff54b0672efd3222a44d81f4e7362e"
},
"contactpickupview"
:
{
"title"
:
"联系人数据选择视图"
,
"caption"
:
"联系人"
,
...
...
app_BusinessCentral/src/uiservice/lead/lead-ui-service-base.ts
浏览文件 @
78ffbda2
...
...
@@ -87,6 +87,7 @@ export default class LeadUIServiceBase extends UIService {
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'info_contact'
,
srfappde
:
'leads'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'pickupgridview'
,
srfappde
:
'leads'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'info_company'
,
srfappde
:
'leads'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'dashboardview'
,
srfappde
:
'leads'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'info_detail'
,
srfappde
:
'leads'
});
}
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录