Qukatie il y a 4 jours
Parent
commit
a5b09926f4

+ 4 - 0
.prettierrc

@@ -0,0 +1,4 @@
+{
+  "printWidth": 150,
+  "tabWidth": 2           
+}

+ 3 - 6
src/views/storehouse/inventoryManage/inventory/config/LTdetail.json

@@ -17,17 +17,14 @@
     "tip": false,
     "expand": false,
     "expandWidth": 38,
+    "summaryText": "合计",
     "sumColumnList": [
         {
-            "name": "addQuantity",
+            "name": "addSendTotalNum",
             "type": "sum"
         },
         {
-            "name": "subQuantity",
-            "type": "sum"
-        },
-        {
-            "name": "totalQuantity",
+            "name": "subSendTotalNum",
             "type": "sum"
         }
     ],