Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
iBiz企业中心
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz企业套件
iBiz企业中心
提交
9963edf3
提交
9963edf3
编写于
6月 16, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
xignzi006 发布系统代码
上级
b5cd7e83
变更
8
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
2368 行增加
和
3 行删除
+2368
-3
account_en_US.ts
...ntral/src/locale/lanres/entities/account/account_en_US.ts
+1
-1
account_zh_CN.ts
...ntral/src/locale/lanres/entities/account/account_zh_CN.ts
+1
-1
account-account.vue
...entral/src/pages/base/account-account/account-account.vue
+1
-1
accountinfo-form-base.vue
...idgets/account/accountinfo-form/accountinfo-form-base.vue
+1840
-0
accountinfo-form-model.ts
...idgets/account/accountinfo-form/accountinfo-form-model.ts
+121
-0
accountinfo-form-service.ts
...gets/account/accountinfo-form/accountinfo-form-service.ts
+386
-0
accountinfo-form.less
...rc/widgets/account/accountinfo-form/accountinfo-form.less
+4
-0
accountinfo-form.vue
...src/widgets/account/accountinfo-form/accountinfo-form.vue
+14
-0
未找到文件。
app_BusinessCentral/src/locale/lanres/entities/account/account_en_US.ts
浏览文件 @
9963edf3
...
...
@@ -214,7 +214,7 @@ export default {
title
:
'account编辑视图'
,
},
},
account_form
:
{
account
info
_form
:
{
details
:
{
group1
:
"客户基本信息"
,
formpage1
:
"基本信息"
,
...
...
app_BusinessCentral/src/locale/lanres/entities/account/account_zh_CN.ts
浏览文件 @
9963edf3
...
...
@@ -213,7 +213,7 @@ export default {
title
:
'account编辑视图'
,
},
},
account_form
:
{
account
info
_form
:
{
details
:
{
group1
:
'客户基本信息'
,
formpage1
:
'基本信息'
,
...
...
app_BusinessCentral/src/pages/base/account-account/account-account.vue
浏览文件 @
9963edf3
...
...
@@ -2,7 +2,7 @@
import
{
Component
}
from
'vue-property-decorator'
;
import
AccountAccountBase
from
'./account-account-base.vue'
;
import
view_form
from
'@widgets/account/account
-form/account
-form.vue'
;
import
view_form
from
'@widgets/account/account
info-form/accountinfo
-form.vue'
;
@
Component
({
components
:
{
view_form
,
...
...
app_BusinessCentral/src/widgets/account/accountinfo-form/accountinfo-form-base.vue
0 → 100644
浏览文件 @
9963edf3
此差异已折叠。
点击以展开。
app_BusinessCentral/src/widgets/account/accountinfo-form/accountinfo-form-model.ts
0 → 100644
浏览文件 @
9963edf3
/**
* Accountinfo 部件模型
*
* @export
* @class AccountinfoModel
*/
export
default
class
AccountinfoModel
{
/**
* 获取数据项集合
*
* @returns {any[]}
* @memberof AccountinfoModel
*/
public
getDataItems
():
any
[]
{
return
[
{
name
:
'srfwfmemo'
,
prop
:
'srfwfmemo'
,
dataType
:
'TEXT'
,
},
// 前端新增修改标识,新增为"0",修改为"1"或未设值
{
name
:
'srffrontuf'
,
prop
:
'srffrontuf'
,
dataType
:
'TEXT'
,
},
{
name
:
'srfupdatedate'
,
prop
:
'updatedate'
,
dataType
:
'DATETIME'
,
},
{
name
:
'srforikey'
,
},
{
name
:
'srfkey'
,
prop
:
'accountid'
,
dataType
:
'GUID'
,
},
{
name
:
'srfmajortext'
,
prop
:
'accountname'
,
dataType
:
'TEXT'
,
},
{
name
:
'srftempmode'
,
},
{
name
:
'srfuf'
,
},
{
name
:
'srfdeid'
,
},
{
name
:
'srfsourcekey'
,
},
{
name
:
'accountname'
,
prop
:
'accountname'
,
dataType
:
'TEXT'
,
},
{
name
:
'telephone1'
,
prop
:
'telephone1'
,
dataType
:
'TEXT'
,
},
{
name
:
'fax'
,
prop
:
'fax'
,
dataType
:
'TEXT'
,
},
{
name
:
'websiteurl'
,
prop
:
'websiteurl'
,
dataType
:
'TEXT'
,
},
{
name
:
'parentaccountname'
,
prop
:
'parentaccountname'
,
dataType
:
'PICKUPTEXT'
,
},
{
name
:
'tickersymbol'
,
prop
:
'tickersymbol'
,
dataType
:
'TEXT'
,
},
{
name
:
'customertypecode'
,
prop
:
'customertypecode'
,
dataType
:
'SSCODELIST'
,
},
{
name
:
'defaultpricelevelname'
,
prop
:
'defaultpricelevelname'
,
dataType
:
'PICKUPTEXT'
,
},
{
name
:
'defaultpricelevelid'
,
prop
:
'defaultpricelevelid'
,
dataType
:
'PICKUP'
,
},
{
name
:
'parentaccountid'
,
prop
:
'parentaccountid'
,
dataType
:
'PICKUP'
,
},
{
name
:
'accountid'
,
prop
:
'accountid'
,
dataType
:
'GUID'
,
},
{
name
:
'account'
,
prop
:
'accountid'
,
dataType
:
'FONTKEY'
,
},
]
}
}
\ No newline at end of file
app_BusinessCentral/src/widgets/account/accountinfo-form/accountinfo-form-service.ts
0 → 100644
浏览文件 @
9963edf3
此差异已折叠。
点击以展开。
app_BusinessCentral/src/widgets/account/accountinfo-form/accountinfo-form.less
0 → 100644
浏览文件 @
9963edf3
.form {
--form: 0px;
}
// this is less
app_BusinessCentral/src/widgets/account/accountinfo-form/accountinfo-form.vue
0 → 100644
浏览文件 @
9963edf3
<
script
lang=
'tsx'
>
import
{
Component
}
from
'vue-property-decorator'
;
import
AccountinfoBase
from
'./accountinfo-form-base.vue'
;
@
Component
({
components
:
{
}
})
export
default
class
Accountinfo
extends
AccountinfoBase
{
}
</
script
>
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录