王震
2023-11-20 f47d5f26a54cf2e72cd741bca541ded5f6a4b743
src/views/quality/finishedProductInspection/index.vue
@@ -211,25 +211,14 @@
        }
    },
      methods: {
            closedown(){
                // this.printFormData = []
                this.printDialogVisible = false;
            },
            //打印按钮
            printFun() {
                // const printSettings = {
                //         paper: {
                //         width: 827, // A4纸的宽度(单位:像素)
                //         height: 595, // A4纸的高度(单位:像素)
                //         orientation: 'portrait', // 竖向打印
                //         }}
                PrintJS({
                    printable: "printRaw",
                    type: "html",
                    maxWidth: 1000,
                    // printSettings,
                    style: '@page {margin: 10mm 5mm;size:A4;}',
                    // header: "产品检测报告",
                    style: '@page {margin: 10mm 5mm; margin-bottom: 0;margin-top:0;}',
                    targetStyles: ["*"],
                    ignoreElements: ["no-ignore"],
                    orientation: 'portrait'