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

xignzi006 发布系统代码

上级 ee0606f8
...@@ -441,13 +441,13 @@ export default { ...@@ -441,13 +441,13 @@ export default {
srfuf: "", srfuf: "",
srfdeid: "", srfdeid: "",
srfsourcekey: "", srfsourcekey: "",
accountid: "客户",
industrycode: "行业", industrycode: "行业",
telephone1: "主要电话", telephone1: "主要电话",
revenue: "年收入", revenue: "年收入",
numberofemployees: "员工人数", numberofemployees: "员工人数",
statuscode: "状态描述", statuscode: "状态描述",
owneridyominame: "负责人", owneridyominame: "负责人",
accountid: "客户",
}, },
uiactions: { uiactions: {
account_edit_datapanel: "头部信息编辑", account_edit_datapanel: "头部信息编辑",
......
...@@ -440,13 +440,13 @@ export default { ...@@ -440,13 +440,13 @@ export default {
srfuf: "", srfuf: "",
srfdeid: "", srfdeid: "",
srfsourcekey: "", srfsourcekey: "",
accountid: "客户",
industrycode: "行业", industrycode: "行业",
telephone1: "主要电话", telephone1: "主要电话",
revenue: "年收入", revenue: "年收入",
numberofemployees: "员工人数", numberofemployees: "员工人数",
statuscode: "状态描述", statuscode: "状态描述",
owneridyominame: "负责人", owneridyominame: "负责人",
accountid: "客户",
}, },
uiactions: { uiactions: {
account_edit_datapanel: "头部信息编辑", account_edit_datapanel: "头部信息编辑",
......
...@@ -93,13 +93,13 @@ export class Info_DataPanelEditFormBase extends EditFormControlBase { ...@@ -93,13 +93,13 @@ export class Info_DataPanelEditFormBase extends EditFormControlBase {
srfuf: null, srfuf: null,
srfdeid: null, srfdeid: null,
srfsourcekey: null, srfsourcekey: null,
accountid: null,
industrycode: null, industrycode: null,
telephone1: null, telephone1: null,
revenue: null, revenue: null,
numberofemployees: null, numberofemployees: null,
statuscode: null, statuscode: null,
owneridyominame: null, owneridyominame: null,
accountid: null,
account:null, account:null,
}; };
...@@ -143,6 +143,8 @@ export class Info_DataPanelEditFormBase extends EditFormControlBase { ...@@ -143,6 +143,8 @@ export class Info_DataPanelEditFormBase extends EditFormControlBase {
srfsourcekey: new FormItemModel({ caption: '', detailType: 'FORMITEM', name: 'srfsourcekey', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }), srfsourcekey: new FormItemModel({ caption: '', detailType: 'FORMITEM', name: 'srfsourcekey', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }),
accountid: new FormItemModel({ caption: '客户', detailType: 'FORMITEM', name: 'accountid', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }),
industrycode: new FormItemModel({ caption: '行业', detailType: 'FORMITEM', name: 'industrycode', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }), industrycode: new FormItemModel({ caption: '行业', detailType: 'FORMITEM', name: 'industrycode', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }),
telephone1: new FormItemModel({ caption: '主要电话', detailType: 'FORMITEM', name: 'telephone1', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }), telephone1: new FormItemModel({ caption: '主要电话', detailType: 'FORMITEM', name: 'telephone1', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }),
...@@ -155,8 +157,6 @@ export class Info_DataPanelEditFormBase extends EditFormControlBase { ...@@ -155,8 +157,6 @@ export class Info_DataPanelEditFormBase extends EditFormControlBase {
owneridyominame: new FormItemModel({ caption: '负责人', detailType: 'FORMITEM', name: 'owneridyominame', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }), owneridyominame: new FormItemModel({ caption: '负责人', detailType: 'FORMITEM', name: 'owneridyominame', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }),
accountid: new FormItemModel({ caption: '客户', detailType: 'FORMITEM', name: 'accountid', visible: true, isShowCaption: true, form: this, disabled: false, enableCond: 3 }),
}; };
/** /**
......
...@@ -55,6 +55,11 @@ export default class Info_DataPanelModel { ...@@ -55,6 +55,11 @@ export default class Info_DataPanelModel {
{ {
name: 'srfsourcekey', name: 'srfsourcekey',
}, },
{
name: 'accountid',
prop: 'accountid',
dataType: 'GUID',
},
{ {
name: 'industrycode', name: 'industrycode',
prop: 'industrycode', prop: 'industrycode',
...@@ -85,11 +90,6 @@ export default class Info_DataPanelModel { ...@@ -85,11 +90,6 @@ export default class Info_DataPanelModel {
prop: 'owneridyominame', prop: 'owneridyominame',
dataType: 'TEXT', dataType: 'TEXT',
}, },
{
name: 'accountid',
prop: 'accountid',
dataType: 'GUID',
},
{ {
name: 'account', name: 'account',
prop: 'accountid', prop: 'accountid',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册