Fixiaobai
2023-11-16 aae7cc89326db4c5c1b7cb2deea0ed0e7fde6906
src/views/quality/rawMaterial/index.vue
@@ -214,7 +214,14 @@
                    text: '打印',
                    type: 'text',
                    size: 'small',
                    fun: this.previewFun
                    fun: this.previewFun,
                    show: {
                        val: [
                            '1',
                            '0'
                        ],
                        key: 'judgeState'
                    }
                },
                {
                    text: '作废',
@@ -255,6 +262,7 @@
        //查看报告按钮
        previewFun(row){
            getObj(row.id).then(res=>{
                console.log(res);
                this.printFormData = res.data.data
                this.printDialogVisible = true
            }).catch(error=>{
@@ -324,6 +332,7 @@
        },
        // 新增 / 修改
        addOrUpdateHandle(row) {
            console.log(row);
            this.$router.push({
                name: 'rawMaterialForm',
                query: {