| | |
| | | upPlanUser2({ |
| | | orderId: row.id, |
| | | }).then(res => { |
| | | if (res.code === 200 && res.data.length > 0) { |
| | | this.sonLaboratoryList = []; |
| | | res.data.forEach(m => { |
| | | this.sonLaboratoryList.push({ |
| | | value: m, |
| | | label: m |
| | | }) |
| | | }) |
| | | this.sonLaboratoryList = [ |
| | | { |
| | | value: '新聚', |
| | | label: '新聚' |
| | | } |
| | | ] |
| | | this.distributeData.sonLaboratory = '新聚' |
| | | // if (res.code === 200 && res.data.length > 0) { |
| | | // this.sonLaboratoryList = []; |
| | | // res.data.forEach(m => { |
| | | // this.sonLaboratoryList.push({ |
| | | // value: m, |
| | | // label: m |
| | | // }) |
| | | // }) |
| | | // } |
| | | }) |
| | | }, |
| | | submitForm2() { |
| | |
| | | sample: [], // 检验对象 |
| | | price: '', // 单价 |
| | | laboratory: '', // 场所 |
| | | sonLaboratory: '', // 试验室 |
| | | sonLaboratory: '新聚', // 试验室 |
| | | askTell: '', // 要求描述 |
| | | ask: '', // 要求值 |
| | | unit: '', // 计量单位 |