add mobile
This commit is contained in:
12
src/学年別保育計画/main.mobile.js
Normal file
12
src/学年別保育計画/main.mobile.js
Normal file
@@ -0,0 +1,12 @@
|
||||
(function () {
|
||||
"use strict";
|
||||
|
||||
kintone.events.on("mobile.app.record.detail.process.proceed", (event) => {
|
||||
const field = statusFieldMap[event.nextStatus.value];
|
||||
if (field) {
|
||||
event.record[field].value = kintone.getLoginUser().name;
|
||||
}
|
||||
return event;
|
||||
});
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user