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

xignzi006 发布系统代码

上级 a2695499
...@@ -296,6 +296,8 @@ export default { ...@@ -296,6 +296,8 @@ export default {
purchaseprocess: "采购程序", purchaseprocess: "采购程序",
decisionmaker: "决策者?", decisionmaker: "决策者?",
description: "说明", description: "说明",
fullname: "姓名",
companyname: "公司名称",
parentcontactid: "潜在顾客的上司", parentcontactid: "潜在顾客的上司",
parentaccountid: "潜在顾客的上级单位", parentaccountid: "潜在顾客的上级单位",
leadid: "潜在顾客", leadid: "潜在顾客",
......
...@@ -295,6 +295,8 @@ export default { ...@@ -295,6 +295,8 @@ export default {
purchaseprocess: "采购程序", purchaseprocess: "采购程序",
decisionmaker: "决策者?", decisionmaker: "决策者?",
description: "说明", description: "说明",
fullname: "姓名",
companyname: "公司名称",
parentcontactid: "潜在顾客的上司", parentcontactid: "潜在顾客的上司",
parentaccountid: "潜在顾客的上级单位", parentaccountid: "潜在顾客的上级单位",
leadid: "潜在顾客", leadid: "潜在顾客",
......
...@@ -62,6 +62,8 @@ export class QualificationEditFormBase extends EditFormControlBase { ...@@ -62,6 +62,8 @@ export class QualificationEditFormBase extends EditFormControlBase {
purchaseprocess: null, purchaseprocess: null,
decisionmaker: null, decisionmaker: null,
description: null, description: null,
fullname: null,
companyname: null,
parentcontactid: null, parentcontactid: null,
parentaccountid: null, parentaccountid: null,
leadid: null, leadid: null,
...@@ -118,6 +120,10 @@ export class QualificationEditFormBase extends EditFormControlBase { ...@@ -118,6 +120,10 @@ export class QualificationEditFormBase extends EditFormControlBase {
description: new FormItemModel({ caption: '说明', detailType: 'FORMITEM', name: 'description', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }), description: new FormItemModel({ caption: '说明', detailType: 'FORMITEM', name: 'description', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }),
fullname: new FormItemModel({ caption: '姓名', detailType: 'FORMITEM', name: 'fullname', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }),
companyname: new FormItemModel({ caption: '公司名称', detailType: 'FORMITEM', name: 'companyname', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }),
parentcontactid: new FormItemModel({ caption: '潜在顾客的上司', detailType: 'FORMITEM', name: 'parentcontactid', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }), parentcontactid: new FormItemModel({ caption: '潜在顾客的上司', detailType: 'FORMITEM', name: 'parentcontactid', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }),
parentaccountid: new FormItemModel({ caption: '潜在顾客的上级单位', detailType: 'FORMITEM', name: 'parentaccountid', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }), parentaccountid: new FormItemModel({ caption: '潜在顾客的上级单位', detailType: 'FORMITEM', name: 'parentaccountid', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }),
......
...@@ -90,6 +90,16 @@ export default class QualificationModel { ...@@ -90,6 +90,16 @@ export default class QualificationModel {
prop: 'description', prop: 'description',
dataType: 'TEXT', dataType: 'TEXT',
}, },
{
name: 'fullname',
prop: 'fullname',
dataType: 'TEXT',
},
{
name: 'companyname',
prop: 'companyname',
dataType: 'TEXT',
},
{ {
name: 'parentcontactid', name: 'parentcontactid',
prop: 'parentcontactid', prop: 'parentcontactid',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册