diff --git a/src/views/business/comps/template/TemplateTable.vue b/src/views/business/comps/template/TemplateTable.vue index 0ecc6ad..8e065c7 100644 --- a/src/views/business/comps/template/TemplateTable.vue +++ b/src/views/business/comps/template/TemplateTable.vue @@ -40,6 +40,7 @@ import GSP001 from "./comps/gsp/GSP001.vue"; import GSP002 from "./comps/gsp/GSP002.vue"; import GSP003 from "./comps/gsp/GSP003.vue"; import GSP004 from "./comps/gsp/GSP004.vue"; +import GSP005 from "./comps/gsp/GSP005.vue"; import GSP009 from "./comps/gsp/GSP009.vue"; import GSP010 from "./comps/gsp/GSP010.vue"; @@ -118,7 +119,7 @@ export default { //试验物质配制计划表/麻精药领取申请单/毒麻药品配制记录表 MJYLQSQD, SYWZPZJHB, DMYPPZJLB, //供试品 - GSP001,GSP002, GSP003, GSP004,GSP009, GSP010, + GSP001,GSP002, GSP003,GSP004,GSP005,GSP009, GSP010, //色谱 SP001, SP003, SP00456,SP007, SP008, SP009,SP0019,SP0020,SP0021, // PCR @@ -227,6 +228,7 @@ export default { 'GSP002': 'GSP002', 'GSP003': 'GSP003', 'GSP004': 'GSP004', + 'GSP005': 'GSP005', 'GSP006': 'GSP002', 'GSP008': 'GSP002', 'GSP009': 'GSP009', diff --git a/src/views/business/comps/template/comps/gsp/GSP005.vue b/src/views/business/comps/template/comps/gsp/GSP005.vue new file mode 100644 index 0000000..35f1f7c --- /dev/null +++ b/src/views/business/comps/template/comps/gsp/GSP005.vue @@ -0,0 +1,533 @@ + + + + + \ No newline at end of file diff --git a/src/views/business/comps/template/comps/gsp/GSP009.vue b/src/views/business/comps/template/comps/gsp/GSP009.vue index b26cbed..1e9573d 100644 --- a/src/views/business/comps/template/comps/gsp/GSP009.vue +++ b/src/views/business/comps/template/comps/gsp/GSP009.vue @@ -277,7 +277,7 @@ export default { kcdw: null, type: paralleConfigs.xzlx, syl: null, - syldw: null, + syldw: paralleConfigs.kcdw, yxzq: null, yxzqdw: null, }) @@ -287,10 +287,10 @@ export default { if (tmpResource.length > 0) { tmpResource = uniqeResourceOne(tmpResource) } - tmpResource.forEach((row, idx) => { - row.syldw = null - row.syl = null - }); + // tmpResource.forEach((row, idx) => { + // row.syldw = null + // row.syl = null + // }); //使用的试剂、仪器 this.resourceTmp = tmpResource @@ -329,10 +329,10 @@ export default { this.formData.paralleConfigs.splice(index, 1); }, onTableBeforeReagentSubmit(val1,va2,va3){ - debugger }, onTableRegentSubmit(val1,va2,va3){ this.$refs[`paralleStepFormPackageRef_${va2}`][0].updateFormData('xzlx',va3.selectInfo.selectType) + this.$refs[`paralleStepFormPackageRef_${va2}`][0].updateFormData('kcdw',va3.selectInfo.row.kcdw) } } };