Commit 7ee33fc9 authored by 靳野's avatar 靳野

feat:修改库存上限500到999999

parent 18ad03d4
......@@ -65,7 +65,7 @@ export function column(specArr = []) {
initialValue={row.stock || 0}
rules={[{ required: true, message: '请输入库存!' }, { validator: isIntegerNotMust }]}
>
<InputNumber min={0} max={500} />
<InputNumber min={0} max={999999} />
</Form.Item>
</div>
),
......
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