Commit 8de43a45ecb651c045b4aa2f3d49508599e2c6ad
1 parent
000990f1
feat(product): 新增商品管理功能
- 添加商品采购和商品库存页面 - 实现商品信息的添加、修改和查询功能 - 优化礼品申领页面,改为商品申领 - 更新相关模型和接口定义,支持商品管理功能
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/productCollectBill/index.tsx renamed to src/pages/product/productCollect/index.tsx
1 | 1 | import ButtonConfirm from '@/components/ButtomConfirm'; |
2 | 2 | import { RESPONSE_CODE } from '@/constants/enum'; |
3 | -import AddOrUpdate from '@/pages/productCollectBill/components/AddOrUpdate'; | |
4 | -import Audit from '@/pages/productCollectBill/components/Audit'; | |
3 | +import AddOrUpdate from '@/pages/product/productCollect/components/AddOrUpdate'; | |
4 | +import Audit from '@/pages/product/productCollect/components/Audit'; | |
5 | 5 | import { |
6 | 6 | postProductCollectBillDelete, |
7 | 7 | postProductCollectBillPage, | ... | ... |