Crunchy
2025-06-14 a6d1ef5fe8ca2afec1b23019f2df2357d8a9e1e6
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(){