20230629 1、新增本部检查项目基础信息页面。2、调整初始化本部检查项。
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user