Commit b75040b7 authored by 靳野's avatar 靳野

feat:SKU编码增加限制位

parent 701d0e89
...@@ -164,12 +164,7 @@ class goodsManage extends Component { ...@@ -164,12 +164,7 @@ class goodsManage extends Component {
className={styles.searchForm} className={styles.searchForm}
> >
<FormItem label="SKU编码" name="skuId"> <FormItem label="SKU编码" name="skuId">
<InputNumber <Input maxLength={18} showCount placeholder="请输入SKU编码" style={selectW} />
stringMode
placeholder="请输入SKU编码"
max={99999999999999999}
style={selectW}
/>
</FormItem> </FormItem>
<FormItem label="商品名称" name="skuName"> <FormItem label="商品名称" name="skuName">
<Input placeholder="请输入商品名称" allowClear style={selectW} /> <Input placeholder="请输入商品名称" allowClear style={selectW} />
......
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