src/views/inventoryManagement/receiptManagement/index.vue
@@ -143,6 +143,7 @@ selectProductRecordListByPuechaserId } from "@/api/inventoryManagement/stockIn.js"; import { purchaseListPage } from "@/api/procurementManagement/procurementLedger.js"; import { getCurrentDate } from "@/utils/index.js"; const userStore = useUserStore() const { proxy } = getCurrentInstance() @@ -541,14 +542,6 @@ return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`; } // 保持原有 getCurrentDate 的兼容性 function getCurrentDate() { return formatDateTime(new Date(), false); } onMounted(() => { getList()