Commit 0eb32094 authored by XieZhiXiong's avatar XieZhiXiong

chore: 修改提交字段名称

parent c5f0c4e3
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-01-06 11:36:34
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-09-10 16:58:46
* @LastEditTime: 2021-09-14 13:55:57
* @Description:
*/
import React, { useState } from 'react';
......@@ -39,7 +39,7 @@ const ExchangePrDeliverVerify: React.FC = () => {
productList: productList.map((item) => ({
productId: item.productId,
returnCount: +item.count,
returnDetailId: item.returnDetailId,
replaceDetailId: item.returnDetailId,
})),
deliveryTime: moment(deliveryTime).valueOf(),
logisticsName: logisticsNameTxt,
......
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