Compare commits

..

No commits in common. "c48f81b1d959592745d2659d1e4744d06b7e1037" and "be607e4bf3fe2dffdbb63855f7ce126ecf05ccb9" have entirely different histories.

2 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-04-18 10:01:33
* @LastEditTime: 2024-04-25 10:18:08
* @LastEditTime: 2024-04-25 09:54:55
* @LastEditors: zhp
* @Description:
-->
@ -326,7 +326,7 @@ export default {
// Blob
new Blob([wbout], { type: "application/octet-stream" }),
//
"切割堆垛日报.xlsx"
"原片各线堆垛表.xlsx"
);
} catch (e) {
if (typeof console !== "undefined") console.log(e, wbout);
@ -355,7 +355,7 @@ export default {
// Blob
new Blob([wbout], { type: "application/octet-stream" }),
//
"切割堆垛日报.xlsx"
"原片各线堆垛表.xlsx"
);
} catch (e) {
if (typeof console !== "undefined") console.log(e, wbout);

View File

@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-04-18 14:08:46
* @LastEditTime: 2024-04-25 10:18:17
* @LastEditTime: 2024-04-25 09:36:09
* @LastEditors: zhp
* @Description:
-->
@ -308,7 +308,7 @@ export default {
// Blob
new Blob([wbout], { type: "application/octet-stream" }),
//
"全检检验记录.xlsx"
"原片各线堆垛表.xlsx"
);
} catch (e) {
if (typeof console !== "undefined") console.log(e, wbout);