11
86134
2023-11-09 4a6cc45c4843b1294d6e0b6b39efabb6dae5544d
src/views/quality/rawMaterial/index.vue
@@ -214,7 +214,13 @@
                    text: '打印',
                    type: 'text',
                    size: 'small',
                    fun: this.previewFun
                    fun: this.previewFun,
                    show: {
                        val: [
                            '1',
                        ],
                        key: 'judgeState'
                    }
                },
                {
                    text: '作废',
@@ -255,6 +261,7 @@
        //查看报告按钮
        previewFun(row){
            getObj(row.id).then(res=>{
                console.log(res);
                this.printFormData = res.data.data
                this.printDialogVisible = true
            }).catch(error=>{