chenhaozhe
2026-03-10 6fc5583176c175855daf04a9ed925e0eb769d6e1
pages/ZLGL/xunjianjianyan/PatrolProcCheckBill.vue
@@ -1819,11 +1819,11 @@
                            return
                        }
                        // 根据 提交返回 的是否允许显示提示信息 判断是直接新增单据还是提示信息
                        if(res.data.NotShowTips) {
                        if (res.data.NotShowTips) {
                            this.addNew()
                            return
                        }
                        uni.showModal({
                            title: "提示",
                            content: res.data.Message + "。是否返回?",
@@ -2136,6 +2136,18 @@
                    this.hform.HTakeSampleCheckBillNo = e.HBillNo;
                    this.hform.HTakeSampleCheckBillID = e.linterid;
                    //取样单查询数据
                } else if (e.HSouceBillType == "3772") {
                    if (uni.getStorageSync('Organization') == "宁波市华舟包装有限公司") {
                        this.HSourceBillType = "工序流转卡"; // 显示名称
                        this.hform.HSourceBillType = "3772"; // 对应的值
                        this.hform.HSourceBillNo = e.HBillNo
                    }
                    this.hform.HProcExchBillNo = e.HBillNo
                    this.hform.HProcExchInterID = e.linterid
                    this.hform.HProcExchEntryID = e.hsubid
                    await this.LoadingInformation_ProcExchange(e.HBillNo)
                }
            } else if (this.operationType == 3) {
                await this.RoadBillMain();