瀏覽代碼

在途物料增加: 周转率,90天销量,库存数量

lxf 1 年之前
父節點
當前提交
757965dbb0
共有 1 個文件被更改,包括 24 次插入3 次删除
  1. 24 3
      src/views/group/data-board/material-in-transit/index.vue

+ 24 - 3
src/views/group/data-board/material-in-transit/index.vue

@@ -70,7 +70,7 @@ const config = computed(() => {
       attrs: {
         label: "品号",
         prop: "bomSpecCode",
-        width: 160,
+        width: 150,
       },
     },
     {
@@ -105,14 +105,14 @@ const config = computed(() => {
       attrs: {
         label: "采购数量",
         prop: "purchaseQuantity",
-        width: 120,
+        width: 100,
       },
     },
     {
       attrs: {
         label: "在途数量",
         prop: "inTransitQuantity",
-        width: 120,
+        width: 100,
       },
     },
     {
@@ -123,6 +123,27 @@ const config = computed(() => {
         align: "center",
       },
     },
+    {
+      attrs: {
+        label: "周转率",
+        prop: "turnoverRate",
+        width: 100,
+      },
+    },
+    {
+      attrs: {
+        label: "90天销量",
+        prop: "salesQuantity",
+        width: 100,
+      },
+    },
+    {
+      attrs: {
+        label: "库存数量",
+        prop: "inventoryQuantity",
+        width: 100,
+      },
+    },
   ];
 });
 const getList = async (req, status) => {