@@ -104,6 +104,18 @@
field: 'projectNum',
ifShow: data.useType == '4',
},
+ {
+ field: 'machineCode',
+ componentProps: {
+ disabled: data.id ? true : false,
+ },
+ field: 'snCodes',
]);
setFieldsValue(data);
}