Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
8246e7a3
Commit
8246e7a3
authored
Oct 19, 2022
by
季圣华
Browse files
从采购订单关联销售订单时,隐藏掉销售单据的价格(同时隐藏客户名称)
parent
a9b5cae5
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/java/com/jsh/erp/service/depotHead/DepotHeadService.java
View file @
8246e7a3
...
...
@@ -154,8 +154,9 @@ public class DepotHeadService {
dh
.
setMaterialsList
(
findMaterialsListByHeaderId
(
dh
.
getId
()));
//商品总数量
dh
.
setMaterialCount
(
getMaterialCountByHeaderId
(
dh
.
getId
()));
//以销定购的情况(不能显示销售单据的金额)
//以销定购的情况(不能显示销售单据的金额
和客户名称
)
if
(
StringUtil
.
isNotEmpty
(
purchaseStatus
))
{
dh
.
setOrganName
(
"****"
);
dh
.
setTotalPrice
(
null
);
dh
.
setDiscountLastMoney
(
null
);
}
...
...
Write
Preview
Supports
Markdown
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