Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmtakeout
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
李定达
fmtakeout
Commits
b23a661a
Commit
b23a661a
authored
Jan 09, 2019
by
xiaoqing.gu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新订单界面优化
parent
f3cf8eae
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletions
+10
-1
takeout/view/newdetailform.cpp
+0
-0
takeout/view/newdetailform.h
+10
-1
takeout/view/newdetailform.ui
+0
-0
No files found.
takeout/view/newdetailform.cpp
View file @
b23a661a
This diff is collapsed.
Click to expand it.
takeout/view/newdetailform.h
View file @
b23a661a
...
@@ -64,6 +64,16 @@ private slots:
...
@@ -64,6 +64,16 @@ private slots:
* 返回:NULL
* 返回:NULL
* */
* */
void
onOperaBtnClicked
();
void
onOperaBtnClicked
();
/* 功能:处理重新打印按钮点击
* 参数:NULL
* 返回:NULL
* */
void
on_detailBtn1_clicked
();
/* 功能:处理补录按钮点击
* 参数:NULL
* 返回:NULL
* */
void
on_detailBtn0_clicked
();
/* 功能:获取订单操作和操作名称
/* 功能:获取订单操作和操作名称
* 参数:[1]订单[2]操作名称[3]按钮名称
* 参数:[1]订单[2]操作名称[3]按钮名称
...
@@ -76,7 +86,6 @@ private slots:
...
@@ -76,7 +86,6 @@ private slots:
* */
* */
bool
getOtherOrderOptAndName
(
OrderObject
*
order
,
QString
&
optname
,
QString
&
name
);
bool
getOtherOrderOptAndName
(
OrderObject
*
order
,
QString
&
optname
,
QString
&
name
);
void
on_printBtn_clicked
();
};
};
#endif // NEWDETAILFORM_H
#endif // NEWDETAILFORM_H
takeout/view/newdetailform.ui
View file @
b23a661a
This diff is collapsed.
Click to expand it.
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