Commit cc2023183f066777d0f5e8c5ee04baa2fa2a2f6e

Authored by “wangming”
1 parent f86c9c69

优化库存管理功能

- 完善库存API接口调用逻辑
- 优化添加使用记录表单的用户体验
- 改进库存详情弹窗的显示效果
- 增强使用记录弹窗的功能和交互
- 修复前端页面的一些细节问题
antis-ncc-admin/src/api/extend/lqInventory.js
... ... @@ -102,3 +102,4 @@ export function getProductUsageRanking(data) {
102 102 data
103 103 })
104 104 }
  105 +
... ...
antis-ncc-admin/src/views/lqInventory/AddUsageRecordForm.vue
... ... @@ -257,3 +257,4 @@ export default {
257 257 font-weight: bold;
258 258 }
259 259 </style>
  260 +
... ...
antis-ncc-admin/src/views/lqInventory/InventoryInfoDialog.vue
... ... @@ -191,3 +191,4 @@ export default {
191 191 text-align: right;
192 192 }
193 193 </style>
  194 +
... ...
antis-ncc-admin/src/views/lqInventory/UsageRecordDialog.vue
... ... @@ -285,3 +285,4 @@ export default {
285 285 text-align: right;
286 286 }
287 287 </style>
  288 +
... ...