|
@@ -59,20 +59,16 @@
|
|
|
span: 16,
|
|
|
},
|
|
|
},
|
|
|
- // {
|
|
|
- // field: 'convertWarranty',
|
|
|
- // component: 'Checkbox',
|
|
|
- // labelWidth: 0,
|
|
|
- // label: '',
|
|
|
- // suffix: '保外转包内',
|
|
|
- // componentProps: {
|
|
|
- // name: 'wodeces',
|
|
|
- // label: 'wodeces',
|
|
|
- // },
|
|
|
- // colProps: {
|
|
|
- // span: 5,
|
|
|
- // },
|
|
|
- // },
|
|
|
+ {
|
|
|
+ field: 'convertWarranty',
|
|
|
+ component: 'Checkbox',
|
|
|
+ labelWidth: 0,
|
|
|
+ label: '',
|
|
|
+ suffix: '保外转包内',
|
|
|
+ colProps: {
|
|
|
+ span: 5,
|
|
|
+ },
|
|
|
+ },
|
|
|
{
|
|
|
field: 'cameraFaultInfo',
|
|
|
component: 'InputTextArea',
|
|
@@ -88,7 +84,7 @@
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
- field: 'cameraFaultInfo',
|
|
|
+ field: 'annex',
|
|
|
component: 'InputTextArea',
|
|
|
label: '附件、附带物品',
|
|
|
required: false,
|
|
@@ -230,6 +226,10 @@
|
|
|
})`,
|
|
|
deviceType: t(`routes.scene.tableType.${data.cameraType}`) + ' ' + data.cameraSnCode,
|
|
|
});
|
|
|
+ updateSchema({
|
|
|
+ field: 'convertWarranty',
|
|
|
+ ifShow: data.warrantyType == 2,
|
|
|
+ });
|
|
|
}
|
|
|
|
|
|
const handleSubmit = async () => {
|