From 45629a52cb34e322a692440de50dd8d67a0a6c82 Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Sat, 31 Jan 2026 10:47:58 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E6=A8=A1=E6=9D=BF=E7=AE=A1?= =?UTF-8?q?=E7=90=86]sp001,sp002=E9=87=8D=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/comps/template/TemplateTable.vue | 10 +- .../business/comps/template/comps/sp/SP001.vue | 330 +++++++++++++++++++++ .../business/comps/template/comps/sp/SP002.vue | 325 ++++++++++++++++++++ .../comps/template/comps/sp/SWYPFXCBYPZB.vue | 325 -------------------- .../comps/template/comps/sp/SWYPFXRYPZB.vue | 330 --------------------- 5 files changed, 660 insertions(+), 660 deletions(-) create mode 100644 src/views/business/comps/template/comps/sp/SP001.vue create mode 100644 src/views/business/comps/template/comps/sp/SP002.vue delete mode 100644 src/views/business/comps/template/comps/sp/SWYPFXCBYPZB.vue delete mode 100644 src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue diff --git a/src/views/business/comps/template/TemplateTable.vue b/src/views/business/comps/template/TemplateTable.vue index 5fa8936..b791c56 100644 --- a/src/views/business/comps/template/TemplateTable.vue +++ b/src/views/business/comps/template/TemplateTable.vue @@ -22,8 +22,8 @@ import SelectMixReagentDialog from "./dialog/SelectMixReagentDialog.vue";//选 import EditSign from "./dialog/EditSign.vue";//电子签名弹窗 //色谱 -import SWYPFXRYPZB from "./comps/sp/SWYPFXRYPZB.vue"; -import SWYPFXCBYPZB from "./comps/sp/SWYPFXCBYPZB.vue"; +import SP001 from "./comps/sp/SP001.vue"; +import SP002 from "./comps/sp/SP002.vue"; import SWYPBQGZYZBB from "./comps/sp/SWYPBQGZYZBB.vue"; import SWYPNBGZYZBB from "./comps/sp/SWYPNBGZYZBB.vue"; //色谱生物样品分析方法学样品制备表-10个类似 @@ -52,7 +52,7 @@ export default { //供试品 MJYLQSQD, SYWZPZJHB, //色谱 - SWYPFXRYPZB, Demo, SWYPFXCBYPZB, SWYPBQGZYZBB, SWYPNBGZYZBB,ZQDYJMD,QXWDX,CBYHGZYWDX,Recovery,RXJZXY,JZXY,XZXHTYX,ZDYBS,XSKKX,CBYDB,SWYPFXFFXZKPZB + SP001, Demo, SP002, SWYPBQGZYZBB, SWYPNBGZYZBB,ZQDYJMD,QXWDX,CBYHGZYWDX,Recovery,RXJZXY,JZXY,XZXHTYX,ZDYBS,XSKKX,CBYDB,SWYPFXFFXZKPZB }, props: { sn: { @@ -78,8 +78,8 @@ export default { if (!this.componentMap) { this.componentMap = { //色谱 - 'SP001': 'SWYPFXRYPZB', - 'SP002': 'SWYPFXCBYPZB', + 'SP001': 'SP001', + 'SP002': 'SP002', 'SP003': 'SWYPBQGZYZBB', 'SP004': 'SWYPNBGZYZBB', 'SP005': 'SWYPNBGZYZBB', diff --git a/src/views/business/comps/template/comps/sp/SP001.vue b/src/views/business/comps/template/comps/sp/SP001.vue new file mode 100644 index 0000000..aecc1b2 --- /dev/null +++ b/src/views/business/comps/template/comps/sp/SP001.vue @@ -0,0 +1,330 @@ + + + + + {{ formData.bdmc || + $t('template.sp.sp001.title') }} + + + + + + + + + + 标签打印 + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/business/comps/template/comps/sp/SP002.vue b/src/views/business/comps/template/comps/sp/SP002.vue new file mode 100644 index 0000000..32b3b2a --- /dev/null +++ b/src/views/business/comps/template/comps/sp/SP002.vue @@ -0,0 +1,325 @@ + + + + + {{ formData.bdmc || + $t('template.sp.sp002.title') }} + + + + + + + + + 标签打印 + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/business/comps/template/comps/sp/SWYPFXCBYPZB.vue b/src/views/business/comps/template/comps/sp/SWYPFXCBYPZB.vue deleted file mode 100644 index fae30a8..0000000 --- a/src/views/business/comps/template/comps/sp/SWYPFXCBYPZB.vue +++ /dev/null @@ -1,325 +0,0 @@ - - - - - {{ formData.bdmc || - $t('template.sp.sp002.title') }} - - - - - - - - - 标签打印 - - - - - - - - - - - - \ No newline at end of file diff --git a/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue b/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue deleted file mode 100644 index b3c131a..0000000 --- a/src/views/business/comps/template/comps/sp/SWYPFXRYPZB.vue +++ /dev/null @@ -1,330 +0,0 @@ - - - - - {{ formData.bdmc || - $t('template.sp.sp001.title') }} - - - - - - - - - - 标签打印 - - - - - - - - - - - - \ No newline at end of file