Commit 1d76e1a2 authored by 陈卓's avatar 陈卓

提交

parent da02c900
...@@ -32,6 +32,7 @@ class DstributorOnTheWayQuery extends React.Component { ...@@ -32,6 +32,7 @@ class DstributorOnTheWayQuery extends React.Component {
id:'', id:'',
boxnum:'', boxnum:'',
partid:'', partid:'',
ordernum:'',
onthewayinfoshow:false, onthewayinfoshow:false,
onthewayinfoshowtype:1, onthewayinfoshowtype:1,
data:[], data:[],
...@@ -211,6 +212,11 @@ class DstributorOnTheWayQuery extends React.Component { ...@@ -211,6 +212,11 @@ class DstributorOnTheWayQuery extends React.Component {
iconStyle={{marginTop:'.2rem'}} iconStyle={{marginTop:'.2rem'}}
icon={clear}/> icon={clear}/>
</SingleItem> </SingleItem>
<SingleItem
name="订单号"
>
<SingleInput name="ordernum" onChange={this.handleInputChange} value={this.state.ordernum}/>
</SingleItem>
<SingleItem <SingleItem
name="箱号" name="箱号"
> >
......
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