|
@@ -157,6 +157,7 @@ function createNewRecord(ration_glj) {
|
|
|
newRecoed.from=ration_glj.from?ration_glj.from:undefined;
|
|
|
newRecoed.createType=ration_glj.createType?ration_glj.createType:undefined;
|
|
|
newRecoed.shortName = ration_glj.shortName;
|
|
|
+ newRecoed.billsItemID=ration_glj.billsItemID,
|
|
|
newRecoed.type = ration_glj.type;
|
|
|
newRecoed.repositoryId = ration_glj.repositoryId;
|
|
|
newRecoed.projectGLJID=ration_glj.projectGLJID;
|
|
@@ -622,6 +623,7 @@ function getGLJSearchInfo(ration_glj) {
|
|
|
project_id: ration_glj.projectID,
|
|
|
code: ration_glj.code,
|
|
|
name: ration_glj.name,
|
|
|
+ shortName:ration_glj.shortName,
|
|
|
specs: ration_glj.specs,
|
|
|
unit: ration_glj.unit,
|
|
|
type: ration_glj.type,
|