huminmin
昨天 c896b76a2c1a2b9fb90da2f00f990bff7830e6e7
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()