订单优化
This commit is contained in:
parent
3edb2386a9
commit
3b5e2a8a29
|
|
@ -30,7 +30,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'cascader'], function
|
|||
function assembleOrderMessage(data) {
|
||||
const message = `订单编号: ${data.order_no}
|
||||
服务名称: ${data.item_title}
|
||||
客户姓名: ${data.customer}
|
||||
客户昵称: ${data.customer}
|
||||
客户电话: ${data.tel}
|
||||
客户地址: ${data.address}
|
||||
收款金额: ${data.receive_type === 1 ? '已收定金 ' + data.online_amount : '已收全款 ' + data.online_amount}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user