Browse Source

fix:[模板管理]供试品

lkf
15881625488@163.com 2 months ago
parent
commit
52bbef3bba
4 changed files with 1031 additions and 3 deletions
  1. +9
    -1
      src/views/business/comps/template/TemplateTable.vue
  2. +1
    -1
      src/views/business/comps/template/comps/gsp/GSP002.vue
  3. +1
    -1
      src/views/business/comps/template/comps/gsp/GSP003.vue
  4. +1020
    -0
      src/views/business/comps/template/comps/gsp/GSP004.vue

+ 9
- 1
src/views/business/comps/template/TemplateTable.vue View File

@ -43,6 +43,7 @@ import Demo from "./comps/sp/Demo.vue";
//
import GSP002 from "./comps/gsp/GSP002.vue";
import GSP003 from "./comps/gsp/GSP003.vue";
import GSP004 from "./comps/gsp/GSP004.vue";
import GSP010 from "./comps/gsp/GSP010.vue";
////
@ -81,7 +82,7 @@ export default {
////
MJYLQSQD, SYWZPZJHB, DMYPPZJLB,
//
GSP002, GSP003, GSP010,
GSP002, GSP003, GSP004, GSP010,
//
SP001, SP003, SP00456,SP007, SP008, SP009, SP010, SP011, SP012, SP013, SP014, SP015, SP016, SP017, SP018,
// PCR
@ -135,10 +136,17 @@ export default {
'SP017': 'SP017',
'SP018': 'SP018',
//
'GSP001': 'DMYPPZJLB',
'GSP002': 'GSP002',
'GSP003': 'GSP003',
'GSP004': 'GSP004',
'GSP006': 'GSP002',
'GSP008': 'GSP002',
'GSP010': 'GSP010',
'GSP012': 'GSP002',
'GSP013': 'GSP002',
'GSP014': 'GSP002',
////
'SYWZPZJHB': 'SYWZPZJHB',
'MJYLQSQD': 'MJYLQSQD',

+ 1
- 1
src/views/business/comps/template/comps/gsp/GSP002.vue View File

@ -1,4 +1,4 @@
<!-- 供试品部试剂配制记录表 -->
<!-- 试剂配制记录表平行稀释 -->
<template>
<div>
<div class="detail-container">

+ 1
- 1
src/views/business/comps/template/comps/gsp/GSP003.vue View File

@ -1,4 +1,4 @@
<!-- 试验物质配制记录表 -->
<!-- 试验物质配制记录表精准配制 -->
<template>
<div>
<div class="detail-container">

+ 1020
- 0
src/views/business/comps/template/comps/gsp/GSP004.vue
File diff suppressed because it is too large
View File


Loading…
Cancel
Save