add mobile

This commit is contained in:
2025-02-17 23:14:19 +08:00
parent ccaa46ff93
commit fa3b57dd17
10 changed files with 425 additions and 3 deletions

View File

@@ -512,8 +512,8 @@ function addApproveFlowAction() {
return kintone.events.on("app.record.detail.process.proceed", (event) => {
const field = statusFieldMap[event.nextStatus.value];
if (field) {
event.record[field].value = kintone.getLoginUser().name;
event.record[field].value = kintone.getLoginUser().name;
}
return event;
});
});
}