|
@@ -1005,8 +1005,6 @@ const IntentionCustomer = Form.create()(
|
|
|
//approval:thisdata.approval==0?thisdata.approval.toString():thisdata.approval,//特批状态
|
|
|
outsource: thisdata.outsource == 0 ? "否" : "是",
|
|
|
deleteSign: thisdata.deleteSign,
|
|
|
- salesType: thisdata.salesType,//销售类型
|
|
|
- userType: thisdata.userType,//客户所属类型
|
|
|
updatas: {
|
|
|
salesType: thisdata.salesType,//销售类型
|
|
|
userType: thisdata.userType,//客户所属类型
|
|
@@ -1455,7 +1453,7 @@ const IntentionCustomer = Form.create()(
|
|
|
});
|
|
|
contentUrl = picArr.join(",");
|
|
|
} else {
|
|
|
- message.info("请上传服务内容图片")
|
|
|
+ message.warning("请上传服务内容图片")
|
|
|
return
|
|
|
}
|
|
|
if (moneyVerify(this.state.totalAmount)) {
|
|
@@ -1512,7 +1510,7 @@ const IntentionCustomer = Form.create()(
|
|
|
return false;
|
|
|
}
|
|
|
}
|
|
|
- if (this.state.salesType == null) {
|
|
|
+ if (this.state.updatas.salesType == null) {
|
|
|
message.warning("请选择销售类型!");
|
|
|
return
|
|
|
}
|
|
@@ -1930,7 +1928,7 @@ const IntentionCustomer = Form.create()(
|
|
|
)}
|
|
|
<ShowModalDiv ShowModal={this.state.showModal} />
|
|
|
<div className="content-title" style={{ marginBottom: 10 }}>
|
|
|
- <span style={{ fontWeight: 900, fontSize: 16 }}>订单审核</span>
|
|
|
+ <span style={{ fontWeight: 900, fontSize: 16 }}>驳回订单列表</span>
|
|
|
</div>
|
|
|
<div className="user-search">
|
|
|
<Tabs
|