Commit 699cd3dc by s_guodong

UPDATE

parent b7b8dc57
...@@ -64,7 +64,12 @@ export default class T36D extends Component ...@@ -64,7 +64,12 @@ export default class T36D extends Component
optionFilterProp="children" optionFilterProp="children"
notFoundContent="Wrong Code" notFoundContent="Wrong Code"
style={{ width: "100%" }} value={value.s1} onChange={val=>this.onChange(1,val)} > style={{ width: "100%" }} value={value.s1} onChange={val=>this.onChange(1,val)} >
<Option value="BCAW">BCAW</Option> <Option value="PAIR">PAIR</Option>
<Option value="TURN">TURN</Option>
<Option value="MION">MION</Option>
<Option value="SIZE">SIZE</Option>
<Option value="SETT">SETT</Option>
<Option value="LOST">LOST</Option>
</Select> </Select>
</FormItem> </FormItem>
</Col> </Col>
......
...@@ -97,7 +97,7 @@ export default class T57A extends Component ...@@ -97,7 +97,7 @@ export default class T57A extends Component
validateStatus={errmsg.s3?'error':null} validateStatus={errmsg.s3?'error':null}
> >
<Input addonAfter={ <YBIC onSelect={obj=>this.onChange(3,obj.bic)} /> } maxLength={16} style={{imeMode:'disabled'}} placeholder="Identifier Code" value={value.s3} onChange={(e)=>this.onChange(3,e.target.value)}/> <Input addonAfter={ <YBIC onSelect={obj=>this.onChange(3,obj.bic)} /> } maxLength={11} style={{imeMode:'disabled'}} placeholder="Identifier Code" value={value.s3} onChange={(e)=>this.onChange(3,e.target.value)}/>
</FormItem> </FormItem>
</Col> </Col>
</Row> </Row>
......
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