|
@@ -155,6 +155,7 @@ const IntentionCustomer = Form.create()(
|
|
key: i,
|
|
key: i,
|
|
id: thisdata.id, //用户ID
|
|
id: thisdata.id, //用户ID
|
|
salesType: thisdata.salesType, //销售类型
|
|
salesType: thisdata.salesType, //销售类型
|
|
|
|
+ other: thisdata.other,
|
|
orderNo: thisdata.orderNo, //订单编号
|
|
orderNo: thisdata.orderNo, //订单编号
|
|
totalAmount: thisdata.totalAmount, //签单金额
|
|
totalAmount: thisdata.totalAmount, //签单金额
|
|
processStatus: thisdata.processStatus, //流程状态
|
|
processStatus: thisdata.processStatus, //流程状态
|
|
@@ -597,6 +598,7 @@ const IntentionCustomer = Form.create()(
|
|
orderUid: thisdata.uid,
|
|
orderUid: thisdata.uid,
|
|
userType: thisdata.userType,//
|
|
userType: thisdata.userType,//
|
|
salesType: thisdata.salesType, //销售类型
|
|
salesType: thisdata.salesType, //销售类型
|
|
|
|
+ other: thisdata.other,
|
|
orderNo: thisdata.orderNo, //订单编号
|
|
orderNo: thisdata.orderNo, //订单编号
|
|
contractNo: thisdata.contractNo, //合同编号
|
|
contractNo: thisdata.contractNo, //合同编号
|
|
userName: thisdata.userName, //客户名称
|
|
userName: thisdata.userName, //客户名称
|