From f97b0fa0958ee05358692641b99956271afaf8be Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Mon, 23 Mar 2026 16:11:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E6=AD=A5=E9=AA=A4=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20=E8=A7=A3=E5=86=BB=E7=9B=B8=E5=85=B3=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?=E7=9A=84=E6=B8=A9=E5=BA=A6=E6=94=B9=E6=88=90=E5=AD=98=E5=82=A8?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Template/StepComponents/qxwdx/qxjz.vue | 10 +--------- src/components/Template/StepComponents/ry/jd.vue | 12 ++++++++---- 2 files changed, 9 insertions(+), 13 deletions(-) diff --git a/src/components/Template/StepComponents/qxwdx/qxjz.vue b/src/components/Template/StepComponents/qxwdx/qxjz.vue index 85b3735..c80c673 100644 --- a/src/components/Template/StepComponents/qxwdx/qxjz.vue +++ b/src/components/Template/StepComponents/qxwdx/qxjz.vue @@ -66,7 +66,7 @@ export default { compareTo: "yjhj", }, text6: { - label: this.sn==='qxqy'?"条件下暂存至":"条件下静置,即稳定性", + label: this.sn==='qxqy'?"条件下暂存,作为":"条件下静置,即稳定性", type: "text", }, } @@ -93,14 +93,6 @@ export default { fillType: "actFill", otherCode: "ccwzOther", } - config[0].config.text8 = { - type: "text", - label: "作为", - } - config[0].config.yp = { - type: "input", - fillType: "actFill", - } config[0].config.text9 = { type: "text", label: "样品。", diff --git a/src/components/Template/StepComponents/ry/jd.vue b/src/components/Template/StepComponents/ry/jd.vue index 67c1ad0..2486dcb 100644 --- a/src/components/Template/StepComponents/ry/jd.vue +++ b/src/components/Template/StepComponents/ry/jd.vue @@ -51,7 +51,8 @@ export default { }, yjwd: { type: "select", - options: this.getDictOptions("business_wddw"), + options: this.getDictOptions("business_cctj"), + multiple: true, fillType: "preFill", otherCode: "yjwdOther", }, @@ -67,7 +68,8 @@ export default { }, sjwd: { type: "select", - options: this.getDictOptions("business_wddw"), + options: this.getDictOptions("business_cctj"), + multiple: true, fillType: "actFill", otherCode: "sjwdOther", compareTo: "yjwd", @@ -162,7 +164,8 @@ export default { }, yjwd: { type: "select", - options: this.getDictOptions("business_wddw"), + options: this.getDictOptions("business_cctj"), + multiple: true, fillType: "preFill", otherCode: "yjwdOther", }, @@ -178,7 +181,8 @@ export default { }, sjwd: { type: "select", - options: this.getDictOptions("business_wddw"), + options: this.getDictOptions("business_cctj"), + multiple: true, fillType: "actFill", otherCode: "sjwdOther", compareTo: "yjwd",