-
this.setcategory(undefined)}>全部
{this.state.categories.map((item,key)=>{
return(
this.setcategory(item.id)}>{item.name}
@@ -765,6 +784,7 @@ class PackageIndexNEIBannerConcent extends Component {
format="YYYY-MM-DD HH:mm"
placeholder="请选择任务的竞标截止日期"
className={"fafas"}
+ disabledTime={disabledDateTime}
value={this.state.deadline_at}
onChange={this.onChangeTimePicker}
/>
@@ -780,7 +800,7 @@ class PackageIndexNEIBannerConcent extends Component {
style={{"width": "260px"}}
value={this.state.min_price}
placeholder="支付多少费用(最低)"
- onInput={this.onChangemin_prices}
+ onInput={(e)=>this.onChangemin_prices(e)}
suffix={
¥
}
@@ -791,8 +811,7 @@ class PackageIndexNEIBannerConcent extends Component {
style={{"width": "260px"}}
value={this.state.max_price}
placeholder="支付多少费用(最高)"
- onInput={this.onChangemax_prices}
-
+ onInput={(e)=>this.onChangemax_prices(e)}
suffix={
¥
}
@@ -809,9 +828,9 @@ class PackageIndexNEIBannerConcent extends Component {
this.onChangeContact_name(e)}
/>
{this.state.contact_nametype===true?
不能为空
:""}
@@ -841,7 +860,7 @@ class PackageIndexNEIBannerConcent extends Component {
style={{"width": "260px"}}
value={this.state.contact_phone}
placeholder="请输入手机号码"
- onInput={this.onChangeContact_phone}
+ onInput={(e)=>this.onChangeContact_phone(e)}
/>
{this.state.contact_phonetype===true?
不能为空
:""}
{this.state.contact_phonetypes===true?
请输入正确的手机号
:""}
@@ -857,7 +876,7 @@ class PackageIndexNEIBannerConcent extends Component {
enterButton={
getverificationcodes === undefined ?
重新发送 ({seconds}s): getverificationcodes === true ?
获取验证码 :
重新发送}
onSearch={()=>this.getverificationcode()}
- onInput={this.onChangeCode}
+ onInput={(e)=>this.onChangeCode(e)}
/>
{this.state.codeypes===true?
验证码不能为空
:""}
{this.state.codeypesno===true?
验证码不正确
:""}