Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
E
erp-service
Project
Project
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
ximai
erp-service
Commits
56f096f4
Commit
56f096f4
authored
Jun 24, 2025
by
李驰骋
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
进货单生产后他去更改采购订单的数量去了
parent
ebcf9754
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PurtgService.java
.../com/topsunit/scanservice/ximai/service/PurtgService.java
+1
-1
No files found.
src/main/java/com/topsunit/scanservice/ximai/service/PurtgService.java
View file @
56f096f4
...
@@ -309,7 +309,7 @@ public class PurtgService {
...
@@ -309,7 +309,7 @@ public class PurtgService {
throw
new
TopsunitException
(
MessageUtils
.
getMessage
(
"超出到货单验收数量"
));
throw
new
TopsunitException
(
MessageUtils
.
getMessage
(
"超出到货单验收数量"
));
}
}
localPurcd
.
setCd020
(
cd020
);
localPurcd
.
setCd020
(
cd020
);
purtd
.
ifPresent
(
i
->
i
.
setTd015
(
i
.
getTd015
().
add
(
purth
.
getTh015
())));
//
purtd.ifPresent(i -> i.setTd015(i.getTd015().add(purth.getTh015())));
});
});
return
purths
;
return
purths
;
}
}
...
...
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