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

xignzi006 发布系统代码

上级 000cbc61
...@@ -1068,7 +1068,7 @@ export interface Account { ...@@ -1068,7 +1068,7 @@ export interface Account {
* @returns {*} * @returns {*}
* @memberof Account * @memberof Account
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 地址 2 * 地址 2
......
...@@ -124,7 +124,7 @@ export interface ActivityPointer { ...@@ -124,7 +124,7 @@ export interface ActivityPointer {
* @returns {*} * @returns {*}
* @memberof ActivityPointer * @memberof ActivityPointer
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 已记帐 * 已记帐
......
...@@ -100,7 +100,7 @@ export interface Appointment { ...@@ -100,7 +100,7 @@ export interface Appointment {
* @returns {*} * @returns {*}
* @memberof Appointment * @memberof Appointment
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 关于 * 关于
......
...@@ -204,7 +204,7 @@ export interface BulkOperation { ...@@ -204,7 +204,7 @@ export interface BulkOperation {
* @returns {*} * @returns {*}
* @memberof BulkOperation * @memberof BulkOperation
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 上次尝试传递的日期 * 上次尝试传递的日期
......
...@@ -540,7 +540,7 @@ export interface CampaignActivity { ...@@ -540,7 +540,7 @@ export interface CampaignActivity {
* @returns {*} * @returns {*}
* @memberof CampaignActivity * @memberof CampaignActivity
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 上次尝试传递的日期 * 上次尝试传递的日期
......
...@@ -359,12 +359,12 @@ export interface CampaignResponse { ...@@ -359,12 +359,12 @@ export interface CampaignResponse {
partner?: any; partner?: any;
/** /**
* OriginatingActivityIdTypeCode * OriginatingActivityTypeCode
* *
* @returns {*} * @returns {*}
* @memberof CampaignResponse * @memberof CampaignResponse
*/ */
originatingactivityidtypecode?: any; originatingactivitytypecode?: any;
/** /**
* UTC 转换时区代码 * UTC 转换时区代码
...@@ -492,7 +492,7 @@ export interface CampaignResponse { ...@@ -492,7 +492,7 @@ export interface CampaignResponse {
* @returns {*} * @returns {*}
* @memberof CampaignResponse * @memberof CampaignResponse
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* SLAName * SLAName
......
...@@ -180,7 +180,7 @@ export interface Campaign { ...@@ -180,7 +180,7 @@ export interface Campaign {
* @returns {*} * @returns {*}
* @memberof Campaign * @memberof Campaign
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* Traversed Path * Traversed Path
......
...@@ -140,7 +140,7 @@ export interface Connection { ...@@ -140,7 +140,7 @@ export interface Connection {
* @returns {*} * @returns {*}
* @memberof Connection * @memberof Connection
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* Record2IdObjectTypeCode * Record2IdObjectTypeCode
......
...@@ -36,7 +36,7 @@ export interface Contact { ...@@ -36,7 +36,7 @@ export interface Contact {
* @returns {*} * @returns {*}
* @memberof Contact * @memberof Contact
*/ */
parentcustomeridtype?: any; parentcustomertype?: any;
/** /**
* 地址 1: 省/市/自治区 * 地址 1: 省/市/自治区
...@@ -108,7 +108,7 @@ export interface Contact { ...@@ -108,7 +108,7 @@ export interface Contact {
* @returns {*} * @returns {*}
* @memberof Contact * @memberof Contact
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 地址 3 * 地址 3
......
...@@ -596,7 +596,7 @@ export interface Email { ...@@ -596,7 +596,7 @@ export interface Email {
* @returns {*} * @returns {*}
* @memberof Email * @memberof Email
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 附件计数 * 附件计数
......
...@@ -188,7 +188,7 @@ export interface Entitlement { ...@@ -188,7 +188,7 @@ export interface Entitlement {
* @returns {*} * @returns {*}
* @memberof Entitlement * @memberof Entitlement
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 总期数 * 总期数
...@@ -260,7 +260,7 @@ export interface Entitlement { ...@@ -260,7 +260,7 @@ export interface Entitlement {
* @returns {*} * @returns {*}
* @memberof Entitlement * @memberof Entitlement
*/ */
customeridtype?: any; customertype?: any;
/** /**
* Record Created On * Record Created On
......
...@@ -76,7 +76,7 @@ export interface Fax { ...@@ -76,7 +76,7 @@ export interface Fax {
* @returns {*} * @returns {*}
* @memberof Fax * @memberof Fax
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 发件人 * 发件人
......
...@@ -228,7 +228,7 @@ export interface Goal { ...@@ -228,7 +228,7 @@ export interface Goal {
* @returns {*} * @returns {*}
* @memberof Goal * @memberof Goal
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 更新时间 * 更新时间
...@@ -444,7 +444,7 @@ export interface Goal { ...@@ -444,7 +444,7 @@ export interface Goal {
* @returns {*} * @returns {*}
* @memberof Goal * @memberof Goal
*/ */
goalowneridtype?: any; goalownertype?: any;
/** /**
* 导入序列号 * 导入序列号
......
...@@ -12,7 +12,7 @@ export interface IBizList { ...@@ -12,7 +12,7 @@ export interface IBizList {
* @returns {*} * @returns {*}
* @memberof IBizList * @memberof IBizList
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 查询 * 查询
......
...@@ -20,7 +20,7 @@ export interface IncidentCustomer { ...@@ -20,7 +20,7 @@ export interface IncidentCustomer {
* @returns {*} * @returns {*}
* @memberof IncidentCustomer * @memberof IncidentCustomer
*/ */
customeridtype?: any; customertype?: any;
/** /**
* 客户 * 客户
......
...@@ -28,7 +28,7 @@ export interface Incident { ...@@ -28,7 +28,7 @@ export interface Incident {
* @returns {*} * @returns {*}
* @memberof Incident * @memberof Incident
*/ */
customeridtype?: any; customertype?: any;
/** /**
* 第一个响应 SLA 状态 * 第一个响应 SLA 状态
...@@ -108,7 +108,7 @@ export interface Incident { ...@@ -108,7 +108,7 @@ export interface Incident {
* @returns {*} * @returns {*}
* @memberof Incident * @memberof Incident
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 已升级 * 已升级
......
...@@ -28,7 +28,7 @@ export interface InvoiceDetail { ...@@ -28,7 +28,7 @@ export interface InvoiceDetail {
* @returns {*} * @returns {*}
* @memberof InvoiceDetail * @memberof InvoiceDetail
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 延期交货数量 * 延期交货数量
......
...@@ -28,7 +28,7 @@ export interface Invoice { ...@@ -28,7 +28,7 @@ export interface Invoice {
* @returns {*} * @returns {*}
* @memberof Invoice * @memberof Invoice
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 客户 * 客户
...@@ -468,7 +468,7 @@ export interface Invoice { ...@@ -468,7 +468,7 @@ export interface Invoice {
* @returns {*} * @returns {*}
* @memberof Invoice * @memberof Invoice
*/ */
customeridtype?: any; customertype?: any;
/** /**
* 送货地的传真号码 * 送货地的传真号码
......
...@@ -20,7 +20,7 @@ export interface KnowledgeArticleIncident { ...@@ -20,7 +20,7 @@ export interface KnowledgeArticleIncident {
* @returns {*} * @returns {*}
* @memberof KnowledgeArticleIncident * @memberof KnowledgeArticleIncident
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 建立人 * 建立人
......
...@@ -292,7 +292,7 @@ export interface KnowledgeArticle { ...@@ -292,7 +292,7 @@ export interface KnowledgeArticle {
* @returns {*} * @returns {*}
* @memberof KnowledgeArticle * @memberof KnowledgeArticle
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 发布日期 * 发布日期
......
...@@ -268,7 +268,7 @@ export interface Lead { ...@@ -268,7 +268,7 @@ export interface Lead {
* @returns {*} * @returns {*}
* @memberof Lead * @memberof Lead
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 联系人 * 联系人
...@@ -676,7 +676,7 @@ export interface Lead { ...@@ -676,7 +676,7 @@ export interface Lead {
* @returns {*} * @returns {*}
* @memberof Lead * @memberof Lead
*/ */
customeridtype?: any; customertype?: any;
/** /**
* 移动电话 * 移动电话
......
...@@ -76,7 +76,7 @@ export interface Letter { ...@@ -76,7 +76,7 @@ export interface Letter {
* @returns {*} * @returns {*}
* @memberof Letter * @memberof Letter
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 更新时间 * 更新时间
......
...@@ -156,7 +156,7 @@ export interface OpportunityProduct { ...@@ -156,7 +156,7 @@ export interface OpportunityProduct {
* @returns {*} * @returns {*}
* @memberof OpportunityProduct * @memberof OpportunityProduct
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 选择产品 * 选择产品
......
...@@ -676,7 +676,7 @@ export interface Opportunity { ...@@ -676,7 +676,7 @@ export interface Opportunity {
* @returns {*} * @returns {*}
* @memberof Opportunity * @memberof Opportunity
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 识别客户联系人 * 识别客户联系人
...@@ -764,7 +764,7 @@ export interface Opportunity { ...@@ -764,7 +764,7 @@ export interface Opportunity {
* @returns {*} * @returns {*}
* @memberof Opportunity * @memberof Opportunity
*/ */
customeridtype?: any; customertype?: any;
/** /**
* Record Created On * Record Created On
......
...@@ -196,7 +196,7 @@ export interface PhoneCall { ...@@ -196,7 +196,7 @@ export interface PhoneCall {
* @returns {*} * @returns {*}
* @memberof PhoneCall * @memberof PhoneCall
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 版本号 * 版本号
......
...@@ -12,7 +12,7 @@ export interface QuoteDetail { ...@@ -12,7 +12,7 @@ export interface QuoteDetail {
* @returns {*} * @returns {*}
* @memberof QuoteDetail * @memberof QuoteDetail
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 金额 (Base) * 金额 (Base)
......
...@@ -260,7 +260,7 @@ export interface Quote { ...@@ -260,7 +260,7 @@ export interface Quote {
* @returns {*} * @returns {*}
* @memberof Quote * @memberof Quote
*/ */
customeridtype?: any; customertype?: any;
/** /**
* 潜在客户 * 潜在客户
...@@ -468,7 +468,7 @@ export interface Quote { ...@@ -468,7 +468,7 @@ export interface Quote {
* @returns {*} * @returns {*}
* @memberof Quote * @memberof Quote
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* Version Number * Version Number
......
...@@ -60,7 +60,7 @@ export interface SalesOrderDetail { ...@@ -60,7 +60,7 @@ export interface SalesOrderDetail {
* @returns {*} * @returns {*}
* @memberof SalesOrderDetail * @memberof SalesOrderDetail
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 目录外产品 * 目录外产品
......
...@@ -580,7 +580,7 @@ export interface SalesOrder { ...@@ -580,7 +580,7 @@ export interface SalesOrder {
* @returns {*} * @returns {*}
* @memberof SalesOrder * @memberof SalesOrder
*/ */
customeridtype?: any; customertype?: any;
/** /**
* 提交日期 * 提交日期
...@@ -700,7 +700,7 @@ export interface SalesOrder { ...@@ -700,7 +700,7 @@ export interface SalesOrder {
* @returns {*} * @returns {*}
* @memberof SalesOrder * @memberof SalesOrder
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 送货方式 * 送货方式
......
...@@ -436,7 +436,7 @@ export interface ServiceAppointment { ...@@ -436,7 +436,7 @@ export interface ServiceAppointment {
* @returns {*} * @returns {*}
* @memberof ServiceAppointment * @memberof ServiceAppointment
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 社交渠道 * 社交渠道
......
...@@ -180,7 +180,7 @@ export interface Task { ...@@ -180,7 +180,7 @@ export interface Task {
* @returns {*} * @returns {*}
* @memberof Task * @memberof Task
*/ */
owneridtype?: any; ownertype?: any;
/** /**
* 是定期活动 * 是定期活动
......
...@@ -133,7 +133,7 @@ export default { ...@@ -133,7 +133,7 @@ export default {
address2_upszone: "地址 2: UPS 区域", address2_upszone: "地址 2: UPS 区域",
createdate: "建立时间", createdate: "建立时间",
address2_county: "地址 2: 县", address2_county: "地址 2: 县",
owneridtype: "所有者类型", ownertype: "所有者类型",
address2_composite: "地址 2", address2_composite: "地址 2",
address2_name: "地址 2: 名称", address2_name: "地址 2: 名称",
address2_line1: "地址 2: 街道 1", address2_line1: "地址 2: 街道 1",
......
...@@ -132,7 +132,7 @@ export default { ...@@ -132,7 +132,7 @@ export default {
address2_upszone: "地址 2: UPS 区域", address2_upszone: "地址 2: UPS 区域",
createdate: "建立时间", createdate: "建立时间",
address2_county: "地址 2: 县", address2_county: "地址 2: 县",
owneridtype: "所有者类型", ownertype: "所有者类型",
address2_composite: "地址 2", address2_composite: "地址 2",
address2_name: "地址 2: 名称", address2_name: "地址 2: 名称",
address2_line1: "地址 2: 街道 1", address2_line1: "地址 2: 街道 1",
......
...@@ -15,7 +15,7 @@ export default { ...@@ -15,7 +15,7 @@ export default {
actualend: "实际结束时间", actualend: "实际结束时间",
description: "说明", description: "说明",
prioritycode: "优先级", prioritycode: "优先级",
owneridtype: "所有者类型", ownertype: "所有者类型",
billed: "已记帐", billed: "已记帐",
regularactivity: "是定期活动", regularactivity: "是定期活动",
utcconversiontimezonecode: "UTC 转换时区代码", utcconversiontimezonecode: "UTC 转换时区代码",
......
...@@ -14,7 +14,7 @@ export default { ...@@ -14,7 +14,7 @@ export default {
actualend: "实际结束时间", actualend: "实际结束时间",
description: "说明", description: "说明",
prioritycode: "优先级", prioritycode: "优先级",
owneridtype: "所有者类型", ownertype: "所有者类型",
billed: "已记帐", billed: "已记帐",
regularactivity: "是定期活动", regularactivity: "是定期活动",
utcconversiontimezonecode: "UTC 转换时区代码", utcconversiontimezonecode: "UTC 转换时区代码",
......
...@@ -12,7 +12,7 @@ export default { ...@@ -12,7 +12,7 @@ export default {
createman: "建立人", createman: "建立人",
activityid: "约会", activityid: "约会",
actualstart: "实际开始时间", actualstart: "实际开始时间",
owneridtype: "负责人类型", ownertype: "负责人类型",
regardingobjectid: "关于", regardingobjectid: "关于",
actualend: "实际结束时间", actualend: "实际结束时间",
subcategory: "子类别", subcategory: "子类别",
......
...@@ -11,7 +11,7 @@ export default { ...@@ -11,7 +11,7 @@ export default {
createman: "建立人", createman: "建立人",
activityid: "约会", activityid: "约会",
actualstart: "实际开始时间", actualstart: "实际开始时间",
owneridtype: "负责人类型", ownertype: "负责人类型",
regardingobjectid: "关于", regardingobjectid: "关于",
actualend: "实际结束时间", actualend: "实际结束时间",
subcategory: "子类别", subcategory: "子类别",
......
...@@ -25,7 +25,7 @@ export default { ...@@ -25,7 +25,7 @@ export default {
overriddencreatedon: "Record Created On", overriddencreatedon: "Record Created On",
regardingobjectid: "导入文件名称", regardingobjectid: "导入文件名称",
statecode: "状态", statecode: "状态",
owneridtype: "负责人类型", ownertype: "负责人类型",
deliverylastattemptedon: "上次尝试传递的日期", deliverylastattemptedon: "上次尝试传递的日期",
deliveryprioritycode: "传递优先级", deliveryprioritycode: "传递优先级",
createman: "建立人", createman: "建立人",
......
...@@ -24,7 +24,7 @@ export default { ...@@ -24,7 +24,7 @@ export default {
overriddencreatedon: "Record Created On", overriddencreatedon: "Record Created On",
regardingobjectid: "导入文件名称", regardingobjectid: "导入文件名称",
statecode: "状态", statecode: "状态",
owneridtype: "负责人类型", ownertype: "负责人类型",
deliverylastattemptedon: "上次尝试传递的日期", deliverylastattemptedon: "上次尝试传递的日期",
deliveryprioritycode: "传递优先级", deliveryprioritycode: "传递优先级",
createman: "建立人", createman: "建立人",
......
...@@ -67,7 +67,7 @@ export default { ...@@ -67,7 +67,7 @@ export default {
from: "来自", from: "来自",
billed: "已记帐", billed: "已记帐",
actualcost: "实际成本", actualcost: "实际成本",
owneridtype: "负责人类型", ownertype: "负责人类型",
deliverylastattemptedon: "上次尝试传递的日期", deliverylastattemptedon: "上次尝试传递的日期",
actualend: "实际结束时间", actualend: "实际结束时间",
seriesid: "系列 ID", seriesid: "系列 ID",
......
...@@ -66,7 +66,7 @@ export default { ...@@ -66,7 +66,7 @@ export default {
from: "来自", from: "来自",
billed: "已记帐", billed: "已记帐",
actualcost: "实际成本", actualcost: "实际成本",
owneridtype: "负责人类型", ownertype: "负责人类型",
deliverylastattemptedon: "上次尝试传递的日期", deliverylastattemptedon: "上次尝试传递的日期",
actualend: "实际结束时间", actualend: "实际结束时间",
seriesid: "系列 ID", seriesid: "系列 ID",
......
...@@ -45,7 +45,7 @@ export default { ...@@ -45,7 +45,7 @@ export default {
onholdtime: "暂候时间(分钟)", onholdtime: "暂候时间(分钟)",
receivedon: "接收时间", receivedon: "接收时间",
partner: "外包供应商", partner: "外包供应商",
originatingactivityidtypecode: "OriginatingActivityIdTypeCode", originatingactivitytypecode: "OriginatingActivityTypeCode",
utcconversiontimezonecode: "UTC 转换时区代码", utcconversiontimezonecode: "UTC 转换时区代码",
updateman: "更新人", updateman: "更新人",
stageid: "流程阶段", stageid: "流程阶段",
...@@ -61,7 +61,7 @@ export default { ...@@ -61,7 +61,7 @@ export default {
customer: "客户", customer: "客户",
overriddencreatedon: "Record Created On", overriddencreatedon: "Record Created On",
exchangeitemid: "Exchange 项目 ID", exchangeitemid: "Exchange 项目 ID",
owneridtype: "负责人类型", ownertype: "负责人类型",
slaname: "SLAName", slaname: "SLAName",
seriesid: "系列 ID", seriesid: "系列 ID",
community: "社交渠道", community: "社交渠道",
......
...@@ -44,7 +44,7 @@ export default { ...@@ -44,7 +44,7 @@ export default {
onholdtime: "暂候时间(分钟)", onholdtime: "暂候时间(分钟)",
receivedon: "接收时间", receivedon: "接收时间",
partner: "外包供应商", partner: "外包供应商",
originatingactivityidtypecode: "OriginatingActivityIdTypeCode", originatingactivitytypecode: "OriginatingActivityTypeCode",
utcconversiontimezonecode: "UTC 转换时区代码", utcconversiontimezonecode: "UTC 转换时区代码",
updateman: "更新人", updateman: "更新人",
stageid: "流程阶段", stageid: "流程阶段",
...@@ -60,7 +60,7 @@ export default { ...@@ -60,7 +60,7 @@ export default {
customer: "客户", customer: "客户",
overriddencreatedon: "Record Created On", overriddencreatedon: "Record Created On",
exchangeitemid: "Exchange 项目 ID", exchangeitemid: "Exchange 项目 ID",
owneridtype: "负责人类型", ownertype: "负责人类型",
slaname: "SLAName", slaname: "SLAName",
seriesid: "系列 ID", seriesid: "系列 ID",
community: "社交渠道", community: "社交渠道",
......
...@@ -22,7 +22,7 @@ export default { ...@@ -22,7 +22,7 @@ export default {
updateman: "更新人", updateman: "更新人",
expectedrevenue_base: "估计收入 (Base)", expectedrevenue_base: "估计收入 (Base)",
entityimage_timestamp: "EntityImage_Timestamp", entityimage_timestamp: "EntityImage_Timestamp",
owneridtype: "负责人类型", ownertype: "负责人类型",
traversedpath: "Traversed Path", traversedpath: "Traversed Path",
othercost_base: "其他费用 (Base)", othercost_base: "其他费用 (Base)",
proposedend: "拟定结束日期", proposedend: "拟定结束日期",
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
updateman: "更新人", updateman: "更新人",
expectedrevenue_base: "估计收入 (Base)", expectedrevenue_base: "估计收入 (Base)",
entityimage_timestamp: "EntityImage_Timestamp", entityimage_timestamp: "EntityImage_Timestamp",
owneridtype: "负责人类型", ownertype: "负责人类型",
traversedpath: "Traversed Path", traversedpath: "Traversed Path",
othercost_base: "其他费用 (Base)", othercost_base: "其他费用 (Base)",
proposedend: "拟定结束日期", proposedend: "拟定结束日期",
......
...@@ -17,7 +17,7 @@ export default { ...@@ -17,7 +17,7 @@ export default {
record1id: "连接自", record1id: "连接自",
overriddencreatedon: "创建记录的时间", overriddencreatedon: "创建记录的时间",
importsequencenumber: "导入序列号", importsequencenumber: "导入序列号",
owneridtype: "负责人类型", ownertype: "负责人类型",
record2idobjecttypecode: "Record2IdObjectTypeCode", record2idobjecttypecode: "Record2IdObjectTypeCode",
exchangerate: "汇率", exchangerate: "汇率",
entityimageid: "实体图像 ID", entityimageid: "实体图像 ID",
...@@ -73,7 +73,7 @@ export default { ...@@ -73,7 +73,7 @@ export default {
effectivestart: "正在启动", effectivestart: "正在启动",
description: "说明", description: "说明",
ownerid: "负责人", ownerid: "负责人",
owneridtype: "负责人类型", ownertype: "负责人类型",
ownername: "负责人", ownername: "负责人",
createman: "建立人", createman: "建立人",
createdate: "建立时间", createdate: "建立时间",
......
...@@ -16,7 +16,7 @@ export default { ...@@ -16,7 +16,7 @@ export default {
record1id: "连接自", record1id: "连接自",
overriddencreatedon: "创建记录的时间", overriddencreatedon: "创建记录的时间",
importsequencenumber: "导入序列号", importsequencenumber: "导入序列号",
owneridtype: "负责人类型", ownertype: "负责人类型",
record2idobjecttypecode: "Record2IdObjectTypeCode", record2idobjecttypecode: "Record2IdObjectTypeCode",
exchangerate: "汇率", exchangerate: "汇率",
entityimageid: "实体图像 ID", entityimageid: "实体图像 ID",
...@@ -72,7 +72,7 @@ export default { ...@@ -72,7 +72,7 @@ export default {
effectivestart: "正在启动", effectivestart: "正在启动",
description: "说明", description: "说明",
ownerid: "负责人", ownerid: "负责人",
owneridtype: "负责人类型", ownertype: "负责人类型",
ownername: "负责人", ownername: "负责人",
createman: "建立人", createman: "建立人",
createdate: "建立时间", createdate: "建立时间",
......
...@@ -4,7 +4,7 @@ export default { ...@@ -4,7 +4,7 @@ export default {
address1_freighttermscode: "地址 1: 货运条款", address1_freighttermscode: "地址 1: 货运条款",
address3_city: "地址 3: 市/县", address3_city: "地址 3: 市/县",
department: "部门", department: "部门",
parentcustomeridtype: "上级客户类型", parentcustomertype: "上级客户类型",
address1_stateorprovince: "地址 1: 省/市/自治区", address1_stateorprovince: "地址 1: 省/市/自治区",
aging90_base: "时效 90 (基础货币)", aging90_base: "时效 90 (基础货币)",
accountname: "客户", accountname: "客户",
...@@ -13,7 +13,7 @@ export default { ...@@ -13,7 +13,7 @@ export default {
donotpostalmail: "不允许使用邮件", donotpostalmail: "不允许使用邮件",
spousesname: "配偶/伴侣姓名", spousesname: "配偶/伴侣姓名",
familystatuscode: "婚姻状况", familystatuscode: "婚姻状况",
owneridtype: "负责人类型", ownertype: "负责人类型",
address3_composite: "地址 3", address3_composite: "地址 3",
address3_shippingmethodcode: "地址 3: 送货方式", address3_shippingmethodcode: "地址 3: 送货方式",
lastname: "姓", lastname: "姓",
......
...@@ -3,7 +3,7 @@ export default { ...@@ -3,7 +3,7 @@ export default {
address1_freighttermscode: "地址 1: 货运条款", address1_freighttermscode: "地址 1: 货运条款",
address3_city: "地址 3: 市/县", address3_city: "地址 3: 市/县",
department: "部门", department: "部门",
parentcustomeridtype: "上级客户类型", parentcustomertype: "上级客户类型",
address1_stateorprovince: "地址 1: 省/市/自治区", address1_stateorprovince: "地址 1: 省/市/自治区",
aging90_base: "时效 90 (基础货币)", aging90_base: "时效 90 (基础货币)",
accountname: "客户", accountname: "客户",
...@@ -12,7 +12,7 @@ export default { ...@@ -12,7 +12,7 @@ export default {
donotpostalmail: "不允许使用邮件", donotpostalmail: "不允许使用邮件",
spousesname: "配偶/伴侣姓名", spousesname: "配偶/伴侣姓名",
familystatuscode: "婚姻状况", familystatuscode: "婚姻状况",
owneridtype: "负责人类型", ownertype: "负责人类型",
address3_composite: "地址 3", address3_composite: "地址 3",
address3_shippingmethodcode: "地址 3: 送货方式", address3_shippingmethodcode: "地址 3: 送货方式",
lastname: "姓", lastname: "姓",
......
...@@ -74,7 +74,7 @@ export default { ...@@ -74,7 +74,7 @@ export default {
submittedby: "提交者", submittedby: "提交者",
torecipients: "至收件人", torecipients: "至收件人",
deliveryprioritycode: "传递优先级", deliveryprioritycode: "传递优先级",
owneridtype: "负责人类型", ownertype: "负责人类型",
attachmentcount: "附件计数", attachmentcount: "附件计数",
attachmentopencount: "附件打开计数", attachmentopencount: "附件打开计数",
scheduleddurationminutes: "计划持续时间", scheduleddurationminutes: "计划持续时间",
......
...@@ -73,7 +73,7 @@ export default { ...@@ -73,7 +73,7 @@ export default {
submittedby: "提交者", submittedby: "提交者",
torecipients: "至收件人", torecipients: "至收件人",
deliveryprioritycode: "传递优先级", deliveryprioritycode: "传递优先级",
owneridtype: "负责人类型", ownertype: "负责人类型",
attachmentcount: "附件计数", attachmentcount: "附件计数",
attachmentopencount: "附件打开计数", attachmentopencount: "附件打开计数",
scheduleddurationminutes: "计划持续时间", scheduleddurationminutes: "计划持续时间",
......
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
createdate: "建立时间", createdate: "建立时间",
allocationtypecode: "分配类型", allocationtypecode: "分配类型",
statuscode: "状态代码", statuscode: "状态代码",
owneridtype: "负责人类型", ownertype: "负责人类型",
totalterms: "总期数", totalterms: "总期数",
customerid: "客户", customerid: "客户",
restrictcasecreation: "根据权利期限进行限制", restrictcasecreation: "根据权利期限进行限制",
...@@ -32,7 +32,7 @@ export default { ...@@ -32,7 +32,7 @@ export default {
updateman: "更新人", updateman: "更新人",
remainingterms: "剩余期数", remainingterms: "剩余期数",
accountname: "客户", accountname: "客户",
customeridtype: "客户类型", customertype: "客户类型",
overriddencreatedon: "Record Created On", overriddencreatedon: "Record Created On",
stageid: "Stage Id", stageid: "Stage Id",
entitlementname: "授权名称", entitlementname: "授权名称",
......
...@@ -22,7 +22,7 @@ export default { ...@@ -22,7 +22,7 @@ export default {
createdate: "建立时间", createdate: "建立时间",
allocationtypecode: "分配类型", allocationtypecode: "分配类型",
statuscode: "状态代码", statuscode: "状态代码",
owneridtype: "负责人类型", ownertype: "负责人类型",
totalterms: "总期数", totalterms: "总期数",
customerid: "客户", customerid: "客户",
restrictcasecreation: "根据权利期限进行限制", restrictcasecreation: "根据权利期限进行限制",
...@@ -31,7 +31,7 @@ export default { ...@@ -31,7 +31,7 @@ export default {
updateman: "更新人", updateman: "更新人",
remainingterms: "剩余期数", remainingterms: "剩余期数",
accountname: "客户", accountname: "客户",
customeridtype: "客户类型", customertype: "客户类型",
overriddencreatedon: "Record Created On", overriddencreatedon: "Record Created On",
stageid: "Stage Id", stageid: "Stage Id",
entitlementname: "授权名称", entitlementname: "授权名称",
......
...@@ -9,7 +9,7 @@ export default { ...@@ -9,7 +9,7 @@ export default {
slaname: "SLAName", slaname: "SLAName",
traversedpath: "遍历的路径", traversedpath: "遍历的路径",
importsequencenumber: "导入序列号", importsequencenumber: "导入序列号",
owneridtype: "负责人类型", ownertype: "负责人类型",
from: "发件人", from: "发件人",
onholdtime: "暂候时间(分钟)", onholdtime: "暂候时间(分钟)",
exchangerate: "汇率", exchangerate: "汇率",
......
...@@ -8,7 +8,7 @@ export default { ...@@ -8,7 +8,7 @@ export default {
slaname: "SLAName", slaname: "SLAName",
traversedpath: "遍历的路径", traversedpath: "遍历的路径",
importsequencenumber: "导入序列号", importsequencenumber: "导入序列号",
owneridtype: "负责人类型", ownertype: "负责人类型",
from: "发件人", from: "发件人",
onholdtime: "暂候时间(分钟)", onholdtime: "暂候时间(分钟)",
exchangerate: "汇率", exchangerate: "汇率",
......
...@@ -28,7 +28,7 @@ export default { ...@@ -28,7 +28,7 @@ export default {
statuscode: "状态描述", statuscode: "状态描述",
amountdatatype: "金额数据类型", amountdatatype: "金额数据类型",
customrollupfieldinteger: "自定义汇总字段(整数)", customrollupfieldinteger: "自定义汇总字段(整数)",
owneridtype: "负责人 ID 类型", ownertype: "负责人 ID 类型",
updatedate: "更新时间", updatedate: "更新时间",
inprogressmoney: "过程值(金额)", inprogressmoney: "过程值(金额)",
fiscalyear: "会计年度", fiscalyear: "会计年度",
...@@ -55,7 +55,7 @@ export default { ...@@ -55,7 +55,7 @@ export default {
overridden: "已替代", overridden: "已替代",
actualstring: "实际", actualstring: "实际",
actualinteger: "实际值(整数)", actualinteger: "实际值(整数)",
goalowneridtype: "目标负责人类型", goalownertype: "目标负责人类型",
importsequencenumber: "导入序列号", importsequencenumber: "导入序列号",
goalownerid: "目标负责人", goalownerid: "目标负责人",
computedtargetasoftodaydecimal: "今天的目标值(十进制)", computedtargetasoftodaydecimal: "今天的目标值(十进制)",
......
...@@ -27,7 +27,7 @@ export default { ...@@ -27,7 +27,7 @@ export default {
statuscode: "状态描述", statuscode: "状态描述",
amountdatatype: "金额数据类型", amountdatatype: "金额数据类型",
customrollupfieldinteger: "自定义汇总字段(整数)", customrollupfieldinteger: "自定义汇总字段(整数)",
owneridtype: "负责人 ID 类型", ownertype: "负责人 ID 类型",
updatedate: "更新时间", updatedate: "更新时间",
inprogressmoney: "过程值(金额)", inprogressmoney: "过程值(金额)",
fiscalyear: "会计年度", fiscalyear: "会计年度",
...@@ -54,7 +54,7 @@ export default { ...@@ -54,7 +54,7 @@ export default {
overridden: "已替代", overridden: "已替代",
actualstring: "实际", actualstring: "实际",
actualinteger: "实际值(整数)", actualinteger: "实际值(整数)",
goalowneridtype: "目标负责人类型", goalownertype: "目标负责人类型",
importsequencenumber: "导入序列号", importsequencenumber: "导入序列号",
goalownerid: "目标负责人", goalownerid: "目标负责人",
computedtargetasoftodaydecimal: "今天的目标值(十进制)", computedtargetasoftodaydecimal: "今天的目标值(十进制)",
......
export default { export default {
fields: { fields: {
owneridtype: "负责人类型", ownertype: "负责人类型",
query: "查询", query: "查询",
updateman: "更新人", updateman: "更新人",
lockstatus: "已锁定", lockstatus: "已锁定",
...@@ -118,7 +118,7 @@ export default { ...@@ -118,7 +118,7 @@ export default {
lockstatus: "已锁定", lockstatus: "已锁定",
description: "说明", description: "说明",
ownerid: "负责人", ownerid: "负责人",
owneridtype: "负责人类型", ownertype: "负责人类型",
ownername: "负责人", ownername: "负责人",
transactioncurrencyid: "货币", transactioncurrencyid: "货币",
listid: "列表", listid: "列表",
......
export default { export default {
fields: { fields: {
owneridtype: "负责人类型", ownertype: "负责人类型",
query: "查询", query: "查询",
updateman: "更新人", updateman: "更新人",
lockstatus: "已锁定", lockstatus: "已锁定",
...@@ -117,7 +117,7 @@ export default { ...@@ -117,7 +117,7 @@ export default {
lockstatus: "已锁定", lockstatus: "已锁定",
description: "说明", description: "说明",
ownerid: "负责人", ownerid: "负责人",
owneridtype: "负责人类型", ownertype: "负责人类型",
ownername: "负责人", ownername: "负责人",
transactioncurrencyid: "货币", transactioncurrencyid: "货币",
listid: "列表", listid: "列表",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
export default { export default {
fields: { fields: {
customerid: "客户", customerid: "客户",
customeridtype: "客户类型", customertype: "客户类型",
customername: "客户", customername: "客户",
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
customerid: "客户", customerid: "客户",
customeridtype: "客户类型", customertype: "客户类型",
customername: "客户", customername: "客户",
}, },
}; };
\ No newline at end of file
...@@ -3,7 +3,7 @@ export default { ...@@ -3,7 +3,7 @@ export default {
fields: { fields: {
lastonholdtime: "上一暂候时间", lastonholdtime: "上一暂候时间",
versionnumber: "Version Number", versionnumber: "Version Number",
customeridtype: "客户类型", customertype: "客户类型",
firstresponseslastatus: "第一个响应 SLA 状态", firstresponseslastatus: "第一个响应 SLA 状态",
incidentstagecode: "案例阶段", incidentstagecode: "案例阶段",
influencescore: "影响分数", influencescore: "影响分数",
...@@ -13,7 +13,7 @@ export default { ...@@ -13,7 +13,7 @@ export default {
merged: "仅供内部使用", merged: "仅供内部使用",
productserialnumber: "序列号", productserialnumber: "序列号",
description: "说明", description: "说明",
owneridtype: "负责人类型", ownertype: "负责人类型",
escalated: "已升级", escalated: "已升级",
stageid: "Stage Id", stageid: "Stage Id",
casetypecode: "案例类型", casetypecode: "案例类型",
...@@ -163,7 +163,7 @@ export default { ...@@ -163,7 +163,7 @@ export default {
productname: "产品", productname: "产品",
entitlementname: "权利", entitlementname: "权利",
customerid: "客户", customerid: "客户",
customeridtype: "客户类型", customertype: "客户类型",
productid: "产品", productid: "产品",
incidentid: "案例", incidentid: "案例",
subjectid: "主题", subjectid: "主题",
......
...@@ -2,7 +2,7 @@ export default { ...@@ -2,7 +2,7 @@ export default {
fields: { fields: {
lastonholdtime: "上一暂候时间", lastonholdtime: "上一暂候时间",
versionnumber: "Version Number", versionnumber: "Version Number",
customeridtype: "客户类型", customertype: "客户类型",
firstresponseslastatus: "第一个响应 SLA 状态", firstresponseslastatus: "第一个响应 SLA 状态",
incidentstagecode: "案例阶段", incidentstagecode: "案例阶段",
influencescore: "影响分数", influencescore: "影响分数",
...@@ -12,7 +12,7 @@ export default { ...@@ -12,7 +12,7 @@ export default {
merged: "仅供内部使用", merged: "仅供内部使用",
productserialnumber: "序列号", productserialnumber: "序列号",
description: "说明", description: "说明",
owneridtype: "负责人类型", ownertype: "负责人类型",
escalated: "已升级", escalated: "已升级",
stageid: "Stage Id", stageid: "Stage Id",
casetypecode: "案例类型", casetypecode: "案例类型",
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
productname: "产品", productname: "产品",
entitlementname: "权利", entitlementname: "权利",
customerid: "客户", customerid: "客户",
customeridtype: "客户类型", customertype: "客户类型",
productid: "产品", productid: "产品",
incidentid: "案例", incidentid: "案例",
subjectid: "主题", subjectid: "主题",
......
...@@ -3,7 +3,7 @@ export default { ...@@ -3,7 +3,7 @@ export default {
fields: { fields: {
updatedate: "更新时间", updatedate: "更新时间",
invoicedetailname: "名称", invoicedetailname: "名称",
owneridtype: "负责人类型", ownertype: "负责人类型",
quantitybackordered: "延期交货数量", quantitybackordered: "延期交货数量",
producttypecode: "产品类型", producttypecode: "产品类型",
invoicestatecode: "发票状态", invoicestatecode: "发票状态",
......
...@@ -2,7 +2,7 @@ export default { ...@@ -2,7 +2,7 @@ export default {
fields: { fields: {
updatedate: "更新时间", updatedate: "更新时间",
invoicedetailname: "名称", invoicedetailname: "名称",
owneridtype: "负责人类型", ownertype: "负责人类型",
quantitybackordered: "延期交货数量", quantitybackordered: "延期交货数量",
producttypecode: "产品类型", producttypecode: "产品类型",
invoicestatecode: "发票状态", invoicestatecode: "发票状态",
......
...@@ -3,7 +3,7 @@ export default { ...@@ -3,7 +3,7 @@ export default {
fields: { fields: {
billto_line1: "帐单寄往街道 1", billto_line1: "帐单寄往街道 1",
billto_telephone: "帐单寄往地的电话号码", billto_telephone: "帐单寄往地的电话号码",
owneridtype: "负责人类型", ownertype: "负责人类型",
accountname: "客户", accountname: "客户",
lastonholdtime: "上一暂候时间", lastonholdtime: "上一暂候时间",
billto_stateorprovince: "帐单寄往省/市/自治区", billto_stateorprovince: "帐单寄往省/市/自治区",
...@@ -58,7 +58,7 @@ export default { ...@@ -58,7 +58,7 @@ export default {
billto_country: "帐单寄往国家/地区", billto_country: "帐单寄往国家/地区",
entityimage: "实体图像", entityimage: "实体图像",
importsequencenumber: "Import Sequence Number", importsequencenumber: "Import Sequence Number",
customeridtype: "客户类型", customertype: "客户类型",
shipto_fax: "送货地的传真号码", shipto_fax: "送货地的传真号码",
ownerid: "负责人", ownerid: "负责人",
datedelivered: "交付日期", datedelivered: "交付日期",
......
...@@ -2,7 +2,7 @@ export default { ...@@ -2,7 +2,7 @@ export default {
fields: { fields: {
billto_line1: "帐单寄往街道 1", billto_line1: "帐单寄往街道 1",
billto_telephone: "帐单寄往地的电话号码", billto_telephone: "帐单寄往地的电话号码",
owneridtype: "负责人类型", ownertype: "负责人类型",
accountname: "客户", accountname: "客户",
lastonholdtime: "上一暂候时间", lastonholdtime: "上一暂候时间",
billto_stateorprovince: "帐单寄往省/市/自治区", billto_stateorprovince: "帐单寄往省/市/自治区",
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
billto_country: "帐单寄往国家/地区", billto_country: "帐单寄往国家/地区",
entityimage: "实体图像", entityimage: "实体图像",
importsequencenumber: "Import Sequence Number", importsequencenumber: "Import Sequence Number",
customeridtype: "客户类型", customertype: "客户类型",
shipto_fax: "送货地的传真号码", shipto_fax: "送货地的传真号码",
ownerid: "负责人", ownerid: "负责人",
datedelivered: "交付日期", datedelivered: "交付日期",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
export default { export default {
fields: { fields: {
overriddencreatedon: "Record Created On", overriddencreatedon: "Record Created On",
owneridtype: "负责人类型", ownertype: "负责人类型",
createman: "建立人", createman: "建立人",
knowledgeusage: "知识使用情况", knowledgeusage: "知识使用情况",
updateman: "更新人", updateman: "更新人",
......
export default { export default {
fields: { fields: {
overriddencreatedon: "Record Created On", overriddencreatedon: "Record Created On",
owneridtype: "负责人类型", ownertype: "负责人类型",
createman: "建立人", createman: "建立人",
knowledgeusage: "知识使用情况", knowledgeusage: "知识使用情况",
updateman: "更新人", updateman: "更新人",
......
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
processid: "进程 ID", processid: "进程 ID",
majorversionnumber: "主要版本号", majorversionnumber: "主要版本号",
rating: "评分", rating: "评分",
owneridtype: "负责人 ID 类型", ownertype: "负责人 ID 类型",
publishon: "发布日期", publishon: "发布日期",
knowledgearticleviews: "知识文章视图", knowledgearticleviews: "知识文章视图",
rating_date: "评分(上次更新时间)", rating_date: "评分(上次更新时间)",
......
...@@ -35,7 +35,7 @@ export default { ...@@ -35,7 +35,7 @@ export default {
processid: "进程 ID", processid: "进程 ID",
majorversionnumber: "主要版本号", majorversionnumber: "主要版本号",
rating: "评分", rating: "评分",
owneridtype: "负责人 ID 类型", ownertype: "负责人 ID 类型",
publishon: "发布日期", publishon: "发布日期",
knowledgearticleviews: "知识文章视图", knowledgearticleviews: "知识文章视图",
rating_date: "评分(上次更新时间)", rating_date: "评分(上次更新时间)",
......
...@@ -33,7 +33,7 @@ export default { ...@@ -33,7 +33,7 @@ export default {
companyname: "公司名称", companyname: "公司名称",
versionnumber: "Version Number", versionnumber: "Version Number",
qualificationcomments: "资格注释", qualificationcomments: "资格注释",
owneridtype: "负责人类型", ownertype: "负责人类型",
contactname: "联系人", contactname: "联系人",
address2_name: "地址 2: 名称", address2_name: "地址 2: 名称",
emailaddress1: "电子邮件", emailaddress1: "电子邮件",
...@@ -84,7 +84,7 @@ export default { ...@@ -84,7 +84,7 @@ export default {
address2_city: "地址 2: 市/县", address2_city: "地址 2: 市/县",
telephone1: "商务电话", telephone1: "商务电话",
ibizprivate: "是否私有", ibizprivate: "是否私有",
customeridtype: "客户类型", customertype: "客户类型",
mobilephone: "移动电话", mobilephone: "移动电话",
need: "需求", need: "需求",
prioritycode: "优先级", prioritycode: "优先级",
......
...@@ -32,7 +32,7 @@ export default { ...@@ -32,7 +32,7 @@ export default {
companyname: "公司名称", companyname: "公司名称",
versionnumber: "Version Number", versionnumber: "Version Number",
qualificationcomments: "资格注释", qualificationcomments: "资格注释",
owneridtype: "负责人类型", ownertype: "负责人类型",
contactname: "联系人", contactname: "联系人",
address2_name: "地址 2: 名称", address2_name: "地址 2: 名称",
emailaddress1: "电子邮件", emailaddress1: "电子邮件",
...@@ -83,7 +83,7 @@ export default { ...@@ -83,7 +83,7 @@ export default {
address2_city: "地址 2: 市/县", address2_city: "地址 2: 市/县",
telephone1: "商务电话", telephone1: "商务电话",
ibizprivate: "是否私有", ibizprivate: "是否私有",
customeridtype: "客户类型", customertype: "客户类型",
mobilephone: "移动电话", mobilephone: "移动电话",
need: "需求", need: "需求",
prioritycode: "优先级", prioritycode: "优先级",
......
...@@ -9,7 +9,7 @@ export default { ...@@ -9,7 +9,7 @@ export default {
versionnumber: "版本号", versionnumber: "版本号",
cc: "抄送", cc: "抄送",
timezoneruleversionnumber: "时区规则版本号", timezoneruleversionnumber: "时区规则版本号",
owneridtype: "负责人类型", ownertype: "负责人类型",
updatedate: "更新时间", updatedate: "更新时间",
regardingobjectid: "关于", regardingobjectid: "关于",
subscriptionid: "预订", subscriptionid: "预订",
......
...@@ -8,7 +8,7 @@ export default { ...@@ -8,7 +8,7 @@ export default {
versionnumber: "版本号", versionnumber: "版本号",
cc: "抄送", cc: "抄送",
timezoneruleversionnumber: "时区规则版本号", timezoneruleversionnumber: "时区规则版本号",
owneridtype: "负责人类型", ownertype: "负责人类型",
updatedate: "更新时间", updatedate: "更新时间",
regardingobjectid: "关于", regardingobjectid: "关于",
subscriptionid: "预订", subscriptionid: "预订",
......
...@@ -19,7 +19,7 @@ export default { ...@@ -19,7 +19,7 @@ export default {
manualdiscountamount_base: "零售折扣金额 (Base)", manualdiscountamount_base: "零售折扣金额 (Base)",
sequencenumber: "序号", sequencenumber: "序号",
productdescription: "目录外产品", productdescription: "目录外产品",
owneridtype: "负责人类型", ownertype: "负责人类型",
productoverridden: "选择产品", productoverridden: "选择产品",
productname: "Product Name", productname: "Product Name",
exchangerate: "汇率", exchangerate: "汇率",
......
...@@ -18,7 +18,7 @@ export default { ...@@ -18,7 +18,7 @@ export default {
manualdiscountamount_base: "零售折扣金额 (Base)", manualdiscountamount_base: "零售折扣金额 (Base)",
sequencenumber: "序号", sequencenumber: "序号",
productdescription: "目录外产品", productdescription: "目录外产品",
owneridtype: "负责人类型", ownertype: "负责人类型",
productoverridden: "选择产品", productoverridden: "选择产品",
productname: "Product Name", productname: "Product Name",
exchangerate: "汇率", exchangerate: "汇率",
......
...@@ -84,7 +84,7 @@ export default { ...@@ -84,7 +84,7 @@ export default {
customerpainpoints: "客户难点", customerpainpoints: "客户难点",
totaldiscountamount: "折扣金额总和", totaldiscountamount: "折扣金额总和",
opportunityname: "商机名称", opportunityname: "商机名称",
owneridtype: "负责人类型", ownertype: "负责人类型",
identifycustomercontacts: "识别客户联系人", identifycustomercontacts: "识别客户联系人",
timeline: "日程表", timeline: "日程表",
lastonholdtime: "上一暂候时间", lastonholdtime: "上一暂候时间",
...@@ -95,7 +95,7 @@ export default { ...@@ -95,7 +95,7 @@ export default {
purchasetimeframe: "购买时间范围", purchasetimeframe: "购买时间范围",
createman: "建立人", createman: "建立人",
quotecomments: "报价单注释", quotecomments: "报价单注释",
customeridtype: "潜在客户类型", customertype: "潜在客户类型",
overriddencreatedon: "Record Created On", overriddencreatedon: "Record Created On",
ownerid: "负责人", ownerid: "负责人",
slaname: "SLA", slaname: "SLA",
......
...@@ -83,7 +83,7 @@ export default { ...@@ -83,7 +83,7 @@ export default {
customerpainpoints: "客户难点", customerpainpoints: "客户难点",
totaldiscountamount: "折扣金额总和", totaldiscountamount: "折扣金额总和",
opportunityname: "商机名称", opportunityname: "商机名称",
owneridtype: "负责人类型", ownertype: "负责人类型",
identifycustomercontacts: "识别客户联系人", identifycustomercontacts: "识别客户联系人",
timeline: "日程表", timeline: "日程表",
lastonholdtime: "上一暂候时间", lastonholdtime: "上一暂候时间",
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
purchasetimeframe: "购买时间范围", purchasetimeframe: "购买时间范围",
createman: "建立人", createman: "建立人",
quotecomments: "报价单注释", quotecomments: "报价单注释",
customeridtype: "潜在客户类型", customertype: "潜在客户类型",
overriddencreatedon: "Record Created On", overriddencreatedon: "Record Created On",
ownerid: "负责人", ownerid: "负责人",
slaname: "SLA", slaname: "SLA",
......
...@@ -24,7 +24,7 @@ export default { ...@@ -24,7 +24,7 @@ export default {
leftvoicemail: "保留的语音邮件", leftvoicemail: "保留的语音邮件",
actualdurationminutes: "持续时间", actualdurationminutes: "持续时间",
regardingobjectname: "关于", regardingobjectname: "关于",
owneridtype: "负责人类型", ownertype: "负责人类型",
versionnumber: "版本号", versionnumber: "版本号",
processid: "流程", processid: "流程",
subcategory: "子类别", subcategory: "子类别",
......
...@@ -23,7 +23,7 @@ export default { ...@@ -23,7 +23,7 @@ export default {
leftvoicemail: "保留的语音邮件", leftvoicemail: "保留的语音邮件",
actualdurationminutes: "持续时间", actualdurationminutes: "持续时间",
regardingobjectname: "关于", regardingobjectname: "关于",
owneridtype: "负责人类型", ownertype: "负责人类型",
versionnumber: "版本号", versionnumber: "版本号",
processid: "流程", processid: "流程",
subcategory: "子类别", subcategory: "子类别",
......
export default { export default {
fields: { fields: {
owneridtype: "负责人类型", ownertype: "负责人类型",
baseamount_base: "金额 (Base)", baseamount_base: "金额 (Base)",
shipto_fax: "送货地的传真号码", shipto_fax: "送货地的传真号码",
shipto_country: "送至国家/地区", shipto_country: "送至国家/地区",
......
export default { export default {
fields: { fields: {
owneridtype: "负责人类型", ownertype: "负责人类型",
baseamount_base: "金额 (Base)", baseamount_base: "金额 (Base)",
shipto_fax: "送货地的传真号码", shipto_fax: "送货地的传真号码",
shipto_country: "送至国家/地区", shipto_country: "送至国家/地区",
......
...@@ -32,7 +32,7 @@ export default { ...@@ -32,7 +32,7 @@ export default {
freightamount_base: "运费金额 (Base)", freightamount_base: "运费金额 (Base)",
shipto_line3: "送至街道 3", shipto_line3: "送至街道 3",
shippingmethodcode: "送货方式", shippingmethodcode: "送货方式",
customeridtype: "潜在客户类型", customertype: "潜在客户类型",
customerid: "潜在客户", customerid: "潜在客户",
effectiveto: "有效截止时间", effectiveto: "有效截止时间",
shipto_freighttermscode: "货运条款", shipto_freighttermscode: "货运条款",
...@@ -58,7 +58,7 @@ export default { ...@@ -58,7 +58,7 @@ export default {
createdate: "建立时间", createdate: "建立时间",
exchangerate: "汇率", exchangerate: "汇率",
ownername: "负责人", ownername: "负责人",
owneridtype: "负责人类型", ownertype: "负责人类型",
versionnumber: "Version Number", versionnumber: "Version Number",
shipto_country: "送至国家/地区", shipto_country: "送至国家/地区",
expireson: "到期时间", expireson: "到期时间",
......
...@@ -31,7 +31,7 @@ export default { ...@@ -31,7 +31,7 @@ export default {
freightamount_base: "运费金额 (Base)", freightamount_base: "运费金额 (Base)",
shipto_line3: "送至街道 3", shipto_line3: "送至街道 3",
shippingmethodcode: "送货方式", shippingmethodcode: "送货方式",
customeridtype: "潜在客户类型", customertype: "潜在客户类型",
customerid: "潜在客户", customerid: "潜在客户",
effectiveto: "有效截止时间", effectiveto: "有效截止时间",
shipto_freighttermscode: "货运条款", shipto_freighttermscode: "货运条款",
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
createdate: "建立时间", createdate: "建立时间",
exchangerate: "汇率", exchangerate: "汇率",
ownername: "负责人", ownername: "负责人",
owneridtype: "负责人类型", ownertype: "负责人类型",
versionnumber: "Version Number", versionnumber: "Version Number",
shipto_country: "送至国家/地区", shipto_country: "送至国家/地区",
expireson: "到期时间", expireson: "到期时间",
......
...@@ -7,7 +7,7 @@ export default { ...@@ -7,7 +7,7 @@ export default {
shipto_addressid: "送货地址 ID", shipto_addressid: "送货地址 ID",
salesrepname: "销售员", salesrepname: "销售员",
producttypecode: "产品类型", producttypecode: "产品类型",
owneridtype: "负责人类型", ownertype: "负责人类型",
productdescription: "目录外产品", productdescription: "目录外产品",
volumediscountamount: "批发折扣", volumediscountamount: "批发折扣",
salesorderdetailid: "订单产品", salesorderdetailid: "订单产品",
......
...@@ -6,7 +6,7 @@ export default { ...@@ -6,7 +6,7 @@ export default {
shipto_addressid: "送货地址 ID", shipto_addressid: "送货地址 ID",
salesrepname: "销售员", salesrepname: "销售员",
producttypecode: "产品类型", producttypecode: "产品类型",
owneridtype: "负责人类型", ownertype: "负责人类型",
productdescription: "目录外产品", productdescription: "目录外产品",
volumediscountamount: "批发折扣", volumediscountamount: "批发折扣",
salesorderdetailid: "订单产品", salesorderdetailid: "订单产品",
......
...@@ -72,7 +72,7 @@ export default { ...@@ -72,7 +72,7 @@ export default {
totallineitemamount: "明细金额总计", totallineitemamount: "明细金额总计",
lastonholdtime: "上一暂候时间", lastonholdtime: "上一暂候时间",
lastbackofficesubmit: "最近提交给 Back Office", lastbackofficesubmit: "最近提交给 Back Office",
customeridtype: "客户类型", customertype: "客户类型",
submitdate: "提交日期", submitdate: "提交日期",
billto_fax: "帐单寄往地的传真号码", billto_fax: "帐单寄往地的传真号码",
shipto_postalcode: "送货地的邮政编码", shipto_postalcode: "送货地的邮政编码",
...@@ -87,7 +87,7 @@ export default { ...@@ -87,7 +87,7 @@ export default {
billto_stateorprovince: "帐单寄往省/市/自治区", billto_stateorprovince: "帐单寄往省/市/自治区",
shipto_name: "送货地的名称", shipto_name: "送货地的名称",
salesordername: "销售订单名称", salesordername: "销售订单名称",
owneridtype: "负责人类型", ownertype: "负责人类型",
shippingmethodcode: "送货方式", shippingmethodcode: "送货方式",
pricelocked: "已锁定的价格", pricelocked: "已锁定的价格",
description: "说明", description: "说明",
......
...@@ -71,7 +71,7 @@ export default { ...@@ -71,7 +71,7 @@ export default {
totallineitemamount: "明细金额总计", totallineitemamount: "明细金额总计",
lastonholdtime: "上一暂候时间", lastonholdtime: "上一暂候时间",
lastbackofficesubmit: "最近提交给 Back Office", lastbackofficesubmit: "最近提交给 Back Office",
customeridtype: "客户类型", customertype: "客户类型",
submitdate: "提交日期", submitdate: "提交日期",
billto_fax: "帐单寄往地的传真号码", billto_fax: "帐单寄往地的传真号码",
shipto_postalcode: "送货地的邮政编码", shipto_postalcode: "送货地的邮政编码",
...@@ -86,7 +86,7 @@ export default { ...@@ -86,7 +86,7 @@ export default {
billto_stateorprovince: "帐单寄往省/市/自治区", billto_stateorprovince: "帐单寄往省/市/自治区",
shipto_name: "送货地的名称", shipto_name: "送货地的名称",
salesordername: "销售订单名称", salesordername: "销售订单名称",
owneridtype: "负责人类型", ownertype: "负责人类型",
shippingmethodcode: "送货方式", shippingmethodcode: "送货方式",
pricelocked: "已锁定的价格", pricelocked: "已锁定的价格",
description: "说明", description: "说明",
......
...@@ -54,7 +54,7 @@ export default { ...@@ -54,7 +54,7 @@ export default {
from: "From", from: "From",
subcategory: "子类别", subcategory: "子类别",
timezoneruleversionnumber: "时区规则版本号", timezoneruleversionnumber: "时区规则版本号",
owneridtype: "负责人类型", ownertype: "负责人类型",
community: "社交渠道", community: "社交渠道",
description: "说明", description: "说明",
optionalattendees: "Optional Attendees", optionalattendees: "Optional Attendees",
......
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
from: "From", from: "From",
subcategory: "子类别", subcategory: "子类别",
timezoneruleversionnumber: "时区规则版本号", timezoneruleversionnumber: "时区规则版本号",
owneridtype: "负责人类型", ownertype: "负责人类型",
community: "社交渠道", community: "社交渠道",
description: "说明", description: "说明",
optionalattendees: "Optional Attendees", optionalattendees: "Optional Attendees",
......
...@@ -22,7 +22,7 @@ export default { ...@@ -22,7 +22,7 @@ export default {
subject: "主题", subject: "主题",
updatedate: "更新时间", updatedate: "更新时间",
traversedpath: "遍历的路径", traversedpath: "遍历的路径",
owneridtype: "负责人类型", ownertype: "负责人类型",
regularactivity: "是定期活动", regularactivity: "是定期活动",
utcconversiontimezonecode: "UTC 转换时区代码", utcconversiontimezonecode: "UTC 转换时区代码",
crmtaskassigneduniqueid: "已分派任务的唯一 ID", crmtaskassigneduniqueid: "已分派任务的唯一 ID",
...@@ -73,7 +73,7 @@ export default { ...@@ -73,7 +73,7 @@ export default {
srfdeid: "", srfdeid: "",
srfsourcekey: "", srfsourcekey: "",
ownerid: "负责人", ownerid: "负责人",
owneridtype: "负责人类型", ownertype: "负责人类型",
ownername: "负责人", ownername: "负责人",
subject: "主题", subject: "主题",
description: "说明", description: "说明",
......
...@@ -21,7 +21,7 @@ export default { ...@@ -21,7 +21,7 @@ export default {
subject: "主题", subject: "主题",
updatedate: "更新时间", updatedate: "更新时间",
traversedpath: "遍历的路径", traversedpath: "遍历的路径",
owneridtype: "负责人类型", ownertype: "负责人类型",
regularactivity: "是定期活动", regularactivity: "是定期活动",
utcconversiontimezonecode: "UTC 转换时区代码", utcconversiontimezonecode: "UTC 转换时区代码",
crmtaskassigneduniqueid: "已分派任务的唯一 ID", crmtaskassigneduniqueid: "已分派任务的唯一 ID",
...@@ -72,7 +72,7 @@ export default { ...@@ -72,7 +72,7 @@ export default {
srfdeid: "", srfdeid: "",
srfsourcekey: "", srfsourcekey: "",
ownerid: "负责人", ownerid: "负责人",
owneridtype: "负责人类型", ownertype: "负责人类型",
ownername: "负责人", ownername: "负责人",
subject: "主题", subject: "主题",
description: "说明", description: "说明",
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册