新增待办信息
This commit is contained in:
@@ -60,21 +60,15 @@
|
||||
colProps: { md: 24, lg: 24 },
|
||||
},
|
||||
{
|
||||
label: t('待办状态'),
|
||||
label: t('待办描述'),
|
||||
field: 'extra',
|
||||
component: 'Input',
|
||||
componentProps: {
|
||||
maxlength: 8,
|
||||
},
|
||||
required: true,
|
||||
colProps: { md: 24, lg: 24 },
|
||||
},
|
||||
{
|
||||
label: t('待办意见'),
|
||||
field: 'extraDesc',
|
||||
component: 'InputTextArea',
|
||||
required: true,
|
||||
colProps: { md: 24, lg: 24 },
|
||||
},
|
||||
{
|
||||
label: t('是否关闭'),
|
||||
field: 'clickClose',
|
||||
@@ -95,13 +89,13 @@
|
||||
},
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
label: t('内容信息'),
|
||||
field: 'description',
|
||||
component: 'InputTextArea',
|
||||
required: true,
|
||||
colProps: { md: 24, lg: 24 },
|
||||
},
|
||||
{
|
||||
label: t('待办意见'),
|
||||
field: 'extraDesc',
|
||||
component: 'InputTextArea',
|
||||
required: true,
|
||||
colProps: { md: 24, lg: 24 },
|
||||
},
|
||||
];
|
||||
|
||||
const [registerForm, { resetFields, setFieldsValue, validate }] = useForm<BizListItem>({
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
label: t('待办状态'),
|
||||
label: t('待办描述'),
|
||||
field: 'extra',
|
||||
component: 'Input',
|
||||
},
|
||||
@@ -179,7 +179,7 @@
|
||||
dictType: 'is_open',
|
||||
},
|
||||
{
|
||||
title: t('待办状态'),
|
||||
title: t('待办描述'),
|
||||
dataIndex: 'extra',
|
||||
key: 'a.extra',
|
||||
sorter: true,
|
||||
@@ -226,6 +226,7 @@
|
||||
return {
|
||||
...params,
|
||||
type : '3',
|
||||
ustatus: '1',
|
||||
loginUser : userinfo.value.loginCode ,
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user