|
|
@ -24,7 +24,7 @@ export default { |
|
|
let config = [{ |
|
|
let config = [{ |
|
|
config: { |
|
|
config: { |
|
|
text1: { |
|
|
text1: { |
|
|
label: "将样品分装后的第", |
|
|
|
|
|
|
|
|
label: this.sn==='qxqy'?"将离心完成后的第":"将样品分装后的第", |
|
|
type: "text", |
|
|
type: "text", |
|
|
}, |
|
|
}, |
|
|
sort: { |
|
|
sort: { |
|
|
@ -32,7 +32,7 @@ export default { |
|
|
fillType: "preFill", |
|
|
fillType: "preFill", |
|
|
}, |
|
|
}, |
|
|
text2: { |
|
|
text2: { |
|
|
label: "份,立即放置于", |
|
|
|
|
|
|
|
|
label: this.sn==='qxqy'?"份,取上层血浆放置于":"份,立即放置于", |
|
|
type: "text", |
|
|
type: "text", |
|
|
}, |
|
|
}, |
|
|
yjwd: { |
|
|
yjwd: { |
|
|
@ -66,26 +66,38 @@ export default { |
|
|
compareTo: "yjhj", |
|
|
compareTo: "yjhj", |
|
|
}, |
|
|
}, |
|
|
text6: { |
|
|
text6: { |
|
|
label: "条件下静置,即稳定性", |
|
|
|
|
|
|
|
|
label: this.sn==='qxqy'?"条件下暂存,作为":"条件下静置,即稳定性", |
|
|
type: "text", |
|
|
type: "text", |
|
|
}, |
|
|
}, |
|
|
startDate: { |
|
|
|
|
|
type: "input", |
|
|
|
|
|
fillType: "actFill", |
|
|
|
|
|
disabled: true, |
|
|
|
|
|
}, |
|
|
|
|
|
button1:{ |
|
|
|
|
|
type:"button", |
|
|
|
|
|
buttonName:"开始", |
|
|
|
|
|
}, |
|
|
|
|
|
text9: { |
|
|
|
|
|
type: "text", |
|
|
|
|
|
label: "。", |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
}] |
|
|
}] |
|
|
|
|
|
if(this.sn==='qxjz'){ |
|
|
|
|
|
config[0].config.startDate = { |
|
|
|
|
|
type: "input", |
|
|
|
|
|
fillType: "actFill", |
|
|
|
|
|
disabled: true, |
|
|
|
|
|
} |
|
|
|
|
|
config[0].config.button1 = { |
|
|
|
|
|
type:"button", |
|
|
|
|
|
buttonName:"开始", |
|
|
|
|
|
} |
|
|
|
|
|
config[0].config.text9 = { |
|
|
|
|
|
type: "text", |
|
|
|
|
|
label: "。", |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
if(this.sn==='qxqy'){ |
|
|
|
|
|
config[0].config.ccwz = { |
|
|
|
|
|
type: "select", |
|
|
|
|
|
options: this.getDictOptions("business_ccwz"), |
|
|
|
|
|
fillType: "actFill", |
|
|
|
|
|
otherCode: "ccwzOther", |
|
|
|
|
|
} |
|
|
|
|
|
config[0].config.text9 = { |
|
|
|
|
|
type: "text", |
|
|
|
|
|
label: "样品。", |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
return config |
|
|
return config |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|