提交 54ac7045 作者: 龚洪江

修复:确认订单云享金,佣金禁用

上级 8157a622
...@@ -62,7 +62,7 @@ const SureOrder: FC<ModalProps & selfProps> = ({ open, onOk, onCancel, orderItem ...@@ -62,7 +62,7 @@ const SureOrder: FC<ModalProps & selfProps> = ({ open, onOk, onCancel, orderItem
title: '价格', title: '价格',
align: 'center', align: 'center',
dataIndex: 'unitPrice', dataIndex: 'unitPrice',
render: (text: number) => text.toLocaleString(), render: (text: number) => '¥' + text.toLocaleString(),
}, },
{ {
title: '数量', title: '数量',
...@@ -198,10 +198,10 @@ const SureOrder: FC<ModalProps & selfProps> = ({ open, onOk, onCancel, orderItem ...@@ -198,10 +198,10 @@ const SureOrder: FC<ModalProps & selfProps> = ({ open, onOk, onCancel, orderItem
{type === 1 ? ( {type === 1 ? (
<> <>
<Form.Item label='云享金' name='cashAmt'> <Form.Item label='云享金' name='cashAmt'>
<Input placeholder='请输入抵扣云享金' suffix='元' /> <Input placeholder='请输入抵扣云享金' suffix='元' disabled />
</Form.Item> </Form.Item>
<Form.Item label='佣金' name='totalSalary'> <Form.Item label='佣金' name='totalSalary'>
<Input placeholder='请输入抵扣佣金' suffix='元' /> <Input placeholder='请输入抵扣佣金' suffix='元' disabled />
</Form.Item> </Form.Item>
<Form.Item <Form.Item
label='订单交期' label='订单交期'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论