|
|
@ -151,6 +151,7 @@ type ListItem struct {
|
|
|
|
StoreHouse int `json:"-"`
|
|
|
|
StoreHouse int `json:"-"`
|
|
|
|
TimeOut int `json:"time_out"`
|
|
|
|
TimeOut int `json:"time_out"`
|
|
|
|
OrderFiling uint `json:"order_filing"`
|
|
|
|
OrderFiling uint `json:"order_filing"`
|
|
|
|
|
|
|
|
MakeUpStatus uint `json:"make_up_status"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
type QueryDownload struct {
|
|
|
|
type QueryDownload struct {
|
|
|
|
manage.RecookOrderGoodsDetailModel
|
|
|
|
manage.RecookOrderGoodsDetailModel
|
|
|
@ -725,6 +726,7 @@ func (o *orderLogic) Data(where Where, page *bean.Page) (list []ListItem, total
|
|
|
|
StoreHouse: detail.Storehouse,
|
|
|
|
StoreHouse: detail.Storehouse,
|
|
|
|
TimeOut: detail.DeliveryTimeOut,
|
|
|
|
TimeOut: detail.DeliveryTimeOut,
|
|
|
|
OrderFiling: detail.OrderFiling,
|
|
|
|
OrderFiling: detail.OrderFiling,
|
|
|
|
|
|
|
|
MakeUpStatus: detail.MakeUpStatus,
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|