|
|
@ -89,7 +89,11 @@ class PackageIndexNEITaskDetails extends Component {
|
|
|
|
<div className="project-package-item project-package-items">
|
|
|
|
<div className="project-package-item project-package-items">
|
|
|
|
|
|
|
|
|
|
|
|
<div className="item-image">
|
|
|
|
<div className="item-image">
|
|
|
|
<img />
|
|
|
|
<div className="fl edu-back-white ml10 ">
|
|
|
|
|
|
|
|
<img alt="头像" className="radius mt10" height="70" id="nh_user_logo" name="avatar_image"
|
|
|
|
|
|
|
|
src={"https://www.educoder.net/images/avatars/User/1"}
|
|
|
|
|
|
|
|
width="70"/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div className=" item-body">
|
|
|
|
<div className=" item-body">
|
|
|
@ -131,119 +135,26 @@ class PackageIndexNEITaskDetails extends Component {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{/*详情*/}
|
|
|
|
<div className={"stud-class-set padding30 coursenavbox edu-back-white mt20"}>
|
|
|
|
<div className={"stud-class-set padding30 coursenavbox edu-back-white mt20"}>
|
|
|
|
<div className={"ant-row contentbox mdInForm "}>
|
|
|
|
|
|
|
|
<div className="ant-form-item-label mb10">
|
|
|
|
|
|
|
|
<label htmlFor="coursesNew_description" className="ant-form-item-required font-16">工期与预算</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<p className="clearfix mb20 shaiContent">
|
|
|
|
|
|
|
|
<span className="shaiTitle fl mt5 ml10">竞标截止:</span>
|
|
|
|
|
|
|
|
<DatePicker
|
|
|
|
|
|
|
|
showToday={false}
|
|
|
|
|
|
|
|
showTime
|
|
|
|
|
|
|
|
locale={locale}
|
|
|
|
|
|
|
|
style={{"width": "260px"}}
|
|
|
|
|
|
|
|
format="YYYY-MM-DD HH:mm:ss"
|
|
|
|
|
|
|
|
placeholder="请选择任务的竞标截止日期"
|
|
|
|
|
|
|
|
className={"fafas"}
|
|
|
|
|
|
|
|
onChange={this.onChangeTimePicker}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p className="clearfix mb20 shaiContent">
|
|
|
|
|
|
|
|
<span className="shaiTitle fl mt5 ml10">支付费用:</span>
|
|
|
|
|
|
|
|
<Input
|
|
|
|
|
|
|
|
className={"fafas"}
|
|
|
|
|
|
|
|
style={{"width": "260px"}}
|
|
|
|
|
|
|
|
format="YYYY-MM-DD HH:mm:ss"
|
|
|
|
|
|
|
|
placeholder="支付多少费用(最低)"
|
|
|
|
|
|
|
|
onChange={this.onChangeTimePicker}
|
|
|
|
|
|
|
|
suffix={
|
|
|
|
|
|
|
|
<span >¥</span>
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<span className={"ml10 mr10"}>~</span>
|
|
|
|
|
|
|
|
<Input
|
|
|
|
|
|
|
|
className={"fafas"}
|
|
|
|
|
|
|
|
style={{"width": "260px"}}
|
|
|
|
|
|
|
|
format="YYYY-MM-DD HH:mm:ss"
|
|
|
|
|
|
|
|
placeholder="支付多少费用(最高)"
|
|
|
|
|
|
|
|
onChange={this.onChangeTimePicker}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
suffix={
|
|
|
|
|
|
|
|
<span>¥</span>
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<div className="ant-form-item-label mb10">
|
|
|
|
|
|
|
|
<label htmlFor="coursesNew_description" className="ant-form-item-required font-16" >联系方式</label>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<p className="clearfix mb20 shaiContent">
|
|
|
|
|
|
|
|
<span className="shaiTitle fl mt5 ml38">姓名:</span>
|
|
|
|
|
|
|
|
<Input
|
|
|
|
|
|
|
|
className={"fafafas"}
|
|
|
|
|
|
|
|
style={{"width": "260px"}}
|
|
|
|
|
|
|
|
format="YYYY-MM-DD HH:mm:ss"
|
|
|
|
|
|
|
|
placeholder="请输入姓名"
|
|
|
|
|
|
|
|
onChange={this.onChangeTimePicker}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p className="clearfix mb20 shaiContent">
|
|
|
|
|
|
|
|
<span className="shaiTitle fl mt5 ml25">手机号:</span>
|
|
|
|
|
|
|
|
<Input
|
|
|
|
|
|
|
|
className={"fafafas fl"}
|
|
|
|
|
|
|
|
style={{"width": "260px"}}
|
|
|
|
|
|
|
|
format="YYYY-MM-DD HH:mm"
|
|
|
|
|
|
|
|
showTime={{ format: 'HH:mm' }}
|
|
|
|
|
|
|
|
placeholder="请输入手机号"
|
|
|
|
|
|
|
|
disabled={true}
|
|
|
|
|
|
|
|
onChange={this.onChangeTimePicker}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<a className="fl ml20">
|
|
|
|
|
|
|
|
<i className="iconfont icon-bianjidaibeijing font-26 color-blue" onClick={()=>this.editmodels()}></i>
|
|
|
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<p className="clearfix mb20 shaiContent">
|
|
|
|
|
|
|
|
<span className="shaiTitle mt5 fl">
|
|
|
|
|
|
|
|
<span className="shaiTitle fl mt5 ml25">
|
|
|
|
|
|
|
|
{/*未注册才显示!*/}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
手机号:</span>
|
|
|
|
|
|
|
|
<Input
|
|
|
|
|
|
|
|
className={"fafafas fl"}
|
|
|
|
|
|
|
|
style={{"width": "260px"}}
|
|
|
|
|
|
|
|
format="YYYY-MM-DD HH:mm"
|
|
|
|
|
|
|
|
showTime={{ format: 'HH:mm' }}
|
|
|
|
|
|
|
|
placeholder="请输入手机号码"
|
|
|
|
|
|
|
|
onChange={this.onChangeTimePicker}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span className="shaiTitle mt5 ml17 fl">
|
|
|
|
|
|
|
|
<span>
|
|
|
|
|
|
|
|
<Search
|
|
|
|
|
|
|
|
style={{ width: 300 }}
|
|
|
|
|
|
|
|
className="fafas"
|
|
|
|
|
|
|
|
placeholder="请输入验证码"
|
|
|
|
|
|
|
|
enterButton={<span>获取验证码</span>}
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
<span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{/*<Button type="primary" className="defalutSubmitbtn ml10 defalutSubmitbtnmodels">重新发送()</Button>*/}
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
{/*发布者和竞选者状态show*/}
|
|
|
|
|
|
|
|
<div className={"stud-class-set padding30 coursenavbox edu-back-white mt20"}>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<div className="clearfix mt30 mb30">
|
|
|
|
|
|
|
|
<Button type="primary" className="defalutSubmitbtn fl mr20 defalutSubmitbtns" onClick={this.setPublication}>申请发布</Button>
|
|
|
|
{/*发布人选择状态*/}
|
|
|
|
<a className="defalutCancelbtns fl">保存</ a>
|
|
|
|
<div className={"stud-class-set padding30 coursenavbox edu-back-white mt20"}>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|