Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
iBiz企业中心
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz企业套件
iBiz企业中心
提交
07e3e901
提交
07e3e901
编写于
6月 19, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
xignzi006 发布系统代码
上级
e2b0152f
变更
8
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
58 行增加
和
224 行删除
+58
-224
account_en_US.ts
...ntral/src/locale/lanres/entities/account/account_en_US.ts
+0
-2
account_zh_CN.ts
...ntral/src/locale/lanres/entities/account/account_zh_CN.ts
+0
-2
state.ts
app_BusinessCentral/src/store/modules/view-action/state.ts
+0
-2
info-all-form-base.vue
.../src/widgets/account/info-all-form/info-all-form-base.vue
+57
-191
info-all-form-model.ts
.../src/widgets/account/info-all-form/info-all-form-model.ts
+0
-10
info-all-form-service.ts
...rc/widgets/account/info-all-form/info-all-form-service.ts
+0
-15
summary-dashboard-base.vue
...gets/account/summary-dashboard/summary-dashboard-base.vue
+0
-1
view-account-info-all-portlet-base.vue
...t-info-all-portlet/view-account-info-all-portlet-base.vue
+1
-1
未找到文件。
app_BusinessCentral/src/locale/lanres/entities/account/account_en_US.ts
浏览文件 @
07e3e901
...
...
@@ -334,8 +334,6 @@ export default {
donotphone
:
"不允许电话联络"
,
donotfax
:
"不允许使用传真"
,
donotpostalmail
:
"不允许使用邮件"
,
defaultpricelevelid
:
"价目表"
,
parentaccountid
:
"上级单位"
,
accountid
:
"客户"
,
},
uiactions
:
{
...
...
app_BusinessCentral/src/locale/lanres/entities/account/account_zh_CN.ts
浏览文件 @
07e3e901
...
...
@@ -333,8 +333,6 @@ export default {
donotphone
:
'不允许电话联络'
,
donotfax
:
'不允许使用传真'
,
donotpostalmail
:
'不允许使用邮件'
,
defaultpricelevelid
:
'价目表'
,
parentaccountid
:
'上级单位'
,
accountid
:
'客户'
,
},
uiactions
:
{
...
...
app_BusinessCentral/src/store/modules/view-action/state.ts
浏览文件 @
07e3e901
...
...
@@ -288,8 +288,6 @@ export const viewstate: any = {
viewaction
:
''
,
viewdatachange
:
false
,
refviews
:
[
'8b806fb12589b2fc17d1bb90f4b5422e'
,
'29bfcd628ab25e297248ff0524d12908'
,
'90cb61421b72cbc76f75360deffde218'
,
'688201ee5642d41628dbf4deba002d17'
,
],
...
...
app_BusinessCentral/src/widgets/account/info-all-form/info-all-form-base.vue
浏览文件 @
07e3e901
此差异已折叠。
点击以展开。
app_BusinessCentral/src/widgets/account/info-all-form/info-all-form-model.ts
浏览文件 @
07e3e901
...
...
@@ -200,16 +200,6 @@ export default class Info_AllModel {
prop
:
'donotpostalmail'
,
dataType
:
'YESNO'
,
},
{
name
:
'defaultpricelevelid'
,
prop
:
'defaultpricelevelid'
,
dataType
:
'PICKUP'
,
},
{
name
:
'parentaccountid'
,
prop
:
'parentaccountid'
,
dataType
:
'PICKUP'
,
},
{
name
:
'accountid'
,
prop
:
'accountid'
,
...
...
app_BusinessCentral/src/widgets/account/info-all-form/info-all-form-service.ts
浏览文件 @
07e3e901
...
...
@@ -2,7 +2,6 @@ import { Http,Util,Errorlog } from '@/utils';
import
ControlService
from
'@/widgets/control-service'
;
import
AccountService
from
'@/service/account/account-service'
;
import
Info_AllModel
from
'./info-all-form-model'
;
import
PriceLevelService
from
'@/service/price-level/price-level-service'
;
/**
...
...
@@ -42,14 +41,6 @@ export default class Info_AllService extends ControlService {
this
.
model
=
new
Info_AllModel
();
}
/**
* 价目表服务对象
*
* @type {PriceLevelService}
* @memberof Info_AllService
*/
public
pricelevelService
:
PriceLevelService
=
new
PriceLevelService
();
/**
* 处理数据
*
...
...
@@ -89,12 +80,6 @@ export default class Info_AllService extends ControlService {
*/
@
Errorlog
public
getItems
(
serviceName
:
string
,
interfaceName
:
string
,
context
:
any
=
{},
data
:
any
,
isloading
?:
boolean
):
Promise
<
any
[]
>
{
if
(
Object
.
is
(
serviceName
,
'AccountService'
)
&&
Object
.
is
(
interfaceName
,
'FetchDefault'
))
{
return
this
.
doItems
(
this
.
appEntityService
.
FetchDefault
(
JSON
.
parse
(
JSON
.
stringify
(
context
)),
data
,
isloading
),
'accountid'
,
'account'
);
}
if
(
Object
.
is
(
serviceName
,
'PriceLevelService'
)
&&
Object
.
is
(
interfaceName
,
'FetchDefault'
))
{
return
this
.
doItems
(
this
.
pricelevelService
.
FetchDefault
(
JSON
.
parse
(
JSON
.
stringify
(
context
)),
data
,
isloading
),
'pricelevelid'
,
'pricelevel'
);
}
return
Promise
.
reject
([])
}
...
...
app_BusinessCentral/src/widgets/account/summary-dashboard/summary-dashboard-base.vue
浏览文件 @
07e3e901
...
...
@@ -23,7 +23,6 @@
:viewState=
"viewState"
:viewparams=
"viewparams"
:context=
"context"
:height=
"300"
name=
"dashboard_sysportlet6"
ref=
'dashboard_sysportlet6'
@
closeview=
"closeView($event)"
>
...
...
app_BusinessCentral/src/widgets/account/view-account-info-all-portlet/view-account-info-all-portlet-base.vue
浏览文件 @
07e3e901
<
template
>
<div
class=
'portlet view-account-info-all '
:style=
"
{'height':
isAdaptiveSize ? 'calc(100% - 16px)' : (height > 0 ? height+'px' :'300px')
,}">
<div
class=
'portlet view-account-info-all '
:style=
"
{'height':
'auto'
,}">
<p
class=
'portlet-title'
>
<span>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录