Commit e035aa9c authored by 靳野's avatar 靳野

feat:修改供货价的库存设置上限范围

parent 6a7e27f1
......@@ -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={1} 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