...
|
...
|
@@ -166,14 +166,14 @@ func (c *OrderController) GetOrderPurpose() { |
|
|
"updateTime": orderinfo.UpdateAt.Local().Format("2006-01-02 15:04:05"),
|
|
|
"buyer": orderinfo.Buyer.BuyerName,
|
|
|
"buyerPhone": orderinfo.Buyer.ContactInfo,
|
|
|
"Address": orderinfo.Buyer.ShippingAddress,
|
|
|
"address": orderinfo.Buyer.ShippingAddress,
|
|
|
"id": orderinfo.Id,
|
|
|
"partner": orderinfo.PartnerInfo.Id,
|
|
|
"partnerRatio": orderinfo.PartnerBonusPercent,
|
|
|
"salesmanRatio": orderinfo.SalesmanBonusPercent,
|
|
|
"orderId": orderinfo.OrderCode,
|
|
|
"orderName": orderinfo.OrderName,
|
|
|
"OrderNum": orderinfo.OrderCount,
|
|
|
"orderNum": orderinfo.OrderCount,
|
|
|
"orderPrice": orderinfo.OrderAmount,
|
|
|
"orderDist": orderinfo.OrderRegionInfo.RegionName,
|
|
|
"orderStatue": orderinfo.OrderStatus,
|
...
|
...
|
@@ -385,14 +385,14 @@ func (c *OrderController) GetOrderReal() { |
|
|
"updateTime": orderinfo.UpdateAt.Local().Format("2006-01-02 15:04:05"),
|
|
|
"buyer": orderinfo.Buyer.BuyerName,
|
|
|
"buyerPhone": orderinfo.Buyer.ContactInfo,
|
|
|
"Address": orderinfo.Buyer.ShippingAddress,
|
|
|
"address": orderinfo.Buyer.ShippingAddress,
|
|
|
"id": orderinfo.Id,
|
|
|
"partner": orderinfo.PartnerInfo.Id,
|
|
|
"partnerRatio": orderinfo.PartnerBonusPercent,
|
|
|
"salesmanRatio": orderinfo.SalesmanBonusPercent,
|
|
|
"orderId": orderinfo.OrderCode,
|
|
|
"orderName": orderinfo.OrderName,
|
|
|
"OrderNum": orderinfo.OrderActualCount,
|
|
|
"orderNum": orderinfo.OrderActualCount,
|
|
|
"orderPrice": orderinfo.OrderActualAmount,
|
|
|
"orderDist": orderinfo.OrderRegionInfo.RegionName,
|
|
|
"orderStatue": orderinfo.OrderStatus,
|
...
|
...
|
|