Commit 28edaf68 authored by 武广's avatar 武广

fix: 放开实物商品规格限制

parent adccbe4b
......@@ -151,7 +151,7 @@ const SpecificationTemplate = (props, _) => {
)}
</Form.Item>
))}
{fields.length < 3 && !customer.isDisabled && (
{(!customer.isCard || fields.length < 3) && !customer.isDisabled && (
<Form.Item noStyle key="btnpush">
<Button
style={{ marginLeft: 10, marginBottom: 24 }}
......
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