|
|
@@ -425,8 +425,8 @@
|
|
|
t.item_id as "sOrderItemId",
|
|
|
t.sku_id,
|
|
|
tmgs.sku_code as "skuCode",
|
|
|
- tmgs.sku_model as "skuModel",
|
|
|
- tmgs.sku_name as "skuName",
|
|
|
+ tpobi.sku_model as "skuModel",
|
|
|
+ tpobi.sku_name as "skuName",
|
|
|
tpobi.out_qty as "outboundOutQty",
|
|
|
sys.f_remove_zero(tpobi.out_qty - tpobi.return_qty) as "canReturnQty",
|
|
|
- sys.f_remove_zero(tpobi.out_qty - tpobi.return_qty) as outing_qty,
|