Commit c5ac9fed by yubin

库位修改

parent 2373f21f
...@@ -104,3 +104,15 @@ export function exceedWarnValue() { ...@@ -104,3 +104,15 @@ export function exceedWarnValue() {
method: 'get' method: 'get'
}) })
} }
export function inventoryTopTenByAmount() {
return request({
url: '/inventory/inventory/inventoryTopTenByAmount',
method: 'post'
})
}
export function inventoryTopTenByQuantity() {
return request({
url: '/inventory/inventory/inventoryTopTenByQuantity',
method: 'post'
})
}
...@@ -72,4 +72,11 @@ export function outboundOrdersTopTenByAmount() { ...@@ -72,4 +72,11 @@ export function outboundOrdersTopTenByAmount() {
url: '/inventory/orders/outboundOrdersTopTenByAmount', url: '/inventory/orders/outboundOrdersTopTenByAmount',
method: 'post' method: 'post'
}) })
}
export function outboundOrdersCount() {
return request({
url: '/inventory/orders/outboundOrdersCount',
method: 'post'
})
} }
\ No newline at end of file
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
max-height="200" max-height="200"
:row-key="item => item.inventoryId" :row-key="item => item.inventoryId"
> >
<el-table-column prop="inventoryId" label="库存ID" width="100" /> <!-- <el-table-column prop="inventoryId" label="库存ID" width="100" /> -->
<el-table-column prop="batchId" label="批次ID" /> <el-table-column prop="batchId" label="批次ID" />
<!-- <el-table-column prop="warehouseId" label="仓库ID" /> --> <!-- <el-table-column prop="warehouseId" label="仓库ID" /> -->
<el-table-column prop="locationId" label="库位ID" /> <el-table-column prop="locationId" label="库位ID" />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论