1
This commit is contained in:
@@ -1093,3 +1093,8 @@ func (c *PurchaseHandler) UploadInvoice(param *model.InvoiceMsg, base64 string)
|
||||
}
|
||||
return result.SuccessfulApplicationNoList, result.FailedApplicationNoList, nil
|
||||
}
|
||||
|
||||
// UploadPickingImg 上传拣货图片
|
||||
func (c *PurchaseHandler) UploadPickingImg(order *model.GoodsOrder, imgList []string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user