|
|
@@ -427,14 +427,6 @@ const ContractRenews: React.FC = () => {
|
|
|
<ContractSelect placeholder="选择合同" style={{ width: '100%' }} />
|
|
|
</Form.Item>
|
|
|
|
|
|
- <Form.Item
|
|
|
- name=""
|
|
|
- label="续签编号"
|
|
|
- rules={[{ required: true, message: '请输入续签编号' }]}
|
|
|
- >
|
|
|
- <Input placeholder="请输入续签编号" disabled={!!currentRecord} />
|
|
|
- </Form.Item>
|
|
|
-
|
|
|
<div className="grid grid-cols-2 gap-4">
|
|
|
<Form.Item
|
|
|
name=""
|