Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
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
platform
hg-smart
Commits
c2f9b42d
Commit
c2f9b42d
authored
Oct 30, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修复收票单核销功能
parent
f36b7b58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ServiceHGCW014.java
.../java/com/baosight/hggp/hg/cw/service/ServiceHGCW014.java
+1
-1
HGCW014.js
src/main/webapp/HG/CW/HGCW014.js
+1
-1
No files found.
src/main/java/com/baosight/hggp/hg/cw/service/ServiceHGCW014.java
View file @
c2f9b42d
...
...
@@ -292,7 +292,7 @@ public class ServiceHGCW014 extends ServiceBase {
for
(
int
i
=
0
;
i
<
resultRows
.
size
();
i
++)
{
HGCW014
HGCW014
=
new
HGCW014
();
HGCW014
.
fromMap
(
resultRows
.
get
(
i
));
if
(
!
HGCW014
.
getReviewStatus
().
equals
(
ReviewStatusEnum
.
UNREVIEWED
.
getCode
())){
if
(
HGCW014
.
getReviewStatus
().
equals
(
ReviewStatusEnum
.
UNREVIEWED
.
getCode
())){
throw
new
RuntimeException
(
"当前状态为未审核提交,请先审核提交!"
);
}
HGCW014
.
setCancelStatus
(
2
);
...
...
src/main/webapp/HG/CW/HGCW014.js
View file @
c2f9b42d
...
...
@@ -177,7 +177,7 @@ function submitFunc() {
message
(
"选中的第"
+
(
index
+
1
)
+
"行未保存的数据,请先保存!"
);
flag
=
false
;
}
if
(
row
.
reviewStatus
==
"
3
"
)
{
if
(
row
.
reviewStatus
==
"
1
"
)
{
message
(
"勾选的数据中有已经提交的单据!"
);
flag
=
false
;
return
;
...
...
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