@@ -308,7 +308,7 @@ func QueryConvertLog(c *gin.Context) {
direction := "-"
// 数量
qty := v.Outvalue
- if v.Converttype == 1 || v.Converttype == 2 {
+ if v.Converttype == 1 || v.Converttype == 2 || v.Converttype == 5 {
direction = "+"
qty = v.Invalue
}