From 51c533534fda894367470b67a38629d1025fe558 Mon Sep 17 00:00:00 2001 From: sian Date: Tue, 27 Dec 2022 10:31:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/order.go | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/supply/order.go b/supply/order.go index 0deaee1..4ba27a5 100644 --- a/supply/order.go +++ b/supply/order.go @@ -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 // 供应商订单号