Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FmTakeaway
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
shangshang.dai
FmTakeaway
Commits
f1bfbf34
Commit
f1bfbf34
authored
Jul 17, 2017
by
shangshang.dai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix 1:修复拒单界面重复NEW的BUG
parent
a3392984
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
fmTakeaway/detailForm.cpp
+1
-1
No files found.
fmTakeaway/detailForm.cpp
View file @
f1bfbf34
...
@@ -115,7 +115,6 @@ void DetailForm::InitData(OrderObject *orderObject)
...
@@ -115,7 +115,6 @@ void DetailForm::InitData(OrderObject *orderObject)
{
{
ui
->
detailBtn3
->
hide
();
ui
->
detailBtn3
->
hide
();
}
}
m_rejectForm
=
new
RejectForm
(
this
);
if
(
orderObject
->
order_type
==
3
||
orderObject
->
order_type
==
4
)
if
(
orderObject
->
order_type
==
3
||
orderObject
->
order_type
==
4
)
{
{
...
@@ -138,6 +137,7 @@ void DetailForm::_Init()
...
@@ -138,6 +137,7 @@ void DetailForm::_Init()
ui
->
detailTable0
->
header
()
->
setStretchLastSection
(
true
);
ui
->
detailTable0
->
header
()
->
setStretchLastSection
(
true
);
ui
->
detailTable0
->
header
()
->
setSectionResizeMode
(
QHeaderView
::
Fixed
);
ui
->
detailTable0
->
header
()
->
setSectionResizeMode
(
QHeaderView
::
Fixed
);
m_rejectForm
=
new
RejectForm
(
this
);
// ui->detailTable0->horizontalHeader()->setSectionResizeMode(QHeaderView::Fixed);
// ui->detailTable0->horizontalHeader()->setSectionResizeMode(QHeaderView::Fixed);
}
}
...
...
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