Accept Merge Request #137: (feature/hant -> develop)

Merge Request: 订单优化

Created By: @todayswind
Accepted By: @todayswind
URL: https://g-bcrc3009.coding.net/p/allocatr/d/allocatr/git/merge/137?initial=true
This commit is contained in:
todayswind 2025-06-10 16:43:18 +08:00 committed by Coding
commit 5d50a0f5a1

View File

@ -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}