Commit d251c994 by Zhang Xin

fix css bug

parent f3304357
......@@ -2,8 +2,7 @@ import fetch from 'isomorphic-fetch'
import tokeActionType from '../actiontype/TokeStokeContainer'
import {getTaskList} from './common'
console.log(tokeActionType,'dhakjshdjhasjhdjshj')
let domain1 = ENV.domain;
let domain = 'http://192.168.10.128:8080/web/'
let domain = ENV.domain;
//点击提交后台核对商品数量
const checkProductQuantity = (data)=>{
let {commonInfo,tokeProductInfo}=data;
......
......@@ -10,13 +10,13 @@ class DefaultComponent extends React.Component{
<p className={'currentTarget col333 font40'} ><span>任务目标:</span>请仔细检查非货道区是否有遗留的商品</p>
<Button
text={'有,扫码上报'}
btnContainer={'col333 font30'}
btnContainer={'col333 font30 bordere5e5e5'}
style={{marginTop:UTILPATH.getRemByPx(150),marginLeft:'50%',transform:'translate(-50%)'}}
option={this.skipInputCode.bind(this)}
/>
<Button
text={'没有'}
btnContainer={'col333 font30'}
btnContainer={'col333 font30 bordere5e5e5'}
style={{marginTop:UTILPATH.getRemByPx(30),marginLeft:'50%',transform:'translate(-50%)'}}
option={this.props.pullTaskList}
/>
......
......@@ -237,7 +237,7 @@ export default class ReplenishScanPage extends React.Component{
let btnDom = <Button btnContainer={"replenishContainerQrcode font32 backff775c colfff"} key={"replenishContainerWrongQrcode"} text={"关闭"} option={this.hidePop}/>
let popDom =
<PopModel popupTitle={"扫描货品异常"} classContainer={"replenishPopInfo"}>
<div className={"icon iconfont icon-wrong font150"} />
<div className={"icon iconfont icon-wrong font150 colf00"} />
<div className={"text font40 col000"}>
<p>此货品不在本次补货范围内,请放入物流回收箱!</p>
</div>
......
......@@ -104,7 +104,7 @@ class TakeStokeContaniner extends React.Component {
let {type}=nextProps.TokeStokeState;
switch(type){
case 1 :
this.setState({number:1,showButton:true})
this.setState({number:1,showButton:true,initNum:0})
break;
case 2 :
this.setState({number:type})
......
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