| | |
| | | }) |
| | | // 报检流程 |
| | | selectStandardTreeListByPartNo({partNo:this.customsInspection.partNo}).then(res => { |
| | | if (res.data !== null) { |
| | | this.addObj.sample = res.data.label |
| | | this.codeLevel = res.data.code |
| | | this.$set(this.addObj, 'qtyArrived', this.customsInspection.qtyArrived) |
| | |
| | | this.selectTree = str.join(' - ') |
| | | this.addListInfo(this.codeLevel, res.data) // 原材料样品是固定的,就默认赋值一条数据,可拆分 |
| | | this.selectInsOrderTemplate() // 原材料模板列表查询 |
| | | }).catch(err => { |
| | | } else { |
| | | this.dialogVisible = true |
| | | this.dialogMessage = err.message |
| | | this.dialogMessage = res.message |
| | | } |
| | | }).catch(err => { |
| | | |
| | | }) |
| | | } |
| | | }, |