Update add.js
This commit is contained in:
parent
f34a0f8efc
commit
66bdcb75d3
|
@ -1128,7 +1128,7 @@ export default class acclist extends React.Component{
|
||||||
let model2 = this.state.model;
|
let model2 = this.state.model;
|
||||||
model2.quantity = e;
|
model2.quantity = e;
|
||||||
this.setState({model:model2})
|
this.setState({model:model2})
|
||||||
}} value={this.state.model.quantity} placeholder={"请输入"} labelWidth={'0px'} maxLength={5} height={'36px'} width={'400px'} alignment={'left'}/>
|
}} value={this.state.model.quantity} disabled={this.state.model.style == 6} placeholder={"请输入"} labelWidth={'0px'} maxLength={5} height={'36px'} width={'400px'} alignment={'left'}/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue