|
@@ -438,16 +438,16 @@ const NewService = Form.create()(
|
|
|
theorgCodeUrl = picArr.join(",");
|
|
|
}
|
|
|
if (this.props.userDetaile) {
|
|
|
- if (this.state.totalAmount === "") {
|
|
|
- message.warning("签单金额不能为空");
|
|
|
- this.refs.signFirstPayment.focus();
|
|
|
- return false;
|
|
|
- }
|
|
|
- if (this.state.firstAmount === "") {
|
|
|
- message.warning("首付金额不能为空");
|
|
|
- this.refs.signFirstPayment.focus();
|
|
|
- return false;
|
|
|
- }
|
|
|
+ // if (this.state.totalAmount === "") {
|
|
|
+ // message.warning("签单金额不能为空");
|
|
|
+ // this.refs.signFirstPayment.focus();
|
|
|
+ // return false;
|
|
|
+ // }
|
|
|
+ // if (this.state.firstAmount === "") {
|
|
|
+ // message.warning("首付金额不能为空");
|
|
|
+ // this.refs.signFirstPayment.focus();
|
|
|
+ // return false;
|
|
|
+ // }
|
|
|
if (!theorgCodeUrl) {
|
|
|
message.warning("图片过大,上传失败");
|
|
|
this.refs.signFirstPayment.focus();
|
|
@@ -1717,7 +1717,7 @@ const NewService = Form.create()(
|
|
|
}}
|
|
|
style={{ width: "240px" }}
|
|
|
/>
|
|
|
- <span className="mandatory">*</span>
|
|
|
+ {/* <span className="mandatory">*</span> */}
|
|
|
</FormItem>
|
|
|
<FormItem
|
|
|
className="half-item"
|
|
@@ -1735,7 +1735,7 @@ const NewService = Form.create()(
|
|
|
}}
|
|
|
style={{ width: "240px" }}
|
|
|
/>
|
|
|
- <span className="mandatory">*</span>
|
|
|
+ {/* <span className="mandatory">*</span> */}
|
|
|
</FormItem>
|
|
|
<FormItem
|
|
|
className="half-item"
|