huminmin
4 天以前 7cbb418319d451522d230c8258efae1f04160c3a
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()