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",