chenrui
2025-03-28 5692bc829ac5cb1b1fbd113a89c44d2d3c3a41ee
src/views/quality/processInspect/processInspect-form.vue
@@ -554,8 +554,11 @@
            let val = sessionStorage.getItem("process-resultVal-" + this.processInspectVo.id);
            val == undefined ? this.resultVal = null : this.resultVal = val
        }
        const isAdd = this.$route.query.isAdd
        this.init()
        this.selOutBatchNo()
        if(isAdd) {
            this.selOutBatchNo()
        }
    },
    methods: {
        selOutBatchNo(){