Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
doc_wei
Skyeye
提交
5590da3a
S
Skyeye
项目概览
doc_wei
/
Skyeye
通知
1172
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看板
提交
5590da3a
编写于
4月 28, 2022
作者:
doc_wei
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
解决撤销流程申请404的问题
上级
f939048e
变更
22
显示空白变更内容
内联
并排
Showing
22 changed file
with
22 addition
and
22 deletion
+22
-22
admin-assistant/src/main/resources/template/js/assetArticlesPurchase/assetArticlesPurchaseList.js
...ate/js/assetArticlesPurchase/assetArticlesPurchaseList.js
+1
-1
admin-assistant/src/main/resources/template/js/assetArticlesUse/assetArticlesUseList.js
...rces/template/js/assetArticlesUse/assetArticlesUseList.js
+1
-1
admin-assistant/src/main/resources/template/js/assetManagePurchase/assetManagePurchaseList.js
...emplate/js/assetManagePurchase/assetManagePurchaseList.js
+1
-1
admin-assistant/src/main/resources/template/js/assetManageReturn/assetManageReturnList.js
...es/template/js/assetManageReturn/assetManageReturnList.js
+1
-1
admin-assistant/src/main/resources/template/js/assetManageUse/assetManageUseList.js
...esources/template/js/assetManageUse/assetManageUseList.js
+1
-1
admin-assistant/src/main/resources/template/js/conFerenceRoomReserve/conFerenceRoomReserveList.js
...ate/js/conFerenceRoomReserve/conFerenceRoomReserveList.js
+1
-1
admin-assistant/src/main/resources/template/js/licenceManageBorrow/licenceManageBorrowList.js
...emplate/js/licenceManageBorrow/licenceManageBorrowList.js
+1
-1
admin-assistant/src/main/resources/template/js/licenceManageRevert/licenceManageRevertList.js
...emplate/js/licenceManageRevert/licenceManageRevertList.js
+1
-1
admin-assistant/src/main/resources/template/js/sealManageBorrow/sealManageBorrowList.js
...rces/template/js/sealManageBorrow/sealManageBorrowList.js
+1
-1
admin-assistant/src/main/resources/template/js/sealManageRevert/sealManageRevertList.js
...rces/template/js/sealManageRevert/sealManageRevertList.js
+1
-1
admin-assistant/src/main/resources/template/js/vehicleManageUse/vehicleManageUseList.js
...rces/template/js/vehicleManageUse/vehicleManageUseList.js
+1
-1
checkwork/src/main/resources/template/js/checkWorkBusinessTrip/checkWorkBusinessTripList.js
...ate/js/checkWorkBusinessTrip/checkWorkBusinessTripList.js
+1
-1
checkwork/src/main/resources/template/js/checkWorkCancelLeave/checkWorkCancelLeaveList.js
...plate/js/checkWorkCancelLeave/checkWorkCancelLeaveList.js
+1
-1
checkwork/src/main/resources/template/js/checkWorkLeave/checkWorkLeaveList.js
...esources/template/js/checkWorkLeave/checkWorkLeaveList.js
+1
-1
checkwork/src/main/resources/template/js/checkWorkOvertime/checkWorkOvertimeList.js
...es/template/js/checkWorkOvertime/checkWorkOvertimeList.js
+1
-1
crm/src/main/resources/template/js/crmOpportunity/crmOpportunityList.js
...esources/template/js/crmOpportunity/crmOpportunityList.js
+1
-1
crm/src/main/resources/template/js/crmOpportunity/myCrmOpportunityList.js
...ources/template/js/crmOpportunity/myCrmOpportunityList.js
+1
-1
ifs/src/main/resources/template/js/income/incomeList.js
ifs/src/main/resources/template/js/income/incomeList.js
+1
-1
pro/src/main/resources/template/js/procostexpense/procostexpensealllist.js
...urces/template/js/procostexpense/procostexpensealllist.js
+1
-1
pro/src/main/resources/template/js/proproject/myproprojectlist.js
...main/resources/template/js/proproject/myproprojectlist.js
+1
-1
pro/src/main/resources/template/js/proworkload/proworkloadlist.js
...main/resources/template/js/proworkload/proworkloadlist.js
+1
-1
web/src/main/resources/template/assets/lib/layui/customer/erpOrderUtil.js
...ources/template/assets/lib/layui/customer/erpOrderUtil.js
+1
-1
未找到文件。
admin-assistant/src/main/resources/template/js/assetArticlesPurchase/assetArticlesPurchaseList.js
浏览文件 @
5590da3a
...
...
@@ -93,7 +93,7 @@ layui.config({
var
msg
=
'
确认撤销该用品采购申请吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
assetarticles035
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
assetarticles035
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadCaigouTable
();
...
...
admin-assistant/src/main/resources/template/js/assetArticlesUse/assetArticlesUseList.js
浏览文件 @
5590da3a
...
...
@@ -105,7 +105,7 @@ layui.config({
var
msg
=
'
确认撤销该用品领用申请吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
assetarticles034
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
assetarticles034
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadLingyongTable
();
...
...
admin-assistant/src/main/resources/template/js/assetManagePurchase/assetManagePurchaseList.js
浏览文件 @
5590da3a
...
...
@@ -101,7 +101,7 @@ layui.config({
var
msg
=
'
确认撤销该资产采购申请吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
asset037
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
asset037
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadCaigouTable
();
...
...
admin-assistant/src/main/resources/template/js/assetManageReturn/assetManageReturnList.js
浏览文件 @
5590da3a
...
...
@@ -104,7 +104,7 @@ layui.config({
var
msg
=
'
确认撤销该资产归还申请吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
asset038
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
asset038
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadReturnTable
();
...
...
admin-assistant/src/main/resources/template/js/assetManageUse/assetManageUseList.js
浏览文件 @
5590da3a
...
...
@@ -104,7 +104,7 @@ layui.config({
var
msg
=
'
确认撤销该资产领用申请吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
asset036
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
asset036
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadLingyongTable
();
...
...
admin-assistant/src/main/resources/template/js/conFerenceRoomReserve/conFerenceRoomReserveList.js
浏览文件 @
5590da3a
...
...
@@ -95,7 +95,7 @@ layui.config({
var
params
=
{
processInstanceId
:
data
.
processInstanceId
};
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
conferenceroomreserve010
"
,
params
:
params
,
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
conferenceroomreserve010
"
,
params
:
params
,
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadReserveTable
();
...
...
admin-assistant/src/main/resources/template/js/licenceManageBorrow/licenceManageBorrowList.js
浏览文件 @
5590da3a
...
...
@@ -92,7 +92,7 @@ layui.config({
var
msg
=
'
确认撤销该借用申请吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
licenceborrow010
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
licenceborrow010
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadBorrowTable
();
...
...
admin-assistant/src/main/resources/template/js/licenceManageRevert/licenceManageRevertList.js
浏览文件 @
5590da3a
...
...
@@ -92,7 +92,7 @@ layui.config({
var
msg
=
'
确认撤销该归还申请吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
licencerevert010
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
licencerevert010
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadRevertTable
();
...
...
admin-assistant/src/main/resources/template/js/sealManageBorrow/sealManageBorrowList.js
浏览文件 @
5590da3a
...
...
@@ -91,7 +91,7 @@ layui.config({
var
msg
=
'
确认撤销该借用申请吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
sealborrow010
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
sealborrow010
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadBorrowTable
();
...
...
admin-assistant/src/main/resources/template/js/sealManageRevert/sealManageRevertList.js
浏览文件 @
5590da3a
...
...
@@ -92,7 +92,7 @@ layui.config({
var
msg
=
'
确认撤销该归还申请吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
sealrevert010
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
sealrevert010
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadRevertTable
();
...
...
admin-assistant/src/main/resources/template/js/vehicleManageUse/vehicleManageUseList.js
浏览文件 @
5590da3a
...
...
@@ -87,7 +87,7 @@ layui.config({
function
revoke
(
data
){
layer
.
confirm
(
'
确认撤销该用车申请吗?
'
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
vehicle022
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
vehicle022
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
...
...
checkwork/src/main/resources/template/js/checkWorkBusinessTrip/checkWorkBusinessTripList.js
浏览文件 @
5590da3a
...
...
@@ -106,7 +106,7 @@ layui.config({
function
revoke
(
data
){
layer
.
confirm
(
'
确认撤销该申请吗?
'
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkbusinesstrip009
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkbusinesstrip009
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
...
...
checkwork/src/main/resources/template/js/checkWorkCancelLeave/checkWorkCancelLeaveList.js
浏览文件 @
5590da3a
...
...
@@ -106,7 +106,7 @@ layui.config({
function
revoke
(
data
){
layer
.
confirm
(
'
确认撤销该申请吗?
'
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkcancelleave009
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkcancelleave009
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
...
...
checkwork/src/main/resources/template/js/checkWorkLeave/checkWorkLeaveList.js
浏览文件 @
5590da3a
...
...
@@ -106,7 +106,7 @@ layui.config({
function
revoke
(
data
){
layer
.
confirm
(
'
确认撤销该申请吗?
'
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkleave009
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkleave009
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
...
...
checkwork/src/main/resources/template/js/checkWorkOvertime/checkWorkOvertimeList.js
浏览文件 @
5590da3a
...
...
@@ -106,7 +106,7 @@ layui.config({
function
revoke
(
data
){
layer
.
confirm
(
'
确认撤销该申请吗?
'
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkovertime009
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
checkworkovertime009
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
...
...
crm/src/main/resources/template/js/crmOpportunity/crmOpportunityList.js
浏览文件 @
5590da3a
...
...
@@ -101,7 +101,7 @@ layui.config({
function
revoke
(
data
){
layer
.
confirm
(
'
确认撤销该商机审批申请吗?
'
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
opportunity027
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
opportunity027
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
...
...
crm/src/main/resources/template/js/crmOpportunity/myCrmOpportunityList.js
浏览文件 @
5590da3a
...
...
@@ -99,7 +99,7 @@ layui.config({
function
revoke
(
data
){
layer
.
confirm
(
'
确认撤销该商机审批申请吗?
'
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
opportunity027
"
,
params
:{
rowId
:
data
.
id
,
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
opportunity027
"
,
params
:{
rowId
:
data
.
id
,
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
...
...
ifs/src/main/resources/template/js/income/incomeList.js
浏览文件 @
5590da3a
...
...
@@ -161,7 +161,7 @@ layui.config({
function
revorke
(
data
){
layer
.
confirm
(
'
确认撤销该申请吗?
'
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
income009
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
income009
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
...
...
pro/src/main/resources/template/js/procostexpense/procostexpensealllist.js
浏览文件 @
5590da3a
...
...
@@ -87,7 +87,7 @@ layui.config({
var
msg
=
'
确认从工作流中撤销选中数据吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
procostexpense007
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
procostexpense007
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
...
...
pro/src/main/resources/template/js/proproject/myproprojectlist.js
浏览文件 @
5590da3a
...
...
@@ -152,7 +152,7 @@ layui.config({
function
revoke
(
data
){
layer
.
confirm
(
"
确定撤销申请吗?
"
,
{
icon
:
3
,
title
:
'
撤销操作
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
proproject010
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
proproject010
"
,
params
:
{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
撤销成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
...
...
pro/src/main/resources/template/js/proworkload/proworkloadlist.js
浏览文件 @
5590da3a
...
...
@@ -88,7 +88,7 @@ layui.config({
var
msg
=
'
确认从工作流中撤销选中数据吗?
'
;
layer
.
confirm
(
msg
,
{
icon
:
3
,
title
:
'
撤销任务审批申请
'
},
function
(
index
)
{
layer
.
close
(
index
);
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
proworkload005
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
callback
:
function
(
json
){
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
proworkload005
"
,
params
:{
processInstanceId
:
data
.
processInstanceId
},
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
){
if
(
json
.
returnCode
==
0
){
winui
.
window
.
msg
(
"
提交成功
"
,
{
icon
:
1
,
time
:
2000
});
loadTable
();
...
...
web/src/main/resources/template/assets/lib/layui/customer/erpOrderUtil.js
浏览文件 @
5590da3a
...
...
@@ -168,7 +168,7 @@ var erpOrderUtil = {
processInstanceId
:
processInstanceId
,
orderType
:
orderType
};
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
erpcommon003
"
,
params
:
params
,
method
:
"
GET
"
,
type
:
'
json
'
,
callback
:
function
(
json
)
{
AjaxPostUtil
.
request
({
url
:
flowableBasePath
+
"
erpcommon003
"
,
params
:
params
,
type
:
'
json
'
,
method
:
"
PUT
"
,
callback
:
function
(
json
)
{
if
(
json
.
returnCode
==
0
)
{
winui
.
window
.
msg
(
"
撤销成功。
"
,
{
icon
:
1
,
time
:
2000
});
if
(
typeof
(
callback
)
==
"
function
"
)
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录