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