Commit c1def063 by Zhang Xin

split

parent 22c8163d
......@@ -139,7 +139,7 @@ export default class RecoveryScanPage extends React.Component{
let barcodeText = this.state.barcodeText;
let {showPopup,getBarCodeProductInfo,headerInfo} = this.props;
let {taskList={}} = headerInfo;
let barcodeList = taskList.barcode.split(",");
let barcodeList = taskList.barcode.split("|");
if(barcodeText){
barcodeText = barcodeText.trim();
if(this.checkNumber(barcodeText)){
......
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