laiguoran 3 rokov pred
rodič
commit
b00bcdf27c
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      app/public/js/material_list.js

+ 1 - 1
app/public/js/material_list.js

@@ -622,7 +622,7 @@ $(document).ready(() => {
                         const xmjIndex = gclGatherData[index].leafXmjs.indexOf(xmjSelect);
                         loadMaterialData(index, xmjIndex);
                         SpreadJsObj.reLoadRowData(ledgerSpread.getActiveSheet(), index);
-                        materialSpread.getActiveSheet().setSelection(info.row, info.col, 1, 1);
+                        materialSpread.getActiveSheet().setSelection(info.row + 1, info.col, 1, 1);
                     }, function () {
                         SpreadJsObj.reLoadRowData(info.sheet, info.row);
                     });