|
|
|
@ -83,6 +83,27 @@ func (o *order) StockOut(ctx context.Context, args ArgsOrderStockOut) (err error
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
|
//type ArgsChangeWaybill struct {
|
|
|
|
|
// Id uint
|
|
|
|
|
// Source source // 商品来源
|
|
|
|
|
// SourceOrderSn string
|
|
|
|
|
// WaybillCode string
|
|
|
|
|
// LogisticsName string
|
|
|
|
|
// LogisticsCode string
|
|
|
|
|
//}
|
|
|
|
|
//
|
|
|
|
|
//// ChangeWaybill @Title 修改运单信息
|
|
|
|
|
//func (o *order) ChangeWaybill(ctx context.Context, args ArgsChangeWaybill) (err error) {
|
|
|
|
|
// xClient, err := client.GetClient(o)
|
|
|
|
|
// if err != nil {
|
|
|
|
|
// return
|
|
|
|
|
// }
|
|
|
|
|
// reply := 0
|
|
|
|
|
// err = xClient.Call(ctx, "ChangeWaybill", args, &reply)
|
|
|
|
|
// return
|
|
|
|
|
//}
|
|
|
|
|
|
|
|
|
|
type ArgsOrderFinish struct {
|
|
|
|
|
Source source // 商品来源
|
|
|
|
|
SourceOrderSn string // 供应商订单号
|
|
|
|
|