首页修改
This commit is contained in:
@@ -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`
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user