|
@@ -535,6 +535,7 @@ var Ration = {
|
|
|
ration.prototype.insertVolumePrice = function(type,ext){
|
|
ration.prototype.insertVolumePrice = function(type,ext){
|
|
|
this.addNewRation(null,rationType.volumePrice,function (newNode) {//插入人工不需要自动定位到编号列
|
|
this.addNewRation(null,rationType.volumePrice,function (newNode) {//插入人工不需要自动定位到编号列
|
|
|
projectObj.selectColAndFocus(newNode,null);
|
|
projectObj.selectColAndFocus(newNode,null);
|
|
|
|
|
+ projectObj.refreshBaseActn(projectObj.project.mainTree);
|
|
|
},true,type,true,ext);
|
|
},true,type,true,ext);
|
|
|
};
|
|
};
|
|
|
|
|
|