|
@@ -474,7 +474,7 @@ var gljContextMenu = {
|
|
|
gljOprObj.gljLibSheet.setActiveCell(index, 0);
|
|
|
gljOprObj.initSelection({row: index});
|
|
|
gljOprObj.gljLibSpresd.focus(true);
|
|
|
- } else if (actionType === 'add' || actionType === 'addMix'|| actionType === 'unitPriceAddMix') {
|
|
|
+ } else if (actionType === 'add' || actionType === 'insert' || actionType === 'addMix'|| actionType === 'unitPriceAddMix') {
|
|
|
gljOprObj.locateZTree(null);
|
|
|
sheetCommonObj.appendData(gljOprObj.gljLibSheet, 0, 0, gljOprObj.gljLibSheetSetting, gljOprObj.AllRecode);
|
|
|
gljOprObj.gljLibSheet.showRow(0, GC.Spread.Sheets.VerticalPosition.top);
|