1
This commit is contained in:
@@ -308,6 +308,13 @@ const (
|
||||
OperateCopyStoreSkus = 3 //复制门店商品
|
||||
)
|
||||
|
||||
const (
|
||||
PrintTypeOrder = "order" // 京西云打印机:打印订单
|
||||
PrintTypeWayBill = "wayBill " // 京西云打印机:打印运单
|
||||
PrintTypeStore = "store " // 京西云打印机:门店下线
|
||||
PrintTypeEnter = "enter" // 京西云打印机:进店订单
|
||||
)
|
||||
|
||||
const (
|
||||
WaybillStatusRefuseFailedGetGoods = -70
|
||||
WaybillStatusUnknown = 0
|
||||
|
||||
Reference in New Issue
Block a user