|
|
@@ -76,7 +76,8 @@
|
|
|
<script setup lang="ts">
|
|
|
import { ref, computed, onMounted } from 'vue';
|
|
|
import NavBar from '@/components/NavBar.vue';
|
|
|
-import { getDeviceInventory, adjustStock } from '@/api/inventory';
|
|
|
+import { getDeviceInventory } from '@/api/replenish';
|
|
|
+import { adjustStock } from '@/api/inventory';
|
|
|
|
|
|
interface AuditInput {
|
|
|
productId: number | null;
|