Commit fd19460b authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改参数

parent e52d3af3
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-01-06 11:36:34
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-17 13:53:35
* @LastEditTime: 2021-09-10 16:52:53
* @Description:
*/
import React, { useState } from 'react';
......@@ -39,6 +39,7 @@ const ExchangePrDeliverVerify: React.FC = () => {
productList: productList.map((item) => ({
productId: item.productId,
returnCount: +item.count,
returnDetailId: item.returnDetailId,
})),
deliveryTime: moment(deliveryTime).valueOf(),
logisticsName: logisticsNameTxt,
......
......@@ -96,7 +96,6 @@ const ExchangePrDeliverVerify: React.FC = () => {
receiveCount: current?.receiveCount || 0,
subCount: current?.differenceCount || 0,
count: item.deliveryCount,
returnDetailId: item.returnDetailId,
};
})
),
......
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