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

chitanda 发布系统代码

上级 cd90dc33
...@@ -1089,6 +1089,16 @@ ...@@ -1089,6 +1089,16 @@
"viewtag": "9693fc63348c320c4b0dff17cb9a9f25", "viewtag": "9693fc63348c320c4b0dff17cb9a9f25",
"memo": "" "memo": ""
}, },
"productsalesliteraturesallitprogridview": {
"title": "宣传资料产品明细",
"caption": "产品宣传资料",
"viewtype": "DEGRIDVIEW",
"viewmodule": "Sales",
"viewname": "ProductSalesLiteratureSalLitProGridView",
"viewfilename": "product-sales-literature-sal-lit-pro-grid-view",
"viewtag": "96cc644d7d763e47f3644aed0d9850f0",
"memo": ""
},
"serviceappointmenteditview": { "serviceappointmenteditview": {
"title": "服务活动编辑视图", "title": "服务活动编辑视图",
"caption": "服务活动", "caption": "服务活动",
......
...@@ -47,54 +47,54 @@ import userCustom_en_US from '@locale/lanres/userCustom/userCustom_en_US'; ...@@ -47,54 +47,54 @@ import userCustom_en_US from '@locale/lanres/userCustom/userCustom_en_US';
export default { export default {
app: { app: {
commonWords:{ commonWords:{
error: 'Error', error: "Error",
success: 'Success', success: "Success",
ok: 'OK', ok: "OK",
cancel: 'Cancel', cancel: "Cancel",
}, },
local:{ local:{
new: 'New' new: "New"
}, },
gridpage: { gridpage: {
choicecolumns: 'Choice columns', choicecolumns: "Choice columns",
refresh: 'refresh', refresh: "refresh",
show: 'Show', show: "Show",
records: 'records', records: "records",
totle: 'totle', totle: "totle",
}, },
tabpage: { tabpage: {
sureclosetip: { sureclosetip: {
title: 'Close warning', title: "Close warning",
content: 'Form data Changed, are sure close?', content: "Form data Changed, are sure close?",
}, },
closeall: 'Close all', closeall: "Close all",
closeother: 'Close other', closeother: "Close other",
}, },
fileUpload: { fileUpload: {
caption: 'Upload', caption: "Upload",
}, },
searchButton: { searchButton: {
search: 'Search', search: "Search",
reset: 'Reset', reset: "Reset",
}, },
calendar:{ calendar:{
today: 'today', today: "today",
month: 'month', month: "month",
week: 'week', week: "week",
day: 'day', day: "day",
list: 'list', list: "list",
dateSelectModalTitle: 'select the time you wanted', dateSelectModalTitle: "select the time you wanted",
gotoDate: 'goto', gotoDate: "goto",
}, },
// 非实体视图 // 非实体视图
views: { views: {
centeralportal: { centeralportal: {
caption: '仪表盘', caption: "仪表盘",
title: '仪表盘', title: "仪表盘",
}, },
central: { central: {
caption: '企业中心', caption: "企业中心",
title: '企业中心', title: "企业中心",
}, },
}, },
utilview:{ utilview:{
...@@ -104,43 +104,43 @@ export default { ...@@ -104,43 +104,43 @@ export default {
}, },
menus: { menus: {
central: { central: {
user_menus: '用户菜单', user_menus: "用户菜单",
menuitem3: '设置', menuitem3: "设置",
menuitem4: '注销', menuitem4: "注销",
top_menus: '顶部菜单', top_menus: "顶部菜单",
left_exp: '左侧菜单', left_exp: "左侧菜单",
menuitem17: '主页', menuitem17: "主页",
menuitem18: '最近', menuitem18: "最近",
menuitem19: '固定', menuitem19: "固定",
menuitem16: '我的工作', menuitem16: "我的工作",
menuitem1: '仪表盘', menuitem1: "仪表盘",
menuitem2: '活动', menuitem2: "活动",
menuitem20: '客户', menuitem20: "客户",
menuitem5: '客户', menuitem5: "客户",
menuitem7: '联系人', menuitem7: "联系人",
menuitem21: '销售', menuitem21: "销售",
menuitem8: '潜在客户', menuitem8: "潜在客户",
menuitem9: '商机', menuitem9: "商机",
menuitem10: '竞争对手', menuitem10: "竞争对手",
menuitem22: '宣传资料', menuitem22: "宣传资料",
menuitem11: '报价单', menuitem11: "报价单",
menuitem12: '订单', menuitem12: "订单",
menuitem13: '发票', menuitem13: "发票",
menuitem6: '产品', menuitem6: "产品",
menuitem14: '销售宣传资料', menuitem14: "销售宣传资料",
menuitem23: '市场营销', menuitem23: "市场营销",
menuitem30: '市场活动', menuitem30: "市场活动",
menuitem15: '市场营销列表', menuitem15: "市场营销列表",
menuitem29: '快速市场活动', menuitem29: "快速市场活动",
menuitem24: '绩效', menuitem24: "绩效",
menuitem25: '目标', menuitem25: "目标",
menuitem26: '预测', menuitem26: "预测",
menuitem27: '服务', menuitem27: "服务",
menuitem28: '服务案例', menuitem28: "服务案例",
bottom_exp: '底部内容', bottom_exp: "底部内容",
footer_left: '底部左侧', footer_left: "底部左侧",
footer_center: '底部中间', footer_center: "底部中间",
footer_right: '底部右侧', footer_right: "底部右侧",
}, },
}, },
}, },
......
...@@ -47,54 +47,54 @@ import userCustom_zh_CN from '@locale/lanres/userCustom/userCustom_zh_CN'; ...@@ -47,54 +47,54 @@ import userCustom_zh_CN from '@locale/lanres/userCustom/userCustom_zh_CN';
export default { export default {
app: { app: {
commonWords:{ commonWords:{
error: '失败', error: "失败",
success: '成功', success: "成功",
ok: '确认', ok: "确认",
cancel: '取消', cancel: "取消",
}, },
local:{ local:{
new: '新建' new: "新建"
}, },
gridpage: { gridpage: {
choicecolumns: '选择列', choicecolumns: "选择列",
refresh: '刷新', refresh: "刷新",
show: '显示', show: "显示",
records: '条', records: "条",
totle: '共', totle: "共",
}, },
tabpage: { tabpage: {
sureclosetip: { sureclosetip: {
title: '关闭提醒', title: "关闭提醒",
content: '表单数据已经修改,确定要关闭?', content: "表单数据已经修改,确定要关闭?",
}, },
closeall: '关闭所有', closeall: "关闭所有",
closeother: '关闭其他', closeother: "关闭其他",
}, },
fileUpload: { fileUpload: {
caption: '上传', caption: "上传",
}, },
searchButton: { searchButton: {
search: '搜索', search: "搜索",
reset: '重置', reset: "重置",
}, },
calendar:{ calendar:{
today: '今天', today: "今天",
month: '月', month: "月",
week: '周', week: "周",
day: '天', day: "天",
list: '列', list: "列",
dateSelectModalTitle: '选择要跳转的时间', dateSelectModalTitle: "选择要跳转的时间",
gotoDate: '跳转', gotoDate: "跳转",
}, },
// 非实体视图 // 非实体视图
views: { views: {
centeralportal: { centeralportal: {
caption: '仪表盘', caption: "仪表盘",
title: '仪表盘', title: "仪表盘",
}, },
central: { central: {
caption: '企业中心', caption: "企业中心",
title: '企业中心', title: "企业中心",
}, },
}, },
utilview:{ utilview:{
...@@ -104,43 +104,43 @@ export default { ...@@ -104,43 +104,43 @@ export default {
}, },
menus: { menus: {
central: { central: {
user_menus: '用户菜单', user_menus: "用户菜单",
menuitem3: '设置', menuitem3: "设置",
menuitem4: '注销', menuitem4: "注销",
top_menus: '顶部菜单', top_menus: "顶部菜单",
left_exp: '左侧菜单', left_exp: "左侧菜单",
menuitem17: '主页', menuitem17: "主页",
menuitem18: '最近', menuitem18: "最近",
menuitem19: '固定', menuitem19: "固定",
menuitem16: '我的工作', menuitem16: "我的工作",
menuitem1: '仪表盘', menuitem1: "仪表盘",
menuitem2: '活动', menuitem2: "活动",
menuitem20: '客户', menuitem20: "客户",
menuitem5: '客户', menuitem5: "客户",
menuitem7: '联系人', menuitem7: "联系人",
menuitem21: '销售', menuitem21: "销售",
menuitem8: '潜在客户', menuitem8: "潜在客户",
menuitem9: '商机', menuitem9: "商机",
menuitem10: '竞争对手', menuitem10: "竞争对手",
menuitem22: '宣传资料', menuitem22: "宣传资料",
menuitem11: '报价单', menuitem11: "报价单",
menuitem12: '订单', menuitem12: "订单",
menuitem13: '发票', menuitem13: "发票",
menuitem6: '产品', menuitem6: "产品",
menuitem14: '销售宣传资料', menuitem14: "销售宣传资料",
menuitem23: '市场营销', menuitem23: "市场营销",
menuitem30: '市场活动', menuitem30: "市场活动",
menuitem15: '市场营销列表', menuitem15: "市场营销列表",
menuitem29: '快速市场活动', menuitem29: "快速市场活动",
menuitem24: '绩效', menuitem24: "绩效",
menuitem25: '目标', menuitem25: "目标",
menuitem26: '预测', menuitem26: "预测",
menuitem27: '服务', menuitem27: "服务",
menuitem28: '服务案例', menuitem28: "服务案例",
bottom_exp: '底部内容', bottom_exp: "底部内容",
footer_left: '底部左侧', footer_left: "底部左侧",
footer_center: '底部中间', footer_center: "底部中间",
footer_right: '底部右侧', footer_right: "底部右侧",
}, },
}, },
}, },
......
export default { export default {
List__CreatedFromCode: { List__CreatedFromCode: {
'1': "帐户", "1": "帐户",
'4': "潜在顾客", "4": "潜在顾客",
'2': "联系人", "2": "联系人",
empty: "", "empty": ""
}, },
Campaignactivity__ChannelTypeCode: { Campaignactivity__ChannelTypeCode: {
'5': "传真", "5": "传真",
'3': "信件", "3": "信件",
'9': "其他", "9": "其他",
'7': "电子邮件", "7": "电子邮件",
'1': "电话", "1": "电话",
'2': "约会", "2": "约会",
'6': "通过邮件合并的传真", "6": "通过邮件合并的传真",
'4': "通过邮件合并的信件", "4": "通过邮件合并的信件",
'8': "通过邮件合并的电子邮件", "8": "通过邮件合并的电子邮件",
empty: "", "empty": ""
}, },
Quote__StateCode: { Quote__StateCode: {
'3': "已关闭", "3": "已关闭",
'1': "有效", "1": "有效",
'0': "草稿", "0": "草稿",
'2': "赢单", "2": "赢单",
empty: "", "empty": ""
}, },
List__MemberType: { List__MemberType: {
'Account': "客户", "Account": "客户",
'Lead': "潜在客户", "Lead": "潜在客户",
'Contact': "联系人", "Contact": "联系人",
empty: "", "empty": ""
}, },
Salesorder__ShippingMethodCode: { Salesorder__ShippingMethodCode: {
'2': "DHL", "2": "DHL",
'3': "FedEx", "3": "FedEx",
'6': "Full Load", "6": "Full Load",
'4': "UPS", "4": "UPS",
'7': "Will Call", "7": "Will Call",
'1': "航空运输", "1": "航空运输",
'5': "邮递", "5": "邮递",
empty: "", "empty": ""
}, },
Contact__PaymentTermsCode: { Contact__PaymentTermsCode: {
'2': "2/10 N30", "2": "2/10 N30",
'1': "N30", "1": "N30",
'3': "N45", "3": "N45",
'4': "N60", "4": "N60",
empty: "", "empty": ""
}, },
ActivityTypeCode: { ActivityTypeCode: {
'TASK': "任务", "TASK": "任务",
'EMAIL': "电子邮件", "EMAIL": "电子邮件",
'APPOINTMENT': "约会", "APPOINTMENT": "约会",
'PHONECALL': "电话联络", "PHONECALL": "电话联络",
'LETTER': "信件", "LETTER": "信件",
'FAX': "传真", "FAX": "传真",
'SERVICEAPPOINTMENT': "服务活动", "SERVICEAPPOINTMENT": "服务活动",
'CAMPAIGNRESPONSE': "市场活动响应", "CAMPAIGNRESPONSE": "市场活动响应",
'CAMPAIGNACTIVITY': "市场活动项目", "CAMPAIGNACTIVITY": "市场活动项目",
empty: "", "empty": ""
}, },
Account__AccountClassificationCode: { Account__AccountClassificationCode: {
'1': "默认值", "1": "默认值",
empty: "", "empty": ""
}, },
Lead__PurchaseTimeFrame: { Lead__PurchaseTimeFrame: {
'2': "下一季度", "2": "下一季度",
'3': "今年", "3": "今年",
'4': "未知", "4": "未知",
'1': "本季度", "1": "本季度",
'0': "立即", "0": "立即",
empty: "", "empty": ""
}, },
Account__AccountRatingCode: { Account__AccountRatingCode: {
'1': "默认值", "1": "默认值",
empty: "", "empty": ""
}, },
Campaign__TypeCode: { Campaign__TypeCode: {
'3': "事件", "3": "事件",
'5': "其他", "5": "其他",
'1': "广告", "1": "广告",
'2': "直销", "2": "直销",
'4': "联合品牌", "4": "联合品牌",
empty: "", "empty": ""
}, },
Account__Address1_FreightTermsCode: { Account__Address1_FreightTermsCode: {
'1': "FOB", "1": "FOB",
'2': "免收费用", "2": "免收费用",
empty: "", "empty": ""
}, },
Lead__LeadSourceCode: { Lead__LeadSourceCode: {
'8': "Web", "8": "Web",
'5': "公共关系", "5": "公共关系",
'10': "其他", "10": "其他",
'9': "口碑", "9": "口碑",
'4': "合作伙伴", "4": "合作伙伴",
'2': "员工推荐", "2": "员工推荐",
'3': "外部推荐", "3": "外部推荐",
'7': "展销会", "7": "展销会",
'1': "广告", "1": "广告",
'6': "研讨会", "6": "研讨会",
empty: "", "empty": ""
}, },
Salesliterature__LiteratureTypeCode: { Salesliterature__LiteratureTypeCode: {
'1': "产品表单", "1": "产品表单",
'7': "价格表单", "7": "价格表单",
'9': "公司背景", "9": "公司背景",
'6': "公告", "6": "公告",
'100001': "市场营销宣传材料", "100001": "市场营销宣传材料",
'8': "手册", "8": "手册",
'5': "新闻", "5": "新闻",
'0': "演示文稿", "0": "演示文稿",
'4': "电子表格", "4": "电子表格",
'2': "策略和步骤", "2": "策略和步骤",
'3': "销售宣传资料", "3": "销售宣传资料",
empty: "", "empty": ""
}, },
SysOperator: { SysOperator: {
empty: "", "empty": "",
}, },
Account__OwnershipCode: { Account__OwnershipCode: {
'1': "公共事业", "1": "公共事业",
'4': "其他", "4": "其他",
'3': "子公司", "3": "子公司",
'2': "私人公司", "2": "私人公司",
empty: "", "empty": ""
}, },
Activitypointer__StateCode: { Activitypointer__StateCode: {
'2': "已取消", "2": "已取消",
'1': "已完成", "1": "已完成",
'0': "已开启", "0": "已开启",
'3': "已计划", "3": "已计划",
empty: "", "empty": ""
}, },
YesNo: { YesNo: {
'1': "是", "1": "是",
'0': "否", "0": "否",
empty: "", "empty": ""
}, },
Invoice__StatusCode: { Invoice__StatusCode: {
'7': "全额付款(已弃用)", "7": "全额付款(已弃用)",
'100001': "完成", "100001": "完成",
'100003': "已取消", "100003": "已取消",
'3': "已取消(已弃用)", "3": "已取消(已弃用)",
'6': "已安装(适用于服务)", "6": "已安装(适用于服务)",
'4': "已记帐", "4": "已记帐",
'5': "已预定(适用于服务)", "5": "已预定(适用于服务)",
'1': "新建", "1": "新建",
'100002': "部分", "100002": "部分",
'2': "部分发货", "2": "部分发货",
empty: "", "empty": ""
}, },
Task__PriorityCode: { Task__PriorityCode: {
'0': "低", "0": "低",
'1': "正常", "1": "正常",
'2': "高", "2": "高",
empty: "", "empty": ""
}, },
Quote__ShippingMethodCode: { Quote__ShippingMethodCode: {
'2': "DHL", "2": "DHL",
'3': "FedEx", "3": "FedEx",
'6': "Full Load", "6": "Full Load",
'4': "UPS", "4": "UPS",
'7': "Will Call", "7": "Will Call",
'1': "航空运输", "1": "航空运输",
'5': "邮递", "5": "邮递",
empty: "", "empty": ""
}, },
Contact__StateCode: { Contact__StateCode: {
'1': "停用", "1": "停用",
'0': "可用", "0": "可用",
empty: "", "empty": ""
}, },
Salesorder__PaymentTermsCode: { Salesorder__PaymentTermsCode: {
'2': "2/10 N30", "2": "2/10 N30",
'1': "N30", "1": "N30",
'3': "N45", "3": "N45",
'4': "N60", "4": "N60",
empty: "", "empty": ""
}, },
Account__CustomerTypeCode: { Account__CustomerTypeCode: {
'11': "供应商", "11": "供应商",
'10': "供货商", "10": "供货商",
'12': "其他", "12": "其他",
'5': "合作伙伴", "5": "合作伙伴",
'3': "客户", "3": "客户",
'6': "影响者", "6": "影响者",
'4': "投资者", "4": "投资者",
'7': "新闻界", "7": "新闻界",
'8': "目标客户", "8": "目标客户",
'1': "竞争对手", "1": "竞争对手",
'9': "经销商", "9": "经销商",
'2': "顾问", "2": "顾问",
empty: "", "empty": ""
}, },
Account__Address1_AddressTypeCode: { Account__Address1_AddressTypeCode: {
'3': "主要地址", "3": "主要地址",
'4': "其他", "4": "其他",
'1': "帐单邮寄地址", "1": "帐单邮寄地址",
'2': "送货地址", "2": "送货地址",
empty: "", "empty": ""
}, },
Account__AccountCategoryCode: { Account__AccountCategoryCode: {
'2': "标准", "2": "标准",
'1': "首选客户", "1": "首选客户",
empty: "", "empty": ""
}, },
Invoice__ShippingMethodCode: { Invoice__ShippingMethodCode: {
'2': "DHL", "2": "DHL",
'3': "FedEx", "3": "FedEx",
'6': "Full Load", "6": "Full Load",
'4': "UPS", "4": "UPS",
'7': "Will Call", "7": "Will Call",
'1': "航空运输", "1": "航空运输",
'5': "邮递", "5": "邮递",
empty: "", "empty": ""
}, },
Lead__StatusCode: { Lead__StatusCode: {
'6': "不再感兴趣", "6": "不再感兴趣",
'4': "丢单", "4": "丢单",
'7': "已取消", "7": "已取消",
'3': "已合格", "3": "已合格",
'2': "已联系", "2": "已联系",
'1': "新建", "1": "新建",
'5': "无法联系", "5": "无法联系",
empty: "", "empty": ""
}, },
Quote__FreightTermsCode: { Quote__FreightTermsCode: {
'1': "FOB", "1": "FOB",
'2': "免收费用", "2": "免收费用",
empty: "", "empty": ""
}, },
Opportunity__PurchaseProcess: { Opportunity__PurchaseProcess: {
'0': "个人", "0": "个人",
'1': "委员会", "1": "委员会",
'2': "未知", "2": "未知",
empty: "", "empty": ""
}, },
Salesorder__StatusCode: { Salesorder__StatusCode: {
'100001': "完成", "100001": "完成",
'100003': "已开发票", "100003": "已开发票",
'2': "待定", "2": "待定",
'1': "新建", "1": "新建",
'4': "无现金", "4": "无现金",
'3': "正在进行", "3": "正在进行",
'100002': "部分", "100002": "部分",
empty: "", "empty": ""
}, },
Campaign__StatusCode: { Campaign__StatusCode: {
'6': "停用", "6": "停用",
'1': "准备启动", "1": "准备启动",
'4': "已取消", "4": "已取消",
'2': "已启动", "2": "已启动",
'3': "已完成", "3": "已完成",
'0': "已建议", "0": "已建议",
'5': "已暂停", "5": "已暂停",
empty: "", "empty": ""
}, },
Lead__IndustryCode: { Lead__IndustryCode: {
'1': "Accounting", "1": "Accounting",
'2': "Agriculture and Non-petrol Natural Resource Extraction", "2": "Agriculture and Non-petrol Natural Resource Extraction",
'3': "Broadcasting Printing and Publishing", "3": "Broadcasting Printing and Publishing",
'4': "Brokers", "4": "Brokers",
'5': "Building Supply Retail", "5": "Building Supply Retail",
'6': "Business Services", "6": "Business Services",
'7': "Consulting", "7": "Consulting",
'8': "Consumer Services", "8": "Consumer Services",
'9': "Design, Direction and Creative Management", "9": "Design, Direction and Creative Management",
'10': "Distributors, Dispatchers and Processors", "10": "Distributors, Dispatchers and Processors",
'11': "Doctor's Offices and Clinics", "11": "Doctor's Offices and Clinics",
'12': "Durable Manufacturing", "12": "Durable Manufacturing",
'13': "Eating and Drinking Places", "13": "Eating and Drinking Places",
'14': "Entertainment Retail", "14": "Entertainment Retail",
'15': "Equipment Rental and Leasing", "15": "Equipment Rental and Leasing",
'17': "Food and Tobacco Processing", "17": "Food and Tobacco Processing",
'18': "Inbound Capital Intensive Processing", "18": "Inbound Capital Intensive Processing",
'19': "Inbound Repair and Services", "19": "Inbound Repair and Services",
'20': "Insurance", "20": "Insurance",
'21': "Legal Services", "21": "Legal Services",
'22': "Non-Durable Merchandise Retail", "22": "Non-Durable Merchandise Retail",
'23': "Outbound Consumer Service", "23": "Outbound Consumer Service",
'24': "Petrochemical Extraction and Distribution", "24": "Petrochemical Extraction and Distribution",
'25': "Service Retail", "25": "Service Retail",
'26': "SIG Affiliations", "26": "SIG Affiliations",
'27': "Social Services", "27": "Social Services",
'28': "Special Outbound Trade Contractors", "28": "Special Outbound Trade Contractors",
'29': "Specialty Realty", "29": "Specialty Realty",
'30': "Transportation", "30": "Transportation",
'31': "Utility Creation and Distribution", "31": "Utility Creation and Distribution",
'32': "Vehicle Retail", "32": "Vehicle Retail",
'33': "Wholesale", "33": "Wholesale",
'16': "金融业", "16": "金融业",
empty: "", "empty": ""
}, },
Account__Address1_ShippingMethodCode: { Account__Address1_ShippingMethodCode: {
'2': "DHL", "2": "DHL",
'3': "FedEx", "3": "FedEx",
'6': "Full Load", "6": "Full Load",
'4': "UPS", "4": "UPS",
'7': "Will Call", "7": "Will Call",
'1': "航空运输", "1": "航空运输",
'5': "邮递", "5": "邮递",
empty: "", "empty": ""
}, },
Activitypointer__PriorityCode: { Activitypointer__PriorityCode: {
'0': "低", "0": "低",
'1': "正常", "1": "正常",
'2': "高", "2": "高",
empty: "", "empty": ""
}, },
Account__IndustryCode: { Account__IndustryCode: {
'1': "Accounting", "1": "Accounting",
'2': "Agriculture and Non-petrol Natural Resource Extraction", "2": "Agriculture and Non-petrol Natural Resource Extraction",
'3': "Broadcasting Printing and Publishing", "3": "Broadcasting Printing and Publishing",
'4': "Brokers", "4": "Brokers",
'5': "Building Supply Retail", "5": "Building Supply Retail",
'6': "Business Services", "6": "Business Services",
'7': "Consulting", "7": "Consulting",
'8': "Consumer Services", "8": "Consumer Services",
'9': "Design, Direction and Creative Management", "9": "Design, Direction and Creative Management",
'10': "Distributors, Dispatchers and Processors", "10": "Distributors, Dispatchers and Processors",
'11': "Doctors Offices and Clinics", "11": "Doctors Offices and Clinics",
'12': "Durable Manufacturing", "12": "Durable Manufacturing",
'13': "Eating and Drinking Places", "13": "Eating and Drinking Places",
'14': "Entertainment Retail", "14": "Entertainment Retail",
'15': "Equipment Rental and Leasing", "15": "Equipment Rental and Leasing",
'17': "Food and Tobacco Processing", "17": "Food and Tobacco Processing",
'18': "Inbound Capital Intensive Processing", "18": "Inbound Capital Intensive Processing",
'19': "Inbound Repair and Services", "19": "Inbound Repair and Services",
'20': "Insurance", "20": "Insurance",
'21': "Legal Services", "21": "Legal Services",
'22': "Non-Durable Merchandise Retail", "22": "Non-Durable Merchandise Retail",
'23': "Outbound Consumer Service", "23": "Outbound Consumer Service",
'24': "Petrochemical Extraction and Distribution", "24": "Petrochemical Extraction and Distribution",
'25': "Service Retail", "25": "Service Retail",
'26': "SIG Affiliations", "26": "SIG Affiliations",
'27': "Social Services", "27": "Social Services",
'28': "Special Outbound Trade Contractors", "28": "Special Outbound Trade Contractors",
'29': "Specialty Realty", "29": "Specialty Realty",
'30': "Transportation", "30": "Transportation",
'31': "Utility Creation and Distribution", "31": "Utility Creation and Distribution",
'32': "Vehicle Retail", "32": "Vehicle Retail",
'33': "Wholesale", "33": "Wholesale",
'16': "金融业", "16": "金融业",
empty: "", "empty": ""
}, },
Phonecall__PriorityCode: { Phonecall__PriorityCode: {
'0': "低", "0": "低",
'1': "正常", "1": "正常",
'2': "高", "2": "高",
empty: "", "empty": ""
}, },
Lead__StateCode: { Lead__StateCode: {
'2': "不合格", "2": "不合格",
'1': "已合格", "1": "已合格",
'0': "已开始", "0": "已开始",
empty: "", "empty": ""
}, },
Salesorder__FreightTermsCode: { Salesorder__FreightTermsCode: {
'1': "FOB", "1": "FOB",
'2': "免收费用", "2": "免收费用",
empty: "", "empty": ""
}, },
Contact__ShippingMethodCode: { Contact__ShippingMethodCode: {
'1': "默认值", "1": "默认值",
empty: "", "empty": ""
}, },
Account__StateCode: { Account__StateCode: {
'1': "停用", "1": "停用",
'0': "可用", "0": "可用",
empty: "", "empty": ""
}, },
Contact__FamilyStatusCode: { Contact__FamilyStatusCode: {
'4': "丧偶", "4": "丧偶",
'1': "单身", "1": "单身",
'2': "已婚", "2": "已婚",
'3': "离异", "3": "离异",
empty: "", "empty": ""
}, },
Quote__PaymentTermsCode: { Quote__PaymentTermsCode: {
'2': "2/10 N30", "2": "2/10 N30",
'1': "N30", "1": "N30",
'3': "N45", "3": "N45",
'4': "N60", "4": "N60",
empty: "", "empty": ""
}, },
Contact__LeadSourceCode: { Contact__LeadSourceCode: {
'1': "默认值", "1": "默认值",
empty: "", "empty": ""
}, },
Contact__GenderCode: { Contact__GenderCode: {
'2': "女", "2": "女",
'1': "男", "1": "男",
empty: "", "empty": ""
}, },
FQG_ActivityPointer: { FQG_ActivityPointer: {
'ALL': "全部活动", "ALL": "全部活动",
'TASK': "任务", "TASK": "任务",
'EMAIL': "电子邮件", "EMAIL": "电子邮件",
'APPOINTMENT': "约会", "APPOINTMENT": "约会",
'PHONECALL': "电话联络", "PHONECALL": "电话联络",
'OTHER': "其他", "OTHER": "其他",
'LETTER': "信件", "LETTER": "信件",
'FAX': "传真", "FAX": "传真",
'SERVICEAPPOINTMENT': "服务活动", "SERVICEAPPOINTMENT": "服务活动",
'CAMPAIGNRESPONSE': "市场活动响应", "CAMPAIGNRESPONSE": "市场活动响应",
empty: "", "empty": ""
}, },
Invoice__PaymentTermsCode: { Invoice__PaymentTermsCode: {
'2': "2/10 N30", "2": "2/10 N30",
'1': "N30", "1": "N30",
'3': "N45", "3": "N45",
'4': "N60", "4": "N60",
empty: "", "empty": ""
}, },
Account__PreferredContactMethodCode: { Account__PreferredContactMethodCode: {
'1': "任何方式", "1": "任何方式",
'4': "传真", "4": "传真",
'2': "电子邮件", "2": "电子邮件",
'3': "电话", "3": "电话",
'5': "邮件", "5": "邮件",
empty: "", "empty": ""
}, },
Opportunity__PurchaseTimeframe: { Opportunity__PurchaseTimeframe: {
'2': "下一季度", "2": "下一季度",
'3': "今年", "3": "今年",
'4': "未知", "4": "未知",
'1': "本季度", "1": "本季度",
'0': "立即", "0": "立即",
empty: "", "empty": ""
}, },
}; };
\ No newline at end of file
export default { export default {
List__CreatedFromCode: { List__CreatedFromCode: {
'1': "帐户", "1": "帐户",
'4': "潜在顾客", "4": "潜在顾客",
'2': "联系人", "2": "联系人",
empty: "", "empty": "",
}, },
Campaignactivity__ChannelTypeCode: { Campaignactivity__ChannelTypeCode: {
'5': "传真", "5": "传真",
'3': "信件", "3": "信件",
'9': "其他", "9": "其他",
'7': "电子邮件", "7": "电子邮件",
'1': "电话", "1": "电话",
'2': "约会", "2": "约会",
'6': "通过邮件合并的传真", "6": "通过邮件合并的传真",
'4': "通过邮件合并的信件", "4": "通过邮件合并的信件",
'8': "通过邮件合并的电子邮件", "8": "通过邮件合并的电子邮件",
empty: "", "empty": "",
}, },
Quote__StateCode: { Quote__StateCode: {
'3': "已关闭", "3": "已关闭",
'1': "有效", "1": "有效",
'0': "草稿", "0": "草稿",
'2': "赢单", "2": "赢单",
empty: "", "empty": "",
}, },
List__MemberType: { List__MemberType: {
'Account': "客户", "Account": "客户",
'Lead': "潜在客户", "Lead": "潜在客户",
'Contact': "联系人", "Contact": "联系人",
empty: "", "empty": "",
}, },
Salesorder__ShippingMethodCode: { Salesorder__ShippingMethodCode: {
'2': "DHL", "2": "DHL",
'3': "FedEx", "3": "FedEx",
'6': "Full Load", "6": "Full Load",
'4': "UPS", "4": "UPS",
'7': "Will Call", "7": "Will Call",
'1': "航空运输", "1": "航空运输",
'5': "邮递", "5": "邮递",
empty: "", "empty": "",
}, },
Contact__PaymentTermsCode: { Contact__PaymentTermsCode: {
'2': "2/10 N30", "2": "2/10 N30",
'1': "N30", "1": "N30",
'3': "N45", "3": "N45",
'4': "N60", "4": "N60",
empty: "", "empty": "",
}, },
ActivityTypeCode: { ActivityTypeCode: {
'TASK': "任务", "TASK": "任务",
'EMAIL': "电子邮件", "EMAIL": "电子邮件",
'APPOINTMENT': "约会", "APPOINTMENT": "约会",
'PHONECALL': "电话联络", "PHONECALL": "电话联络",
'LETTER': "信件", "LETTER": "信件",
'FAX': "传真", "FAX": "传真",
'SERVICEAPPOINTMENT': "服务活动", "SERVICEAPPOINTMENT": "服务活动",
'CAMPAIGNRESPONSE': "市场活动响应", "CAMPAIGNRESPONSE": "市场活动响应",
'CAMPAIGNACTIVITY': "市场活动项目", "CAMPAIGNACTIVITY": "市场活动项目",
empty: "", "empty": "",
}, },
Account__AccountClassificationCode: { Account__AccountClassificationCode: {
'1': "默认值", "1": "默认值",
empty: "", "empty": "",
}, },
Lead__PurchaseTimeFrame: { Lead__PurchaseTimeFrame: {
'2': "下一季度", "2": "下一季度",
'3': "今年", "3": "今年",
'4': "未知", "4": "未知",
'1': "本季度", "1": "本季度",
'0': "立即", "0": "立即",
empty: "", "empty": "",
}, },
Account__AccountRatingCode: { Account__AccountRatingCode: {
'1': "默认值", "1": "默认值",
empty: "", "empty": "",
}, },
Campaign__TypeCode: { Campaign__TypeCode: {
'3': "事件", "3": "事件",
'5': "其他", "5": "其他",
'1': "广告", "1": "广告",
'2': "直销", "2": "直销",
'4': "联合品牌", "4": "联合品牌",
empty: "", "empty": "",
}, },
Account__Address1_FreightTermsCode: { Account__Address1_FreightTermsCode: {
'1': "FOB", "1": "FOB",
'2': "免收费用", "2": "免收费用",
empty: "", "empty": "",
}, },
Lead__LeadSourceCode: { Lead__LeadSourceCode: {
'8': "Web", "8": "Web",
'5': "公共关系", "5": "公共关系",
'10': "其他", "10": "其他",
'9': "口碑", "9": "口碑",
'4': "合作伙伴", "4": "合作伙伴",
'2': "员工推荐", "2": "员工推荐",
'3': "外部推荐", "3": "外部推荐",
'7': "展销会", "7": "展销会",
'1': "广告", "1": "广告",
'6': "研讨会", "6": "研讨会",
empty: "", "empty": "",
}, },
Salesliterature__LiteratureTypeCode: { Salesliterature__LiteratureTypeCode: {
'1': "产品表单", "1": "产品表单",
'7': "价格表单", "7": "价格表单",
'9': "公司背景", "9": "公司背景",
'6': "公告", "6": "公告",
'100001': "市场营销宣传材料", "100001": "市场营销宣传材料",
'8': "手册", "8": "手册",
'5': "新闻", "5": "新闻",
'0': "演示文稿", "0": "演示文稿",
'4': "电子表格", "4": "电子表格",
'2': "策略和步骤", "2": "策略和步骤",
'3': "销售宣传资料", "3": "销售宣传资料",
empty: "", "empty": "",
}, },
SysOperator: { SysOperator: {
empty: "", "empty": "",
}, },
Account__OwnershipCode: { Account__OwnershipCode: {
'1': "公共事业", "1": "公共事业",
'4': "其他", "4": "其他",
'3': "子公司", "3": "子公司",
'2': "私人公司", "2": "私人公司",
empty: "", "empty": "",
}, },
Activitypointer__StateCode: { Activitypointer__StateCode: {
'2': "已取消", "2": "已取消",
'1': "已完成", "1": "已完成",
'0': "已开启", "0": "已开启",
'3': "已计划", "3": "已计划",
empty: "", "empty": "",
}, },
YesNo: { YesNo: {
'1': "是", "1": "是",
'0': "否", "0": "否",
empty: "", "empty": "",
}, },
Invoice__StatusCode: { Invoice__StatusCode: {
'7': "全额付款(已弃用)", "7": "全额付款(已弃用)",
'100001': "完成", "100001": "完成",
'100003': "已取消", "100003": "已取消",
'3': "已取消(已弃用)", "3": "已取消(已弃用)",
'6': "已安装(适用于服务)", "6": "已安装(适用于服务)",
'4': "已记帐", "4": "已记帐",
'5': "已预定(适用于服务)", "5": "已预定(适用于服务)",
'1': "新建", "1": "新建",
'100002': "部分", "100002": "部分",
'2': "部分发货", "2": "部分发货",
empty: "", "empty": "",
}, },
Task__PriorityCode: { Task__PriorityCode: {
'0': "低", "0": "低",
'1': "正常", "1": "正常",
'2': "高", "2": "高",
empty: "", "empty": "",
}, },
Quote__ShippingMethodCode: { Quote__ShippingMethodCode: {
'2': "DHL", "2": "DHL",
'3': "FedEx", "3": "FedEx",
'6': "Full Load", "6": "Full Load",
'4': "UPS", "4": "UPS",
'7': "Will Call", "7": "Will Call",
'1': "航空运输", "1": "航空运输",
'5': "邮递", "5": "邮递",
empty: "", "empty": "",
}, },
Contact__StateCode: { Contact__StateCode: {
'1': "停用", "1": "停用",
'0': "可用", "0": "可用",
empty: "", "empty": "",
}, },
Salesorder__PaymentTermsCode: { Salesorder__PaymentTermsCode: {
'2': "2/10 N30", "2": "2/10 N30",
'1': "N30", "1": "N30",
'3': "N45", "3": "N45",
'4': "N60", "4": "N60",
empty: "", "empty": "",
}, },
Account__CustomerTypeCode: { Account__CustomerTypeCode: {
'11': "供应商", "11": "供应商",
'10': "供货商", "10": "供货商",
'12': "其他", "12": "其他",
'5': "合作伙伴", "5": "合作伙伴",
'3': "客户", "3": "客户",
'6': "影响者", "6": "影响者",
'4': "投资者", "4": "投资者",
'7': "新闻界", "7": "新闻界",
'8': "目标客户", "8": "目标客户",
'1': "竞争对手", "1": "竞争对手",
'9': "经销商", "9": "经销商",
'2': "顾问", "2": "顾问",
empty: "", "empty": "",
}, },
Account__Address1_AddressTypeCode: { Account__Address1_AddressTypeCode: {
'3': "主要地址", "3": "主要地址",
'4': "其他", "4": "其他",
'1': "帐单邮寄地址", "1": "帐单邮寄地址",
'2': "送货地址", "2": "送货地址",
empty: "", "empty": "",
}, },
Account__AccountCategoryCode: { Account__AccountCategoryCode: {
'2': "标准", "2": "标准",
'1': "首选客户", "1": "首选客户",
empty: "", "empty": "",
}, },
Invoice__ShippingMethodCode: { Invoice__ShippingMethodCode: {
'2': "DHL", "2": "DHL",
'3': "FedEx", "3": "FedEx",
'6': "Full Load", "6": "Full Load",
'4': "UPS", "4": "UPS",
'7': "Will Call", "7": "Will Call",
'1': "航空运输", "1": "航空运输",
'5': "邮递", "5": "邮递",
empty: "", "empty": "",
}, },
Lead__StatusCode: { Lead__StatusCode: {
'6': "不再感兴趣", "6": "不再感兴趣",
'4': "丢单", "4": "丢单",
'7': "已取消", "7": "已取消",
'3': "已合格", "3": "已合格",
'2': "已联系", "2": "已联系",
'1': "新建", "1": "新建",
'5': "无法联系", "5": "无法联系",
empty: "", "empty": "",
}, },
Quote__FreightTermsCode: { Quote__FreightTermsCode: {
'1': "FOB", "1": "FOB",
'2': "免收费用", "2": "免收费用",
empty: "", "empty": "",
}, },
Opportunity__PurchaseProcess: { Opportunity__PurchaseProcess: {
'0': "个人", "0": "个人",
'1': "委员会", "1": "委员会",
'2': "未知", "2": "未知",
empty: "", "empty": "",
}, },
Salesorder__StatusCode: { Salesorder__StatusCode: {
'100001': "完成", "100001": "完成",
'100003': "已开发票", "100003": "已开发票",
'2': "待定", "2": "待定",
'1': "新建", "1": "新建",
'4': "无现金", "4": "无现金",
'3': "正在进行", "3": "正在进行",
'100002': "部分", "100002": "部分",
empty: "", "empty": "",
}, },
Campaign__StatusCode: { Campaign__StatusCode: {
'6': "停用", "6": "停用",
'1': "准备启动", "1": "准备启动",
'4': "已取消", "4": "已取消",
'2': "已启动", "2": "已启动",
'3': "已完成", "3": "已完成",
'0': "已建议", "0": "已建议",
'5': "已暂停", "5": "已暂停",
empty: "", "empty": "",
}, },
Lead__IndustryCode: { Lead__IndustryCode: {
'1': "Accounting", "1": "Accounting",
'2': "Agriculture and Non-petrol Natural Resource Extraction", "2": "Agriculture and Non-petrol Natural Resource Extraction",
'3': "Broadcasting Printing and Publishing", "3": "Broadcasting Printing and Publishing",
'4': "Brokers", "4": "Brokers",
'5': "Building Supply Retail", "5": "Building Supply Retail",
'6': "Business Services", "6": "Business Services",
'7': "Consulting", "7": "Consulting",
'8': "Consumer Services", "8": "Consumer Services",
'9': "Design, Direction and Creative Management", "9": "Design, Direction and Creative Management",
'10': "Distributors, Dispatchers and Processors", "10": "Distributors, Dispatchers and Processors",
'11': "Doctor's Offices and Clinics", "11": "Doctor's Offices and Clinics",
'12': "Durable Manufacturing", "12": "Durable Manufacturing",
'13': "Eating and Drinking Places", "13": "Eating and Drinking Places",
'14': "Entertainment Retail", "14": "Entertainment Retail",
'15': "Equipment Rental and Leasing", "15": "Equipment Rental and Leasing",
'17': "Food and Tobacco Processing", "17": "Food and Tobacco Processing",
'18': "Inbound Capital Intensive Processing", "18": "Inbound Capital Intensive Processing",
'19': "Inbound Repair and Services", "19": "Inbound Repair and Services",
'20': "Insurance", "20": "Insurance",
'21': "Legal Services", "21": "Legal Services",
'22': "Non-Durable Merchandise Retail", "22": "Non-Durable Merchandise Retail",
'23': "Outbound Consumer Service", "23": "Outbound Consumer Service",
'24': "Petrochemical Extraction and Distribution", "24": "Petrochemical Extraction and Distribution",
'25': "Service Retail", "25": "Service Retail",
'26': "SIG Affiliations", "26": "SIG Affiliations",
'27': "Social Services", "27": "Social Services",
'28': "Special Outbound Trade Contractors", "28": "Special Outbound Trade Contractors",
'29': "Specialty Realty", "29": "Specialty Realty",
'30': "Transportation", "30": "Transportation",
'31': "Utility Creation and Distribution", "31": "Utility Creation and Distribution",
'32': "Vehicle Retail", "32": "Vehicle Retail",
'33': "Wholesale", "33": "Wholesale",
'16': "金融业", "16": "金融业",
empty: "", "empty": "",
}, },
Account__Address1_ShippingMethodCode: { Account__Address1_ShippingMethodCode: {
'2': "DHL", "2": "DHL",
'3': "FedEx", "3": "FedEx",
'6': "Full Load", "6": "Full Load",
'4': "UPS", "4": "UPS",
'7': "Will Call", "7": "Will Call",
'1': "航空运输", "1": "航空运输",
'5': "邮递", "5": "邮递",
empty: "", "empty": "",
}, },
Activitypointer__PriorityCode: { Activitypointer__PriorityCode: {
'0': "低", "0": "低",
'1': "正常", "1": "正常",
'2': "高", "2": "高",
empty: "", "empty": "",
}, },
Account__IndustryCode: { Account__IndustryCode: {
'1': "Accounting", "1": "Accounting",
'2': "Agriculture and Non-petrol Natural Resource Extraction", "2": "Agriculture and Non-petrol Natural Resource Extraction",
'3': "Broadcasting Printing and Publishing", "3": "Broadcasting Printing and Publishing",
'4': "Brokers", "4": "Brokers",
'5': "Building Supply Retail", "5": "Building Supply Retail",
'6': "Business Services", "6": "Business Services",
'7': "Consulting", "7": "Consulting",
'8': "Consumer Services", "8": "Consumer Services",
'9': "Design, Direction and Creative Management", "9": "Design, Direction and Creative Management",
'10': "Distributors, Dispatchers and Processors", "10": "Distributors, Dispatchers and Processors",
'11': "Doctors Offices and Clinics", "11": "Doctors Offices and Clinics",
'12': "Durable Manufacturing", "12": "Durable Manufacturing",
'13': "Eating and Drinking Places", "13": "Eating and Drinking Places",
'14': "Entertainment Retail", "14": "Entertainment Retail",
'15': "Equipment Rental and Leasing", "15": "Equipment Rental and Leasing",
'17': "Food and Tobacco Processing", "17": "Food and Tobacco Processing",
'18': "Inbound Capital Intensive Processing", "18": "Inbound Capital Intensive Processing",
'19': "Inbound Repair and Services", "19": "Inbound Repair and Services",
'20': "Insurance", "20": "Insurance",
'21': "Legal Services", "21": "Legal Services",
'22': "Non-Durable Merchandise Retail", "22": "Non-Durable Merchandise Retail",
'23': "Outbound Consumer Service", "23": "Outbound Consumer Service",
'24': "Petrochemical Extraction and Distribution", "24": "Petrochemical Extraction and Distribution",
'25': "Service Retail", "25": "Service Retail",
'26': "SIG Affiliations", "26": "SIG Affiliations",
'27': "Social Services", "27": "Social Services",
'28': "Special Outbound Trade Contractors", "28": "Special Outbound Trade Contractors",
'29': "Specialty Realty", "29": "Specialty Realty",
'30': "Transportation", "30": "Transportation",
'31': "Utility Creation and Distribution", "31": "Utility Creation and Distribution",
'32': "Vehicle Retail", "32": "Vehicle Retail",
'33': "Wholesale", "33": "Wholesale",
'16': "金融业", "16": "金融业",
empty: "", "empty": "",
}, },
Phonecall__PriorityCode: { Phonecall__PriorityCode: {
'0': "低", "0": "低",
'1': "正常", "1": "正常",
'2': "高", "2": "高",
empty: "", "empty": "",
}, },
Lead__StateCode: { Lead__StateCode: {
'2': "不合格", "2": "不合格",
'1': "已合格", "1": "已合格",
'0': "已开始", "0": "已开始",
empty: "", "empty": "",
}, },
Salesorder__FreightTermsCode: { Salesorder__FreightTermsCode: {
'1': "FOB", "1": "FOB",
'2': "免收费用", "2": "免收费用",
empty: "", "empty": "",
}, },
Contact__ShippingMethodCode: { Contact__ShippingMethodCode: {
'1': "默认值", "1": "默认值",
empty: "", "empty": "",
}, },
Account__StateCode: { Account__StateCode: {
'1': "停用", "1": "停用",
'0': "可用", "0": "可用",
empty: "", "empty": "",
}, },
Contact__FamilyStatusCode: { Contact__FamilyStatusCode: {
'4': "丧偶", "4": "丧偶",
'1': "单身", "1": "单身",
'2': "已婚", "2": "已婚",
'3': "离异", "3": "离异",
empty: "", "empty": "",
}, },
Quote__PaymentTermsCode: { Quote__PaymentTermsCode: {
'2': "2/10 N30", "2": "2/10 N30",
'1': "N30", "1": "N30",
'3': "N45", "3": "N45",
'4': "N60", "4": "N60",
empty: "", "empty": "",
}, },
Contact__LeadSourceCode: { Contact__LeadSourceCode: {
'1': "默认值", "1": "默认值",
empty: "", "empty": "",
}, },
Contact__GenderCode: { Contact__GenderCode: {
'2': "女", "2": "女",
'1': "男", "1": "男",
empty: "", "empty": "",
}, },
FQG_ActivityPointer: { FQG_ActivityPointer: {
'ALL': "全部活动", "ALL": "全部活动",
'TASK': "任务", "TASK": "任务",
'EMAIL': "电子邮件", "EMAIL": "电子邮件",
'APPOINTMENT': "约会", "APPOINTMENT": "约会",
'PHONECALL': "电话联络", "PHONECALL": "电话联络",
'OTHER': "其他", "OTHER": "其他",
'LETTER': "信件", "LETTER": "信件",
'FAX': "传真", "FAX": "传真",
'SERVICEAPPOINTMENT': "服务活动", "SERVICEAPPOINTMENT": "服务活动",
'CAMPAIGNRESPONSE': "市场活动响应", "CAMPAIGNRESPONSE": "市场活动响应",
empty: "", "empty": "",
}, },
Invoice__PaymentTermsCode: { Invoice__PaymentTermsCode: {
'2': "2/10 N30", "2": "2/10 N30",
'1': "N30", "1": "N30",
'3': "N45", "3": "N45",
'4': "N60", "4": "N60",
empty: "", "empty": "",
}, },
Account__PreferredContactMethodCode: { Account__PreferredContactMethodCode: {
'1': "任何方式", "1": "任何方式",
'4': "传真", "4": "传真",
'2': "电子邮件", "2": "电子邮件",
'3': "电话", "3": "电话",
'5': "邮件", "5": "邮件",
empty: "", "empty": "",
}, },
Opportunity__PurchaseTimeframe: { Opportunity__PurchaseTimeframe: {
'2': "下一季度", "2": "下一季度",
'3': "今年", "3": "今年",
'4': "未知", "4": "未知",
'1': "本季度", "1": "本季度",
'0': "立即", "0": "立即",
empty: "", "empty": "",
}, },
}; };
\ No newline at end of file
...@@ -14,6 +14,10 @@ export default { ...@@ -14,6 +14,10 @@ export default {
entity2name: "销售宣传资料", entity2name: "销售宣传资料",
}, },
views: { views: {
sallitprogridview: {
caption: "产品宣传资料",
title: "宣传资料产品明细",
},
sallitproeditview: { sallitproeditview: {
caption: "产品宣传资料", caption: "产品宣传资料",
title: "宣传资料产品明细", title: "宣传资料产品明细",
...@@ -39,6 +43,51 @@ export default { ...@@ -39,6 +43,51 @@ export default {
uiactions: { uiactions: {
}, },
}, },
sallitprogrid_grid: {
columns: {
entity2name: "销售宣传资料",
entityname: "产品",
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: "常规条件",
},
uiactions: {
},
},
sallitprogridviewtoolbar_toolbar: {
tbitem4: {
caption: "Edit",
tip: "Edit {0}",
},
tbitem7: {
caption: "-",
tip: "",
},
tbitem8: {
caption: "Remove",
tip: "Remove {0}",
},
tbitem9: {
caption: "-",
tip: "",
},
tbitem13: {
caption: "Export",
tip: "Export {0} Data To Excel",
},
tbitem10: {
caption: "-",
tip: "",
},
tbitem19: {
caption: "Filter",
tip: "Filter",
},
},
sallitproeditviewtoolbar_toolbar: { sallitproeditviewtoolbar_toolbar: {
tbitem1: { tbitem1: {
caption: "Save And Close", caption: "Save And Close",
......
...@@ -13,6 +13,10 @@ export default { ...@@ -13,6 +13,10 @@ export default {
entity2name: "销售宣传资料", entity2name: "销售宣传资料",
}, },
views: { views: {
sallitprogridview: {
caption: "产品宣传资料",
title: "宣传资料产品明细",
},
sallitproeditview: { sallitproeditview: {
caption: "产品宣传资料", caption: "产品宣传资料",
title: "宣传资料产品明细", title: "宣传资料产品明细",
...@@ -38,6 +42,51 @@ export default { ...@@ -38,6 +42,51 @@ export default {
uiactions: { uiactions: {
}, },
}, },
sallitprogrid_grid: {
columns: {
entity2name: "销售宣传资料",
entityname: "产品",
},
uiactions: {
},
},
default_searchform: {
details: {
formpage1: "常规条件",
},
uiactions: {
},
},
sallitprogridviewtoolbar_toolbar: {
tbitem4: {
caption: "编辑",
tip: "编辑",
},
tbitem7: {
caption: "-",
tip: "",
},
tbitem8: {
caption: "删除",
tip: "删除",
},
tbitem9: {
caption: "-",
tip: "",
},
tbitem13: {
caption: "导出",
tip: "导出",
},
tbitem10: {
caption: "-",
tip: "",
},
tbitem19: {
caption: "过滤",
tip: "过滤",
},
},
sallitproeditviewtoolbar_toolbar: { sallitproeditviewtoolbar_toolbar: {
tbitem1: { tbitem1: {
caption: "保存并关闭", caption: "保存并关闭",
......
因为 它太大了无法显示 源差异 。您可以改为 查看blob
...@@ -879,6 +879,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => { ...@@ -879,6 +879,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname": "OpportunityOppProDashboardView", "viewname": "OpportunityOppProDashboardView",
"viewtag": "9693fc63348c320c4b0dff17cb9a9f25" "viewtag": "9693fc63348c320c4b0dff17cb9a9f25"
}, },
"productsalesliteraturesallitprogridview": {
"title": "宣传资料产品明细",
"caption": "产品宣传资料",
"viewtype": "DEGRIDVIEW",
"viewmodule": "Sales",
"viewname": "ProductSalesLiteratureSalLitProGridView",
"viewtag": "96cc644d7d763e47f3644aed0d9850f0"
},
"serviceappointmenteditview": { "serviceappointmenteditview": {
"title": "服务活动编辑视图", "title": "服务活动编辑视图",
"caption": "服务活动", "caption": "服务活动",
......
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:viewUID="viewUID" :viewUID="viewUID"
:newdata="newdata"
:opendata="opendata"
name="treeexpbar" name="treeexpbar"
ref='treeexpbar' ref='treeexpbar'
@selectionchange="treeexpbar_selectionchange($event)" @selectionchange="treeexpbar_selectionchange($event)"
......
...@@ -518,6 +518,43 @@ export class CampaignListGridViewBase extends GridViewBase { ...@@ -518,6 +518,43 @@ export class CampaignListGridViewBase extends GridViewBase {
public newdata(args: any[],fullargs?:any[], params?: any, $event?: any, xData?: any) { public newdata(args: any[],fullargs?:any[], params?: any, $event?: any, xData?: any) {
let localContext:any = null; let localContext:any = null;
let localViewParam:any =null; let localViewParam:any =null;
let batchAddPSAppViews:Array<any>=[];
if(batchAddPSAppViews.length == 0 || !this.context.srfparentdename){
this.$Notice.warning({ title: '错误', desc: '批量添加需添加N:N关系' });
return;
}
let openViewModel:any = batchAddPSAppViews.find((item:any) =>{
return (item.res && (item.res[0] !== this.context.srfparentdename));
})
let otherViewModel:any = batchAddPSAppViews.find((item:any) =>{
return (item.res && (item.res[0] == this.context.srfparentdename));
})
let container: Subject<any> = this.$appmodal.openModal(openViewModel.view, JSON.parse(JSON.stringify(this.context)), args[0]);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
}
if(result.datas && result.datas.length == 0){
return;
}
let requestParam:Array<any> = [];
result.datas.forEach((record:any) => {
let tempParam:any = {};
tempParam[otherViewModel.resAppKey] = this.context['srfparentkey'];
tempParam[openViewModel.resAppKey] = record.srfkey;
requestParam.push(tempParam);
});
this.appEntityService.createBatch(JSON.parse(JSON.stringify(this.context)),requestParam,true).then((response:any) =>{
if (!response || response.status !== 200) {
this.$Notice.error({ title: '错误', desc: '批处理操作失败' });
return;
}
if (!xData || !(xData.refresh instanceof Function)) {
return;
}
xData.refresh(result.datas);
});
});
} }
......
...@@ -518,6 +518,43 @@ export class ListAccountByListBase extends GridViewBase { ...@@ -518,6 +518,43 @@ export class ListAccountByListBase extends GridViewBase {
public newdata(args: any[],fullargs?:any[], params?: any, $event?: any, xData?: any) { public newdata(args: any[],fullargs?:any[], params?: any, $event?: any, xData?: any) {
let localContext:any = null; let localContext:any = null;
let localViewParam:any =null; let localViewParam:any =null;
let batchAddPSAppViews:Array<any>=[];
if(batchAddPSAppViews.length == 0 || !this.context.srfparentdename){
this.$Notice.warning({ title: '错误', desc: '批量添加需添加N:N关系' });
return;
}
let openViewModel:any = batchAddPSAppViews.find((item:any) =>{
return (item.res && (item.res[0] !== this.context.srfparentdename));
})
let otherViewModel:any = batchAddPSAppViews.find((item:any) =>{
return (item.res && (item.res[0] == this.context.srfparentdename));
})
let container: Subject<any> = this.$appmodal.openModal(openViewModel.view, JSON.parse(JSON.stringify(this.context)), args[0]);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
}
if(result.datas && result.datas.length == 0){
return;
}
let requestParam:Array<any> = [];
result.datas.forEach((record:any) => {
let tempParam:any = {};
tempParam[otherViewModel.resAppKey] = this.context['srfparentkey'];
tempParam[openViewModel.resAppKey] = record.srfkey;
requestParam.push(tempParam);
});
this.appEntityService.createBatch(JSON.parse(JSON.stringify(this.context)),requestParam,true).then((response:any) =>{
if (!response || response.status !== 200) {
this.$Notice.error({ title: '错误', desc: '批处理操作失败' });
return;
}
if (!xData || !(xData.refresh instanceof Function)) {
return;
}
xData.refresh(result.datas);
});
});
} }
......
...@@ -168,6 +168,43 @@ export class ListAccountInnerBase extends GridView9Base { ...@@ -168,6 +168,43 @@ export class ListAccountInnerBase extends GridView9Base {
public newdata(args: any[],fullargs?:any[], params?: any, $event?: any, xData?: any) { public newdata(args: any[],fullargs?:any[], params?: any, $event?: any, xData?: any) {
let localContext:any = null; let localContext:any = null;
let localViewParam:any =null; let localViewParam:any =null;
let batchAddPSAppViews:Array<any>=[];
if(batchAddPSAppViews.length == 0 || !this.context.srfparentdename){
this.$Notice.warning({ title: '错误', desc: '批量添加需添加N:N关系' });
return;
}
let openViewModel:any = batchAddPSAppViews.find((item:any) =>{
return (item.res && (item.res[0] !== this.context.srfparentdename));
})
let otherViewModel:any = batchAddPSAppViews.find((item:any) =>{
return (item.res && (item.res[0] == this.context.srfparentdename));
})
let container: Subject<any> = this.$appmodal.openModal(openViewModel.view, JSON.parse(JSON.stringify(this.context)), args[0]);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
}
if(result.datas && result.datas.length == 0){
return;
}
let requestParam:Array<any> = [];
result.datas.forEach((record:any) => {
let tempParam:any = {};
tempParam[otherViewModel.resAppKey] = this.context['srfparentkey'];
tempParam[openViewModel.resAppKey] = record.srfkey;
requestParam.push(tempParam);
});
this.appEntityService.createBatch(JSON.parse(JSON.stringify(this.context)),requestParam,true).then((response:any) =>{
if (!response || response.status !== 200) {
this.$Notice.error({ title: '错误', desc: '批处理操作失败' });
return;
}
if (!xData || !(xData.refresh instanceof Function)) {
return;
}
xData.refresh(result.datas);
});
});
} }
......
...@@ -518,6 +518,43 @@ export class ListContactGridViewBase extends GridViewBase { ...@@ -518,6 +518,43 @@ export class ListContactGridViewBase extends GridViewBase {
public newdata(args: any[],fullargs?:any[], params?: any, $event?: any, xData?: any) { public newdata(args: any[],fullargs?:any[], params?: any, $event?: any, xData?: any) {
let localContext:any = null; let localContext:any = null;
let localViewParam:any =null; let localViewParam:any =null;
let batchAddPSAppViews:Array<any>=[];
if(batchAddPSAppViews.length == 0 || !this.context.srfparentdename){
this.$Notice.warning({ title: '错误', desc: '批量添加需添加N:N关系' });
return;
}
let openViewModel:any = batchAddPSAppViews.find((item:any) =>{
return (item.res && (item.res[0] !== this.context.srfparentdename));
})
let otherViewModel:any = batchAddPSAppViews.find((item:any) =>{
return (item.res && (item.res[0] == this.context.srfparentdename));
})
let container: Subject<any> = this.$appmodal.openModal(openViewModel.view, JSON.parse(JSON.stringify(this.context)), args[0]);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
}
if(result.datas && result.datas.length == 0){
return;
}
let requestParam:Array<any> = [];
result.datas.forEach((record:any) => {
let tempParam:any = {};
tempParam[otherViewModel.resAppKey] = this.context['srfparentkey'];
tempParam[openViewModel.resAppKey] = record.srfkey;
requestParam.push(tempParam);
});
this.appEntityService.createBatch(JSON.parse(JSON.stringify(this.context)),requestParam,true).then((response:any) =>{
if (!response || response.status !== 200) {
this.$Notice.error({ title: '错误', desc: '批处理操作失败' });
return;
}
if (!xData || !(xData.refresh instanceof Function)) {
return;
}
xData.refresh(result.datas);
});
});
} }
......
...@@ -179,6 +179,43 @@ export class ListContactInnerBase extends GridView9Base { ...@@ -179,6 +179,43 @@ export class ListContactInnerBase extends GridView9Base {
public newdata(args: any[],fullargs?:any[], params?: any, $event?: any, xData?: any) { public newdata(args: any[],fullargs?:any[], params?: any, $event?: any, xData?: any) {
let localContext:any = null; let localContext:any = null;
let localViewParam:any =null; let localViewParam:any =null;
let batchAddPSAppViews:Array<any>=[];
if(batchAddPSAppViews.length == 0 || !this.context.srfparentdename){
this.$Notice.warning({ title: '错误', desc: '批量添加需添加N:N关系' });
return;
}
let openViewModel:any = batchAddPSAppViews.find((item:any) =>{
return (item.res && (item.res[0] !== this.context.srfparentdename));
})
let otherViewModel:any = batchAddPSAppViews.find((item:any) =>{
return (item.res && (item.res[0] == this.context.srfparentdename));
})
let container: Subject<any> = this.$appmodal.openModal(openViewModel.view, JSON.parse(JSON.stringify(this.context)), args[0]);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
}
if(result.datas && result.datas.length == 0){
return;
}
let requestParam:Array<any> = [];
result.datas.forEach((record:any) => {
let tempParam:any = {};
tempParam[otherViewModel.resAppKey] = this.context['srfparentkey'];
tempParam[openViewModel.resAppKey] = record.srfkey;
requestParam.push(tempParam);
});
this.appEntityService.createBatch(JSON.parse(JSON.stringify(this.context)),requestParam,true).then((response:any) =>{
if (!response || response.status !== 200) {
this.$Notice.error({ title: '错误', desc: '批处理操作失败' });
return;
}
if (!xData || !(xData.refresh instanceof Function)) {
return;
}
xData.refresh(result.datas);
});
});
} }
......
...@@ -480,6 +480,43 @@ export class ListLeadByListBase extends GridViewBase { ...@@ -480,6 +480,43 @@ export class ListLeadByListBase extends GridViewBase {
public newdata(args: any[],fullargs?:any[], params?: any, $event?: any, xData?: any) { public newdata(args: any[],fullargs?:any[], params?: any, $event?: any, xData?: any) {
let localContext:any = null; let localContext:any = null;
let localViewParam:any =null; let localViewParam:any =null;
let batchAddPSAppViews:Array<any>=[];
if(batchAddPSAppViews.length == 0 || !this.context.srfparentdename){
this.$Notice.warning({ title: '错误', desc: '批量添加需添加N:N关系' });
return;
}
let openViewModel:any = batchAddPSAppViews.find((item:any) =>{
return (item.res && (item.res[0] !== this.context.srfparentdename));
})
let otherViewModel:any = batchAddPSAppViews.find((item:any) =>{
return (item.res && (item.res[0] == this.context.srfparentdename));
})
let container: Subject<any> = this.$appmodal.openModal(openViewModel.view, JSON.parse(JSON.stringify(this.context)), args[0]);
container.subscribe((result: any) => {
if (!result || !Object.is(result.ret, 'OK')) {
return;
}
if(result.datas && result.datas.length == 0){
return;
}
let requestParam:Array<any> = [];
result.datas.forEach((record:any) => {
let tempParam:any = {};
tempParam[otherViewModel.resAppKey] = this.context['srfparentkey'];
tempParam[openViewModel.resAppKey] = record.srfkey;
requestParam.push(tempParam);
});
this.appEntityService.createBatch(JSON.parse(JSON.stringify(this.context)),requestParam,true).then((response:any) =>{
if (!response || response.status !== 200) {
this.$Notice.error({ title: '错误', desc: '批处理操作失败' });
return;
}
if (!xData || !(xData.refresh instanceof Function)) {
return;
}
xData.refresh(result.datas);
});
});
} }
......
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
margin-right: 5px; margin-right: 5px;
width: 24px; width: 24px;
color: var(--app-header-color); color: var(--app-header-color);
text-align: center;
} }
>span { >span {
...@@ -78,9 +79,12 @@ ...@@ -78,9 +79,12 @@
>.el-menu-item, >.el-menu-item,
>.el-menu-item>.el-tooltip { >.el-menu-item>.el-tooltip {
padding: 0 !important; padding: 0 !important;
padding-left: 12px !important; text-align: center;
width: 48px;
min-width: 48px;
>i { >i {
margin: 0 !important;
color: var(--app-header-color); color: var(--app-header-color);
} }
} }
......
...@@ -79,6 +79,7 @@ export default class ProductSalesLiteratureUIServiceBase extends UIService { ...@@ -79,6 +79,7 @@ export default class ProductSalesLiteratureUIServiceBase extends UIService {
* @memberof ProductSalesLiteratureUIServiceBase * @memberof ProductSalesLiteratureUIServiceBase
*/ */
public initViewMap(){ public initViewMap(){
this.allViewMap.set(':',{viewname:'sallitprogridview',srfappde:'productsalesliteratures'});
this.allViewMap.set(':',{viewname:'sallitproeditview',srfappde:'productsalesliteratures'}); this.allViewMap.set(':',{viewname:'sallitproeditview',srfappde:'productsalesliteratures'});
} }
......
...@@ -267,7 +267,6 @@ export default class InnerPickipService extends ControlService { ...@@ -267,7 +267,6 @@ export default class InnerPickipService extends ControlService {
response.data.accountid = Util.createUUID(); response.data.accountid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class InnerPickipService extends ControlService { ...@@ -275,16 +274,6 @@ export default class InnerPickipService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof InnerPickipService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.accountid = Util.createUUID(); response.data.accountid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet6" name="dashboard_sysportlet6"
ref='dashboard_sysportlet6' ref='dashboard_sysportlet6'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -50,6 +52,8 @@ ...@@ -50,6 +52,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet8" name="dashboard_sysportlet8"
ref='dashboard_sysportlet8' ref='dashboard_sysportlet8'
@closeview="closeView($event)"> @closeview="closeView($event)">
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.activityid = Util.createUUID(); response.data.activityid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="db_sysportlet1" name="db_sysportlet1"
ref='db_sysportlet1' ref='db_sysportlet1'
@closeview="closeView($event)"> @closeview="closeView($event)">
......
...@@ -84,7 +84,12 @@ export class CentralBase extends Vue { ...@@ -84,7 +84,12 @@ export class CentralBase extends Vue {
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -102,7 +107,12 @@ export class CentralBase extends Vue { ...@@ -102,7 +107,12 @@ export class CentralBase extends Vue {
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -120,7 +130,12 @@ export class CentralBase extends Vue { ...@@ -120,7 +130,12 @@ export class CentralBase extends Vue {
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -138,7 +153,12 @@ export class CentralBase extends Vue { ...@@ -138,7 +153,12 @@ export class CentralBase extends Vue {
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -156,7 +176,12 @@ export class CentralBase extends Vue { ...@@ -156,7 +176,12 @@ export class CentralBase extends Vue {
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -174,7 +199,12 @@ export class CentralBase extends Vue { ...@@ -174,7 +199,12 @@ export class CentralBase extends Vue {
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -192,7 +222,12 @@ export class CentralBase extends Vue { ...@@ -192,7 +222,12 @@ export class CentralBase extends Vue {
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -210,7 +245,12 @@ export class CentralBase extends Vue { ...@@ -210,7 +245,12 @@ export class CentralBase extends Vue {
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -228,7 +268,12 @@ export class CentralBase extends Vue { ...@@ -228,7 +268,12 @@ export class CentralBase extends Vue {
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -246,7 +291,12 @@ export class CentralBase extends Vue { ...@@ -246,7 +291,12 @@ export class CentralBase extends Vue {
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -264,7 +314,12 @@ export class CentralBase extends Vue { ...@@ -264,7 +314,12 @@ export class CentralBase extends Vue {
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -281,7 +336,12 @@ export class CentralBase extends Vue { ...@@ -281,7 +336,12 @@ export class CentralBase extends Vue {
{ pathName: 'centeralportal', parameterName: 'centeralportal' }, { pathName: 'centeralportal', parameterName: 'centeralportal' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -299,7 +359,12 @@ export class CentralBase extends Vue { ...@@ -299,7 +359,12 @@ export class CentralBase extends Vue {
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -317,7 +382,12 @@ export class CentralBase extends Vue { ...@@ -317,7 +382,12 @@ export class CentralBase extends Vue {
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -335,7 +405,12 @@ export class CentralBase extends Vue { ...@@ -335,7 +405,12 @@ export class CentralBase extends Vue {
{ pathName: 'gradation', parameterName: 'gradation' }, { pathName: 'gradation', parameterName: 'gradation' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
...@@ -353,7 +428,12 @@ export class CentralBase extends Vue { ...@@ -353,7 +428,12 @@ export class CentralBase extends Vue {
{ pathName: 'gridview', parameterName: 'gridview' }, { pathName: 'gridview', parameterName: 'gridview' },
]; ];
const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam); const path: string = this.$viewTool.buildUpRoutePath(this.$route, {}, deResParameters, parameters, [], viewparam);
if(Object.is(this.$route.fullPath,path)){
return;
}
this.$nextTick(function(){
this.$router.push(path); this.$router.push(path);
})
} }
/** /**
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.activityid = Util.createUUID(); response.data.activityid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.relationshipsid = Util.createUUID(); response.data.relationshipsid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.activityid = Util.createUUID(); response.data.activityid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet1" name="dashboard_sysportlet1"
ref='dashboard_sysportlet1' ref='dashboard_sysportlet1'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -32,6 +34,8 @@ ...@@ -32,6 +34,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet2" name="dashboard_sysportlet2"
ref='dashboard_sysportlet2' ref='dashboard_sysportlet2'
@closeview="closeView($event)"> @closeview="closeView($event)">
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.campaignid = Util.createUUID(); response.data.campaignid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet1" name="dashboard_sysportlet1"
ref='dashboard_sysportlet1' ref='dashboard_sysportlet1'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -38,6 +40,8 @@ ...@@ -38,6 +40,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet2" name="dashboard_sysportlet2"
ref='dashboard_sysportlet2' ref='dashboard_sysportlet2'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -54,6 +58,8 @@ ...@@ -54,6 +58,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet3" name="dashboard_sysportlet3"
ref='dashboard_sysportlet3' ref='dashboard_sysportlet3'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -82,6 +88,8 @@ ...@@ -82,6 +88,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet4" name="dashboard_sysportlet4"
ref='dashboard_sysportlet4' ref='dashboard_sysportlet4'
@closeview="closeView($event)"> @closeview="closeView($event)">
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet1" name="dashboard_sysportlet1"
ref='dashboard_sysportlet1' ref='dashboard_sysportlet1'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -42,6 +44,8 @@ ...@@ -42,6 +44,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet2" name="dashboard_sysportlet2"
ref='dashboard_sysportlet2' ref='dashboard_sysportlet2'
@closeview="closeView($event)"> @closeview="closeView($event)">
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.competitorid = Util.createUUID(); response.data.competitorid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class ByAccountService extends ControlService { ...@@ -267,7 +267,6 @@ export default class ByAccountService extends ControlService {
response.data.contactid = Util.createUUID(); response.data.contactid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class ByAccountService extends ControlService { ...@@ -275,16 +274,6 @@ export default class ByAccountService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof ByAccountService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet1" name="dashboard_sysportlet1"
ref='dashboard_sysportlet1' ref='dashboard_sysportlet1'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -32,6 +34,8 @@ ...@@ -32,6 +34,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet2" name="dashboard_sysportlet2"
ref='dashboard_sysportlet2' ref='dashboard_sysportlet2'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -48,6 +52,8 @@ ...@@ -48,6 +52,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet3" name="dashboard_sysportlet3"
ref='dashboard_sysportlet3' ref='dashboard_sysportlet3'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -64,6 +70,8 @@ ...@@ -64,6 +70,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet4" name="dashboard_sysportlet4"
ref='dashboard_sysportlet4' ref='dashboard_sysportlet4'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -80,6 +88,8 @@ ...@@ -80,6 +88,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet5" name="dashboard_sysportlet5"
ref='dashboard_sysportlet5' ref='dashboard_sysportlet5'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -106,6 +116,8 @@ ...@@ -106,6 +116,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet6" name="dashboard_sysportlet6"
ref='dashboard_sysportlet6' ref='dashboard_sysportlet6'
@closeview="closeView($event)"> @closeview="closeView($event)">
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.contactid = Util.createUUID(); response.data.contactid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.goalid = Util.createUUID(); response.data.goalid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.listid = Util.createUUID(); response.data.listid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="300" :height="300"
:width="0"
name="dashboard_sysportlet1" name="dashboard_sysportlet1"
ref='dashboard_sysportlet1' ref='dashboard_sysportlet1'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -43,6 +44,8 @@ ...@@ -43,6 +44,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet2" name="dashboard_sysportlet2"
ref='dashboard_sysportlet2' ref='dashboard_sysportlet2'
@closeview="closeView($event)"> @closeview="closeView($event)">
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.incidentid = Util.createUUID(); response.data.incidentid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class InvoiceProductGridService extends ControlService { ...@@ -267,7 +267,6 @@ export default class InvoiceProductGridService extends ControlService {
response.data.invoicedetailid = Util.createUUID(); response.data.invoicedetailid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class InvoiceProductGridService extends ControlService { ...@@ -275,16 +274,6 @@ export default class InvoiceProductGridService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof InvoiceProductGridService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="300" :height="300"
:width="0"
name="dashboard_sysportlet1" name="dashboard_sysportlet1"
ref='dashboard_sysportlet1' ref='dashboard_sysportlet1'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -43,6 +44,8 @@ ...@@ -43,6 +44,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet2" name="dashboard_sysportlet2"
ref='dashboard_sysportlet2' ref='dashboard_sysportlet2'
@closeview="closeView($event)"> @closeview="closeView($event)">
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.invoiceid = Util.createUUID(); response.data.invoiceid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet1" name="dashboard_sysportlet1"
ref='dashboard_sysportlet1' ref='dashboard_sysportlet1'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -32,6 +34,8 @@ ...@@ -32,6 +34,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet3" name="dashboard_sysportlet3"
ref='dashboard_sysportlet3' ref='dashboard_sysportlet3'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -48,6 +52,8 @@ ...@@ -48,6 +52,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet4" name="dashboard_sysportlet4"
ref='dashboard_sysportlet4' ref='dashboard_sysportlet4'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -64,6 +70,8 @@ ...@@ -64,6 +70,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet5" name="dashboard_sysportlet5"
ref='dashboard_sysportlet5' ref='dashboard_sysportlet5'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -90,6 +98,8 @@ ...@@ -90,6 +98,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet2" name="dashboard_sysportlet2"
ref='dashboard_sysportlet2' ref='dashboard_sysportlet2'
@closeview="closeView($event)"> @closeview="closeView($event)">
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.leadid = Util.createUUID(); response.data.leadid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.relationshipsid = Util.createUUID(); response.data.relationshipsid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class InnerService extends ControlService { ...@@ -267,7 +267,6 @@ export default class InnerService extends ControlService {
response.data.relationshipsid = Util.createUUID(); response.data.relationshipsid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class InnerService extends ControlService { ...@@ -275,16 +274,6 @@ export default class InnerService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof InnerService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.relationshipsid = Util.createUUID(); response.data.relationshipsid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.relationshipsid = Util.createUUID(); response.data.relationshipsid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.relationshipsid = Util.createUUID(); response.data.relationshipsid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.opportunityproductid = Util.createUUID(); response.data.opportunityproductid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet1" name="dashboard_sysportlet1"
ref='dashboard_sysportlet1' ref='dashboard_sysportlet1'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -42,6 +44,8 @@ ...@@ -42,6 +44,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet2" name="dashboard_sysportlet2"
ref='dashboard_sysportlet2' ref='dashboard_sysportlet2'
@closeview="closeView($event)"> @closeview="closeView($event)">
......
...@@ -254,7 +254,7 @@ export class CHART_001ChartBase extends MainControlBase { ...@@ -254,7 +254,7 @@ export class CHART_001ChartBase extends MainControlBase {
{ {
gridIndex:0, gridIndex:0,
position:"bottom", position:"bottom",
type:'numeric', type:'value',
name:'金额', name:'金额',
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.opportunityid = Util.createUUID(); response.data.opportunityid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -16,6 +16,8 @@ ...@@ -16,6 +16,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet1" name="dashboard_sysportlet1"
ref='dashboard_sysportlet1' ref='dashboard_sysportlet1'
@closeview="closeView($event)"> @closeview="closeView($event)">
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.pricelevelid = Util.createUUID(); response.data.pricelevelid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.productid = Util.createUUID(); response.data.productid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.quotedetailid = Util.createUUID(); response.data.quotedetailid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="300" :height="300"
:width="0"
name="dashboard_sysportlet1" name="dashboard_sysportlet1"
ref='dashboard_sysportlet1' ref='dashboard_sysportlet1'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -43,6 +44,8 @@ ...@@ -43,6 +44,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet2" name="dashboard_sysportlet2"
ref='dashboard_sysportlet2' ref='dashboard_sysportlet2'
@closeview="closeView($event)"> @closeview="closeView($event)">
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.quoteid = Util.createUUID(); response.data.quoteid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.salesliteratureid = Util.createUUID(); response.data.salesliteratureid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class SOProductService extends ControlService { ...@@ -267,7 +267,6 @@ export default class SOProductService extends ControlService {
response.data.salesorderdetailid = Util.createUUID(); response.data.salesorderdetailid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class SOProductService extends ControlService { ...@@ -275,16 +274,6 @@ export default class SOProductService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof SOProductService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.salesorderid = Util.createUUID(); response.data.salesorderid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="300" :height="300"
:width="0"
name="dashboard_sysportlet1" name="dashboard_sysportlet1"
ref='dashboard_sysportlet1' ref='dashboard_sysportlet1'
@closeview="closeView($event)"> @closeview="closeView($event)">
...@@ -43,6 +44,8 @@ ...@@ -43,6 +44,8 @@
:viewState="viewState" :viewState="viewState"
:viewparams="viewparams" :viewparams="viewparams"
:context="context" :context="context"
:height="0"
:width="0"
name="dashboard_sysportlet2" name="dashboard_sysportlet2"
ref='dashboard_sysportlet2' ref='dashboard_sysportlet2'
@closeview="closeView($event)"> @closeview="closeView($event)">
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.subjectid = Util.createUUID(); response.data.subjectid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.transactioncurrencyid = Util.createUUID(); response.data.transactioncurrencyid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
...@@ -267,7 +267,6 @@ export default class MainService extends ControlService { ...@@ -267,7 +267,6 @@ export default class MainService extends ControlService {
response.data.uomid = Util.createUUID(); response.data.uomid = Util.createUUID();
} }
this.handleResponse(action, response, true); this.handleResponse(action, response, true);
this.mergeDefaults(response);
resolve(response); resolve(response);
}).catch(response => { }).catch(response => {
reject(response); reject(response);
...@@ -275,16 +274,6 @@ export default class MainService extends ControlService { ...@@ -275,16 +274,6 @@ export default class MainService extends ControlService {
}); });
} }
/**
* 合并配置的默认值
* @param {*}
* @memberof MainService
*/
public mergeDefaults(response:any = {}){
if(response.data){
}
}
/** /**
* 前台逻辑 * 前台逻辑
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册