上传附件

This commit is contained in:
‘huanghaiixia’
2025-12-02 17:48:17 +08:00
parent 3232319675
commit 3e48f2b050
8 changed files with 595 additions and 142 deletions

View File

@ -179,14 +179,27 @@
}
});
} else {
router.push({
path: '/form/Customer/' + record.id + '/viewForm',
query: {
formPath: 'sales/Customer',
formName: formName,
formId:currentRoute.value.meta.formId
}
});
if (schemaIdComputedRef.value) {
router.push({
path: '/flow/' + schemaIdComputedRef.value + '/0/createFlow',
query: {
formPath: 'sales/Customer',
formName: formName,
formId:currentRoute.value.meta.formId,
type:'edit',
id: record.id,
disabled: 1,
}
});
}
// router.push({
// path: '/form/Customer/' + record.id + '/viewForm',
// query: {
// formPath: 'sales/Customer',
// formName: formName,
// formId:currentRoute.value.meta.formId
// }
// });
}
}
@ -231,7 +244,7 @@
});
} else {
router.push({
path: '/form/Customer/' + record.id + '/createFormCustomer',
path: '/form/Customer/' + record.id + '/createForm',
query: {
formPath: 'sales/Customer',
formName: formName,