constvar/const.go
@@ -6,6 +6,8 @@ BaseOperationTypeIncoming BaseOperationType = iota + 1 //收货 BaseOperationTypeOutgoing //交货 BaseOperationTypeInternal //内部调拨 BaseOperationTypeDisuse //报废 BaseOperationTypeAdjust //库存盘点 ) func (slf BaseOperationType) IsValid() bool { @@ -124,7 +126,8 @@ LocationTypeInventoryLoss // 库存损失 LocationTypeProduction // 生产 LocationTypeTransit // 中转位置 LocationTypeDisuse LocationTypeDisuse //报废位置 LocationTypeAdjust //库存盘点 ) func (t LocationType) Valid() bool {