Compare commits

...

4 Commits

Author SHA1 Message Date
6d658d9212 Merge branch 'projects/mesxc-test' into projects/mesxc-zjl 2024-04-25 11:08:15 +08:00
20f0efa413 Merge pull request 'projects/mesxc-zhp' (#365) from projects/mesxc-zhp into projects/mesxc-test
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #365
2024-04-25 10:58:01 +08:00
‘937886381’
c48f81b1d9 Merge branch 'projects/mesxc-test' into projects/mesxc-zhp 2024-04-25 10:19:25 +08:00
‘937886381’
7233720c2e 修改bug 2024-04-25 10:19:02 +08:00
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 09:54:55
* @LastEditTime: 2024-04-25 10:18:08
* @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 09:36:09
* @LastEditTime: 2024-04-25 10:18:17
* @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);