Commit 82715470 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复无物流单时相关表单项不能编辑的问题

parent f47884e7
......@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-05 15:18:15
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-08-17 16:30:36
* @LastEditTime: 2021-08-19 13:57:25
* @Description: 退货收货统计、退货发货明细
*/
import React, { useState } from 'react';
......@@ -484,7 +484,7 @@ const ReturnInfo: React.FC<ReturnInfoProps> = ({
onSubmit={handleReturnDeliverSubmit}
submitLoading={submitLoading}
ediableProduct={false}
ediableLogistics={!!currentDetailed?.deliveryTime}
ediableLogistics={!currentDetailed?.logisticsId}
/>
</MellowCard>
);
......
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