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
c8f6c9ae
Commit
c8f6c9ae
authored
Jan 22, 2019
by
Zhang Xin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改æfinish task接口调用页面 & 去掉菜单栏
parent
c2ff865e
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
5 deletions
+4
-5
client/config/showPage.js
+0
-2
client/containers/HomePageContainer/HomePageContainer.jsx
+2
-3
client/containers/PageContainer/PageContainer.jsx
+1
-0
client/containers/QuestionContainer/QuestionContainer.jsx
+1
-0
No files found.
client/config/showPage.js
View file @
c8f6c9ae
...
...
@@ -37,7 +37,6 @@ const normalMenuList = [
{
text
:
'货品报损'
,
type
:
'HPBS'
,
page
:
51
},
{
text
:
'货品位置查询'
,
...
...
@@ -46,7 +45,6 @@ const normalMenuList = [
{
text
:
'问题反馈'
,
type
:
'WTFK'
,
page
:
141
},
{
text
:
'货品信息查询'
,
...
...
client/containers/HomePageContainer/HomePageContainer.jsx
View file @
c8f6c9ae
...
...
@@ -38,10 +38,9 @@ export default class HomePageContainer extends React.Component{
}
logout
(){
this
.
props
.
willCloseDoor
();
// let msg={type:'WILL_CLOSEDOOR'};
// sendMsg(JSON.stringify(msg))
// this.props.changeIsSend(true)
// sendMsg(JSON.stringify(msg))
;
// this.props.changeIsSend(true)
;
this
.
props
.
tempLogout
()
}
...
...
client/containers/PageContainer/PageContainer.jsx
View file @
c8f6c9ae
...
...
@@ -812,6 +812,7 @@ class PageContainer extends React.Component {
changePages=
{
(
data
)
=>
this
.
changePages
(
data
)
}
showPopup=
{
(
info
)
=>
this
.
showPopup
(
info
)
}
hidePopup=
{
()
=>
this
.
hidePopup
()
}
willCloseDoor=
{
()
=>
{
dispatch
(
willCloseDoor
(
commonInfo
,
false
))}
}
/>
;
break;
case showPage[141]:
...
...
client/containers/QuestionContainer/QuestionContainer.jsx
View file @
c8f6c9ae
...
...
@@ -27,6 +27,7 @@ export default class QuestionContainer extends React.Component{
if
(
menuType
){
this
.
context
.
goBackTask
()
}
else
{
this
.
props
.
willCloseDoor
();
changePages
(
CONFIG
.
showPage
[
131
])
}
}
...
...
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