Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FMVip_LXJ
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhenfei.zhang
FMVip_LXJ
Commits
5cd7d40a
Commit
5cd7d40a
authored
Jun 27, 2017
by
NitefullWind
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 修正结算时"线上会员"的POS支付类型编号。 2.支付是虚拟键盘点确认不直接进行支付,避免误支付。
parent
43bcd057
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
FMVip_LXJ/task/taskfinal.cpp
+1
-1
FMVip_LXJ/windows/fmviporder.cpp
+2
-1
No files found.
FMVip_LXJ/task/taskfinal.cpp
View file @
5cd7d40a
...
...
@@ -30,7 +30,7 @@ void TaskFinal::packageServerReq()
QString
type
=
pay_ob
[
PosProps
.
Pay_id
].
toString
();
if
(
type
==
"01"
)
{
cashAmount
=
pay_ob
[
PosProps
.
Paid_total_amount
].
toInt
();
}
else
if
(
type
==
"2
2
"
)
{
}
else
if
(
type
==
"2
0
"
)
{
codeAmount
=
pay_ob
[
PosProps
.
Paid_total_amount
].
toInt
();
}
else
if
(
type
==
"20002"
)
{
// 积分,暂无
scoreAmount
=
pay_ob
[
PosProps
.
Paid_total_amount
].
toInt
();
...
...
FMVip_LXJ/windows/fmviporder.cpp
View file @
5cd7d40a
...
...
@@ -264,5 +264,6 @@ void FMVipOrder::on_clear_clicked()
}
void
FMVipOrder
::
on_confirm_clicked
()
{
on_pay_btn_clicked
();
// on_pay_btn_clicked();
numpad
->
close
();
}
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