|
@@ -853,6 +853,7 @@ export const GoodsManagement: React.FC = () => {
|
|
|
)}
|
|
)}
|
|
|
|
|
|
|
|
{/* 父子商品管理面板 - 移到表单下方 */}
|
|
{/* 父子商品管理面板 - 移到表单下方 */}
|
|
|
|
|
+ <div style={{ display: isVisible ? 'block' : 'none' }}>
|
|
|
<div className="mt-6 pt-6 border-t">
|
|
<div className="mt-6 pt-6 border-t">
|
|
|
<GoodsParentChildPanel
|
|
<GoodsParentChildPanel
|
|
|
mode={isCreateForm ? 'create' : 'edit'}
|
|
mode={isCreateForm ? 'create' : 'edit'}
|
|
@@ -867,6 +868,7 @@ export const GoodsManagement: React.FC = () => {
|
|
|
disabled={isCreateForm ? createMutation.isPending : updateMutation.isPending}
|
|
disabled={isCreateForm ? createMutation.isPending : updateMutation.isPending}
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
|
|
|
{/* 对话框底部按钮 */}
|
|
{/* 对话框底部按钮 */}
|
|
|
<DialogFooter>
|
|
<DialogFooter>
|