dev01 2 years ago
parent
commit
a113de71fe

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

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

+ 2 - 0
js/component/manageCenter/order/orderNew/inquiry.jsx

@@ -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, //客户名称