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
26c538af
Commit
26c538af
authored
Jul 04, 2024
by
13420
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
采购收票bug调整
parent
fbedab41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
HGCW012.java
src/main/java/com/baosight/hggp/hg/cw/domain/HGCW012.java
+8
-8
No files found.
src/main/java/com/baosight/hggp/hg/cw/domain/HGCW012.java
View file @
26c538af
...
@@ -104,7 +104,7 @@ public class HGCW012 extends DaoEPBase {
...
@@ -104,7 +104,7 @@ public class HGCW012 extends DaoEPBase {
private
Integer
billState
=
new
Integer
(
0
);
/* 开票状态*/
private
Integer
billState
=
new
Integer
(
0
);
/* 开票状态*/
private
String
signingDate
=
" "
;
/* 开票日期*/
private
String
signingDate
=
" "
;
/* 开票日期*/
private
String
partyA
=
" "
;
/* 供应商名称*/
private
String
partyA
=
" "
;
/* 供应商名称*/
private
Boolean
reviewStatus
;
/* 审批状态*/
private
Integer
reviewStatus
=
new
Integer
(
0
);
/* 审批状态*/
private
Integer
taxPoints
=
new
Integer
(
0
);
/* 税率*/
private
Integer
taxPoints
=
new
Integer
(
0
);
/* 税率*/
private
String
thisSettlementTax
=
" "
;
/* 税额*/
private
String
thisSettlementTax
=
" "
;
/* 税额*/
private
String
thisSettlementAmount
=
" "
;
/* 不含税金额*/
private
String
thisSettlementAmount
=
" "
;
/* 不含税金额*/
...
@@ -118,7 +118,7 @@ public class HGCW012 extends DaoEPBase {
...
@@ -118,7 +118,7 @@ public class HGCW012 extends DaoEPBase {
private
String
depCode
=
" "
;
/* 部门编码*/
private
String
depCode
=
" "
;
/* 部门编码*/
private
BigDecimal
remainingAmount
=
new
BigDecimal
(
"0"
);
/* 剩余开票/收票金额*/
private
BigDecimal
remainingAmount
=
new
BigDecimal
(
"0"
);
/* 剩余开票/收票金额*/
private
String
receiveDate
=
" "
;
/* 收票日期*/
private
String
receiveDate
=
" "
;
/* 收票日期*/
private
Boolean
contractType
;
/* 合同类型;1.采购收货2.劳务3.租赁*/
private
Integer
contractType
=
new
Integer
(
0
)
;
/* 合同类型;1.采购收货2.劳务3.租赁*/
private
Boolean
inventTypeDetail
;
/* 存货大类*/
private
Boolean
inventTypeDetail
;
/* 存货大类*/
private
String
inventCode
=
" "
;
/* 存货编码*/
private
String
inventCode
=
" "
;
/* 存货编码*/
private
String
inventName
=
" "
;
/* 存货名称*/
private
String
inventName
=
" "
;
/* 存货名称*/
...
@@ -443,7 +443,7 @@ public class HGCW012 extends DaoEPBase {
...
@@ -443,7 +443,7 @@ public class HGCW012 extends DaoEPBase {
* get the reviewStatus - 审批状态.
* get the reviewStatus - 审批状态.
* @return the reviewStatus
* @return the reviewStatus
*/
*/
public
Boolean
getReviewStatus
()
{
public
Integer
getReviewStatus
()
{
return
this
.
reviewStatus
;
return
this
.
reviewStatus
;
}
}
...
@@ -452,7 +452,7 @@ public class HGCW012 extends DaoEPBase {
...
@@ -452,7 +452,7 @@ public class HGCW012 extends DaoEPBase {
*
*
* @param reviewStatus - 审批状态
* @param reviewStatus - 审批状态
*/
*/
public
void
setReviewStatus
(
Boolean
reviewStatus
)
{
public
void
setReviewStatus
(
Integer
reviewStatus
)
{
this
.
reviewStatus
=
reviewStatus
;
this
.
reviewStatus
=
reviewStatus
;
}
}
/**
/**
...
@@ -667,7 +667,7 @@ public class HGCW012 extends DaoEPBase {
...
@@ -667,7 +667,7 @@ public class HGCW012 extends DaoEPBase {
* get the contractType - 合同类型;1.采购收货2.劳务3.租赁.
* get the contractType - 合同类型;1.采购收货2.劳务3.租赁.
* @return the contractType
* @return the contractType
*/
*/
public
Boolean
getContractType
()
{
public
Integer
getContractType
()
{
return
this
.
contractType
;
return
this
.
contractType
;
}
}
...
@@ -676,7 +676,7 @@ public class HGCW012 extends DaoEPBase {
...
@@ -676,7 +676,7 @@ public class HGCW012 extends DaoEPBase {
*
*
* @param contractType - 合同类型;1.采购收货2.劳务3.租赁
* @param contractType - 合同类型;1.采购收货2.劳务3.租赁
*/
*/
public
void
setContractType
(
Boolean
contractType
)
{
public
void
setContractType
(
Integer
contractType
)
{
this
.
contractType
=
contractType
;
this
.
contractType
=
contractType
;
}
}
/**
/**
...
@@ -793,7 +793,7 @@ public class HGCW012 extends DaoEPBase {
...
@@ -793,7 +793,7 @@ public class HGCW012 extends DaoEPBase {
setBillState
(
NumberUtils
.
toInteger
(
StringUtils
.
toString
(
map
.
get
(
FIELD_BILL_STATE
)),
billState
));
setBillState
(
NumberUtils
.
toInteger
(
StringUtils
.
toString
(
map
.
get
(
FIELD_BILL_STATE
)),
billState
));
setSigningDate
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_SIGNING_DATE
)),
signingDate
));
setSigningDate
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_SIGNING_DATE
)),
signingDate
));
setPartyA
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_PARTY_A
)),
partyA
));
setPartyA
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_PARTY_A
)),
partyA
));
setReviewStatus
(
NumberUtils
.
to
Boolean
(
StringUtils
.
toString
(
map
.
get
(
FIELD_REVIEW_STATUS
)),
reviewStatus
));
setReviewStatus
(
NumberUtils
.
to
Integer
(
StringUtils
.
toString
(
map
.
get
(
FIELD_REVIEW_STATUS
)),
reviewStatus
));
setTaxPoints
(
NumberUtils
.
toInteger
(
StringUtils
.
toString
(
map
.
get
(
FIELD_TAX_POINTS
)),
taxPoints
));
setTaxPoints
(
NumberUtils
.
toInteger
(
StringUtils
.
toString
(
map
.
get
(
FIELD_TAX_POINTS
)),
taxPoints
));
setThisSettlementTax
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_THIS_SETTLEMENT_TAX
)),
thisSettlementTax
));
setThisSettlementTax
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_THIS_SETTLEMENT_TAX
)),
thisSettlementTax
));
setThisSettlementAmount
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_THIS_SETTLEMENT_AMOUNT
)),
thisSettlementAmount
));
setThisSettlementAmount
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_THIS_SETTLEMENT_AMOUNT
)),
thisSettlementAmount
));
...
@@ -807,7 +807,7 @@ public class HGCW012 extends DaoEPBase {
...
@@ -807,7 +807,7 @@ public class HGCW012 extends DaoEPBase {
setDepCode
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_DEP_CODE
)),
depCode
));
setDepCode
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_DEP_CODE
)),
depCode
));
setRemainingAmount
(
NumberUtils
.
toBigDecimal
(
StringUtils
.
toString
(
map
.
get
(
FIELD_REMAINING_AMOUNT
)),
remainingAmount
));
setRemainingAmount
(
NumberUtils
.
toBigDecimal
(
StringUtils
.
toString
(
map
.
get
(
FIELD_REMAINING_AMOUNT
)),
remainingAmount
));
setReceiveDate
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_RECEIVE_DATE
)),
receiveDate
));
setReceiveDate
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_RECEIVE_DATE
)),
receiveDate
));
setContractType
(
NumberUtils
.
to
Boolean
(
StringUtils
.
toString
(
map
.
get
(
FIELD_CONTRACT_TYPE
)),
contractType
));
setContractType
(
NumberUtils
.
to
Integer
(
StringUtils
.
toString
(
map
.
get
(
FIELD_CONTRACT_TYPE
)),
contractType
));
setInventTypeDetail
(
NumberUtils
.
toBoolean
(
StringUtils
.
toString
(
map
.
get
(
FIELD_INVENT_TYPE_DETAIL
)),
inventTypeDetail
));
setInventTypeDetail
(
NumberUtils
.
toBoolean
(
StringUtils
.
toString
(
map
.
get
(
FIELD_INVENT_TYPE_DETAIL
)),
inventTypeDetail
));
setInventCode
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_INVENT_CODE
)),
inventCode
));
setInventCode
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_INVENT_CODE
)),
inventCode
));
setInventName
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_INVENT_NAME
)),
inventName
));
setInventName
(
StringUtils
.
defaultIfEmpty
(
StringUtils
.
toString
(
map
.
get
(
FIELD_INVENT_NAME
)),
inventName
));
...
...
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