20230629 1、新增本部检查项目基础信息页面。2、调整初始化本部检查项。

This commit is contained in:
2023-06-29 15:38:47 +08:00
parent 22f12bca02
commit 304d978873
4 changed files with 404 additions and 2 deletions
@@ -95,9 +95,11 @@
F(menuID).show(); //showAt(event.pageX, event.pageY);
return false;
}
function onGridDataLoad(event) {
this.mergeColumns(['SortIndex']);
this.mergeColumns(['CheckItem']);
this.mergeColumns(['SortIndex', 'CheckItem', 'CheckMethod', 'BaseScore',], {
dependsFirst: true
});
}
function reloadGrid() {
__doPostBack(null, 'reloadGrid');