王震
2023-09-15 3f783b4c4a8b23045e67d664cf78c022410e62fc
src/components/view/finishedProductInspectionUp.vue
@@ -323,6 +323,13 @@
                id: this.detailId
            }).then(res => {
                if (res.code == 200) {
                    if(res.message==='项目未检验完!'){
                        this.$message({
                        message: res.message,
                        type: 'warning'
                    });
                    return
                    }
                    this.$message({
                        message: '上报成功',
                        type: 'success'