licp
2024-05-23 fc8f6fada78598ff9e4149f2b30355a0b25eb2f5
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(){