|
|
@@ -438,6 +438,7 @@
|
|
|
tmgs.sku_code as "skuCode",
|
|
|
tpobi.sku_model as "skuModel",
|
|
|
tpobi.sku_name as "skuName",
|
|
|
+ tmgs.sku_images as "skuImages",
|
|
|
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,
|