Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Property
Project
Project
Details
Activity
Releases
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
liudong1993
Property
Commits
079d208e
Commit
079d208e
authored
Aug 12, 2020
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交代码
parent
c0a9882a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
RB_Goods_OrderDetail.cs
Property.Model/Entity/Mall/RB_Goods_OrderDetail.cs
+5
-0
WarehouseOutModule.cs
Property.Module.Mall/WarehouseOutModule.cs
+2
-1
No files found.
Property.Model/Entity/Mall/RB_Goods_OrderDetail.cs
View file @
079d208e
...
...
@@ -212,5 +212,10 @@ namespace Property.Model.Entity.Mall
/// 积分赠送
/// </summary>
public
int
?
IntegralGoodsPresent
{
get
;
set
;
}
/// <summary>
/// 商品已付成本(商品成本+运费成本)
/// </summary>
public
decimal
PaidCostMoney
{
get
;
set
;
}
}
}
Property.Module.Mall/WarehouseOutModule.cs
View file @
079d208e
...
...
@@ -387,7 +387,8 @@ namespace Property.Module.Mall
//更新申请单的出库状态
Dictionary
<
string
,
object
>
filesGoods
=
new
Dictionary
<
string
,
object
>()
{
{
nameof
(
RB_Goods_OrderDetail
.
CostFinanceId
),
frid
},
{
nameof
(
RB_Goods_OrderDetail
.
CostMoney
),
Math
.
Round
((
costMoney
),
2
,
MidpointRounding
.
AwayFromZero
)}
{
nameof
(
RB_Goods_OrderDetail
.
CostMoney
),
Math
.
Round
((
costMoney
),
2
,
MidpointRounding
.
AwayFromZero
)},
{
nameof
(
RB_Goods_OrderDetail
.
PaidCostMoney
),
Math
.
Round
((
costMoney
),
2
,
MidpointRounding
.
AwayFromZero
)}
};
List
<
WhereHelper
>
wheresGoods
=
new
List
<
WhereHelper
>()
{
new
WhereHelper
()
{
...
...
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