|
|
@@ -1596,7 +1596,7 @@ class U8XkyServerService extends Service
|
|
|
// 总入库资产量 = 用友已确认入库 + 本地在途蓝单数量(若有本地在途红单则会冲减)
|
|
|
$totalInStockQty = $u8ReceivedQty + $localOccupiedQty;
|
|
|
if (abs($currentQty) > $totalInStockQty) {
|
|
|
- return [false, $line . "【订单:{$poCode}】退货数量超标!该产品系统累计总入库资产仅为: {$totalInStockQty},本次尝试退货: " . abs($currentQty)];
|
|
|
+ return [false, $line . "【订单:{$poCode}】退货数量超标!该产品系统累计总入库数量为: {$totalInStockQty},本次尝试退货: " . abs($currentQty)];
|
|
|
}
|
|
|
}
|
|
|
}
|