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

提交

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