Commit 2ebd9863 by Zhang Xin

已回收之后跳转到商品详情页,不跳转到扫码页é

parent 644e9bd1
......@@ -286,11 +286,12 @@ export default class ReplenishSkuPage extends React.Component{
let {hidePopup,uploadError,beginScan} = this.props;
if(!this.state.btnClock){
this.setState({
btnClock: true
btnClock: true,
},()=>{
uploadError(type);
hidePopup();
beginScan();
this.getPage(1)
// beginScan();
})
}
......
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