Commit 12b58453 by 曲志鑫

将77L字段长度由150*65增长到500*65

parent 9b9bdfc9
......@@ -13,7 +13,7 @@ export default class T77L extends Component
name='77L'
desp = "Requested Local Undertaking Terms and Conditions"
pattern = "150*65z"
pattern = "500*65z"
tno = -1
onChange=(val)=>{
this.props.onValue([{s1:val},val])
......@@ -34,7 +34,7 @@ export default class T77L extends Component
validateStatus={errmsg.s1?'error':null}
>
<TextArea type= "textarea" maxLength={65*150} cols={65} rows={10} style={{imeMode:'disabled'}} placeholder="Narrative" value={value.s1} onChange={(e)=>this.onChange(e.target.value)}/>
<TextArea type= "textarea" maxLength={65*500} cols={65} rows={10} style={{imeMode:'disabled'}} placeholder="Narrative" value={value.s1} onChange={(e)=>this.onChange(e.target.value)}/>
</FormItem>
</Col>
......
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