Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TangKuPos
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
王海
TangKuPos
Commits
dd9e1e35
Commit
dd9e1e35
authored
Jan 23, 2018
by
陈前
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打印
parent
a81537d0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
2 deletions
+25
-2
app/src/main/java/com/xingdata/zzdpos/model/VipRechargeOrder.java
...main/java/com/xingdata/zzdpos/model/VipRechargeOrder.java
+24
-0
app/src/main/java/com/xingdata/zzdpos/ui/statistics/StatisticsDetailActivity.java
...ngdata/zzdpos/ui/statistics/StatisticsDetailActivity.java
+1
-2
No files found.
app/src/main/java/com/xingdata/zzdpos/model/VipRechargeOrder.java
View file @
dd9e1e35
...
@@ -25,6 +25,24 @@ public class VipRechargeOrder extends SectionEntity<MediaStore.Video> implements
...
@@ -25,6 +25,24 @@ public class VipRechargeOrder extends SectionEntity<MediaStore.Video> implements
private
String
rctraceNo
;
private
String
rctraceNo
;
private
String
vipMobile
;
private
String
vipMobile
;
private
Long
createTime
;
private
Long
createTime
;
private
Long
cardAmtNet
;
private
Long
cardCntNet
;
public
Long
getCardAmtNet
()
{
return
cardAmtNet
;
}
public
void
setCardAmtNet
(
Long
cardAmtNet
)
{
this
.
cardAmtNet
=
cardAmtNet
;
}
public
Long
getCardCntNet
()
{
return
cardCntNet
;
}
public
void
setCardCntNet
(
Long
cardCntNet
)
{
this
.
cardCntNet
=
cardCntNet
;
}
public
String
getCardNo
()
{
public
String
getCardNo
()
{
return
cardNo
;
return
cardNo
;
...
@@ -96,6 +114,9 @@ public class VipRechargeOrder extends SectionEntity<MediaStore.Video> implements
...
@@ -96,6 +114,9 @@ public class VipRechargeOrder extends SectionEntity<MediaStore.Video> implements
}
}
public
Long
getRechangeBefore
()
{
public
Long
getRechangeBefore
()
{
if
(
rechangeBefore
==
null
)
{
rechangeBefore
=
cardAmtNet
;
}
return
rechangeBefore
;
return
rechangeBefore
;
}
}
...
@@ -104,6 +125,9 @@ public class VipRechargeOrder extends SectionEntity<MediaStore.Video> implements
...
@@ -104,6 +125,9 @@ public class VipRechargeOrder extends SectionEntity<MediaStore.Video> implements
}
}
public
Long
getRechangeAfter
()
{
public
Long
getRechangeAfter
()
{
if
(
rechangeAfter
==
null
)
{
rechangeAfter
=
cardCntNet
;
}
return
rechangeAfter
;
return
rechangeAfter
;
}
}
...
...
app/src/main/java/com/xingdata/zzdpos/ui/statistics/StatisticsDetailActivity.java
View file @
dd9e1e35
...
@@ -164,8 +164,7 @@ public class StatisticsDetailActivity extends BaseActivity<StatisticsDetailPrese
...
@@ -164,8 +164,7 @@ public class StatisticsDetailActivity extends BaseActivity<StatisticsDetailPrese
,
false
));
,
false
));
// mVipRechangeOrdervip.setRechangeBefore(vipOld.getAcctCbal());
// mVipRechangeOrdervip.setRechangeAfter(vip.getAcctCbal());
mViewBinding
.
btnPrint
.
setOnClickListener
(
new
OnClickListener
()
{
mViewBinding
.
btnPrint
.
setOnClickListener
(
new
OnClickListener
()
{
@Override
@Override
protected
void
myOnClickListener
(
View
v
)
{
protected
void
myOnClickListener
(
View
v
)
{
...
...
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