首页修改

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

@@ -638,7 +638,7 @@ import { Plus } from "@element-plus/icons-vue";
import bill from "@/components/storageBill/bill.vue";
import printBill from "@/components/printBill/bill.vue";
import { ref } from "vue";
import { parseTime } from '@/utils/manage';
const headers = ref({
Authorization: "Bearer " + getToken(),
});
@@ -1660,7 +1660,8 @@ function handleExport() {
proxy.download(
"wisdom/record/export",
obj,
`stock_${new Date().getTime()}.xlsx`
`入库管理_${parseTime(new Date().getTime(), '{y}年{m}月{d}日 {h}_{i}_{s}')}.xlsx`
);
}
//打印单据