|
@@ -434,7 +434,7 @@ const NewService = Form.create()(React.createClass({
|
|
totalAmount: this.state.totalAmount,//总金额
|
|
totalAmount: this.state.totalAmount,//总金额
|
|
firstAmount: this.state.firstAmount,//首付
|
|
firstAmount: this.state.firstAmount,//首付
|
|
isSubmit: this.state.isSubmit,//保存草稿还是提交
|
|
isSubmit: this.state.isSubmit,//保存草稿还是提交
|
|
- signDate: this.state.signDate,//签单日期
|
|
|
|
|
|
+ signDate: this.state.selTime,//签单日期
|
|
contacts: this.state.contacts,//企业负责人
|
|
contacts: this.state.contacts,//企业负责人
|
|
contactMobile: this.state.contactMobile,//负责人联系方式
|
|
contactMobile: this.state.contactMobile,//负责人联系方式
|
|
legalPerson: this.state.legalPerson,//企业法人
|
|
legalPerson: this.state.legalPerson,//企业法人
|
|
@@ -954,6 +954,7 @@ const NewService = Form.create()(React.createClass({
|
|
selTime(e,index){
|
|
selTime(e,index){
|
|
this.setState({
|
|
this.setState({
|
|
entryTime:e,
|
|
entryTime:e,
|
|
|
|
+ signDate:e,
|
|
selTime:index
|
|
selTime:index
|
|
})
|
|
})
|
|
},
|
|
},
|