Fixiaobai
2023-09-14 4c4c5e3815ea20fbecdd93bb35b84bd96f6ab3db
src/components/view/finishedProductInspectionUp.vue
@@ -322,13 +322,12 @@
            this.$axios.post(this.$api.url.finishedInspectUpdateFinishInspectsById, {
                id: this.detailId
            }).then(res => {
                console.log(res);
                if (res.code == 200) {
                    this.$message({
                        message: '上报成功',
                        type: 'success'
                    });
                    this.$refs.comBackMain()
                    this.$refs.comBackMain(true)
                } else {
                    this.$message({
                        message: res.message,
@@ -336,6 +335,7 @@
                    });
                }
            })
        },
        changeOptionsSamplename(){
            let id=this.processInspectVo.material.split("-")[0]