|
|
@@ -1215,7 +1215,7 @@ var projectObj = {
|
|
|
newData.push({ itemQuery: null, rationType: rationType.ration });
|
|
|
}
|
|
|
await project.Ration.addMultiRation(newData);
|
|
|
- projectObj.setActiveCell('quantity', true);
|
|
|
+ projectObj.setActiveCell('code', true);
|
|
|
} catch (err) {
|
|
|
console.log(err);
|
|
|
if (!$('hintBox_form').is(':visible')) {
|