物料先退回

This commit is contained in:
苏尹岚
2020-08-11 17:38:16 +08:00
parent a11dbe699f
commit 5fdad8096b
2 changed files with 4 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ const (
const (
OrderTypeNormal = 0 //普通订单
OrderTypeMatter = 1 //物料订单
OrderTypeMatter = 0 //物料订单
OrderTypeSupplyGoods = 2 //进货订单
)