|
|
@ -432,7 +432,7 @@ class PackageIndexNEIBannerConcent extends Component {
|
|
|
|
deadline_at:deadline_at._i,
|
|
|
|
deadline_at:deadline_at._i,
|
|
|
|
min_price:parseInt(min_price),
|
|
|
|
min_price:parseInt(min_price),
|
|
|
|
max_price:parseInt(max_price),
|
|
|
|
max_price:parseInt(max_price),
|
|
|
|
contact_name: contact_name===null?this.props.current_user.username:contact_name,
|
|
|
|
contact_name: contact_name===null||contact_name===undefined?this.props.current_user.username:contact_name,
|
|
|
|
contact_phone: contact_phone===undefined?this.props.current_user.phone:contact_phone,
|
|
|
|
contact_phone: contact_phone===undefined?this.props.current_user.phone:contact_phone,
|
|
|
|
code:code,
|
|
|
|
code:code,
|
|
|
|
publish:types
|
|
|
|
publish:types
|
|
|
@ -480,7 +480,7 @@ class PackageIndexNEIBannerConcent extends Component {
|
|
|
|
deadline_at:deadline_at._i,
|
|
|
|
deadline_at:deadline_at._i,
|
|
|
|
min_price:parseInt(min_price),
|
|
|
|
min_price:parseInt(min_price),
|
|
|
|
max_price:parseInt(max_price),
|
|
|
|
max_price:parseInt(max_price),
|
|
|
|
contact_name: contact_name===null?this.props.current_user.username:contact_name,
|
|
|
|
contact_name: contact_name===null||contact_name===undefined?this.props.current_user.username:contact_name,
|
|
|
|
contact_phone: contact_phone===undefined?this.props.current_user.phone:contact_phone,
|
|
|
|
contact_phone: contact_phone===undefined?this.props.current_user.phone:contact_phone,
|
|
|
|
code:code,
|
|
|
|
code:code,
|
|
|
|
publish:types
|
|
|
|
publish:types
|
|
|
@ -828,7 +828,7 @@ class PackageIndexNEIBannerConcent extends Component {
|
|
|
|
<Input
|
|
|
|
<Input
|
|
|
|
className={"fafafas"}
|
|
|
|
className={"fafafas"}
|
|
|
|
style={{"width": "260px"}}
|
|
|
|
style={{"width": "260px"}}
|
|
|
|
value={this.state.contact_name===null?this.props.current_user.username:this.state.contact_name}
|
|
|
|
value={this.state.contact_name===null||this.state.contact_name===undefined?this.props.current_user.username:this.state.contact_name}
|
|
|
|
placeholder="请输入姓名"
|
|
|
|
placeholder="请输入姓名"
|
|
|
|
onInput={(e)=>this.onChangeContact_name(e)}
|
|
|
|
onInput={(e)=>this.onChangeContact_name(e)}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
@ -885,7 +885,7 @@ class PackageIndexNEIBannerConcent extends Component {
|
|
|
|
{/*<Button type="primary" className="defalutSubmitbtn ml10 defalutSubmitbtnmodels">重新发送()</Button>*/}
|
|
|
|
{/*<Button type="primary" className="defalutSubmitbtn ml10 defalutSubmitbtnmodels">重新发送()</Button>*/}
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<a className="fl mt13">
|
|
|
|
<a className="fl mt8">
|
|
|
|
<span className="font-18 color-blue" onClick={()=>this.modalCancel()}>X</span>
|
|
|
|
<span className="font-18 color-blue" onClick={()=>this.modalCancel()}>X</span>
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
</p>:""}
|
|
|
|
</p>:""}
|
|
|
|