Commit 0078f491 authored by 陈万宝's avatar 陈万宝

feat:多规格去掉活动价

parent dcd15d8e
...@@ -1115,7 +1115,7 @@ const TakeawayGoodsInfo = forwardRef((props, ref) => { ...@@ -1115,7 +1115,7 @@ const TakeawayGoodsInfo = forwardRef((props, ref) => {
placeholder="销售价(元)" placeholder="销售价(元)"
/> />
</Form.Item> </Form.Item>
<Form.Item {/* <Form.Item
{...weightField} {...weightField}
name={[weightField.name, 'activityPrice']} name={[weightField.name, 'activityPrice']}
rules={[ rules={[
...@@ -1132,7 +1132,7 @@ const TakeawayGoodsInfo = forwardRef((props, ref) => { ...@@ -1132,7 +1132,7 @@ const TakeawayGoodsInfo = forwardRef((props, ref) => {
style={{ width: '120px' }} style={{ width: '120px' }}
placeholder="活动价(元)" placeholder="活动价(元)"
/> />
</Form.Item> </Form.Item> */}
{weightFields.length > 1 ? ( {weightFields.length > 1 ? (
<MinusCircleOutlined onClick={() => weightRemove(weightField.name)} /> <MinusCircleOutlined onClick={() => weightRemove(weightField.name)} />
) : null} ) : null}
......
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