Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
5f9656d2
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1439
Star
162
Fork
130
代码
文件
提交
分支
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看板
提交
5f9656d2
编写于
10月 12, 2022
作者:
W
weizhiqiang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
部分className的获取方式修改
上级
440b4b96
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
14 addition
and
7 deletion
+14
-7
admin-assistant/src/main/resources/template/js/assetManageUse/assetManageUseEdit.js
...esources/template/js/assetManageUse/assetManageUseEdit.js
+2
-1
crm/src/main/resources/template/js/crmOpportunity/crmOpportunityList.js
...esources/template/js/crmOpportunity/crmOpportunityList.js
+2
-1
crm/src/main/resources/template/js/crmOpportunity/crmopportunityadd.js
...resources/template/js/crmOpportunity/crmopportunityadd.js
+2
-1
crm/src/main/resources/template/js/crmOpportunity/myCrmOpportunityList.js
...ources/template/js/crmOpportunity/myCrmOpportunityList.js
+2
-1
crm/src/main/resources/template/js/crmcontractmanage/mycrmcontractadd.js
...sources/template/js/crmcontractmanage/mycrmcontractadd.js
+2
-1
crm/src/main/resources/template/js/crmcontractmanage/mycrmcontractedit.js
...ources/template/js/crmcontractmanage/mycrmcontractedit.js
+2
-1
crm/src/main/resources/template/js/crmcontractmanage/mycrmcontractlist.js
...ources/template/js/crmcontractmanage/mycrmcontractlist.js
+2
-1
未找到文件。
admin-assistant/src/main/resources/template/js/assetManageUse/assetManageUseEdit.js
浏览文件 @
5f9656d2
...
@@ -10,6 +10,7 @@ layui.config({
...
@@ -10,6 +10,7 @@ layui.config({
var
index
=
parent
.
layer
.
getFrameIndex
(
window
.
name
);
var
index
=
parent
.
layer
.
getFrameIndex
(
window
.
name
);
var
$
=
layui
.
$
,
var
$
=
layui
.
$
,
form
=
layui
.
form
;
form
=
layui
.
form
;
var
serviceClassName
=
sysServiceMation
[
"
assetManageUse
"
][
"
key
"
];
var
allChooseAssetReport
=
{};
var
allChooseAssetReport
=
{};
...
@@ -75,7 +76,7 @@ layui.config({
...
@@ -75,7 +76,7 @@ layui.config({
// 提交审批
// 提交审批
form
.
on
(
'
submit(formSubBean)
'
,
function
(
data
)
{
form
.
on
(
'
submit(formSubBean)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
activitiUtil
.
startProcess
(
s
ysActivitiModel
[
"
assetManageUse
"
][
"
key
"
]
,
null
,
function
(
approvalId
)
{
activitiUtil
.
startProcess
(
s
erviceClassName
,
null
,
function
(
approvalId
)
{
saveData
(
"
2
"
,
approvalId
);
saveData
(
"
2
"
,
approvalId
);
});
});
}
}
...
...
crm/src/main/resources/template/js/crmOpportunity/crmOpportunityList.js
浏览文件 @
5f9656d2
...
@@ -12,6 +12,7 @@ layui.config({
...
@@ -12,6 +12,7 @@ layui.config({
var
$
=
layui
.
$
,
var
$
=
layui
.
$
,
form
=
layui
.
form
,
form
=
layui
.
form
,
table
=
layui
.
table
;
table
=
layui
.
table
;
var
serviceClassName
=
sysServiceMation
[
"
crmOpportUnity
"
][
"
key
"
];
authBtn
(
'
1572508625517
'
);
authBtn
(
'
1572508625517
'
);
...
@@ -125,7 +126,7 @@ layui.config({
...
@@ -125,7 +126,7 @@ layui.config({
function
subApproval
(
data
)
{
function
subApproval
(
data
)
{
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.approvalOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.approvalOperation
"
][
languageType
]},
function
(
index
)
{
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.approvalOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.approvalOperation
"
][
languageType
]},
function
(
index
)
{
layer
.
close
(
index
);
layer
.
close
(
index
);
activitiUtil
.
startProcess
(
s
ysActivitiModel
[
"
crmOpportUnity
"
][
"
key
"
]
,
null
,
function
(
approvalId
)
{
activitiUtil
.
startProcess
(
s
erviceClassName
,
null
,
function
(
approvalId
)
{
var
params
=
{
var
params
=
{
rowId
:
data
.
id
,
rowId
:
data
.
id
,
approvalId
:
approvalId
approvalId
:
approvalId
...
...
crm/src/main/resources/template/js/crmOpportunity/crmopportunityadd.js
浏览文件 @
5f9656d2
...
@@ -19,6 +19,7 @@ layui.config({
...
@@ -19,6 +19,7 @@ layui.config({
laydate
=
layui
.
laydate
,
laydate
=
layui
.
laydate
,
form
=
layui
.
form
,
form
=
layui
.
form
,
textool
=
layui
.
textool
;
textool
=
layui
.
textool
;
var
serviceClassName
=
sysServiceMation
[
"
crmOpportUnity
"
][
"
key
"
];
var
selOption
=
getFileContent
(
'
tpl/template/select-option.tpl
'
);
var
selOption
=
getFileContent
(
'
tpl/template/select-option.tpl
'
);
textool
.
init
({
eleId
:
'
businessNeed
'
,
maxlength
:
1000
});
textool
.
init
({
eleId
:
'
businessNeed
'
,
maxlength
:
1000
});
...
@@ -49,7 +50,7 @@ layui.config({
...
@@ -49,7 +50,7 @@ layui.config({
// 提交审批
// 提交审批
form
.
on
(
'
submit(formSubBean)
'
,
function
(
data
)
{
form
.
on
(
'
submit(formSubBean)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
activitiUtil
.
startProcess
(
s
ysActivitiModel
[
"
crmOpportUnity
"
][
"
key
"
]
,
null
,
function
(
approvalId
)
{
activitiUtil
.
startProcess
(
s
erviceClassName
,
null
,
function
(
approvalId
)
{
saveData
(
"
2
"
,
approvalId
);
saveData
(
"
2
"
,
approvalId
);
});
});
}
}
...
...
crm/src/main/resources/template/js/crmOpportunity/myCrmOpportunityList.js
浏览文件 @
5f9656d2
...
@@ -10,6 +10,7 @@ layui.config({
...
@@ -10,6 +10,7 @@ layui.config({
var
$
=
layui
.
$
,
var
$
=
layui
.
$
,
form
=
layui
.
form
,
form
=
layui
.
form
,
table
=
layui
.
table
;
table
=
layui
.
table
;
var
serviceClassName
=
sysServiceMation
[
"
crmOpportUnity
"
][
"
key
"
];
authBtn
(
'
1572936662194
'
);
authBtn
(
'
1572936662194
'
);
...
@@ -123,7 +124,7 @@ layui.config({
...
@@ -123,7 +124,7 @@ layui.config({
function
subApproval
(
data
)
{
function
subApproval
(
data
)
{
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.approvalOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.approvalOperation
"
][
languageType
]},
function
(
index
)
{
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.approvalOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.approvalOperation
"
][
languageType
]},
function
(
index
)
{
layer
.
close
(
index
);
layer
.
close
(
index
);
activitiUtil
.
startProcess
(
s
ysActivitiModel
[
"
crmOpportUnity
"
][
"
key
"
]
,
null
,
function
(
approvalId
)
{
activitiUtil
.
startProcess
(
s
erviceClassName
,
null
,
function
(
approvalId
)
{
var
params
=
{
var
params
=
{
rowId
:
data
.
id
,
rowId
:
data
.
id
,
approvalId
:
approvalId
approvalId
:
approvalId
...
...
crm/src/main/resources/template/js/crmcontractmanage/mycrmcontractadd.js
浏览文件 @
5f9656d2
...
@@ -16,6 +16,7 @@ layui.config({
...
@@ -16,6 +16,7 @@ layui.config({
form
=
layui
.
form
,
form
=
layui
.
form
,
laydate
=
layui
.
laydate
,
laydate
=
layui
.
laydate
,
textool
=
layui
.
textool
;
textool
=
layui
.
textool
;
var
serviceClassName
=
sysServiceMation
[
"
myCrmContract
"
][
"
key
"
];
// 签约日期
// 签约日期
laydate
.
render
({
elem
:
'
#signingTime
'
,
type
:
'
date
'
,
trigger
:
'
click
'
});
laydate
.
render
({
elem
:
'
#signingTime
'
,
type
:
'
date
'
,
trigger
:
'
click
'
});
...
@@ -91,7 +92,7 @@ layui.config({
...
@@ -91,7 +92,7 @@ layui.config({
// 提交审批
// 提交审批
form
.
on
(
'
submit(formSubBean)
'
,
function
(
data
)
{
form
.
on
(
'
submit(formSubBean)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
activitiUtil
.
startProcess
(
s
ysActivitiModel
[
"
myCrmContract
"
][
"
key
"
]
,
null
,
function
(
approvalId
)
{
activitiUtil
.
startProcess
(
s
erviceClassName
,
null
,
function
(
approvalId
)
{
saveData
(
"
2
"
,
approvalId
);
saveData
(
"
2
"
,
approvalId
);
});
});
}
}
...
...
crm/src/main/resources/template/js/crmcontractmanage/mycrmcontractedit.js
浏览文件 @
5f9656d2
...
@@ -17,6 +17,7 @@ layui.config({
...
@@ -17,6 +17,7 @@ layui.config({
form
=
layui
.
form
,
form
=
layui
.
form
,
laydate
=
layui
.
laydate
,
laydate
=
layui
.
laydate
,
textool
=
layui
.
textool
;
textool
=
layui
.
textool
;
var
serviceClassName
=
sysServiceMation
[
"
myCrmContract
"
][
"
key
"
];
var
selOption
=
getFileContent
(
'
tpl/template/select-option.tpl
'
);
var
selOption
=
getFileContent
(
'
tpl/template/select-option.tpl
'
);
showGrid
({
showGrid
({
...
@@ -124,7 +125,7 @@ layui.config({
...
@@ -124,7 +125,7 @@ layui.config({
// 提交审批
// 提交审批
form
.
on
(
'
submit(formSubBean)
'
,
function
(
data
)
{
form
.
on
(
'
submit(formSubBean)
'
,
function
(
data
)
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
if
(
winui
.
verifyForm
(
data
.
elem
))
{
activitiUtil
.
startProcess
(
s
ysActivitiModel
[
"
myCrmContract
"
][
"
key
"
]
,
null
,
function
(
approvalId
)
{
activitiUtil
.
startProcess
(
s
erviceClassName
,
null
,
function
(
approvalId
)
{
saveData
(
"
2
"
,
approvalId
);
saveData
(
"
2
"
,
approvalId
);
});
});
}
}
...
...
crm/src/main/resources/template/js/crmcontractmanage/mycrmcontractlist.js
浏览文件 @
5f9656d2
...
@@ -9,6 +9,7 @@ layui.config({
...
@@ -9,6 +9,7 @@ layui.config({
var
$
=
layui
.
$
,
var
$
=
layui
.
$
,
form
=
layui
.
form
,
form
=
layui
.
form
,
table
=
layui
.
table
;
table
=
layui
.
table
;
var
serviceClassName
=
sysServiceMation
[
"
myCrmContract
"
][
"
key
"
];
authBtn
(
'
1573888009852
'
);
//列表
authBtn
(
'
1573888009852
'
);
//列表
authBtn
(
'
1573888019541
'
);
//新增
authBtn
(
'
1573888019541
'
);
//新增
...
@@ -148,7 +149,7 @@ layui.config({
...
@@ -148,7 +149,7 @@ layui.config({
function
subApproval
(
data
)
{
function
subApproval
(
data
)
{
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.approvalOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.approvalOperation
"
][
languageType
]},
function
(
index
)
{
layer
.
confirm
(
systemLanguage
[
"
com.skyeye.approvalOperationMsg
"
][
languageType
],
{
icon
:
3
,
title
:
systemLanguage
[
"
com.skyeye.approvalOperation
"
][
languageType
]},
function
(
index
)
{
layer
.
close
(
index
);
layer
.
close
(
index
);
activitiUtil
.
startProcess
(
s
ysActivitiModel
[
"
myCrmContract
"
][
"
key
"
]
,
null
,
function
(
approvalId
)
{
activitiUtil
.
startProcess
(
s
erviceClassName
,
null
,
function
(
approvalId
)
{
var
params
=
{
var
params
=
{
rowId
:
data
.
id
,
rowId
:
data
.
id
,
approvalId
:
approvalId
approvalId
:
approvalId
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录