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
6198a7d1
Commit
6198a7d1
authored
Apr 03, 2020
by
wuyang.zou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug: sku是短key 向OMS汇报;过滤培训模式;顾客立刻下单后被立即取消,没有录入退货单;
parent
13aaf03a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
5 deletions
+14
-5
fmTakeout/Control/flowControl.cpp
+0
-0
fmTakeout/Control/flowControl.h
+8
-0
fmTakeout/fmTakeout.rc
+4
-4
fmTakeout/preDefine.h
+2
-1
No files found.
fmTakeout/Control/flowControl.cpp
View file @
6198a7d1
This diff is collapsed.
Click to expand it.
fmTakeout/Control/flowControl.h
View file @
6198a7d1
...
...
@@ -334,6 +334,14 @@ private slots:
* */
void
_ReportOMSRecordOrderInfo
();
/* 功能:往 向OMS汇报POS订单入机状态的队列 添加新项 或 更新队列中数据;
* 参数:NULL
* 返回:NULL
* */
void
_AddOrUpdateReportOmsList
(
const
QString
&
orderId
,
const
QString
&
channel
,
const
QString
&
repType
,
const
QString
&
status
,
const
QString
&
error
);
/* 功能:获取Json对象的字符
* 参数:NULL
* 返回:Json字符串
...
...
fmTakeout/fmTakeout.rc
View file @
6198a7d1
...
...
@@ -7,8 +7,8 @@ IDI_ICON ICON DISCARDABLE "logo.ico"
#endif
VS_VERSION_INFO VERSIONINFO
//***每次修改后编译发版必须变更版本号(preDefine.h中APP_VERSION 需要一致)***//
FILEVERSION 2,2020,
312,1
PRODUCTVERSION 2,2020,
312,1
FILEVERSION 2,2020,
4,13
PRODUCTVERSION 2,2020,
4,13
//*************************************************************************//
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
...
...
@@ -31,8 +31,8 @@ VS_VERSION_INFO VERSIONINFO
VALUE "OriginalFilename", "fmTakeout.exe"
VALUE "ProductName", "Delivery Order Plugin"
//***每次修改后编译发版必须变更版本号(preDefine.h中APP_VERSION 需要一致)***//
VALUE "ProductVersion", "2.2020.
312.1
"
VALUE "FileVersion", "2.2020.
312.1
"
VALUE "ProductVersion", "2.2020.
4.13
"
VALUE "FileVersion", "2.2020.
4.13
"
//*************************************************************************//
END
END
...
...
fmTakeout/preDefine.h
View file @
6198a7d1
...
...
@@ -25,7 +25,8 @@
//#define APP_VERSION "2.2019.815.1"
//#define APP_VERSION "2.2019.916.2"
//#define APP_VERSION "2.2020.26.1"
#define APP_VERSION "2.2020.312.1"
//#define APP_VERSION "2.2020.312.1"
#define APP_VERSION "2.2020.4.13"
//修正版本号时,切记修正 FmTakeout.rc 中的版本号
...
...
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