dengzhiguo 6 éve%!(EXTRA string=óta)
szülő
commit
36731b1be4

+ 2 - 1
js/component/manageCenter/order/orderNew/addService.jsx

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

+ 2 - 2
js/component/manageCenter/order/orderNew/examine.jsx

@@ -459,7 +459,7 @@ const IntentionCustomer = Form.create()(React.createClass({
 						message.warning(data.error[0].message);
 					};
 				} else {
-					message.warning("该订单已通过审核~");
+					message.success("该订单已通过审核~");
 					this.setState({
 						visible:false,
 					});
@@ -491,7 +491,7 @@ const IntentionCustomer = Form.create()(React.createClass({
 						message.warning(data.error[0].message);
 					};
 				} else {
-					message.warning("该订单已被拒绝~");
+					message.success("该订单已被拒绝~");
 					this.setState({
 						visible:false,
 						noVisible:false