zouyu
2023-11-18 3fbd3713082275f5af20797e11db0ece0ab83350
src/views/quality/rawMaterial/index.vue
@@ -218,6 +218,7 @@
                    show: {
                        val: [
                            '1',
                            '0'
                        ],
                        key: 'judgeState'
                    }
@@ -261,7 +262,6 @@
        //查看报告按钮
        previewFun(row){
            getObj(row.id).then(res=>{
                console.log(res);
                this.printFormData = res.data.data
                this.printDialogVisible = true
            }).catch(error=>{
@@ -274,9 +274,9 @@
            PrintJS({
                printable: "printRaw",
                type: "html",
                maxWidth: 900,
                maxWidth: 880,
                // header: "原材料检测报告",
                style: '@page {margin: 0 5mm}',
                style: '@page {margin: 10mm 5mm;}',
                targetStyles: ["*"],
                ignoreElements: ["no-ignore"],
                orientation: 'portrait'
@@ -331,6 +331,7 @@
        },
        // 新增 / 修改
        addOrUpdateHandle(row) {
            console.log(row);
            this.$router.push({
                name: 'rawMaterialForm',
                query: {