|
|
@ -23,7 +23,7 @@ import SelectMixReagentDialog from "./dialog/SelectMixReagentDialog.vue";//选 |
|
|
import EditSign from "./dialog/EditSign.vue";//电子签名弹窗 |
|
|
import EditSign from "./dialog/EditSign.vue";//电子签名弹窗 |
|
|
|
|
|
|
|
|
//色谱 |
|
|
//色谱 |
|
|
import SP0012 from "./comps/sp/SP0012.vue"; |
|
|
|
|
|
|
|
|
import SP001 from "./comps/sp/SP001.vue"; |
|
|
import SP003 from "./comps/sp/SP003.vue"; |
|
|
import SP003 from "./comps/sp/SP003.vue"; |
|
|
import SP00456 from "./comps/sp/SP00456.vue"; |
|
|
import SP00456 from "./comps/sp/SP00456.vue"; |
|
|
import SP007 from "./comps/sp/SP007.vue"; |
|
|
import SP007 from "./comps/sp/SP007.vue"; |
|
|
@ -60,7 +60,7 @@ export default { |
|
|
MJYLQSQD, SYWZPZJHB, DMYPPZJLB, |
|
|
MJYLQSQD, SYWZPZJHB, DMYPPZJLB, |
|
|
//供试品 |
|
|
//供试品 |
|
|
//色谱 |
|
|
//色谱 |
|
|
SP0012, SP003, SP00456,SP007, SP008, SP009, SP010, SP011, SP012, SP013, SP014, SP015, SP016, SP017, SP018, |
|
|
|
|
|
|
|
|
SP001, SP003, SP00456,SP007, SP008, SP009, SP010, SP011, SP012, SP013, SP014, SP015, SP016, SP017, SP018, |
|
|
// PCR |
|
|
// PCR |
|
|
PCR001, PCR002 |
|
|
PCR001, PCR002 |
|
|
}, |
|
|
}, |
|
|
@ -88,8 +88,8 @@ export default { |
|
|
if (!this.componentMap) { |
|
|
if (!this.componentMap) { |
|
|
this.componentMap = { |
|
|
this.componentMap = { |
|
|
//色谱 |
|
|
//色谱 |
|
|
'SP001': 'SP0012', |
|
|
|
|
|
'SP002': 'SP0012', |
|
|
|
|
|
|
|
|
'SP001': 'SP001', |
|
|
|
|
|
'SP002': 'SP001', |
|
|
'SP003': 'SP003', |
|
|
'SP003': 'SP003', |
|
|
'SP004': 'SP00456', |
|
|
'SP004': 'SP00456', |
|
|
'SP005': 'SP00456', |
|
|
'SP005': 'SP00456', |
|
|
|