| | |
| | | this.$message.error('未选择客户单位') |
| | | return |
| | | } |
| | | let noLaboratory = this.totalArr.filter(a => a.state == 1&&!a.sonLaboratory) |
| | | if(noLaboratory.length>0){ |
| | | let str = '' |
| | | noLaboratory.forEach((m,j)=>{ |
| | | str += j==noLaboratory.length-1?m.inspectionItem+'-'+m.inspectionItemSubclass:m.inspectionItem+'-'+m.inspectionItemSubclass+',' |
| | | }) |
| | | this.$message.error(str+'没有关联实验室室,请联系管理员') |
| | | return |
| | | } |
| | | if (!this.addObj.type) { |
| | | this.$message.error('未选择紧急程度') |
| | | } else if (!this.addObj.formType) { |
| | |
| | | this.distributeData.appointed = ress.data |
| | | }) |
| | | setTimeout(() => { |
| | | this.issuedDialogVisible = true; |
| | | // this.issuedDialogVisible = true; |
| | | // this.$message.success('提交成功') |
| | | this.upLoad = false |
| | | this.$parent.playOrder(0) |
| | | }, 1000) |
| | | }) |
| | | } else { |