Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王衍超
rbc-demo
Commits
9332e3c4
Commit
9332e3c4
authored
May 18, 2022
by
qiaoyanqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
问题修改
parent
30d8056f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
10 deletions
+32
-10
gh_cfBalance.js
...-billexpand/src/query-actions/labourUnion/gh_cfBalance.js
+16
-5
gh_cfProject.js
...-billexpand/src/query-actions/labourUnion/gh_cfProject.js
+16
-5
No files found.
develop/@gms/gms-plugin-billexpand/src/query-actions/labourUnion/gh_cfBalance.js
View file @
9332e3c4
...
@@ -26,11 +26,22 @@ export default {
...
@@ -26,11 +26,22 @@ export default {
window
.
GMS
.
$http
window
.
GMS
.
$http
.
post
(
"/rbczgh/carryForward/balance"
,
list
)
.
post
(
"/rbczgh/carryForward/balance"
,
list
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
context
.
dom
.
$Modal
.
warning
({
if
(
res
.
data
.
code
==
0
){
title
:
"信息提示"
,
context
.
dom
.
$Modal
.
warning
({
content
:
res
.
data
.
message
,
title
:
"信息提示"
,
onOk
:
()
=>
{},
content
:
res
.
data
.
message
,
});
onOk
:
()
=>
{
GMS
.
vbus
.
$emit
(
"custom-query-refresh"
);
GMS
.
vbus
.
$emit
(
"tab-count-refresh"
);
},
});
}
else
{
context
.
dom
.
$Modal
.
warning
({
title
:
"信息提示"
,
content
:
res
.
data
.
message
,
onOk
:
()
=>
{},
});
}
});
});
},
},
};
};
develop/@gms/gms-plugin-billexpand/src/query-actions/labourUnion/gh_cfProject.js
View file @
9332e3c4
...
@@ -26,11 +26,22 @@ export default {
...
@@ -26,11 +26,22 @@ export default {
window
.
GMS
.
$http
window
.
GMS
.
$http
.
post
(
"/rbczgh/carryForward/project"
,
list
)
.
post
(
"/rbczgh/carryForward/project"
,
list
)
.
then
((
res
)
=>
{
.
then
((
res
)
=>
{
context
.
dom
.
$Modal
.
warning
({
if
(
res
.
data
.
code
==
0
){
title
:
"信息提示"
,
context
.
dom
.
$Modal
.
warning
({
content
:
res
.
data
.
message
,
title
:
"信息提示"
,
onOk
:
()
=>
{},
content
:
res
.
data
.
message
,
});
onOk
:
()
=>
{
GMS
.
vbus
.
$emit
(
"custom-query-refresh"
);
GMS
.
vbus
.
$emit
(
"tab-count-refresh"
);
},
});
}
else
{
context
.
dom
.
$Modal
.
warning
({
title
:
"信息提示"
,
content
:
res
.
data
.
message
,
onOk
:
()
=>
{},
});
}
});
});
},
},
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment