liyg 2 năm trước cách đây
mục cha
commit
a4ce17c909
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/statisticalReport/components/tableItem.vue

+ 3 - 1
src/views/statisticalReport/components/tableItem.vue

@@ -520,10 +520,12 @@ export default {
               }吨:`
             })
             index = index + 0.1
+            //按物资分
+            let temp = [];
             e.forEach(e1 => {
               this.runStockStringArr.push({
                 class: 'normal',
-                value: `${e1['materialName']}:${e1['gmTonnage']}吨;`
+                value: `${e1['materialName']}:/“${e1['resultForeignShipName']}”/${e1['gmTonnage']}吨;`
               })
             })
           })