init
This commit is contained in:
11
サービスレポート・出張経費精算入力/pvc-desktop-view.js
Normal file
11
サービスレポート・出張経費精算入力/pvc-desktop-view.js
Normal file
@@ -0,0 +1,11 @@
|
||||
(function () {
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
* 一覧画面の編集保存時の処理
|
||||
*/
|
||||
kintone.events.on("app.record.index.edit.submit", function (event) {
|
||||
event.error = "一覧画面からの編集機能は制限しております。";
|
||||
return event;
|
||||
});
|
||||
})();
|
||||
Reference in New Issue
Block a user