|
@@ -110,13 +110,13 @@
|
|
|
required: true,
|
|
|
colProps: { span: 20 },
|
|
|
},
|
|
|
- {
|
|
|
- field: 'projectNum',
|
|
|
- component: 'Input',
|
|
|
- label: '项目号',
|
|
|
- required: true,
|
|
|
- colProps: { span: 20 },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // field: 'projectNum',
|
|
|
+ // component: 'Input',
|
|
|
+ // label: '项目号',
|
|
|
+ // required: true,
|
|
|
+ // colProps: { span: 20 },
|
|
|
+ // },
|
|
|
{
|
|
|
field: 'authorizeKey',
|
|
|
component: 'Input',
|
|
@@ -246,15 +246,15 @@
|
|
|
{
|
|
|
field: 'useType',
|
|
|
componentProps: {
|
|
|
- onChange: (value) => {
|
|
|
- updateSchema({ field: 'projectNum', ifShow: value == '4' });
|
|
|
- },
|
|
|
+ // onChange: (value) => {
|
|
|
+ // updateSchema({ field: 'projectNum', ifShow: value == '4' });
|
|
|
+ // },
|
|
|
},
|
|
|
},
|
|
|
- {
|
|
|
- field: 'projectNum',
|
|
|
- ifShow: data.useType == '4',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // field: 'projectNum',
|
|
|
+ // ifShow: data.useType == '4',
|
|
|
+ // },
|
|
|
]);
|
|
|
data.authorizeTime = [data.authorizeStartTime, data.authorizeEndTime]
|
|
|
setFieldsValue(data);
|