Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Rock Zhang
2015-11-17 13:39:57 +0800
Commit
32afa072b3d9f566ae3c880ce4f757e09f7430e1
1 parent
f05ba855
添加顶部tab高亮的标记
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/Plugin/DataProcess/NewSaleProcess.php
library/Plugin/DataProcess/NewSaleProcess.php
View file @
32afa07
...
...
@@ -70,7 +70,7 @@ class NewSaleProcess
$tabItem
=
array
();
$tabItem
[
'title'
]
=
$one
;
$tabItem
[
'dataId'
]
=
$key
;
if
(
$key
===
1
)
{
if
(
$key
===
0
)
{
$tabItem
[
'focus'
]
=
true
;
}
$result
[
'tabs'
][]
=
$tabItem
;
...
...
Please
register
or
login
to post a comment