zss
2023-11-10 49e90d3e351b87e2fdb9e8c333c73170e50127ff
src/views/quality/finishedProductInspection/index.vue
@@ -182,6 +182,7 @@
                        show: {
                            val: [
                                '1',
                                '0'
                            ],
                            key: 'result'
                        }
@@ -235,15 +236,13 @@
            },
            showPrint(row){
                queryById(row.id).then(res=>{
                    console.log(res);
                this.printFormData = res.data.data
                    this.printFormData = res.data.data
                    this.printDialogVisible = true
                }).catch(error=>{
                    console.log(error);
                })
            },
            exportExcel(){
                console.log("============");
                let queryParam=this.$refs.finishedProduct.getQueryParam();
                delete queryParam.criteria
                console.log(queryParam);