Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
67958310
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1195
Star
154
Fork
127
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
67958310
编写于
3月 11, 2023
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
CRM统计整改完成
上级
1ed0ee11
变更
13
隐藏空白更改
内联
并排
Showing
13 changed file
with
29 addition
and
31 deletion
+29
-31
crm/src/main/resources/template/js/crmPage/crmContractNewInsert.js
...ain/resources/template/js/crmPage/crmContractNewInsert.js
+1
-1
crm/src/main/resources/template/js/crmPage/crmCustomDocumentaryByType.js
...sources/template/js/crmPage/crmCustomDocumentaryByType.js
+1
-1
crm/src/main/resources/template/js/crmPage/crmCustomerByOther.js
.../main/resources/template/js/crmPage/crmCustomerByOther.js
+1
-1
crm/src/main/resources/template/js/crmPage/crmDocumentaryNewInsert.js
.../resources/template/js/crmPage/crmDocumentaryNewInsert.js
+1
-1
crm/src/main/resources/template/js/crmPage/crmNewCustomAndContactNum.js
...esources/template/js/crmPage/crmNewCustomAndContactNum.js
+1
-1
crm/src/main/resources/template/js/customerManage/customerChoose.js
...in/resources/template/js/customerManage/customerChoose.js
+12
-20
crm/src/main/resources/template/js/customerManage/customerInternationalList.js
...s/template/js/customerManage/customerInternationalList.js
+11
-5
crm/src/main/resources/template/tpl/crmPage/crmContractNewInsert.html
.../resources/template/tpl/crmPage/crmContractNewInsert.html
+0
-0
crm/src/main/resources/template/tpl/crmPage/crmCustomDocumentaryByType.html
...rces/template/tpl/crmPage/crmCustomDocumentaryByType.html
+0
-0
crm/src/main/resources/template/tpl/crmPage/crmCustomerByOther.html
...in/resources/template/tpl/crmPage/crmCustomerByOther.html
+0
-0
crm/src/main/resources/template/tpl/crmPage/crmDocumentaryNewInsert.html
...sources/template/tpl/crmPage/crmDocumentaryNewInsert.html
+0
-0
crm/src/main/resources/template/tpl/crmPage/crmNewCustomAndContactNum.html
...urces/template/tpl/crmPage/crmNewCustomAndContactNum.html
+0
-0
seal-service/src/main/resources/template/js/sealseservice/sealseservicedetails.js
...sources/template/js/sealseservice/sealseservicedetails.js
+1
-1
未找到文件。
gateway
/src/main/resources/template/js/crmPage/crmContractNewInsert.js
→
crm
/src/main/resources/template/js/crmPage/crmContractNewInsert.js
浏览文件 @
67958310
...
...
@@ -28,7 +28,7 @@ layui.config({
initContractNewInsert
(
year
);
// 获取合同在指定年度的月新增量
function
initContractNewInsert
(
year
){
AjaxPostUtil
.
request
({
url
:
req
BasePath
+
"
crmpage004
"
,
params
:
{
year
:
year
},
type
:
'
json
'
,
callback
:
function
(
json
)
{
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
crm
BasePath
+
"
crmpage004
"
,
params
:
{
year
:
year
},
type
:
'
json
'
,
callback
:
function
(
json
)
{
renderCharts1
(
json
.
rows
);
matchingLanguage
();
}});
...
...
gateway
/src/main/resources/template/js/crmPage/crmCustomDocumentaryByType.js
→
crm
/src/main/resources/template/js/crmPage/crmCustomDocumentaryByType.js
浏览文件 @
67958310
...
...
@@ -32,7 +32,7 @@ layui.config({
year
:
year
,
crmDocumentaryType
:
sysDictData
[
"
crmDocumentaryType
"
][
"
key
"
]
};
AjaxPostUtil
.
request
({
url
:
req
BasePath
+
"
crmpage003
"
,
params
:
params
,
type
:
'
json
'
,
callback
:
function
(
json
)
{
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
crm
BasePath
+
"
crmpage003
"
,
params
:
params
,
type
:
'
json
'
,
callback
:
function
(
json
)
{
renderCharts1
(
json
.
rows
);
matchingLanguage
();
}});
...
...
gateway
/src/main/resources/template/js/crmPage/crmCustomerByOther.js
→
crm
/src/main/resources/template/js/crmPage/crmCustomerByOther.js
浏览文件 @
67958310
...
...
@@ -19,7 +19,7 @@ layui.config({
crmCustomerIndustry
:
sysDictData
[
"
crmCustomerIndustry
"
][
"
key
"
],
crmCustomerGroup
:
sysDictData
[
"
crmCustomerGroup
"
][
"
key
"
],
};
AjaxPostUtil
.
request
({
url
:
req
BasePath
+
"
crmpage002
"
,
params
:
params
,
type
:
'
json
'
,
method
:
"
POST
"
,
callback
:
function
(
json
)
{
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
crm
BasePath
+
"
crmpage002
"
,
params
:
params
,
type
:
'
json
'
,
method
:
"
POST
"
,
callback
:
function
(
json
)
{
renderCharts
(
json
.
bean
);
matchingLanguage
();
}});
...
...
gateway
/src/main/resources/template/js/crmPage/crmDocumentaryNewInsert.js
→
crm
/src/main/resources/template/js/crmPage/crmDocumentaryNewInsert.js
浏览文件 @
67958310
...
...
@@ -28,7 +28,7 @@ layui.config({
initContractNewInsert
(
year
);
// 获取员工跟单在指定年度的月新增量
function
initContractNewInsert
(
year
){
AjaxPostUtil
.
request
({
url
:
req
BasePath
+
"
crmpage005
"
,
params
:
{
year
:
year
},
type
:
'
json
'
,
callback
:
function
(
json
)
{
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
crm
BasePath
+
"
crmpage005
"
,
params
:
{
year
:
year
},
type
:
'
json
'
,
callback
:
function
(
json
)
{
renderCharts1
(
json
.
rows
);
matchingLanguage
();
}});
...
...
gateway
/src/main/resources/template/js/crmPage/crmNewCustomAndContactNum.js
→
crm
/src/main/resources/template/js/crmPage/crmNewCustomAndContactNum.js
浏览文件 @
67958310
...
...
@@ -28,7 +28,7 @@ layui.config({
initNewInsertNumByYear
(
year
);
// 获取指定年度的客户新增量,联系人新增量
function
initNewInsertNumByYear
(
year
){
AjaxPostUtil
.
request
({
url
:
req
BasePath
+
"
crmpage001
"
,
params
:
{
year
:
year
},
type
:
'
json
'
,
callback
:
function
(
json
)
{
AjaxPostUtil
.
request
({
url
:
sysMainMation
.
crm
BasePath
+
"
crmpage001
"
,
params
:
{
year
:
year
},
type
:
'
json
'
,
callback
:
function
(
json
)
{
renderCharts1
(
json
.
rows
);
matchingLanguage
();
}});
...
...
crm/src/main/resources/template/js/customerManage/customerChoose.js
浏览文件 @
67958310
...
...
@@ -20,7 +20,7 @@ layui.config({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
url
:
flowable
BasePath
+
'
customer001
'
,
url
:
sysMainMation
.
crm
BasePath
+
'
customer001
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
...
...
@@ -32,9 +32,15 @@ layui.config({
{
field
:
'
name
'
,
title
:
'
客户名称
'
,
align
:
'
left
'
,
width
:
200
,
templet
:
function
(
d
)
{
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
name
+
'
</a>
'
;
}},
{
field
:
'
typeName
'
,
title
:
'
客户分类
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
fromName
'
,
title
:
'
客户来源
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
industryName
'
,
title
:
'
所属行业
'
,
align
:
'
left
'
,
width
:
180
}
{
field
:
'
typeId
'
,
title
:
'
客户分类
'
,
align
:
'
left
'
,
width
:
120
,
templet
:
function
(
d
)
{
return
sysDictDataUtil
.
getDictDataNameByCodeAndKey
(
"
CRM_CUSTOMER_TYPE
"
,
d
.
typeId
);
}},
{
field
:
'
fromId
'
,
title
:
'
客户来源
'
,
align
:
'
left
'
,
width
:
120
,
templet
:
function
(
d
)
{
return
sysDictDataUtil
.
getDictDataNameByCodeAndKey
(
"
CRM_CUSTOMER_FROM
"
,
d
.
fromId
);
}},
{
field
:
'
industryId
'
,
title
:
'
所属行业
'
,
align
:
'
left
'
,
width
:
180
,
templet
:
function
(
d
)
{
return
sysDictDataUtil
.
getDictDataNameByCodeAndKey
(
"
CRM_CUSTOMER_INDUSTRY
"
,
d
.
industryId
);
}},
]],
done
:
function
(
res
,
curr
,
count
){
matchingLanguage
();
...
...
@@ -43,22 +49,8 @@ layui.config({
dubClick
.
find
(
"
input[type='radio']
"
).
prop
(
"
checked
"
,
true
);
form
.
render
();
var
id
=
JSON
.
stringify
(
dubClick
.
data
(
'
index
'
));
var
obj
=
res
.
rows
[
id
];
var
customerMation
=
{
id
:
obj
.
id
,
customName
:
obj
.
name
,
contacts
:
obj
.
contacts
,
mobilePhone
:
obj
.
mobilePhone
,
email
:
obj
.
email
,
qq
:
obj
.
qq
,
city
:
obj
.
city
,
detailAddress
:
obj
.
detailAddress
,
workPhone
:
obj
.
workPhone
,
industryName
:
obj
.
industryName
,
department
:
obj
.
department
,
job
:
obj
.
job
}
parent
.
customerMation
=
customerMation
;
parent
.
customerMation
=
res
.
rows
[
id
];
parent
.
sysCustomerUtil
.
customerMation
=
customerMation
;
parent
.
layer
.
close
(
index
);
parent
.
refreshCode
=
'
0
'
;
...
...
crm/src/main/resources/template/js/customerManage/customerInternationalList.js
浏览文件 @
67958310
...
...
@@ -16,7 +16,7 @@ layui.config({
id
:
'
messageTable
'
,
elem
:
'
#messageTable
'
,
method
:
'
post
'
,
url
:
flowable
BasePath
+
'
customer012
'
,
url
:
sysMainMation
.
crm
BasePath
+
'
customer012
'
,
where
:
getTableParams
(),
even
:
true
,
page
:
true
,
...
...
@@ -27,9 +27,15 @@ layui.config({
{
field
:
'
name
'
,
title
:
'
客户名称
'
,
align
:
'
left
'
,
width
:
300
,
templet
:
function
(
d
)
{
return
'
<a lay-event="details" class="notice-title-click">
'
+
d
.
name
+
'
</a>
'
;
}},
{
field
:
'
typeName
'
,
title
:
'
客户分类
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
fromName
'
,
title
:
'
客户来源
'
,
align
:
'
left
'
,
width
:
120
},
{
field
:
'
industryName
'
,
title
:
'
所属行业
'
,
align
:
'
left
'
,
width
:
180
},
{
field
:
'
typeId
'
,
title
:
'
客户分类
'
,
align
:
'
left
'
,
width
:
120
,
templet
:
function
(
d
)
{
return
sysDictDataUtil
.
getDictDataNameByCodeAndKey
(
"
CRM_CUSTOMER_TYPE
"
,
d
.
typeId
);
}},
{
field
:
'
fromId
'
,
title
:
'
客户来源
'
,
align
:
'
left
'
,
width
:
120
,
templet
:
function
(
d
)
{
return
sysDictDataUtil
.
getDictDataNameByCodeAndKey
(
"
CRM_CUSTOMER_FROM
"
,
d
.
fromId
);
}},
{
field
:
'
industryId
'
,
title
:
'
所属行业
'
,
align
:
'
left
'
,
width
:
180
,
templet
:
function
(
d
)
{
return
sysDictDataUtil
.
getDictDataNameByCodeAndKey
(
"
CRM_CUSTOMER_INDUSTRY
"
,
d
.
industryId
);
}},
{
field
:
'
noDocumentaryDayNum
'
,
title
:
'
未跟单天数
'
,
align
:
'
left
'
,
width
:
100
},
{
field
:
'
createName
'
,
title
:
systemLanguage
[
"
com.skyeye.createName
"
][
languageType
],
align
:
'
left
'
,
width
:
120
},
{
field
:
'
createTime
'
,
title
:
systemLanguage
[
"
com.skyeye.createTime
"
][
languageType
],
align
:
'
center
'
,
width
:
100
},
...
...
@@ -58,7 +64,7 @@ layui.config({
// 详情
function
details
(
data
)
{
_openNewWindows
({
url
:
"
../../tpl/customerManage/customer
Details.html?objectId=
"
+
data
.
id
,
url
:
"
../../tpl/customerManage/customer
Manage.html?objectId=
"
+
data
.
id
+
"
&objectKey=
"
+
data
.
serviceClassName
,
title
:
systemLanguage
[
"
com.skyeye.detailsPageTitle
"
][
languageType
],
pageId
:
"
customerDetails
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
...
...
gateway
/src/main/resources/template/tpl/crmPage/crmContractNewInsert.html
→
crm
/src/main/resources/template/tpl/crmPage/crmContractNewInsert.html
浏览文件 @
67958310
文件已移动
gateway
/src/main/resources/template/tpl/crmPage/crmCustomDocumentaryByType.html
→
crm
/src/main/resources/template/tpl/crmPage/crmCustomDocumentaryByType.html
浏览文件 @
67958310
文件已移动
gateway
/src/main/resources/template/tpl/crmPage/crmCustomerByOther.html
→
crm
/src/main/resources/template/tpl/crmPage/crmCustomerByOther.html
浏览文件 @
67958310
文件已移动
gateway
/src/main/resources/template/tpl/crmPage/crmDocumentaryNewInsert.html
→
crm
/src/main/resources/template/tpl/crmPage/crmDocumentaryNewInsert.html
浏览文件 @
67958310
文件已移动
gateway
/src/main/resources/template/tpl/crmPage/crmNewCustomAndContactNum.html
→
crm
/src/main/resources/template/tpl/crmPage/crmNewCustomAndContactNum.html
浏览文件 @
67958310
文件已移动
seal-service/src/main/resources/template/js/sealseservice/sealseservicedetails.js
浏览文件 @
67958310
...
...
@@ -94,7 +94,7 @@ layui.config({
// 客户详情
$
(
"
body
"
).
on
(
"
click
"
,
"
.customerNameMation
"
,
function
()
{
_openNewWindows
({
url
:
"
../../tpl/customerManage/customer
Details
.html?objectId=
"
+
$
(
this
).
attr
(
"
rowid
"
),
url
:
"
../../tpl/customerManage/customer
Manage
.html?objectId=
"
+
$
(
this
).
attr
(
"
rowid
"
),
title
:
systemLanguage
[
"
com.skyeye.detailsPageTitle
"
][
languageType
],
pageId
:
"
customerDetails
"
,
area
:
[
'
90vw
'
,
'
90vh
'
],
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录