s
王震
2023-11-09 7d6d19f013110ce6fd132952e67f04b172436437
src/views/quality/rawMaterial/index.vue
@@ -255,6 +255,7 @@
        //查看报告按钮
        previewFun(row){
            getObj(row.id).then(res=>{
                console.log(res);
                this.printFormData = res.data.data
                this.printDialogVisible = true
            }).catch(error=>{
@@ -267,7 +268,7 @@
            PrintJS({
                printable: "printRaw",
                type: "html",
                maxWidth: 1200,
                maxWidth: 900,
                // header: "原材料检测报告",
                style: '@page {margin: 0 5mm}',
                targetStyles: ["*"],