进货订单调整

This commit is contained in:
苏尹岚
2020-08-06 16:39:50 +08:00
parent aefb66bdf2
commit 75662d58f6
2 changed files with 45 additions and 43 deletions

View File

@@ -26,6 +26,12 @@ const (
EarningTypePoints = 2 //扣点模式
)
const (
OrderTypeNormal = 0 //普通订单
OrderTypeMatter = 1 //物料订单
OrderTypeSupplyGoods = 2 //进货订单
)
var (
PayStatusName = map[int]string{
PayStatusNo: "待支付",