From 83a516d94dd120e7754690bd93eb0cdd113e519c Mon Sep 17 00:00:00 2001
From: lslaiwy <1209768238@qq.com>
Date: Wed, 4 Mar 2026 23:26:26 +0800
Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]DL02?=
=?UTF-8?q?1-=E5=BE=85=E5=AE=8C=E5=96=84?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/lang/en/template/dl.js | 10 +-
src/lang/zh/template/dl.js | 3 +-
.../business/comps/template/comps/dl/DL017.vue | 17 ++-
.../business/comps/template/comps/dl/DL021.vue | 124 +++++++++++++++------
4 files changed, 102 insertions(+), 52 deletions(-)
diff --git a/src/lang/en/template/dl.js b/src/lang/en/template/dl.js
index 4a00053..7e0a10b 100644
--- a/src/lang/en/template/dl.js
+++ b/src/lang/en/template/dl.js
@@ -213,14 +213,14 @@ export default {
czbz: 'Operation Steps',
},
dl021: {
- xbxx:'细胞信息',
czsj:'操作时间',
dlbz: '备注',
gcqk: '观察情况',
- jlzb:'剂量组别',
- xybh:'悬液编号',
- bplsh1:'玻片流水号',
- bplsh2:'玻片流水号',
+ xbmc:'细胞名称',
+ xwj:'显微镜',
+ bpbh:'玻片编号',
+ gcxps:'观察细胞数目',
+ zqxxbs:'中期相细胞数',
},
}
diff --git a/src/lang/zh/template/dl.js b/src/lang/zh/template/dl.js
index 1f86396..c2757c6 100644
--- a/src/lang/zh/template/dl.js
+++ b/src/lang/zh/template/dl.js
@@ -213,11 +213,12 @@ export default {
czbz: '操作步骤',
},
dl021: {
- xbxx:'细胞信息',
czsj:'操作时间',
dlbz: '备注',
gcqk: '观察情况',
+ xbmc:'细胞名称',
+ xwj:'显微镜',
bpbh:'玻片编号',
gcxps:'观察细胞数目',
zqxxbs:'中期相细胞数',
diff --git a/src/views/business/comps/template/comps/dl/DL017.vue b/src/views/business/comps/template/comps/dl/DL017.vue
index 85a0333..8025b07 100644
--- a/src/views/business/comps/template/comps/dl/DL017.vue
+++ b/src/views/business/comps/template/comps/dl/DL017.vue
@@ -57,7 +57,7 @@ import TableOpertaionDelete from "@/components/Template/operation/TableOpertaion
export default {
name: "DL017",
dicts: [
- 'business_dl_qsxjbltj','business_tjdw'
+ 'business_dl_qsxjbltj','business_tjdw','business_dl_sjqszqk','business_dl_sjqcdqk','business_dl_sjqqtqk'
],
components: { BaseInfoFormPackage, LineLabel, TableList, Step, CustomTable,TableOpertaionDelete },
mixins: [templateMixin],
@@ -182,26 +182,23 @@ export default {
label: "template.dl.dl017.sjqszqk",
prop: "sjqszqk",
width: 180,
- bodyType: "input",
+ bodyType: "select",
bodyFillType: "actFill",
- bodyMaxlength: 10,
- bodyDisabled: true,
+ options: this.getDictOptions('business_dl_sjqszqk'),
},{
label: "template.dl.dl017.sjqcdqk",
prop: "sjqcdqk",
width: 180,
- bodyType: "input",
+ bodyType: "select",
bodyFillType: "actFill",
- bodyMaxlength: 10,
- bodyDisabled: true,
+ options: this.getDictOptions('business_dl_sjqcdqk'),
},{
label: "template.dl.dl017.saqqtqk",
prop: "saqqtqk",
width: 180,
- bodyType: "input",
+ bodyType: "select",
bodyFillType: "actFill",
- bodyMaxlength: 10,
- bodyDisabled: true,
+ options: this.getDictOptions('business_dl_sjqqtqk'),
},{
label: "template.dl.dl017.ddpyy",
prop: "ddpyy",
diff --git a/src/views/business/comps/template/comps/dl/DL021.vue b/src/views/business/comps/template/comps/dl/DL021.vue
index 659bbbf..32dc8ff 100644
--- a/src/views/business/comps/template/comps/dl/DL021.vue
+++ b/src/views/business/comps/template/comps/dl/DL021.vue
@@ -11,21 +11,29 @@