Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
takeout_sbk
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
yunpeng.song
takeout_sbk
Commits
b668bd81
Commit
b668bd81
authored
Jul 11, 2018
by
wuyang.zou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix buf : 完成退货功能
parent
e0e185f3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
4 deletions
+1
-4
fmTakeout/Control/flowControl.cpp
+0
-0
fmTakeout/Control/flowControl.h
+1
-4
No files found.
fmTakeout/Control/flowControl.cpp
View file @
b668bd81
This diff is collapsed.
Click to expand it.
fmTakeout/Control/flowControl.h
View file @
b668bd81
...
@@ -94,7 +94,7 @@ private:
...
@@ -94,7 +94,7 @@ private:
QMap
<
QString
,
QMultiMap
<
QString
,
dishesObject
>
>
m_dishesMap
;
QMap
<
QString
,
QMultiMap
<
QString
,
dishesObject
>
>
m_dishesMap
;
//等待Simphony拉取的有效订单队列list[orderId]
//等待Simphony拉取的有效订单队列list[orderId]
QStringList
m_simValidOrdersList
;
QStringList
m_simValidOrdersList
;
//订单号与pos短号映射
//订单号与pos短号映射
:[可能同时存在两种状态:1:新单记录;2:退单记录;但是小票号就存一个;]
QMap
<
QString
,
QString
>
m_orderIdToPosCheckNoMap
;
QMap
<
QString
,
QString
>
m_orderIdToPosCheckNoMap
;
//记录当前订单操作
//记录当前订单操作
QMap
<
QString
,
int
>
m_orderOperatePair
;
QMap
<
QString
,
int
>
m_orderOperatePair
;
...
@@ -406,9 +406,6 @@ public slots:
...
@@ -406,9 +406,6 @@ public slots:
void
onDailyReport
();
void
onDailyReport
();
/* 功能:获取Http返回Json数据
/* 功能:获取Http返回Json数据
* 参数:NULL
* 参数:NULL
* 返回:Json对象
* 返回:Json对象
...
...
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