|
@@ -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) => {
|