Commit 6db18ea2 authored by 王苓芝's avatar 王苓芝

添加序列号

parent 434ef2bc
......@@ -146,6 +146,17 @@ const LogisticsForm = props => {
],
})(<Input placeholder="请填写物流单号" />)}
</FormItem>
<FormItem>
{getFieldDecorator(`${i}-serialNumber`, {
initialValue: v.serialNumber,
rules: [
{
required: true,
message: '请填写序列号!',
},
],
})(<Input placeholder="请填写序列号" />)}
</FormItem>
</Card>
))}
<div className={style.logistics}>
......
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