| | |
| | | return |
| | | } |
| | | // 根据 提交返回 的是否允许显示提示信息 判断是直接新增单据还是提示信息 |
| | | if(res.data.NotShowTips) { |
| | | if (res.data.NotShowTips) { |
| | | this.addNew() |
| | | return |
| | | } |
| | | |
| | | |
| | | uni.showModal({ |
| | | title: "提示", |
| | | content: res.data.Message + "。是否返回?", |
| | |
| | | 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(); |