Commit 1e72ee31 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修改字段名

parent 0cb3fae1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: XieZhiXiong * @Author: XieZhiXiong
* @Date: 2020-11-05 15:18:15 * @Date: 2020-11-05 15:18:15
* @LastEditors: XieZhiXiong * @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-22 15:41:23 * @LastEditTime: 2021-01-22 18:01:26
* @Description: 换货发货统计、换货发货明细 * @Description: 换货发货统计、换货发货明细
*/ */
import React, { useState } from 'react'; import React, { useState } from 'react';
...@@ -287,7 +287,7 @@ const ExchangeDeliverInfo: React.FC<ExchangeDeliverInfoProps> = ({ ...@@ -287,7 +287,7 @@ const ExchangeDeliverInfo: React.FC<ExchangeDeliverInfoProps> = ({
<Descriptions.Item label="换货发货单号"> <Descriptions.Item label="换货发货单号">
{!isPurchaser ? ( {!isPurchaser ? (
<Link <Link
to={`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${item.deliveryId}`} to={`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${item.deliveryNoId}`}
> >
{item.deliveryNo} {item.deliveryNo}
</Link> </Link>
......
...@@ -297,7 +297,7 @@ const ExchangeReceivedInfo: React.FC<ExchangeReceivedInfoProps> = ({ ...@@ -297,7 +297,7 @@ const ExchangeReceivedInfo: React.FC<ExchangeReceivedInfoProps> = ({
<Descriptions.Item label="退货发货单号"> <Descriptions.Item label="退货发货单号">
{isPurchaser ? ( {isPurchaser ? (
<Link <Link
to={`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${item.deliveryId}`} to={`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${item.deliveryNoId}`}
> >
{item.deliveryNo} {item.deliveryNo}
</Link> </Link>
......
...@@ -290,7 +290,7 @@ const ReturnInfo: React.FC<ReturnInfoProps> = ({ ...@@ -290,7 +290,7 @@ const ReturnInfo: React.FC<ReturnInfoProps> = ({
<Descriptions.Item label="退货发货单号"> <Descriptions.Item label="退货发货单号">
{isPurchaser ? ( {isPurchaser ? (
<Link <Link
to={`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${item.deliveryId}`} to={`/memberCenter/tranactionAbility/stockSellStorage/bills/detail?id=${item.deliveryNoId}`}
> >
{item.deliveryNo} {item.deliveryNo}
</Link> </Link>
......
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