|
@@ -78,16 +78,16 @@ public class OutImpTemplateEdit extends AbstractFormPlugin implements Plugin {
|
|
|
if (selectRowIndexs.length == 0) {
|
|
if (selectRowIndexs.length == 0) {
|
|
|
this.getView().showTipNotification(ResManager.loadKDString("请选中一行再进行操作。", "MigrationTemplateEdit_3", "swc-hsas-formplugin", new Object[0]));
|
|
this.getView().showTipNotification(ResManager.loadKDString("请选中一行再进行操作。", "MigrationTemplateEdit_3", "swc-hsas-formplugin", new Object[0]));
|
|
|
} else {
|
|
} else {
|
|
|
- rowIndexs = this.getChangeableRowIndexs(selectRowIndexs);
|
|
|
|
|
- this.moveUpEntry(rowIndexs);
|
|
|
|
|
|
|
+ //rowIndexs = this.getChangeableRowIndexs(selectRowIndexs);
|
|
|
|
|
+ this.moveUpEntry(selectRowIndexs);
|
|
|
}
|
|
}
|
|
|
break;
|
|
break;
|
|
|
case "donothing_movedown":
|
|
case "donothing_movedown":
|
|
|
if (selectRowIndexs.length == 0) {
|
|
if (selectRowIndexs.length == 0) {
|
|
|
this.getView().showTipNotification(ResManager.loadKDString("请选中一行再进行操作。", "MigrationTemplateEdit_3", "swc-hsas-formplugin", new Object[0]));
|
|
this.getView().showTipNotification(ResManager.loadKDString("请选中一行再进行操作。", "MigrationTemplateEdit_3", "swc-hsas-formplugin", new Object[0]));
|
|
|
} else {
|
|
} else {
|
|
|
- rowIndexs = this.getChangeableRowIndexs(selectRowIndexs);
|
|
|
|
|
- this.moveDownEntry(rowIndexs);
|
|
|
|
|
|
|
+ //rowIndexs = this.getChangeableRowIndexs(selectRowIndexs);
|
|
|
|
|
+ this.moveDownEntry(selectRowIndexs);
|
|
|
}
|
|
}
|
|
|
break;
|
|
break;
|
|
|
case "save":
|
|
case "save":
|