进货订单调整
This commit is contained in:
@@ -26,6 +26,12 @@ const (
|
||||
EarningTypePoints = 2 //扣点模式
|
||||
)
|
||||
|
||||
const (
|
||||
OrderTypeNormal = 0 //普通订单
|
||||
OrderTypeMatter = 1 //物料订单
|
||||
OrderTypeSupplyGoods = 2 //进货订单
|
||||
)
|
||||
|
||||
var (
|
||||
PayStatusName = map[int]string{
|
||||
PayStatusNo: "待支付",
|
||||
|
||||
Reference in New Issue
Block a user