Commit 6d33b1fb authored by 前端-黄佳鑫's avatar 前端-黄佳鑫
parents d0de0fd8 9d9ed2bc
......@@ -79,7 +79,7 @@ const ExchangePrDeliverVerify: React.FC = () => {
value={{
productList: (
info?.goodsDetailList
.filter((item) => item.deliveryCount > 0)
.filter((item) => item.noDeliveryCount > 0)
.map((item) => {
// 从换货统计里边找到对应的商品,
const current = info?.replaceStatisticsList.find((statisticsItem) => statisticsItem.productId === item.productId);
......
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