Commit 701d0e89 authored by 靳野's avatar 靳野

feat:解决sku编码精度丢失问题

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