Commit c8f6c9ae by Zhang Xin

修改æŽfinish task接口调用页面 & 去掉菜单栏

parent c2ff865e
......@@ -37,7 +37,6 @@ const normalMenuList = [
{
text : '货品报损',
type : 'HPBS',
page : 51
},
{
text : '货品位置查询',
......@@ -46,7 +45,6 @@ const normalMenuList = [
{
text : '问题反馈',
type : 'WTFK',
page : 141
},
{
text : '货品信息查询',
......
......@@ -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()
}
......
......@@ -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]:
......
......@@ -27,6 +27,7 @@ export default class QuestionContainer extends React.Component{
if(menuType){
this.context.goBackTask()
}else{
this.props.willCloseDoor();
changePages(CONFIG.showPage[131])
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment