zhangweicheng 5 years ago
parent
commit
d6fe21eabc
1 changed files with 3 additions and 0 deletions
  1. 3 0
      public/web/gljUtil.js

+ 3 - 0
public/web/gljUtil.js

@@ -432,6 +432,7 @@ let gljUtil = {
         for(let e of economics){
         for(let e of economics){
             let tem = {
             let tem = {
                 name:e.name,
                 name:e.name,
+                exportName:e.exportName,
                 cost:0,
                 cost:0,
                 unitCost:0,
                 unitCost:0,
                 per:0
                 per:0
@@ -515,6 +516,7 @@ let gljUtil = {
             let tem = {
             let tem = {
                 name:m.name,
                 name:m.name,
                 unit:m.unit,
                 unit:m.unit,
+                exportName:m.exportName,
                 unitPrice:0,
                 unitPrice:0,
                 quantity:0,
                 quantity:0,
                 unitIndex:0
                 unitIndex:0
@@ -550,6 +552,7 @@ let gljUtil = {
             let tem = {
             let tem = {
                 name : m.name,
                 name : m.name,
                 quantityIndexUnit:m.unit,
                 quantityIndexUnit:m.unit,
+                exportName:m.exportName,
                 quantity:0
                 quantity:0
             };
             };
             if(billsGroup[m.name]) setQuantities(billsGroup[m.name],tem);
             if(billsGroup[m.name]) setQuantities(billsGroup[m.name],tem);