feat: 新增库存管理功能:入库、出库、库存管理
This commit is contained in:
11
src/views/modules/inventoryManagement/stockInRecord.vue
Normal file
11
src/views/modules/inventoryManagement/stockInRecord.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<stock-record-list :biz-type="1" quantity-label="入库数量" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import StockRecordList from './components/stockRecordList.vue'
|
||||
|
||||
export default {
|
||||
components: { StockRecordList }
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user