提交 78ffbda2 编写于 作者: ibizdev's avatar ibizdev

chitanda 发布系统代码

上级 802300ba
...@@ -979,6 +979,16 @@ ...@@ -979,6 +979,16 @@
"viewtag": "b53373df8bf30a970e738602c7a83666", "viewtag": "b53373df8bf30a970e738602c7a83666",
"memo": "" "memo": ""
}, },
"leaddashboardview": {
"title": "潜在顾客数据看板视图",
"caption": "潜在顾客",
"viewtype": "DEPORTALVIEW",
"viewmodule": "Sales",
"viewname": "LeadDashboardView",
"viewfilename": "lead-dashboard-view",
"viewtag": "b5ff54b0672efd3222a44d81f4e7362e",
"memo": ""
},
"contactpickupview": { "contactpickupview": {
"title": "联系人数据选择视图", "title": "联系人数据选择视图",
"caption": "联系人", "caption": "联系人",
......
...@@ -189,6 +189,10 @@ export default { ...@@ -189,6 +189,10 @@ export default {
info_company: { info_company: {
caption: "潜在顾客", caption: "潜在顾客",
title: '潜在顾客编辑视图', title: '潜在顾客编辑视图',
},
dashboardview: {
caption: "潜在顾客",
title: '潜在顾客数据看板视图',
}, },
info_detail: { info_detail: {
caption: "潜在顾客", caption: "潜在顾客",
......
...@@ -188,6 +188,10 @@ export default { ...@@ -188,6 +188,10 @@ export default {
info_company: { info_company: {
caption: '潜在顾客', caption: '潜在顾客',
title: '潜在顾客编辑视图', title: '潜在顾客编辑视图',
},
dashboardview: {
caption: '潜在顾客',
title: '潜在顾客数据看板视图',
}, },
info_detail: { info_detail: {
caption: '潜在顾客', caption: '潜在顾客',
......
...@@ -14,8 +14,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -14,8 +14,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Account', label: "Account",
text: 'Account', text: "Account",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -24,8 +24,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -24,8 +24,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'Contact', label: "Contact",
text: 'Contact', text: "Contact",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -34,8 +34,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -34,8 +34,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '4', id: '4',
label: 'Lead', label: "Lead",
text: 'Lead', text: "Lead",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
value: '4', value: '4',
...@@ -51,8 +51,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -51,8 +51,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '2', id: '2',
label: 'Appointment', label: "Appointment",
text: 'Appointment', text: "Appointment",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -61,8 +61,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -61,8 +61,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '7', id: '7',
label: 'Email', label: "Email",
text: 'Email', text: "Email",
"data":"", "data":"",
"codename":"Item_7", "codename":"Item_7",
value: '7', value: '7',
...@@ -71,8 +71,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -71,8 +71,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '8', id: '8',
label: 'Email via Mail Merge', label: "Email via Mail Merge",
text: 'Email via Mail Merge', text: "Email via Mail Merge",
"data":"", "data":"",
"codename":"Item_8", "codename":"Item_8",
value: '8', value: '8',
...@@ -81,8 +81,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -81,8 +81,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '5', id: '5',
label: 'Fax', label: "Fax",
text: 'Fax', text: "Fax",
"data":"", "data":"",
"codename":"Item_5", "codename":"Item_5",
value: '5', value: '5',
...@@ -91,8 +91,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -91,8 +91,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '6', id: '6',
label: 'Fax via Mail Merge', label: "Fax via Mail Merge",
text: 'Fax via Mail Merge', text: "Fax via Mail Merge",
"data":"", "data":"",
"codename":"Item_6", "codename":"Item_6",
value: '6', value: '6',
...@@ -101,8 +101,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -101,8 +101,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '3', id: '3',
label: 'Letter', label: "Letter",
text: 'Letter', text: "Letter",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '3', value: '3',
...@@ -111,8 +111,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -111,8 +111,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '4', id: '4',
label: 'Letter via Mail Merge', label: "Letter via Mail Merge",
text: 'Letter via Mail Merge', text: "Letter via Mail Merge",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
value: '4', value: '4',
...@@ -121,8 +121,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -121,8 +121,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '9', id: '9',
label: 'Other', label: "Other",
text: 'Other', text: "Other",
"data":"", "data":"",
"codename":"Item_9", "codename":"Item_9",
value: '9', value: '9',
...@@ -131,8 +131,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -131,8 +131,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '1', id: '1',
label: 'Phone', label: "Phone",
text: 'Phone', text: "Phone",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -148,8 +148,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -148,8 +148,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Active', label: "Active",
text: 'Active', text: "Active",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: 1, value: 1,
...@@ -158,8 +158,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -158,8 +158,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'Inactive', label: "Inactive",
text: 'Inactive', text: "Inactive",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: 2, value: 2,
...@@ -175,8 +175,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -175,8 +175,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Accounting', label: "Accounting",
text: 'Accounting', text: "Accounting",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -185,8 +185,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -185,8 +185,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'Agriculture and Non-petrol Natural Resource Extraction', label: "Agriculture and Non-petrol Natural Resource Extraction",
text: 'Agriculture and Non-petrol Natural Resource Extraction', text: "Agriculture and Non-petrol Natural Resource Extraction",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -195,8 +195,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -195,8 +195,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '3', id: '3',
label: 'Broadcasting Printing and Publishing', label: "Broadcasting Printing and Publishing",
text: 'Broadcasting Printing and Publishing', text: "Broadcasting Printing and Publishing",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '3', value: '3',
...@@ -205,8 +205,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -205,8 +205,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '4', id: '4',
label: 'Brokers', label: "Brokers",
text: 'Brokers', text: "Brokers",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
value: '4', value: '4',
...@@ -215,8 +215,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -215,8 +215,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '5', id: '5',
label: 'Building Supply Retail', label: "Building Supply Retail",
text: 'Building Supply Retail', text: "Building Supply Retail",
"data":"", "data":"",
"codename":"Item_5", "codename":"Item_5",
value: '5', value: '5',
...@@ -225,8 +225,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -225,8 +225,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '6', id: '6',
label: 'Business Services', label: "Business Services",
text: 'Business Services', text: "Business Services",
"data":"", "data":"",
"codename":"Item_6", "codename":"Item_6",
value: '6', value: '6',
...@@ -235,8 +235,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -235,8 +235,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '7', id: '7',
label: 'Consulting', label: "Consulting",
text: 'Consulting', text: "Consulting",
"data":"", "data":"",
"codename":"Item_7", "codename":"Item_7",
value: '7', value: '7',
...@@ -245,8 +245,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -245,8 +245,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '8', id: '8',
label: 'Consumer Services', label: "Consumer Services",
text: 'Consumer Services', text: "Consumer Services",
"data":"", "data":"",
"codename":"Item_8", "codename":"Item_8",
value: '8', value: '8',
...@@ -255,8 +255,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -255,8 +255,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '9', id: '9',
label: 'Design, Direction and Creative Management', label: "Design, Direction and Creative Management",
text: 'Design, Direction and Creative Management', text: "Design, Direction and Creative Management",
"data":"", "data":"",
"codename":"Item_9", "codename":"Item_9",
value: '9', value: '9',
...@@ -265,8 +265,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -265,8 +265,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '10', id: '10',
label: 'Distributors, Dispatchers and Processors', label: "Distributors, Dispatchers and Processors",
text: 'Distributors, Dispatchers and Processors', text: "Distributors, Dispatchers and Processors",
"data":"", "data":"",
"codename":"Item_10", "codename":"Item_10",
value: '10', value: '10',
...@@ -275,8 +275,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -275,8 +275,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '11', id: '11',
label: 'Doctor's Offices and Clinics', label: "Doctor's Offices and Clinics",
text: 'Doctor's Offices and Clinics', text: "Doctor's Offices and Clinics",
"data":"", "data":"",
"codename":"Item_11", "codename":"Item_11",
value: '11', value: '11',
...@@ -285,8 +285,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -285,8 +285,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '12', id: '12',
label: 'Durable Manufacturing', label: "Durable Manufacturing",
text: 'Durable Manufacturing', text: "Durable Manufacturing",
"data":"", "data":"",
"codename":"Item_12", "codename":"Item_12",
value: '12', value: '12',
...@@ -295,8 +295,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -295,8 +295,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '13', id: '13',
label: 'Eating and Drinking Places', label: "Eating and Drinking Places",
text: 'Eating and Drinking Places', text: "Eating and Drinking Places",
"data":"", "data":"",
"codename":"Item_13", "codename":"Item_13",
value: '13', value: '13',
...@@ -305,8 +305,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -305,8 +305,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '14', id: '14',
label: 'Entertainment Retail', label: "Entertainment Retail",
text: 'Entertainment Retail', text: "Entertainment Retail",
"data":"", "data":"",
"codename":"Item_14", "codename":"Item_14",
value: '14', value: '14',
...@@ -315,8 +315,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -315,8 +315,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '15', id: '15',
label: 'Equipment Rental and Leasing', label: "Equipment Rental and Leasing",
text: 'Equipment Rental and Leasing', text: "Equipment Rental and Leasing",
"data":"", "data":"",
"codename":"Item_15", "codename":"Item_15",
value: '15', value: '15',
...@@ -325,8 +325,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -325,8 +325,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '16', id: '16',
label: 'Financial', label: "Financial",
text: 'Financial', text: "Financial",
"data":"", "data":"",
"codename":"Item_16", "codename":"Item_16",
value: '16', value: '16',
...@@ -335,8 +335,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -335,8 +335,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '17', id: '17',
label: 'Food and Tobacco Processing', label: "Food and Tobacco Processing",
text: 'Food and Tobacco Processing', text: "Food and Tobacco Processing",
"data":"", "data":"",
"codename":"Item_17", "codename":"Item_17",
value: '17', value: '17',
...@@ -345,8 +345,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -345,8 +345,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '18', id: '18',
label: 'Inbound Capital Intensive Processing', label: "Inbound Capital Intensive Processing",
text: 'Inbound Capital Intensive Processing', text: "Inbound Capital Intensive Processing",
"data":"", "data":"",
"codename":"Item_18", "codename":"Item_18",
value: '18', value: '18',
...@@ -355,8 +355,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -355,8 +355,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '19', id: '19',
label: 'Inbound Repair and Services', label: "Inbound Repair and Services",
text: 'Inbound Repair and Services', text: "Inbound Repair and Services",
"data":"", "data":"",
"codename":"Item_19", "codename":"Item_19",
value: '19', value: '19',
...@@ -365,8 +365,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -365,8 +365,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '20', id: '20',
label: 'Insurance', label: "Insurance",
text: 'Insurance', text: "Insurance",
"data":"", "data":"",
"codename":"Item_20", "codename":"Item_20",
value: '20', value: '20',
...@@ -375,8 +375,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -375,8 +375,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '21', id: '21',
label: 'Legal Services', label: "Legal Services",
text: 'Legal Services', text: "Legal Services",
"data":"", "data":"",
"codename":"Item_21", "codename":"Item_21",
value: '21', value: '21',
...@@ -385,8 +385,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -385,8 +385,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '22', id: '22',
label: 'Non-Durable Merchandise Retail', label: "Non-Durable Merchandise Retail",
text: 'Non-Durable Merchandise Retail', text: "Non-Durable Merchandise Retail",
"data":"", "data":"",
"codename":"Item_22", "codename":"Item_22",
value: '22', value: '22',
...@@ -395,8 +395,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -395,8 +395,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '23', id: '23',
label: 'Outbound Consumer Service', label: "Outbound Consumer Service",
text: 'Outbound Consumer Service', text: "Outbound Consumer Service",
"data":"", "data":"",
"codename":"Item_23", "codename":"Item_23",
value: '23', value: '23',
...@@ -405,8 +405,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -405,8 +405,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '24', id: '24',
label: 'Petrochemical Extraction and Distribution', label: "Petrochemical Extraction and Distribution",
text: 'Petrochemical Extraction and Distribution', text: "Petrochemical Extraction and Distribution",
"data":"", "data":"",
"codename":"Item_24", "codename":"Item_24",
value: '24', value: '24',
...@@ -415,8 +415,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -415,8 +415,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '25', id: '25',
label: 'Service Retail', label: "Service Retail",
text: 'Service Retail', text: "Service Retail",
"data":"", "data":"",
"codename":"Item_25", "codename":"Item_25",
value: '25', value: '25',
...@@ -425,8 +425,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -425,8 +425,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '26', id: '26',
label: 'SIG Affiliations', label: "SIG Affiliations",
text: 'SIG Affiliations', text: "SIG Affiliations",
"data":"", "data":"",
"codename":"Item_26", "codename":"Item_26",
value: '26', value: '26',
...@@ -435,8 +435,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -435,8 +435,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '27', id: '27',
label: 'Social Services', label: "Social Services",
text: 'Social Services', text: "Social Services",
"data":"", "data":"",
"codename":"Item_27", "codename":"Item_27",
value: '27', value: '27',
...@@ -445,8 +445,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -445,8 +445,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '28', id: '28',
label: 'Special Outbound Trade Contractors', label: "Special Outbound Trade Contractors",
text: 'Special Outbound Trade Contractors', text: "Special Outbound Trade Contractors",
"data":"", "data":"",
"codename":"Item_28", "codename":"Item_28",
value: '28', value: '28',
...@@ -455,8 +455,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -455,8 +455,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '29', id: '29',
label: 'Specialty Realty', label: "Specialty Realty",
text: 'Specialty Realty', text: "Specialty Realty",
"data":"", "data":"",
"codename":"Item_29", "codename":"Item_29",
value: '29', value: '29',
...@@ -465,8 +465,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -465,8 +465,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '30', id: '30',
label: 'Transportation', label: "Transportation",
text: 'Transportation', text: "Transportation",
"data":"", "data":"",
"codename":"Item_30", "codename":"Item_30",
value: '30', value: '30',
...@@ -475,8 +475,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -475,8 +475,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '31', id: '31',
label: 'Utility Creation and Distribution', label: "Utility Creation and Distribution",
text: 'Utility Creation and Distribution', text: "Utility Creation and Distribution",
"data":"", "data":"",
"codename":"Item_31", "codename":"Item_31",
value: '31', value: '31',
...@@ -485,8 +485,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -485,8 +485,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '32', id: '32',
label: 'Vehicle Retail', label: "Vehicle Retail",
text: 'Vehicle Retail', text: "Vehicle Retail",
"data":"", "data":"",
"codename":"Item_32", "codename":"Item_32",
value: '32', value: '32',
...@@ -495,8 +495,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -495,8 +495,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '33', id: '33',
label: 'Wholesale', label: "Wholesale",
text: 'Wholesale', text: "Wholesale",
"data":"", "data":"",
"codename":"Item_33", "codename":"Item_33",
value: '33', value: '33',
...@@ -512,8 +512,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -512,8 +512,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '2', id: '2',
label: '2% 10, Net 30', label: "2% 10, Net 30",
text: '2% 10, Net 30', text: "2% 10, Net 30",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -522,8 +522,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -522,8 +522,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '1', id: '1',
label: 'Net 30', label: "Net 30",
text: 'Net 30', text: "Net 30",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -532,8 +532,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -532,8 +532,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '3', id: '3',
label: 'Net 45', label: "Net 45",
text: 'Net 45', text: "Net 45",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '3', value: '3',
...@@ -542,8 +542,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -542,8 +542,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '4', id: '4',
label: 'Net 60', label: "Net 60",
text: 'Net 60', text: "Net 60",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
value: '4', value: '4',
...@@ -559,8 +559,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -559,8 +559,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Airborne', label: "Airborne",
text: 'Airborne', text: "Airborne",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -569,8 +569,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -569,8 +569,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'DHL', label: "DHL",
text: 'DHL', text: "DHL",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -579,8 +579,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -579,8 +579,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '3', id: '3',
label: 'FedEx', label: "FedEx",
text: 'FedEx', text: "FedEx",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '3', value: '3',
...@@ -589,8 +589,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -589,8 +589,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '6', id: '6',
label: 'Full Load', label: "Full Load",
text: 'Full Load', text: "Full Load",
"data":"", "data":"",
"codename":"Item_6", "codename":"Item_6",
value: '6', value: '6',
...@@ -599,8 +599,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -599,8 +599,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '5', id: '5',
label: 'Postal Mail', label: "Postal Mail",
text: 'Postal Mail', text: "Postal Mail",
"data":"", "data":"",
"codename":"Item_5", "codename":"Item_5",
value: '5', value: '5',
...@@ -609,8 +609,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -609,8 +609,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '4', id: '4',
label: 'UPS', label: "UPS",
text: 'UPS', text: "UPS",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
value: '4', value: '4',
...@@ -619,8 +619,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -619,8 +619,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '7', id: '7',
label: 'Will Call', label: "Will Call",
text: 'Will Call', text: "Will Call",
"data":"", "data":"",
"codename":"Item_7", "codename":"Item_7",
value: '7', value: '7',
...@@ -636,8 +636,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -636,8 +636,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: 'TASK', id: 'TASK',
label: '任务', label: "任务",
text: '任务', text: "任务",
"data":{"N_ACTIVITYTYPECODE_EQ":"TASK"}, "data":{"N_ACTIVITYTYPECODE_EQ":"TASK"},
"codename":"Task", "codename":"Task",
value: 'TASK', value: 'TASK',
...@@ -646,8 +646,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -646,8 +646,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'EMAIL', id: 'EMAIL',
label: '电子邮件', label: "电子邮件",
text: '电子邮件', text: "电子邮件",
"data":{"N_ACTIVITYTYPECODE_EQ":"EMAIL"}, "data":{"N_ACTIVITYTYPECODE_EQ":"EMAIL"},
"codename":"Email", "codename":"Email",
value: 'EMAIL', value: 'EMAIL',
...@@ -656,8 +656,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -656,8 +656,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'APPOINTMENT', id: 'APPOINTMENT',
label: '约会', label: "约会",
text: '约会', text: "约会",
"data":{"N_ACTIVITYTYPECODE_EQ":"APPOINTMENT"}, "data":{"N_ACTIVITYTYPECODE_EQ":"APPOINTMENT"},
"codename":"Appointment", "codename":"Appointment",
value: 'APPOINTMENT', value: 'APPOINTMENT',
...@@ -666,8 +666,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -666,8 +666,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'PHONECALL', id: 'PHONECALL',
label: '电话联络', label: "电话联络",
text: '电话联络', text: "电话联络",
"data":{"N_ACTIVITYTYPECODE_EQ":"PHONECALL"}, "data":{"N_ACTIVITYTYPECODE_EQ":"PHONECALL"},
"codename":"Phonecall", "codename":"Phonecall",
value: 'PHONECALL', value: 'PHONECALL',
...@@ -676,8 +676,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -676,8 +676,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'LETTER', id: 'LETTER',
label: '信件', label: "信件",
text: '信件', text: "信件",
"data":{"N_ACTIVITYTYPECODE_EQ":"LETTER"}, "data":{"N_ACTIVITYTYPECODE_EQ":"LETTER"},
"codename":"Letter", "codename":"Letter",
value: 'LETTER', value: 'LETTER',
...@@ -686,8 +686,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -686,8 +686,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'FAX', id: 'FAX',
label: '传真', label: "传真",
text: '传真', text: "传真",
"data":"", "data":"",
"codename":"Fax", "codename":"Fax",
value: 'FAX', value: 'FAX',
...@@ -696,8 +696,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -696,8 +696,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'SERVICEAPPOINTMENT', id: 'SERVICEAPPOINTMENT',
label: '服务活动', label: "服务活动",
text: '服务活动', text: "服务活动",
"data":{"N_ACTIVITYTYPECODE_EQ":"SERVICEAPPOINTMENT"}, "data":{"N_ACTIVITYTYPECODE_EQ":"SERVICEAPPOINTMENT"},
"codename":"Serviceappointment", "codename":"Serviceappointment",
value: 'SERVICEAPPOINTMENT', value: 'SERVICEAPPOINTMENT',
...@@ -706,8 +706,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -706,8 +706,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'CAMPAIGNRESPONSE', id: 'CAMPAIGNRESPONSE',
label: '市场活动响应', label: "市场活动响应",
text: '市场活动响应', text: "市场活动响应",
"data":{"N_ACTIVITYTYPECODE_EQ":"CAMPAIGNRESPONSE"}, "data":{"N_ACTIVITYTYPECODE_EQ":"CAMPAIGNRESPONSE"},
"codename":"Campaignresponse", "codename":"Campaignresponse",
value: 'CAMPAIGNRESPONSE', value: 'CAMPAIGNRESPONSE',
...@@ -723,8 +723,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -723,8 +723,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Default Value', label: "Default Value",
text: 'Default Value', text: "Default Value",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -740,8 +740,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -740,8 +740,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '2', id: '2',
label: 'High', label: "High",
text: 'High', text: "High",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -750,8 +750,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -750,8 +750,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '0', id: '0',
label: 'Low', label: "Low",
text: 'Low', text: "Low",
"data":"", "data":"",
"codename":"Item_0", "codename":"Item_0",
value: '0', value: '0',
...@@ -760,8 +760,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -760,8 +760,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '1', id: '1',
label: 'Normal', label: "Normal",
text: 'Normal', text: "Normal",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -777,8 +777,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -777,8 +777,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Default Value', label: "Default Value",
text: 'Default Value', text: "Default Value",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -794,8 +794,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -794,8 +794,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Advertisement', label: "Advertisement",
text: 'Advertisement', text: "Advertisement",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -804,8 +804,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -804,8 +804,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '4', id: '4',
label: 'Co-branding', label: "Co-branding",
text: 'Co-branding', text: "Co-branding",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
value: '4', value: '4',
...@@ -814,8 +814,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -814,8 +814,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'Direct Marketing', label: "Direct Marketing",
text: 'Direct Marketing', text: "Direct Marketing",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -824,8 +824,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -824,8 +824,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '3', id: '3',
label: 'Event', label: "Event",
text: 'Event', text: "Event",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '3', value: '3',
...@@ -834,8 +834,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -834,8 +834,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '5', id: '5',
label: 'Other', label: "Other",
text: 'Other', text: "Other",
"data":"", "data":"",
"codename":"Item_5", "codename":"Item_5",
value: '5', value: '5',
...@@ -851,8 +851,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -851,8 +851,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'FOB', label: "FOB",
text: 'FOB', text: "FOB",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -861,8 +861,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -861,8 +861,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'No Charge', label: "No Charge",
text: 'No Charge', text: "No Charge",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -878,8 +878,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -878,8 +878,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Advertisement', label: "Advertisement",
text: 'Advertisement', text: "Advertisement",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -888,8 +888,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -888,8 +888,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'Employee Referral', label: "Employee Referral",
text: 'Employee Referral', text: "Employee Referral",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -898,8 +898,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -898,8 +898,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '3', id: '3',
label: 'External Referral', label: "External Referral",
text: 'External Referral', text: "External Referral",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '3', value: '3',
...@@ -908,8 +908,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -908,8 +908,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '10', id: '10',
label: 'Other', label: "Other",
text: 'Other', text: "Other",
"data":"", "data":"",
"codename":"Item_10", "codename":"Item_10",
value: '10', value: '10',
...@@ -918,8 +918,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -918,8 +918,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '4', id: '4',
label: 'Partner', label: "Partner",
text: 'Partner', text: "Partner",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
value: '4', value: '4',
...@@ -928,8 +928,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -928,8 +928,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '5', id: '5',
label: 'Public Relations', label: "Public Relations",
text: 'Public Relations', text: "Public Relations",
"data":"", "data":"",
"codename":"Item_5", "codename":"Item_5",
value: '5', value: '5',
...@@ -938,8 +938,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -938,8 +938,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '6', id: '6',
label: 'Seminar', label: "Seminar",
text: 'Seminar', text: "Seminar",
"data":"", "data":"",
"codename":"Item_6", "codename":"Item_6",
value: '6', value: '6',
...@@ -948,8 +948,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -948,8 +948,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '7', id: '7',
label: 'Trade Show', label: "Trade Show",
text: 'Trade Show', text: "Trade Show",
"data":"", "data":"",
"codename":"Item_7", "codename":"Item_7",
value: '7', value: '7',
...@@ -958,8 +958,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -958,8 +958,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '8', id: '8',
label: 'Web', label: "Web",
text: 'Web', text: "Web",
"data":"", "data":"",
"codename":"Item_8", "codename":"Item_8",
value: '8', value: '8',
...@@ -968,8 +968,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -968,8 +968,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '9', id: '9',
label: 'Word of Mouth', label: "Word of Mouth",
text: 'Word of Mouth', text: "Word of Mouth",
"data":"", "data":"",
"codename":"Item_9", "codename":"Item_9",
value: '9', value: '9',
...@@ -985,8 +985,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -985,8 +985,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Accounting', label: "Accounting",
text: 'Accounting', text: "Accounting",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -995,8 +995,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -995,8 +995,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'Agriculture and Non-petrol Natural Resource Extraction', label: "Agriculture and Non-petrol Natural Resource Extraction",
text: 'Agriculture and Non-petrol Natural Resource Extraction', text: "Agriculture and Non-petrol Natural Resource Extraction",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -1005,8 +1005,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1005,8 +1005,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '3', id: '3',
label: 'Broadcasting Printing and Publishing', label: "Broadcasting Printing and Publishing",
text: 'Broadcasting Printing and Publishing', text: "Broadcasting Printing and Publishing",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '3', value: '3',
...@@ -1015,8 +1015,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1015,8 +1015,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '4', id: '4',
label: 'Brokers', label: "Brokers",
text: 'Brokers', text: "Brokers",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
value: '4', value: '4',
...@@ -1025,8 +1025,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1025,8 +1025,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '5', id: '5',
label: 'Building Supply Retail', label: "Building Supply Retail",
text: 'Building Supply Retail', text: "Building Supply Retail",
"data":"", "data":"",
"codename":"Item_5", "codename":"Item_5",
value: '5', value: '5',
...@@ -1035,8 +1035,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1035,8 +1035,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '6', id: '6',
label: 'Business Services', label: "Business Services",
text: 'Business Services', text: "Business Services",
"data":"", "data":"",
"codename":"Item_6", "codename":"Item_6",
value: '6', value: '6',
...@@ -1045,8 +1045,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1045,8 +1045,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '7', id: '7',
label: 'Consulting', label: "Consulting",
text: 'Consulting', text: "Consulting",
"data":"", "data":"",
"codename":"Item_7", "codename":"Item_7",
value: '7', value: '7',
...@@ -1055,8 +1055,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1055,8 +1055,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '8', id: '8',
label: 'Consumer Services', label: "Consumer Services",
text: 'Consumer Services', text: "Consumer Services",
"data":"", "data":"",
"codename":"Item_8", "codename":"Item_8",
value: '8', value: '8',
...@@ -1065,8 +1065,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1065,8 +1065,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '9', id: '9',
label: 'Design, Direction and Creative Management', label: "Design, Direction and Creative Management",
text: 'Design, Direction and Creative Management', text: "Design, Direction and Creative Management",
"data":"", "data":"",
"codename":"Item_9", "codename":"Item_9",
value: '9', value: '9',
...@@ -1075,8 +1075,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1075,8 +1075,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '10', id: '10',
label: 'Distributors, Dispatchers and Processors', label: "Distributors, Dispatchers and Processors",
text: 'Distributors, Dispatchers and Processors', text: "Distributors, Dispatchers and Processors",
"data":"", "data":"",
"codename":"Item_10", "codename":"Item_10",
value: '10', value: '10',
...@@ -1085,8 +1085,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1085,8 +1085,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '11', id: '11',
label: 'Doctors Offices and Clinics', label: "Doctors Offices and Clinics",
text: 'Doctors Offices and Clinics', text: "Doctors Offices and Clinics",
"data":"", "data":"",
"codename":"Item_11", "codename":"Item_11",
value: '11', value: '11',
...@@ -1095,8 +1095,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1095,8 +1095,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '12', id: '12',
label: 'Durable Manufacturing', label: "Durable Manufacturing",
text: 'Durable Manufacturing', text: "Durable Manufacturing",
"data":"", "data":"",
"codename":"Item_12", "codename":"Item_12",
value: '12', value: '12',
...@@ -1105,8 +1105,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1105,8 +1105,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '13', id: '13',
label: 'Eating and Drinking Places', label: "Eating and Drinking Places",
text: 'Eating and Drinking Places', text: "Eating and Drinking Places",
"data":"", "data":"",
"codename":"Item_13", "codename":"Item_13",
value: '13', value: '13',
...@@ -1115,8 +1115,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1115,8 +1115,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '14', id: '14',
label: 'Entertainment Retail', label: "Entertainment Retail",
text: 'Entertainment Retail', text: "Entertainment Retail",
"data":"", "data":"",
"codename":"Item_14", "codename":"Item_14",
value: '14', value: '14',
...@@ -1125,8 +1125,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1125,8 +1125,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '15', id: '15',
label: 'Equipment Rental and Leasing', label: "Equipment Rental and Leasing",
text: 'Equipment Rental and Leasing', text: "Equipment Rental and Leasing",
"data":"", "data":"",
"codename":"Item_15", "codename":"Item_15",
value: '15', value: '15',
...@@ -1135,8 +1135,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1135,8 +1135,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '16', id: '16',
label: 'Financial', label: "Financial",
text: 'Financial', text: "Financial",
"data":"", "data":"",
"codename":"Item_16", "codename":"Item_16",
value: '16', value: '16',
...@@ -1145,8 +1145,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1145,8 +1145,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '17', id: '17',
label: 'Food and Tobacco Processing', label: "Food and Tobacco Processing",
text: 'Food and Tobacco Processing', text: "Food and Tobacco Processing",
"data":"", "data":"",
"codename":"Item_17", "codename":"Item_17",
value: '17', value: '17',
...@@ -1155,8 +1155,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1155,8 +1155,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '18', id: '18',
label: 'Inbound Capital Intensive Processing', label: "Inbound Capital Intensive Processing",
text: 'Inbound Capital Intensive Processing', text: "Inbound Capital Intensive Processing",
"data":"", "data":"",
"codename":"Item_18", "codename":"Item_18",
value: '18', value: '18',
...@@ -1165,8 +1165,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1165,8 +1165,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '19', id: '19',
label: 'Inbound Repair and Services', label: "Inbound Repair and Services",
text: 'Inbound Repair and Services', text: "Inbound Repair and Services",
"data":"", "data":"",
"codename":"Item_19", "codename":"Item_19",
value: '19', value: '19',
...@@ -1175,8 +1175,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1175,8 +1175,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '20', id: '20',
label: 'Insurance', label: "Insurance",
text: 'Insurance', text: "Insurance",
"data":"", "data":"",
"codename":"Item_20", "codename":"Item_20",
value: '20', value: '20',
...@@ -1185,8 +1185,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1185,8 +1185,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '21', id: '21',
label: 'Legal Services', label: "Legal Services",
text: 'Legal Services', text: "Legal Services",
"data":"", "data":"",
"codename":"Item_21", "codename":"Item_21",
value: '21', value: '21',
...@@ -1195,8 +1195,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1195,8 +1195,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '22', id: '22',
label: 'Non-Durable Merchandise Retail', label: "Non-Durable Merchandise Retail",
text: 'Non-Durable Merchandise Retail', text: "Non-Durable Merchandise Retail",
"data":"", "data":"",
"codename":"Item_22", "codename":"Item_22",
value: '22', value: '22',
...@@ -1205,8 +1205,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1205,8 +1205,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '23', id: '23',
label: 'Outbound Consumer Service', label: "Outbound Consumer Service",
text: 'Outbound Consumer Service', text: "Outbound Consumer Service",
"data":"", "data":"",
"codename":"Item_23", "codename":"Item_23",
value: '23', value: '23',
...@@ -1215,8 +1215,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1215,8 +1215,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '24', id: '24',
label: 'Petrochemical Extraction and Distribution', label: "Petrochemical Extraction and Distribution",
text: 'Petrochemical Extraction and Distribution', text: "Petrochemical Extraction and Distribution",
"data":"", "data":"",
"codename":"Item_24", "codename":"Item_24",
value: '24', value: '24',
...@@ -1225,8 +1225,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1225,8 +1225,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '25', id: '25',
label: 'Service Retail', label: "Service Retail",
text: 'Service Retail', text: "Service Retail",
"data":"", "data":"",
"codename":"Item_25", "codename":"Item_25",
value: '25', value: '25',
...@@ -1235,8 +1235,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1235,8 +1235,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '26', id: '26',
label: 'SIG Affiliations', label: "SIG Affiliations",
text: 'SIG Affiliations', text: "SIG Affiliations",
"data":"", "data":"",
"codename":"Item_26", "codename":"Item_26",
value: '26', value: '26',
...@@ -1245,8 +1245,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1245,8 +1245,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '27', id: '27',
label: 'Social Services', label: "Social Services",
text: 'Social Services', text: "Social Services",
"data":"", "data":"",
"codename":"Item_27", "codename":"Item_27",
value: '27', value: '27',
...@@ -1255,8 +1255,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1255,8 +1255,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '28', id: '28',
label: 'Special Outbound Trade Contractors', label: "Special Outbound Trade Contractors",
text: 'Special Outbound Trade Contractors', text: "Special Outbound Trade Contractors",
"data":"", "data":"",
"codename":"Item_28", "codename":"Item_28",
value: '28', value: '28',
...@@ -1265,8 +1265,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1265,8 +1265,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '29', id: '29',
label: 'Specialty Realty', label: "Specialty Realty",
text: 'Specialty Realty', text: "Specialty Realty",
"data":"", "data":"",
"codename":"Item_29", "codename":"Item_29",
value: '29', value: '29',
...@@ -1275,8 +1275,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1275,8 +1275,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '30', id: '30',
label: 'Transportation', label: "Transportation",
text: 'Transportation', text: "Transportation",
"data":"", "data":"",
"codename":"Item_30", "codename":"Item_30",
value: '30', value: '30',
...@@ -1285,8 +1285,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1285,8 +1285,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '31', id: '31',
label: 'Utility Creation and Distribution', label: "Utility Creation and Distribution",
text: 'Utility Creation and Distribution', text: "Utility Creation and Distribution",
"data":"", "data":"",
"codename":"Item_31", "codename":"Item_31",
value: '31', value: '31',
...@@ -1295,8 +1295,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1295,8 +1295,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '32', id: '32',
label: 'Vehicle Retail', label: "Vehicle Retail",
text: 'Vehicle Retail', text: "Vehicle Retail",
"data":"", "data":"",
"codename":"Item_32", "codename":"Item_32",
value: '32', value: '32',
...@@ -1305,8 +1305,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1305,8 +1305,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '33', id: '33',
label: 'Wholesale', label: "Wholesale",
text: 'Wholesale', text: "Wholesale",
"data":"", "data":"",
"codename":"Item_33", "codename":"Item_33",
value: '33', value: '33',
...@@ -1322,8 +1322,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1322,8 +1322,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '2', id: '2',
label: 'High', label: "High",
text: 'High', text: "High",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -1332,8 +1332,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1332,8 +1332,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '0', id: '0',
label: 'Low', label: "Low",
text: 'Low', text: "Low",
"data":"", "data":"",
"codename":"Item_0", "codename":"Item_0",
value: '0', value: '0',
...@@ -1342,8 +1342,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1342,8 +1342,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '1', id: '1',
label: 'Normal', label: "Normal",
text: 'Normal', text: "Normal",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -1367,8 +1367,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1367,8 +1367,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '4', id: '4',
label: 'Other', label: "Other",
text: 'Other', text: "Other",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
value: '4', value: '4',
...@@ -1377,8 +1377,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1377,8 +1377,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'Private', label: "Private",
text: 'Private', text: "Private",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -1387,8 +1387,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1387,8 +1387,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '1', id: '1',
label: 'Public', label: "Public",
text: 'Public', text: "Public",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -1397,8 +1397,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1397,8 +1397,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '3', id: '3',
label: 'Subsidiary', label: "Subsidiary",
text: 'Subsidiary', text: "Subsidiary",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '3', value: '3',
...@@ -1414,8 +1414,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1414,8 +1414,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Default Value', label: "Default Value",
text: 'Default Value', text: "Default Value",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -1431,8 +1431,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1431,8 +1431,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: '是', label: "是",
text: '是', text: "是",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: 1, value: 1,
...@@ -1441,8 +1441,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1441,8 +1441,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '0', id: '0',
label: '否', label: "否",
text: '否', text: "否",
"data":"", "data":"",
"codename":"Item_0", "codename":"Item_0",
value: 0, value: 0,
...@@ -1458,8 +1458,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1458,8 +1458,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '2', id: '2',
label: 'High', label: "High",
text: 'High', text: "High",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -1468,8 +1468,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1468,8 +1468,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '0', id: '0',
label: 'Low', label: "Low",
text: 'Low', text: "Low",
"data":"", "data":"",
"codename":"Item_0", "codename":"Item_0",
value: '0', value: '0',
...@@ -1478,8 +1478,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1478,8 +1478,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '1', id: '1',
label: 'Normal', label: "Normal",
text: 'Normal', text: "Normal",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -1495,8 +1495,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1495,8 +1495,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '3', id: '3',
label: 'Divorced', label: "Divorced",
text: 'Divorced', text: "Divorced",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '3', value: '3',
...@@ -1505,8 +1505,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1505,8 +1505,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'Married', label: "Married",
text: 'Married', text: "Married",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -1515,8 +1515,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1515,8 +1515,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '1', id: '1',
label: 'Single', label: "Single",
text: 'Single', text: "Single",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -1525,8 +1525,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1525,8 +1525,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '4', id: '4',
label: 'Widowed', label: "Widowed",
text: 'Widowed', text: "Widowed",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
value: '4', value: '4',
...@@ -1542,8 +1542,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1542,8 +1542,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Competitor', label: "Competitor",
text: 'Competitor', text: "Competitor",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -1552,8 +1552,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1552,8 +1552,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'Consultant', label: "Consultant",
text: 'Consultant', text: "Consultant",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -1562,8 +1562,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1562,8 +1562,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '3', id: '3',
label: 'Customer', label: "Customer",
text: 'Customer', text: "Customer",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '3', value: '3',
...@@ -1572,8 +1572,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1572,8 +1572,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '6', id: '6',
label: 'Influencer', label: "Influencer",
text: 'Influencer', text: "Influencer",
"data":"", "data":"",
"codename":"Item_6", "codename":"Item_6",
value: '6', value: '6',
...@@ -1582,8 +1582,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1582,8 +1582,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '4', id: '4',
label: 'Investor', label: "Investor",
text: 'Investor', text: "Investor",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
value: '4', value: '4',
...@@ -1592,8 +1592,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1592,8 +1592,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '12', id: '12',
label: 'Other', label: "Other",
text: 'Other', text: "Other",
"data":"", "data":"",
"codename":"Item_12", "codename":"Item_12",
value: '12', value: '12',
...@@ -1602,8 +1602,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1602,8 +1602,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '5', id: '5',
label: 'Partner', label: "Partner",
text: 'Partner', text: "Partner",
"data":"", "data":"",
"codename":"Item_5", "codename":"Item_5",
value: '5', value: '5',
...@@ -1612,8 +1612,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1612,8 +1612,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '7', id: '7',
label: 'Press', label: "Press",
text: 'Press', text: "Press",
"data":"", "data":"",
"codename":"Item_7", "codename":"Item_7",
value: '7', value: '7',
...@@ -1622,8 +1622,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1622,8 +1622,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '8', id: '8',
label: 'Prospect', label: "Prospect",
text: 'Prospect', text: "Prospect",
"data":"", "data":"",
"codename":"Item_8", "codename":"Item_8",
value: '8', value: '8',
...@@ -1632,8 +1632,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1632,8 +1632,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '9', id: '9',
label: 'Reseller', label: "Reseller",
text: 'Reseller', text: "Reseller",
"data":"", "data":"",
"codename":"Item_9", "codename":"Item_9",
value: '9', value: '9',
...@@ -1642,8 +1642,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1642,8 +1642,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '10', id: '10',
label: 'Supplier', label: "Supplier",
text: 'Supplier', text: "Supplier",
"data":"", "data":"",
"codename":"Item_10", "codename":"Item_10",
value: '10', value: '10',
...@@ -1652,8 +1652,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1652,8 +1652,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '11', id: '11',
label: 'Vendor', label: "Vendor",
text: 'Vendor', text: "Vendor",
"data":"", "data":"",
"codename":"Item_11", "codename":"Item_11",
value: '11', value: '11',
...@@ -1669,8 +1669,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1669,8 +1669,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Bill To', label: "Bill To",
text: 'Bill To', text: "Bill To",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -1679,8 +1679,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1679,8 +1679,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '4', id: '4',
label: 'Other', label: "Other",
text: 'Other', text: "Other",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
value: '4', value: '4',
...@@ -1689,8 +1689,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1689,8 +1689,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '3', id: '3',
label: 'Primary', label: "Primary",
text: 'Primary', text: "Primary",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '3', value: '3',
...@@ -1699,8 +1699,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1699,8 +1699,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'Ship To', label: "Ship To",
text: 'Ship To', text: "Ship To",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -1716,8 +1716,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1716,8 +1716,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Default Value', label: "Default Value",
text: 'Default Value', text: "Default Value",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -1733,8 +1733,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1733,8 +1733,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Preferred Customer', label: "Preferred Customer",
text: 'Preferred Customer', text: "Preferred Customer",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -1743,8 +1743,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1743,8 +1743,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'Standard', label: "Standard",
text: 'Standard', text: "Standard",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -1760,8 +1760,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1760,8 +1760,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '4', id: '4',
label: 'Flat Fees', label: "Flat Fees",
text: 'Flat Fees', text: "Flat Fees",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
value: '4', value: '4',
...@@ -1770,8 +1770,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1770,8 +1770,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'Miscellaneous Charges', label: "Miscellaneous Charges",
text: 'Miscellaneous Charges', text: "Miscellaneous Charges",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -1780,8 +1780,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1780,8 +1780,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '1', id: '1',
label: 'Sales Inventory', label: "Sales Inventory",
text: 'Sales Inventory', text: "Sales Inventory",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -1790,8 +1790,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1790,8 +1790,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '3', id: '3',
label: 'Services', label: "Services",
text: 'Services', text: "Services",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '3', value: '3',
...@@ -1807,8 +1807,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1807,8 +1807,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '2', id: '2',
label: 'Female', label: "Female",
text: 'Female', text: "Female",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -1817,8 +1817,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1817,8 +1817,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '1', id: '1',
label: 'Male', label: "Male",
text: 'Male', text: "Male",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -1834,8 +1834,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1834,8 +1834,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: 'ALL', id: 'ALL',
label: '全部活动', label: "全部活动",
text: '全部活动', text: "全部活动",
"data":{}, "data":{},
"codename":"All", "codename":"All",
value: 'ALL', value: 'ALL',
...@@ -1844,8 +1844,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1844,8 +1844,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'TASK', id: 'TASK',
label: '任务', label: "任务",
text: '任务', text: "任务",
"data":{"n_activitytypecode_eq":"TASK"}, "data":{"n_activitytypecode_eq":"TASK"},
"codename":"Task", "codename":"Task",
value: 'TASK', value: 'TASK',
...@@ -1854,8 +1854,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1854,8 +1854,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'EMAIL', id: 'EMAIL',
label: '电子邮件', label: "电子邮件",
text: '电子邮件', text: "电子邮件",
"data":{"n_activitytypecode_eq":"EMAIL"}, "data":{"n_activitytypecode_eq":"EMAIL"},
"codename":"Email", "codename":"Email",
value: 'EMAIL', value: 'EMAIL',
...@@ -1864,8 +1864,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1864,8 +1864,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'APPOINTMENT', id: 'APPOINTMENT',
label: '约会', label: "约会",
text: '约会', text: "约会",
"data":{"n_activitytypecode_eq":"APPOINTMENT"}, "data":{"n_activitytypecode_eq":"APPOINTMENT"},
"codename":"Appointment", "codename":"Appointment",
value: 'APPOINTMENT', value: 'APPOINTMENT',
...@@ -1874,8 +1874,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1874,8 +1874,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'PHONECALL', id: 'PHONECALL',
label: '电话联络', label: "电话联络",
text: '电话联络', text: "电话联络",
"data":{"n_activitytypecode_eq":"PHONECALL"}, "data":{"n_activitytypecode_eq":"PHONECALL"},
"codename":"Phonecall", "codename":"Phonecall",
value: 'PHONECALL', value: 'PHONECALL',
...@@ -1884,8 +1884,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1884,8 +1884,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'OTHER', id: 'OTHER',
label: '其他', label: "其他",
text: '其他', text: "其他",
"data":"", "data":"",
"codename":"Other", "codename":"Other",
value: 'OTHER', value: 'OTHER',
...@@ -1894,8 +1894,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1894,8 +1894,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'LETTER', id: 'LETTER',
label: '信件', label: "信件",
text: '信件', text: "信件",
"data":{"n_activitytypecode_eq":"LETTER"}, "data":{"n_activitytypecode_eq":"LETTER"},
"codename":"Letter", "codename":"Letter",
value: 'LETTER', value: 'LETTER',
...@@ -1904,8 +1904,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1904,8 +1904,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'FAX', id: 'FAX',
label: '传真', label: "传真",
text: '传真', text: "传真",
"data":"", "data":"",
"codename":"Fax", "codename":"Fax",
value: 'FAX', value: 'FAX',
...@@ -1914,8 +1914,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1914,8 +1914,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'SERVICEAPPOINTMENT', id: 'SERVICEAPPOINTMENT',
label: '服务活动', label: "服务活动",
text: '服务活动', text: "服务活动",
"data":{"n_activitytypecode_eq":"SERVICEAPPOINTMENT"}, "data":{"n_activitytypecode_eq":"SERVICEAPPOINTMENT"},
"codename":"Serviceappointment", "codename":"Serviceappointment",
value: 'SERVICEAPPOINTMENT', value: 'SERVICEAPPOINTMENT',
...@@ -1924,8 +1924,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1924,8 +1924,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: 'CAMPAIGNRESPONSE', id: 'CAMPAIGNRESPONSE',
label: '市场活动响应', label: "市场活动响应",
text: '市场活动响应', text: "市场活动响应",
"data":{"n_activitytypecode_eq":"CAMPAIGNRESPONSE"}, "data":{"n_activitytypecode_eq":"CAMPAIGNRESPONSE"},
"codename":"Campaignresponse", "codename":"Campaignresponse",
value: 'CAMPAIGNRESPONSE', value: 'CAMPAIGNRESPONSE',
...@@ -1941,8 +1941,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1941,8 +1941,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '0', id: '0',
label: 'Active', label: "Active",
text: 'Active', text: "Active",
"data":"", "data":"",
"codename":"Item_0", "codename":"Item_0",
value: 0, value: 0,
...@@ -1951,8 +1951,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1951,8 +1951,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '1', id: '1',
label: 'Inactive', label: "Inactive",
text: 'Inactive', text: "Inactive",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: 1, value: 1,
...@@ -1968,8 +1968,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1968,8 +1968,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
items: [ items: [
{ {
id: '1', id: '1',
label: 'Any', label: "Any",
text: 'Any', text: "Any",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: '1',
...@@ -1978,8 +1978,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1978,8 +1978,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '2', id: '2',
label: 'Email', label: "Email",
text: 'Email', text: "Email",
"data":"", "data":"",
"codename":"Item_2", "codename":"Item_2",
value: '2', value: '2',
...@@ -1988,8 +1988,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1988,8 +1988,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '4', id: '4',
label: 'Fax', label: "Fax",
text: 'Fax', text: "Fax",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
value: '4', value: '4',
...@@ -1998,8 +1998,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -1998,8 +1998,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '5', id: '5',
label: 'Mail', label: "Mail",
text: 'Mail', text: "Mail",
"data":"", "data":"",
"codename":"Item_5", "codename":"Item_5",
value: '5', value: '5',
...@@ -2008,8 +2008,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -2008,8 +2008,8 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
}, },
{ {
id: '3', id: '3',
label: 'Phone', label: "Phone",
text: 'Phone', text: "Phone",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '3', value: '3',
......
...@@ -791,6 +791,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -791,6 +791,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "CampaignSummary", "viewname": "CampaignSummary",
"viewtag": "b53373df8bf30a970e738602c7a83666" "viewtag": "b53373df8bf30a970e738602c7a83666"
}, },
"leaddashboardview": {
"title": "潜在顾客数据看板视图",
"caption": "潜在顾客",
"viewtype": "DEPORTALVIEW",
"viewmodule": "Sales",
"viewname": "LeadDashboardView",
"viewtag": "b5ff54b0672efd3222a44d81f4e7362e"
},
"contactpickupview": { "contactpickupview": {
"title": "联系人数据选择视图", "title": "联系人数据选择视图",
"caption": "联系人", "caption": "联系人",
......
...@@ -87,6 +87,7 @@ export default class LeadUIServiceBase extends UIService { ...@@ -87,6 +87,7 @@ export default class LeadUIServiceBase extends UIService {
this.allViewMap.set(':',{viewname:'info_contact',srfappde:'leads'}); this.allViewMap.set(':',{viewname:'info_contact',srfappde:'leads'});
this.allViewMap.set(':',{viewname:'pickupgridview',srfappde:'leads'}); this.allViewMap.set(':',{viewname:'pickupgridview',srfappde:'leads'});
this.allViewMap.set(':',{viewname:'info_company',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'}); this.allViewMap.set(':',{viewname:'info_detail',srfappde:'leads'});
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册