首页修改

This commit is contained in:
zx
2026-02-04 15:28:28 +08:00
parent 7340260cb2
commit 34e0ab22e1
4 changed files with 243 additions and 302 deletions

View File

@@ -954,7 +954,7 @@ import bill from "@/components/storageBill/bill.vue";
import printBill from "@/components/printBill/bill.vue";
import { ref } from "vue";
import { pl } from "element-plus/es/locales.mjs";
import { parseTime } from '@/utils/manage';
const headers = ref({
Authorization: "Bearer " + getToken(),
});
@@ -1255,7 +1255,7 @@ function handleExport() {
proxy.download(
"wisdom/record/export",
obj,
`stock_${new Date().getTime()}.xlsx`
`出库管理_${parseTime(new Date().getTime(), '{y}年{m}月{d}日 {h}_{i}_{s}')}.xlsx`
);
}