s
王震
2023-11-15 683b37bc31e2c80636f19d18812b348e9ede8a0a
src/views/equipment/equipment/index.vue
@@ -289,15 +289,10 @@
    printFun() {
            // this.printDialogVisible = false;
            this.diaPrintTab = false;
            console.log(printRaw);
            PrintJS({
                printable: "printRaw",
                type: "html",
                // maxWidth: 900,
                // // header: "原材料检测报告",
                // style:"@page {margin:2.4cm 2cm ;resolution: 300dpi;}",
                // targetStyles: ["*"],
                // ignoreElements: ["no-ignore"],q
                // orientation: 'portrait'
                printable: "printRaw",//页面
                type: "html",//文档类型
                  maxWidth:450,
                  targetStyles:['*'],                 
                  style:"@page {margin:0  ;resolution: 300dpi;portrait}",