ERP:完成 stock 产品库存、库存明细的实现

This commit is contained in:
YunaiV
2024-02-05 19:24:26 +08:00
parent 6d9ca290b3
commit 26343635e4
11 changed files with 486 additions and 8 deletions

View File

@ -138,8 +138,7 @@ const { t } = useI18n() // 国际化
const loading = ref(true) // 列表的加载中
const list = ref<WarehouseVO[]>([]) // 列表的数据
// 列表的总页数
const total = ref(0)
const total = ref(0) // 列表的总页数
const queryParams = reactive({
pageNo: 1,
pageSize: 10,