|
|
@@ -660,12 +660,11 @@ INTERFACE_EXPORT = (() => {
|
|
|
const rationRoot = new Qdxdezj();
|
|
|
const rationEles = rationNodes.map(node => {
|
|
|
const rationEle = new QdxdezjMx(node.data);
|
|
|
- // 定额人材机
|
|
|
+ /* // 定额人材机
|
|
|
let rationGLJList = curDetail.ration_glj.datas.filter(glj => glj.rationID === node.data.ID);
|
|
|
- // 定额人材机排序
|
|
|
- rationGLJList = gljUtil.sortRationGLJ(rationGLJList);
|
|
|
+ rationGLJList = gljUtil.sortRationGLJ(rationGLJList); */
|
|
|
const rationGLJRoot = new Qdxdercjhl();
|
|
|
- const rationGLJEles = rationGLJList.map(glj => new QdxdercjhlMx(projectGLJIDToRcjID[glj.projectGLJID], glj.tenderQuantity));
|
|
|
+ const rationGLJEles = node.data.rationGLJList.map(glj => new QdxdercjhlMx(projectGLJIDToRcjID[glj.projectGLJID], glj.tenderQuantity));
|
|
|
rationGLJRoot.children.push(...rationGLJEles);
|
|
|
rationEle.children.push(rationGLJRoot);
|
|
|
return rationEle;
|