Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
max_android_panel
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
Zhang Xin
max_android_panel
Commits
8d07e6b2
Commit
8d07e6b2
authored
Dec 07, 2018
by
Zhang Xin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug 2328 2327
parent
50d4ff53
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
client/containers/QuestionContainer/QuestionContainer.jsx
+1
-1
client/reducers/common.js
+1
-0
No files found.
client/containers/QuestionContainer/QuestionContainer.jsx
View file @
8d07e6b2
...
@@ -57,7 +57,7 @@ export default class QuestionContainer extends React.Component{
...
@@ -57,7 +57,7 @@ export default class QuestionContainer extends React.Component{
<
Button
text=
{
"散落货品上报"
}
option=
{
()
=>
changePages
(
CONFIG
.
showPage
[
51
])
}
btnContainer=
{
"bordere5e5e5 font32"
}
style=
{
{
'marginTop'
:
UTILPATH
.
getRemByPx
(
40
)}
}
/>
<
Button
text=
{
"散落货品上报"
}
option=
{
()
=>
changePages
(
CONFIG
.
showPage
[
51
])
}
btnContainer=
{
"bordere5e5e5 font32"
}
style=
{
{
'marginTop'
:
UTILPATH
.
getRemByPx
(
40
)}
}
/>
<
Button
text=
{
"请求店铺保洁"
}
btnContainer=
{
"bordere5e5e5 font32"
}
style=
{
{
'marginTop'
:
UTILPATH
.
getRemByPx
(
20
)}
}
/>
<
Button
text=
{
"请求店铺保洁"
}
btnContainer=
{
"bordere5e5e5 font32"
}
style=
{
{
'marginTop'
:
UTILPATH
.
getRemByPx
(
20
)}
}
/>
<
Button
text=
{
"其它问题反馈"
}
btnContainer=
{
"bordere5e5e5 font32"
}
style=
{
{
'marginTop'
:
UTILPATH
.
getRemByPx
(
20
)}
}
/>
<
Button
text=
{
"其它问题反馈"
}
btnContainer=
{
"bordere5e5e5 font32"
}
style=
{
{
'marginTop'
:
UTILPATH
.
getRemByPx
(
20
)}
}
/>
<
Button
text=
{
"没有问题"
}
option=
{
()
=>
this
.
handleNoQuestion
.
bind
(
this
)()
}
btnContainer=
{
"bordere5e5e5"
}
style=
{
{
'marginTop'
:
UTILPATH
.
getRemByPx
(
20
)}
}
/>
<
Button
text=
{
"没有问题"
}
option=
{
()
=>
this
.
handleNoQuestion
.
bind
(
this
)()
}
btnContainer=
{
"bordere5e5e5
font32
"
}
style=
{
{
'marginTop'
:
UTILPATH
.
getRemByPx
(
20
)}
}
/>
</
div
>
</
div
>
</
div
>
</
div
>
</
RightContainer
>
</
RightContainer
>
...
...
client/reducers/common.js
View file @
8d07e6b2
...
@@ -105,6 +105,7 @@ const NumChangeWord = (currentTaskType,childTaskNum)=>{
...
@@ -105,6 +105,7 @@ const NumChangeWord = (currentTaskType,childTaskNum)=>{
taskName
=
arr
[
name
-
1
].
children
[
child
-
1
]
taskName
=
arr
[
name
-
1
].
children
[
child
-
1
]
}
}
}
}
break
;
case
'PF'
:
case
'PF'
:
{
{
let
name
=
5
;
let
name
=
5
;
...
...
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