add mobile
This commit is contained in:
21
src/園児別出欠簿入力/main.mobile.js
Normal file
21
src/園児別出欠簿入力/main.mobile.js
Normal file
@@ -0,0 +1,21 @@
|
||||
(function () {
|
||||
"use strict";
|
||||
|
||||
addApproveFlowAction(true);
|
||||
|
||||
kintone.events.on("mobile.app.record.index.show", (event) => {
|
||||
const headerSpace = getHeaderSpace('single-label-line');
|
||||
|
||||
// if (event.viewId === APP_ENV.view.linkFor0to1) {
|
||||
// Link1Handler.getInstance(headerSpace);
|
||||
// return event;
|
||||
// }
|
||||
|
||||
// if (event.viewId === APP_ENV.view.linkForOthers) {
|
||||
// Link2Handler.getInstance(headerSpace);
|
||||
// return event;
|
||||
// }
|
||||
|
||||
// BatchCreateHandler.getInstance(headerSpace);
|
||||
});
|
||||
})();
|
||||
Reference in New Issue
Block a user