Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dc-cost-system
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
bltdc
dc-cost-system
Commits
58f26522
Commit
58f26522
authored
Dec 10, 2020
by
huluobin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
推送工资费用单 状态
parent
9e48a42c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CostDomain.java
...main/java/com/blt/other/module/cost/model/CostDomain.java
+1
-1
CostApiServiceImpl.java
...lt/other/module/cost/service/impl/CostApiServiceImpl.java
+1
-1
No files found.
bailuntec-cost-core/src/main/java/com/blt/other/module/cost/model/CostDomain.java
View file @
58f26522
...
@@ -85,7 +85,7 @@ public class CostDomain implements Serializable {
...
@@ -85,7 +85,7 @@ public class CostDomain implements Serializable {
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
@JsonFormat
(
pattern
=
"yyyy-MM-dd HH:mm:ss"
,
timezone
=
"GMT+8"
)
private
Date
createTime
;
private
Date
createTime
;
// @ApiModelProperty("关联子单")
// @ApiModelProperty("关联子单")
puh
// @Deprecated
// @Deprecated
// private String sonCostNo;
// private String sonCostNo;
@ApiModelProperty
(
"关联父单"
)
@ApiModelProperty
(
"关联父单"
)
...
...
bailuntec-cost-core/src/main/java/com/blt/other/module/cost/service/impl/CostApiServiceImpl.java
View file @
58f26522
...
@@ -280,7 +280,7 @@ public class CostApiServiceImpl implements CostApiService {
...
@@ -280,7 +280,7 @@ public class CostApiServiceImpl implements CostApiService {
// 付款费用单 1付款 2收款 3借支/借还
// 付款费用单 1付款 2收款 3借支/借还
costDomain
.
setCostForm
(
1
);
costDomain
.
setCostForm
(
1
);
// 0 待提交 1待审核 2待出纳付款 3被驳回 4已支付 5已作废
// 0 待提交 1待审核 2待出纳付款 3被驳回 4已支付 5已作废
costDomain
.
setCostStatus
(
1
);
costDomain
.
setCostStatus
(
7
);
costDomain
.
setCostRemark
(
wageCostDto
.
getCostRemark
());
costDomain
.
setCostRemark
(
wageCostDto
.
getCostRemark
());
costDomain
.
setCostReason
(
wageCostDto
.
getCostReason
());
costDomain
.
setCostReason
(
wageCostDto
.
getCostReason
());
...
...
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