1
This commit is contained in:
@@ -50,7 +50,7 @@ const (
|
||||
RiderPhone = "riderPhone" // 骑手电话
|
||||
RejectionReason = "rejectionReason" // 拒收原因
|
||||
CustcareRefundReason = "custcareRefundReason" // 客服退款理由
|
||||
EnterTheStore = "enterTheStore" // 进店
|
||||
EnterTheStore = "enterTheStore" // 催单
|
||||
)
|
||||
|
||||
type SkuListPrintOrder struct {
|
||||
@@ -112,7 +112,7 @@ func ManagerOrderPrint(order *model.GoodsOrder, storeTel string, storeDetail *da
|
||||
printOrder[OfficialName] = globals.StoreName
|
||||
|
||||
bill, _ := partner.CurOrderManager.LoadWaybill(order.VendorWaybillID, order.WaybillVendorID)
|
||||
printOrder[StoreStatus] = utils.Int2Str(storeDetail.Status)
|
||||
//printOrder[StoreStatus] = utils.Int2Str(storeDetail.Status)
|
||||
printOrder[RiderVendorId] = utils.Int2Str(bill.WaybillVendorID)
|
||||
printOrder[RiderName] = bill.CourierName
|
||||
printOrder[RiderPhone] = bill.CourierMobile
|
||||
|
||||
Reference in New Issue
Block a user