diff --git a/src/components/Template/Step.vue b/src/components/Template/Step.vue index 4cf5c6f..34b75cf 100644 --- a/src/components/Template/Step.vue +++ b/src/components/Template/Step.vue @@ -391,7 +391,6 @@ export default { }, methods: { getStepList(){ - debugger public_templateStepList({templateId:this.templateData.templateId}).then(response => { let options = [] _.forEach(response.data,(item)=>{ diff --git a/src/views/business/comps/template/TemplateTable.vue b/src/views/business/comps/template/TemplateTable.vue index 25d70cc..0ecc6ad 100644 --- a/src/views/business/comps/template/TemplateTable.vue +++ b/src/views/business/comps/template/TemplateTable.vue @@ -32,6 +32,8 @@ import SP008 from "./comps/sp/SP008.vue"; import SP009 from "./comps/sp/SP009.vue"; import SP0019 from "./comps/sp/SP0019.vue"; import SP0020 from "./comps/sp/SP0020.vue"; +import SP0021 from "./comps/sp/SP0021.vue"; + import Demo from "./comps/sp/Demo.vue"; //供试品 import GSP001 from "./comps/gsp/GSP001.vue"; @@ -118,7 +120,7 @@ export default { //供试品 GSP001,GSP002, GSP003, GSP004,GSP009, GSP010, //色谱 - SP001, SP003, SP00456,SP007, SP008, SP009,SP0019,SP0020, + SP001, SP003, SP00456,SP007, SP008, SP009,SP0019,SP0020,SP0021, // PCR PCR002, PCR003, PCR004, PCR005,PCR007,PCR009, //LBA @@ -218,6 +220,7 @@ export default { 'SP018': 'SP008', 'SP019': 'SP0019', 'SP020': 'SP0020', + 'SP021': 'SP0021', //供试品 'GSP001': 'GSP001', diff --git a/src/views/business/comps/template/comps/sp/SP0021.vue b/src/views/business/comps/template/comps/sp/SP0021.vue new file mode 100644 index 0000000..4c47e95 --- /dev/null +++ b/src/views/business/comps/template/comps/sp/SP0021.vue @@ -0,0 +1,362 @@ + + + + + {{ formData.bdmc }} + + + + + + + + + {{ + $t('template.common.bqdy') }} + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/business/comps/template/formConfig/sp/SP0021.js b/src/views/business/comps/template/formConfig/sp/SP0021.js new file mode 100644 index 0000000..e69de29