From 3db704f235cc2f61dfca403fb331fb445cb96443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 8 Jan 2024 09:45:49 +0800 Subject: [PATCH] 1 --- business/model/const.go | 1 + business/model/print_temp_voice.go | 42 ------------------------------ 2 files changed, 1 insertion(+), 42 deletions(-) diff --git a/business/model/const.go b/business/model/const.go index 6da92a2a4..8c433eb72 100644 --- a/business/model/const.go +++ b/business/model/const.go @@ -83,6 +83,7 @@ var ( WaybillStatusDelivered: "送达", WaybillStatusCanceled: "取消", WaybillStatusFailed: "失败", + WaybillStatusCourierAssigned: "已分配骑手", } OrderTypeName = map[int]string{ OrderTypeOrder: "订单", diff --git a/business/model/print_temp_voice.go b/business/model/print_temp_voice.go index d68d69e98..f27e10bb3 100644 --- a/business/model/print_temp_voice.go +++ b/business/model/print_temp_voice.go @@ -117,48 +117,6 @@ const ( ElementVoice = 77 //. 元.mp3 ) -// -//EBailOrderNo = "eBaiOrderNo" // 品牌名称 -//BusinessType = "businessType" // 是否为预定单 -//PayOrderTime = "payOrderTime" // 下单时间 -//TrySendTime = "trySendTime" // 预计送达时间 -//OrderNo = "orderNo" // 订单编号 -//VendorName = "vendorName" // 订单来源平台名称 -//VendorID = "vendorID" // 订单来源平台id -//VendorOrderNo = "vendorOrderNo" // 订单序号1/2/ -//EBaiCode = "eBailCode" // 饿百取货码 -//QRCOrder = "qrcOrder" // 订单二维码单号,还是订单Id -//ConsigneeName = "consigneeName" // 客户名称 -//ConsigneeMobile = "consigneeMobile" // 客户电话 -//ConsigneeAddress = "consigneeAddress" // 客户地址 -//BuyerComment = "buyerComment" // 客户备注 -//SkuList = "skuList" // 商品列表 -//SkuName = "skuName" // 商品名称 -//SkuCount = "skuCount" // 商品件数 -//SkuOnePrice = "skuOnePrice" // 商品单价 -//SkuAllPrice = "skuAllPrice" // 商品总价 = 商品件数 x 商品件数 -//AllSkuTypeCount = "allSkuTypeCount" // 商品种类 -//AllSkuCount = "allSkuCount" // 商品总数量 -//UserPayMoney = "userPayMoney" // 用户支付 -//StoreName = "storeName" // 门店名称 -//StoreTel = "storeTel" // 门店电话 -//OfficialName = "officialName" // 官方名称 -//BigFont = "bigFont" // 是否为大字体 -//PrintNumber = "printNumber" // 打印次数 -//AppID = "appId" // 应用id -//// 状态对应打印设置的变化 -//OrderStatus = "orderStatus" // 订单状态 -//WayBillStatus = "wayBillStatus" // 运单状态 -//StoreStatus = "storeStatus" // 门店状态 -//ReminderStatus = "reminderStatus" // 催单状态 -//AfsOrderStatus = "afsOrderStatus" // 售后 -// -//RiderVendorId = "riderVendorId" // 骑手所属平台id -//RiderName = "riderName" // 骑手名称 -//RiderPhone = "riderPhone" // 骑手电话 -//RejectionReason = "rejectionReason" // 拒收原因 -//CustcareRefundReason = "custcareRefundReason" // 客服退款理由 -//EnterTheStore = "enterTheStore" // 催单 // 菜市商城常量名称 const ( EBailOrderNoPrint = "eBaiOrderNo" // 品牌名称