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