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

xignzi006 发布系统代码

上级 ee0606f8
......@@ -441,13 +441,13 @@ export default {
srfuf: "",
srfdeid: "",
srfsourcekey: "",
accountid: "客户",
industrycode: "行业",
telephone1: "主要电话",
revenue: "年收入",
numberofemployees: "员工人数",
statuscode: "状态描述",
owneridyominame: "负责人",
accountid: "客户",
},
uiactions: {
account_edit_datapanel: "头部信息编辑",
......
......@@ -440,13 +440,13 @@ export default {
srfuf: "",
srfdeid: "",
srfsourcekey: "",
accountid: "客户",
industrycode: "行业",
telephone1: "主要电话",
revenue: "年收入",
numberofemployees: "员工人数",
statuscode: "状态描述",
owneridyominame: "负责人",
accountid: "客户",
},
uiactions: {
account_edit_datapanel: "头部信息编辑",
......
......@@ -93,13 +93,13 @@ export class Info_DataPanelEditFormBase extends EditFormControlBase {
srfuf: null,
srfdeid: null,
srfsourcekey: null,
accountid: null,
industrycode: null,
telephone1: null,
revenue: null,
numberofemployees: null,
statuscode: null,
owneridyominame: null,
accountid: null,
account:null,
};
......@@ -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 }),
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 }),
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 {
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 {
{
name: 'srfsourcekey',
},
{
name: 'accountid',
prop: 'accountid',
dataType: 'GUID',
},
{
name: 'industrycode',
prop: 'industrycode',
......@@ -85,11 +90,6 @@ export default class Info_DataPanelModel {
prop: 'owneridyominame',
dataType: 'TEXT',
},
{
name: 'accountid',
prop: 'accountid',
dataType: 'GUID',
},
{
name: 'account',
prop: 'accountid',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册