Commit 1154f09f by 泽锋 李

fix

parent 2807400a
......@@ -444,7 +444,7 @@ t1.usable_stock + t1.occupy_stock as 'sum_usable_stock',
(t1.usable_stock + t4.quantity_transfer + t4.quantity_purchase ) as 'sum_actual_stock',
( (t6.turnover_sales*t6.quantity_safe_inventory) ) as 'turnover_days_quantity',
( (t6.turnover_sales+t6.quantity_safe_inventory) ) as 'turnover_days_quantity',
t6.turnover_days as 'turnover_days',
t3.moq,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment