工单订单号全局唯一校验覆盖Mock创建与自动同步跨订单查重
This commit is contained in:
@@ -111,6 +111,7 @@ export function MockWorkOrderForm({ onCreated }: { onCreated: () => Promise<void
|
||||
label="订单号"
|
||||
name="platformOrderId"
|
||||
rules={[{ required: true, whitespace: true, message: '请填写订单号' }]}
|
||||
extra="订单号全局唯一,与已有工单重复将无法创建"
|
||||
>
|
||||
<Input placeholder="请输入订单号" />
|
||||
</Form.Item>
|
||||
|
||||
Reference in New Issue
Block a user