Browse Source

feat: [步骤管理] 解冻相关步骤的温度改成存储条件

luojie
memorylkf 4 weeks ago
parent
commit
f97b0fa095
2 changed files with 9 additions and 13 deletions
  1. +1
    -9
      src/components/Template/StepComponents/qxwdx/qxjz.vue
  2. +8
    -4
      src/components/Template/StepComponents/ry/jd.vue

+ 1
- 9
src/components/Template/StepComponents/qxwdx/qxjz.vue View File

@ -66,7 +66,7 @@ export default {
compareTo: "yjhj", compareTo: "yjhj",
}, },
text6: { text6: {
label: this.sn==='qxqy'?"条件下暂存":"条件下静置,即稳定性",
label: this.sn==='qxqy'?"条件下暂存,作为":"条件下静置,即稳定性",
type: "text", type: "text",
}, },
} }
@ -93,14 +93,6 @@ export default {
fillType: "actFill", fillType: "actFill",
otherCode: "ccwzOther", otherCode: "ccwzOther",
} }
config[0].config.text8 = {
type: "text",
label: "作为",
}
config[0].config.yp = {
type: "input",
fillType: "actFill",
}
config[0].config.text9 = { config[0].config.text9 = {
type: "text", type: "text",
label: "样品。", label: "样品。",

+ 8
- 4
src/components/Template/StepComponents/ry/jd.vue View File

@ -51,7 +51,8 @@ export default {
}, },
yjwd: { yjwd: {
type: "select", type: "select",
options: this.getDictOptions("business_wddw"),
options: this.getDictOptions("business_cctj"),
multiple: true,
fillType: "preFill", fillType: "preFill",
otherCode: "yjwdOther", otherCode: "yjwdOther",
}, },
@ -67,7 +68,8 @@ export default {
}, },
sjwd: { sjwd: {
type: "select", type: "select",
options: this.getDictOptions("business_wddw"),
options: this.getDictOptions("business_cctj"),
multiple: true,
fillType: "actFill", fillType: "actFill",
otherCode: "sjwdOther", otherCode: "sjwdOther",
compareTo: "yjwd", compareTo: "yjwd",
@ -162,7 +164,8 @@ export default {
}, },
yjwd: { yjwd: {
type: "select", type: "select",
options: this.getDictOptions("business_wddw"),
options: this.getDictOptions("business_cctj"),
multiple: true,
fillType: "preFill", fillType: "preFill",
otherCode: "yjwdOther", otherCode: "yjwdOther",
}, },
@ -178,7 +181,8 @@ export default {
}, },
sjwd: { sjwd: {
type: "select", type: "select",
options: this.getDictOptions("business_wddw"),
options: this.getDictOptions("business_cctj"),
multiple: true,
fillType: "actFill", fillType: "actFill",
otherCode: "sjwdOther", otherCode: "sjwdOther",
compareTo: "yjwd", compareTo: "yjwd",

Loading…
Cancel
Save