| @ -1,66 +1,69 @@ | |||||
| <!-- 称量(非传值) --> | <!-- 称量(非传值) --> | ||||
| <template> | <template> | ||||
| <StepFormPackage ref = "stepFormPackageRef" @resetRecord = "resetRecord" :form-config="formConfig" :formData = "formData" /> | |||||
| <StepFormPackage ref="stepFormPackageRef" @resetRecord="resetRecord" :form-config="formConfig" | |||||
| :formData="formData" /> | |||||
| </template> | </template> | ||||
| <script> | <script> | ||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | ||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config:{ | |||||
| text1:{ | |||||
| label:"使用电子天平", | |||||
| type:"text", | |||||
| }, | |||||
| yq:{ | |||||
| type:"instrument", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text2:{ | |||||
| label:"仪器,称取", | |||||
| type:"text", | |||||
| }, | |||||
| wzmc:{ | |||||
| type:"mix", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text3:{ | |||||
| label:"物质,称取预计质量为", | |||||
| type:"text", | |||||
| }, | |||||
| wzsul:{ | |||||
| type:"inputNumber", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| wzsuldw:{ | |||||
| type:"select", | |||||
| fillType:"preFill", | |||||
| options:this.getDictOptions("business_zldw"), | |||||
| }, | |||||
| text4:{ | |||||
| type:"text", | |||||
| label:",实际质量为" | |||||
| }, | |||||
| sjcz:{ | |||||
| type:"span", | |||||
| compareTo:"wzsul", | |||||
| copyFrom:"wzsul" | |||||
| }, | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config: { | |||||
| text1: { | |||||
| label: "使用电子天平", | |||||
| type: "text", | |||||
| }, | |||||
| yq: { | |||||
| type: "instrument", | |||||
| fillType: "actFill", | |||||
| }, | |||||
| text2: { | |||||
| label: "仪器,称取", | |||||
| type: "text", | |||||
| }, | |||||
| wzmc: { | |||||
| type: "mix", | |||||
| fillType: "actFill", | |||||
| }, | |||||
| text3: { | |||||
| label: "物质,称取预计质量为", | |||||
| type: "text", | |||||
| }, | |||||
| wzsul: { | |||||
| type: "inputNumber", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| wzsuldw: { | |||||
| type: "select", | |||||
| fillType: "preFill", | |||||
| options: this.getDictOptions("business_zldw"), | |||||
| }, | |||||
| text4: { | |||||
| type: "text", | |||||
| label: ",实际质量为" | |||||
| }, | |||||
| sjcz: { | |||||
| type: "span", | |||||
| compareTo: "wzsul", | |||||
| copyFrom: "wzsul" | |||||
| }, | |||||
| text9: { | |||||
| type: "text", | |||||
| label: "。", | |||||
| }, | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | </script> | ||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| <style lang="scss" scoped></style> | |||||
| @ -1,73 +1,76 @@ | |||||
| <!-- 称量(传值) --> | <!-- 称量(传值) --> | ||||
| <template> | <template> | ||||
| <StepFormPackage ref = "stepFormPackageRef" @resetRecord = "resetRecord" :form-config="formConfig" :formData = "formData" /> | |||||
| <StepFormPackage ref="stepFormPackageRef" @resetRecord="resetRecord" :form-config="formConfig" | |||||
| :formData="formData" /> | |||||
| </template> | </template> | ||||
| <script> | <script> | ||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | ||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config:{ | |||||
| text1:{ | |||||
| label:"使用电子天平", | |||||
| type:"text", | |||||
| }, | |||||
| yq:{ | |||||
| type:"instrument", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text2:{ | |||||
| label:"仪器,称取", | |||||
| type:"text", | |||||
| }, | |||||
| wzmc:{ | |||||
| type:"mix", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text3:{ | |||||
| label:"物质,称取预计质量为", | |||||
| type:"text", | |||||
| }, | |||||
| wzsul:{ | |||||
| type:"inputNumber", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| wzsuldw:{ | |||||
| type:"select", | |||||
| fillType:"preFill", | |||||
| options:this.getDictOptions("business_zldw"), | |||||
| selectTo:"wzsuldw1", | |||||
| }, | |||||
| text4:{ | |||||
| type:"text", | |||||
| label:",实际质量为" | |||||
| }, | |||||
| sjcz:{ | |||||
| type:"inputNumber", | |||||
| fillType:"actFill", | |||||
| compareTo:"wzsul", | |||||
| copyFrom:"wzsul" | |||||
| }, | |||||
| wzsuldw1:{ | |||||
| type:"select", | |||||
| fillType:"preFill", | |||||
| options:this.getDictOptions("business_zldw"), | |||||
| }, | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config: { | |||||
| text1: { | |||||
| label: "使用电子天平", | |||||
| type: "text", | |||||
| }, | |||||
| yq: { | |||||
| type: "instrument", | |||||
| fillType: "actFill", | |||||
| }, | |||||
| text2: { | |||||
| label: "仪器,称取", | |||||
| type: "text", | |||||
| }, | |||||
| wzmc: { | |||||
| type: "mix", | |||||
| fillType: "actFill", | |||||
| }, | |||||
| text3: { | |||||
| label: "物质,称取预计质量为", | |||||
| type: "text", | |||||
| }, | |||||
| wzsul: { | |||||
| type: "inputNumber", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| wzsuldw: { | |||||
| type: "select", | |||||
| fillType: "preFill", | |||||
| options: this.getDictOptions("business_zldw"), | |||||
| selectTo: "wzsuldw1", | |||||
| }, | |||||
| text4: { | |||||
| type: "text", | |||||
| label: ",实际质量为" | |||||
| }, | |||||
| sjcz: { | |||||
| type: "inputNumber", | |||||
| fillType: "actFill", | |||||
| compareTo: "wzsul", | |||||
| copyFrom: "wzsul" | |||||
| }, | |||||
| wzsuldw1: { | |||||
| type: "select", | |||||
| fillType: "preFill", | |||||
| options: this.getDictOptions("business_zldw"), | |||||
| }, | |||||
| text9: { | |||||
| type: "text", | |||||
| label: "。", | |||||
| }, | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | </script> | ||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| <style lang="scss" scoped></style> | |||||
| @ -1,99 +1,103 @@ | |||||
| <!-- 超声 --> | <!-- 超声 --> | ||||
| <template> | <template> | ||||
| <StepFormPackage ref = "stepFormPackageRef" @resetRecord = "resetRecord" :form-config="formConfig" :formData = "formData" /> | |||||
| <StepFormPackage ref="stepFormPackageRef" @resetRecord="resetRecord" :form-config="formConfig" | |||||
| :formData="formData" /> | |||||
| </template> | </template> | ||||
| <script> | <script> | ||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | ||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config:{ | |||||
| text1:{ | |||||
| label:"使用超声波清洗机", | |||||
| type:"text", | |||||
| }, | |||||
| yq:{ | |||||
| type:"instrument", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text2:{ | |||||
| label:"仪器,设置预计频率为", | |||||
| type:"text", | |||||
| }, | |||||
| yjpl:{ | |||||
| type:"inputNumber", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text3:{ | |||||
| label:"Hz,实际频率为", | |||||
| type:"text", | |||||
| }, | |||||
| sjpl:{ | |||||
| type:"inputNumber", | |||||
| fillType:"actFill", | |||||
| compareTo:"yjpl", | |||||
| copyFrom:"yjpl", | |||||
| }, | |||||
| text4:{ | |||||
| label:"Hz,设置预计时长为", | |||||
| type:"text", | |||||
| }, | |||||
| yjsc:{ | |||||
| type:"inputNumber", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yjscdw:{ | |||||
| type:"select", | |||||
| options: this.getDictOptions("business_tjdw"), | |||||
| selectTo: "sjscdw", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text5:{ | |||||
| label:",实际时长为", | |||||
| type:"text", | |||||
| }, | |||||
| sjsc:{ | |||||
| type:"inputNumber", | |||||
| fillType:"preFill", | |||||
| compareTo:"yjsc", | |||||
| copyFrom:"yjsc", | |||||
| }, | |||||
| sjscdw:{ | |||||
| type:"select", | |||||
| options: this.getDictOptions("business_tjdw"), | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text6:{ | |||||
| label:",进行", | |||||
| type:"text", | |||||
| }, | |||||
| cssr:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text7:{ | |||||
| label:"超声,超声", | |||||
| type:"text", | |||||
| }, | |||||
| button1:{ | |||||
| type:"button", | |||||
| buttonName:"开始" | |||||
| } | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config: { | |||||
| text1: { | |||||
| label: "使用超声波清洗机", | |||||
| type: "text", | |||||
| }, | |||||
| yq: { | |||||
| type: "instrument", | |||||
| fillType: "actFill", | |||||
| }, | |||||
| text2: { | |||||
| label: "仪器,设置预计频率为", | |||||
| type: "text", | |||||
| }, | |||||
| yjpl: { | |||||
| type: "inputNumber", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text3: { | |||||
| label: "Hz,实际频率为", | |||||
| type: "text", | |||||
| }, | |||||
| sjpl: { | |||||
| type: "inputNumber", | |||||
| fillType: "actFill", | |||||
| compareTo: "yjpl", | |||||
| copyFrom: "yjpl", | |||||
| }, | |||||
| text4: { | |||||
| label: "Hz,设置预计时长为", | |||||
| type: "text", | |||||
| }, | |||||
| yjsc: { | |||||
| type: "inputNumber", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| yjscdw: { | |||||
| type: "select", | |||||
| options: this.getDictOptions("business_tjdw"), | |||||
| selectTo: "sjscdw", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text5: { | |||||
| label: ",实际时长为", | |||||
| type: "text", | |||||
| }, | |||||
| sjsc: { | |||||
| type: "inputNumber", | |||||
| fillType: "preFill", | |||||
| compareTo: "yjsc", | |||||
| copyFrom: "yjsc", | |||||
| }, | |||||
| sjscdw: { | |||||
| type: "select", | |||||
| options: this.getDictOptions("business_tjdw"), | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text6: { | |||||
| label: ",进行", | |||||
| type: "text", | |||||
| }, | |||||
| cssr: { | |||||
| type: "input", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text7: { | |||||
| label: "超声,超声", | |||||
| type: "text", | |||||
| }, | |||||
| button1: { | |||||
| type: "button", | |||||
| buttonName: "开始" | |||||
| }, | |||||
| text9: { | |||||
| type: "text", | |||||
| label: "。", | |||||
| }, | |||||
| <style lang="scss" scoped> | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| </style> | |||||
| <style lang="scss" scoped></style> | |||||
| @ -0,0 +1,36 @@ | |||||
| <!-- 封板 --> | |||||
| <template> | |||||
| <StepFormPackage ref = "stepFormPackageRef" @resetRecord = "resetRecord" :form-config="formConfig" :formData = "formData" /> | |||||
| </template> | |||||
| <script> | |||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config:{ | |||||
| text1:{ | |||||
| label:"封板", | |||||
| type:"text", | |||||
| }, | |||||
| check:{ | |||||
| type:"checkbox", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -0,0 +1,85 @@ | |||||
| <!-- 复溶 --> | |||||
| <template> | |||||
| <StepFormPackage ref = "stepFormPackageRef" @resetRecord = "resetRecord" :form-config="formConfig" :formData = "formData" /> | |||||
| </template> | |||||
| <script> | |||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config:{ | |||||
| text1:{ | |||||
| label:"使用", | |||||
| type:"text", | |||||
| }, | |||||
| ddsys:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yq:{ | |||||
| type:"instrument", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text2:{ | |||||
| label:"仪器,吸取", | |||||
| type:"text", | |||||
| }, | |||||
| ddsys2:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| sj:{ | |||||
| type:"regent", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text3:{ | |||||
| label:"溶液,各预计加入休积为", | |||||
| type:"text", | |||||
| }, | |||||
| yjtj:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yjtjdw:{ | |||||
| type:"select", | |||||
| fillType:"preFill", | |||||
| options: this.getDictOptions("business_tjdw"), | |||||
| selectTo:"sjtjdw" | |||||
| }, | |||||
| text4:{ | |||||
| label:",实际加入休积为", | |||||
| type:"text", | |||||
| }, | |||||
| sjtj:{ | |||||
| type:"input", | |||||
| fillType:"actFill", | |||||
| compareTo:"yjtj", | |||||
| copyFrom:"yjtj", | |||||
| }, | |||||
| sjtjdw:{ | |||||
| type:"select", | |||||
| fillType:"preFill", | |||||
| options: this.getDictOptions("business_tjdw"), | |||||
| }, | |||||
| text5:{ | |||||
| label:"进行复溶。", | |||||
| type:"text", | |||||
| } | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -0,0 +1,85 @@ | |||||
| <!-- 复溶(多容器) --> | |||||
| <template> | |||||
| <StepFormPackage ref = "stepFormPackageRef" @resetRecord = "resetRecord" :form-config="formConfig" :formData = "formData" /> | |||||
| </template> | |||||
| <script> | |||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config:{ | |||||
| text1:{ | |||||
| label:"使用", | |||||
| type:"text", | |||||
| }, | |||||
| ddsys:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yq:{ | |||||
| type:"instrument", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text2:{ | |||||
| label:"仪器,吸取", | |||||
| type:"text", | |||||
| }, | |||||
| ddsys2:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| sj:{ | |||||
| type:"regent", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text3:{ | |||||
| label:"溶液,分别各预计加入休积为", | |||||
| type:"text", | |||||
| }, | |||||
| yjtj:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yjtjdw:{ | |||||
| type:"select", | |||||
| fillType:"preFill", | |||||
| options: this.getDictOptions("business_tjdw"), | |||||
| selectTo:"sjtjdw" | |||||
| }, | |||||
| text4:{ | |||||
| label:",各实际加入休积为", | |||||
| type:"text", | |||||
| }, | |||||
| sjtj:{ | |||||
| type:"input", | |||||
| fillType:"actFill", | |||||
| compareTo:"yjtj", | |||||
| copyFrom:"yjtj", | |||||
| }, | |||||
| sjtjdw:{ | |||||
| type:"select", | |||||
| fillType:"preFill", | |||||
| options: this.getDictOptions("business_tjdw"), | |||||
| }, | |||||
| text5:{ | |||||
| label:"进行复溶。", | |||||
| type:"text", | |||||
| } | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -0,0 +1,81 @@ | |||||
| <!-- 复苏 --> | |||||
| <template> | |||||
| <StepFormPackage ref="stepFormPackageRef" @resetRecord="resetRecord" :form-config="formConfig" | |||||
| :formData="formData" /> | |||||
| </template> | |||||
| <script> | |||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config: { | |||||
| text1: { | |||||
| label: "使用恒温水浴锅", | |||||
| type: "text", | |||||
| }, | |||||
| yq: { | |||||
| type: "instrument", | |||||
| fillType: "actFill", | |||||
| }, | |||||
| text2: { | |||||
| label: ",设置预计温度", | |||||
| type: "text", | |||||
| }, | |||||
| yjwd: { | |||||
| type: "input", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text3: { | |||||
| label: "°C,实际温度", | |||||
| type: "text", | |||||
| }, | |||||
| sjwd: { | |||||
| type: "input", | |||||
| fillType: "actFill", | |||||
| compareTo: "yjwd", | |||||
| copyFrom: "yjwd", | |||||
| }, | |||||
| text4: { | |||||
| label: "°C,进行复苏,复苏", | |||||
| type: "text", | |||||
| }, | |||||
| fssj: { | |||||
| type: "input", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text4: { | |||||
| label: "复苏", | |||||
| type: "text", | |||||
| }, | |||||
| button1: { | |||||
| type: "button", | |||||
| buttonName: "开始", | |||||
| }, | |||||
| text7: { | |||||
| label: ",复苏", | |||||
| type: "text", | |||||
| }, | |||||
| button2: { | |||||
| type: "button", | |||||
| buttonName: "结束", | |||||
| }, | |||||
| text9: { | |||||
| type: "text", | |||||
| label: "。", | |||||
| }, | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped></style> | |||||
| @ -0,0 +1,82 @@ | |||||
| <!-- 孵育 --> | |||||
| <template> | |||||
| <StepFormPackage ref="stepFormPackageRef" @resetRecord="resetRecord" :form-config="formConfig" | |||||
| :formData="formData" /> | |||||
| </template> | |||||
| <script> | |||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config: { | |||||
| text1: { | |||||
| label: "使用", | |||||
| type: "text", | |||||
| }, | |||||
| yq: { | |||||
| type: "instrument", | |||||
| fillType: "actFill", | |||||
| }, | |||||
| text2: { | |||||
| label: "仪器,设置预计条件为", | |||||
| type: "text", | |||||
| }, | |||||
| yjtj: { | |||||
| type: "input", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text3: { | |||||
| label: "实际条件为", | |||||
| type: "text", | |||||
| }, | |||||
| sjtj: { | |||||
| type: "input", | |||||
| fillType: "actFill", | |||||
| compareTo:"yjtj", | |||||
| copyFrom:"yjtj", | |||||
| }, | |||||
| text4: { | |||||
| label: ",进行孵育", | |||||
| type: "text", | |||||
| }, | |||||
| fysr: { | |||||
| type: "input", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text6: { | |||||
| label: ",孵育", | |||||
| type: "text", | |||||
| }, | |||||
| button1: { | |||||
| type: "button", | |||||
| buttonName: "开始", | |||||
| }, | |||||
| text8: { | |||||
| type: "text", | |||||
| label: ",孵育", | |||||
| }, | |||||
| button2: { | |||||
| type: "button", | |||||
| buttonName: "结束", | |||||
| }, | |||||
| text9: { | |||||
| type: "text", | |||||
| label: "。", | |||||
| }, | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped></style> | |||||
| @ -0,0 +1,36 @@ | |||||
| <!-- 合并 --> | |||||
| <template> | |||||
| <StepFormPackage ref = "stepFormPackageRef" @resetRecord = "resetRecord" :form-config="formConfig" :formData = "formData" /> | |||||
| </template> | |||||
| <script> | |||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config:{ | |||||
| text1:{ | |||||
| label:"将所得的溶液进行合并", | |||||
| type:"text", | |||||
| }, | |||||
| check:{ | |||||
| type:"checkbox", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -1,120 +1,123 @@ | |||||
| <!-- 恒温混匀 --> | <!-- 恒温混匀 --> | ||||
| <template> | <template> | ||||
| <StepFormPackage ref = "stepFormPackageRef" @resetRecord = "resetRecord" :form-config="formConfig" :formData = "formData" /> | |||||
| <StepFormPackage ref="stepFormPackageRef" @resetRecord="resetRecord" :form-config="formConfig" | |||||
| :formData="formData" /> | |||||
| </template> | </template> | ||||
| <script> | <script> | ||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | ||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config:{ | |||||
| text1:{ | |||||
| label:"使用恒温混匀仪", | |||||
| type:"text", | |||||
| }, | |||||
| yq1:{ | |||||
| type:"instrument", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text2:{ | |||||
| label:"仪器,设置预计温度为", | |||||
| type:"text", | |||||
| }, | |||||
| yjzs:{ | |||||
| type:"inputNumber", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text3:{ | |||||
| label:"°C,实际温度为", | |||||
| type:"text", | |||||
| }, | |||||
| sjwd:{ | |||||
| type:"inputNumber", | |||||
| fillType:"actFill", | |||||
| compareTo:"yjzs", | |||||
| copyFrom:"yjzs" | |||||
| }, | |||||
| text4:{ | |||||
| label:"°C,设置预计转速为", | |||||
| type:"text", | |||||
| }, | |||||
| yjzs2:{ | |||||
| type:"inputNumber", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yjzsdw:{ | |||||
| type:"select", | |||||
| options:this.getDictOptions("business_zsdw"), | |||||
| selectTo:"sjzsdw", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text8:{ | |||||
| label:"实际转速为", | |||||
| type:"text", | |||||
| }, | |||||
| sjzs:{ | |||||
| type:"inputNumber", | |||||
| fillType:"actFill", | |||||
| compareTo:"yjzs2", | |||||
| copyFrom:"yjzs2" | |||||
| }, | |||||
| sjzsdw:{ | |||||
| type:"select", | |||||
| options:this.getDictOptions("business_zsdw"), | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text7:{ | |||||
| label:",设置预计时长为", | |||||
| type:"text", | |||||
| }, | |||||
| yjsc:{ | |||||
| type:"inputNumber", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yjscdw:{ | |||||
| type:"select", | |||||
| options:this.getDictOptions("business_yqscdw"), | |||||
| selectTo:"sjscdw", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text5:{ | |||||
| label:",实际时长为", | |||||
| type:"text", | |||||
| }, | |||||
| sjsc:{ | |||||
| type:"inputNumber", | |||||
| fillType:"actFill", | |||||
| compareTo:"yjsc", | |||||
| copyFrom:"yjsc" | |||||
| }, | |||||
| sjscdw:{ | |||||
| type:"select", | |||||
| options:this.getDictOptions("business_yqscdw"), | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text6:{ | |||||
| label:",进行恒温混匀,混匀", | |||||
| type:"text", | |||||
| }, | |||||
| button1:{ | |||||
| type:"button", | |||||
| buttonName:"开始" | |||||
| } | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config: { | |||||
| text1: { | |||||
| label: "使用恒温混匀仪", | |||||
| type: "text", | |||||
| }, | |||||
| yq1: { | |||||
| type: "instrument", | |||||
| fillType: "actFill", | |||||
| }, | |||||
| text2: { | |||||
| label: "仪器,设置预计温度为", | |||||
| type: "text", | |||||
| }, | |||||
| yjzs: { | |||||
| type: "inputNumber", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text3: { | |||||
| label: "°C,实际温度为", | |||||
| type: "text", | |||||
| }, | |||||
| sjwd: { | |||||
| type: "inputNumber", | |||||
| fillType: "actFill", | |||||
| compareTo: "yjzs", | |||||
| copyFrom: "yjzs" | |||||
| }, | |||||
| text4: { | |||||
| label: "°C,设置预计转速为", | |||||
| type: "text", | |||||
| }, | |||||
| yjzs2: { | |||||
| type: "inputNumber", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| yjzsdw: { | |||||
| type: "select", | |||||
| options: this.getDictOptions("business_zsdw"), | |||||
| selectTo: "sjzsdw", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text8: { | |||||
| label: "实际转速为", | |||||
| type: "text", | |||||
| }, | |||||
| sjzs: { | |||||
| type: "inputNumber", | |||||
| fillType: "actFill", | |||||
| compareTo: "yjzs2", | |||||
| copyFrom: "yjzs2" | |||||
| }, | |||||
| sjzsdw: { | |||||
| type: "select", | |||||
| options: this.getDictOptions("business_zsdw"), | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text7: { | |||||
| label: ",设置预计时长为", | |||||
| type: "text", | |||||
| }, | |||||
| yjsc: { | |||||
| type: "inputNumber", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| yjscdw: { | |||||
| type: "select", | |||||
| options: this.getDictOptions("business_yqscdw"), | |||||
| selectTo: "sjscdw", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text5: { | |||||
| label: ",实际时长为", | |||||
| type: "text", | |||||
| }, | |||||
| sjsc: { | |||||
| type: "inputNumber", | |||||
| fillType: "actFill", | |||||
| compareTo: "yjsc", | |||||
| copyFrom: "yjsc" | |||||
| }, | |||||
| sjscdw: { | |||||
| type: "select", | |||||
| options: this.getDictOptions("business_yqscdw"), | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text6: { | |||||
| label: ",进行恒温混匀,混匀", | |||||
| type: "text", | |||||
| }, | |||||
| button1: { | |||||
| type: "button", | |||||
| buttonName: "开始" | |||||
| }, | |||||
| text9: { | |||||
| type: "text", | |||||
| label: "。", | |||||
| }, | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | </script> | ||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| <style lang="scss" scoped></style> | |||||
| @ -1,82 +1,85 @@ | |||||
| <!-- 搅拌 --> | <!-- 搅拌 --> | ||||
| <template> | <template> | ||||
| <StepFormPackage ref = "stepFormPackageRef" @resetRecord = "resetRecord" :form-config="formConfig" :formData = "formData" /> | |||||
| <StepFormPackage ref="stepFormPackageRef" @resetRecord="resetRecord" :form-config="formConfig" | |||||
| :formData="formData" /> | |||||
| </template> | </template> | ||||
| <script> | <script> | ||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | ||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config:{ | |||||
| text1:{ | |||||
| label:"使用搅拌仪", | |||||
| type:"text", | |||||
| }, | |||||
| yq:{ | |||||
| type:"instrument", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text4:{ | |||||
| label:",设置预计转速为", | |||||
| type:"text", | |||||
| }, | |||||
| yjzs2:{ | |||||
| type:"inputNumber", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yjzsdw:{ | |||||
| type:"select", | |||||
| options: this.getDictOptions("business_zsdw"), | |||||
| selectTo:"sjzsdw", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text5:{ | |||||
| label:"实际转速为", | |||||
| type:"text", | |||||
| }, | |||||
| sjzs:{ | |||||
| type:"inputNumber", | |||||
| fillType:"actFill", | |||||
| compareTo:"yjzs2", | |||||
| copyFrom:"yjzs2" | |||||
| }, | |||||
| sjzsdw:{ | |||||
| type:"select", | |||||
| options: this.getDictOptions("business_zsdw"), | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text6:{ | |||||
| label:"进行搅拌,搅拌", | |||||
| type:"text", | |||||
| }, | |||||
| button1:{ | |||||
| type:"button", | |||||
| buttonName:"开始", | |||||
| }, | |||||
| text7:{ | |||||
| label:"搅拌", | |||||
| type:"text", | |||||
| }, | |||||
| button2:{ | |||||
| type:"button", | |||||
| buttonName:"结束", | |||||
| }, | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config: { | |||||
| text1: { | |||||
| label: "使用搅拌仪", | |||||
| type: "text", | |||||
| }, | |||||
| yq: { | |||||
| type: "instrument", | |||||
| fillType: "actFill", | |||||
| }, | |||||
| text4: { | |||||
| label: ",设置预计转速为", | |||||
| type: "text", | |||||
| }, | |||||
| yjzs2: { | |||||
| type: "inputNumber", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| yjzsdw: { | |||||
| type: "select", | |||||
| options: this.getDictOptions("business_zsdw"), | |||||
| selectTo: "sjzsdw", | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text5: { | |||||
| label: "实际转速为", | |||||
| type: "text", | |||||
| }, | |||||
| sjzs: { | |||||
| type: "inputNumber", | |||||
| fillType: "actFill", | |||||
| compareTo: "yjzs2", | |||||
| copyFrom: "yjzs2" | |||||
| }, | |||||
| sjzsdw: { | |||||
| type: "select", | |||||
| options: this.getDictOptions("business_zsdw"), | |||||
| fillType: "preFill", | |||||
| }, | |||||
| text6: { | |||||
| label: "进行搅拌,搅拌", | |||||
| type: "text", | |||||
| }, | |||||
| button1: { | |||||
| type: "button", | |||||
| buttonName: "开始", | |||||
| }, | |||||
| text7: { | |||||
| label: "搅拌", | |||||
| type: "text", | |||||
| }, | |||||
| button2: { | |||||
| type: "button", | |||||
| buttonName: "结束", | |||||
| }, | |||||
| text9: { | |||||
| type: "text", | |||||
| label: "。", | |||||
| }, | |||||
| <style lang="scss" scoped> | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| </style> | |||||
| <style lang="scss" scoped></style> | |||||
| @ -0,0 +1,60 @@ | |||||
| <!-- 计数 --> | |||||
| <template> | |||||
| <StepFormPackage ref = "stepFormPackageRef" @resetRecord = "resetRecord" :form-config="formConfig" :formData = "formData" /> | |||||
| </template> | |||||
| <script> | |||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config:{ | |||||
| text1:{ | |||||
| label:"使用", | |||||
| type:"text", | |||||
| }, | |||||
| ddsys:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yq:{ | |||||
| type:"instrument", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text2:{ | |||||
| label:"仪器,进行细胞检测,检测浓度结果", | |||||
| type:"text", | |||||
| }, | |||||
| sjsr:{ | |||||
| type:"input", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text3:{ | |||||
| label:"检测活率结果", | |||||
| type:"text", | |||||
| }, | |||||
| sjsr2:{ | |||||
| type:"input", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text4:{ | |||||
| label:"。", | |||||
| type:"text", | |||||
| } | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -0,0 +1,56 @@ | |||||
| <!-- 灭菌 --> | |||||
| <template> | |||||
| <StepFormPackage ref = "stepFormPackageRef" @resetRecord = "resetRecord" :form-config="formConfig" :formData = "formData" /> | |||||
| </template> | |||||
| <script> | |||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config:{ | |||||
| text1:{ | |||||
| label:"选择", | |||||
| type:"text", | |||||
| }, | |||||
| yq:{ | |||||
| type:"instrument", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text2:{ | |||||
| label:"高压锅,设置灭菌温度为", | |||||
| type:"text", | |||||
| }, | |||||
| sjwd:{ | |||||
| type:"input", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text3:{ | |||||
| label:"°C,灭菌时长为", | |||||
| type:"text", | |||||
| }, | |||||
| sjsr2:{ | |||||
| type:"input", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text4:{ | |||||
| label:"对上述溶液进行灭菌。", | |||||
| type:"text", | |||||
| } | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -0,0 +1,71 @@ | |||||
| <!-- 取出原药 --> | |||||
| <template> | |||||
| <StepFormPackage ref = "stepFormPackageRef" @resetRecord = "resetRecord" :form-config="formConfig" :formData = "formData" /> | |||||
| </template> | |||||
| <script> | |||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config:{ | |||||
| text1:{ | |||||
| label:"取出", | |||||
| type:"text", | |||||
| }, | |||||
| ddsys:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yq:{ | |||||
| type:"mix", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text2:{ | |||||
| label:"预计取出", | |||||
| type:"text", | |||||
| }, | |||||
| yjqc:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yjqcdw:{ | |||||
| type:"select", | |||||
| fillType:"preFill", | |||||
| options: this.getDictOptions("business_ggdw"), | |||||
| selectTo:"sjqcdw" | |||||
| }, | |||||
| text3:{ | |||||
| label:"实际取出", | |||||
| type:"text", | |||||
| }, | |||||
| sjqc:{ | |||||
| type:"input", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| sjqcdw:{ | |||||
| type:"select", | |||||
| fillType:"preFill", | |||||
| options: this.getDictOptions("business_ggdw"), | |||||
| }, | |||||
| text4:{ | |||||
| label:"。", | |||||
| type:"text", | |||||
| }, | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -0,0 +1,127 @@ | |||||
| <!-- 染色 --> | |||||
| <template> | |||||
| <StepFormPackage ref = "stepFormPackageRef" @resetRecord = "resetRecord" :form-config="formConfig" :formData = "formData" /> | |||||
| </template> | |||||
| <script> | |||||
| import StepFormPackage from '@/components/Template/StepFormPackage.vue'; | |||||
| import stepMixins from '@/components/Template/mixins/stepMixins.js'; | |||||
| export default { | |||||
| mixins: [stepMixins], | |||||
| components: { | |||||
| StepFormPackage | |||||
| }, | |||||
| computed: { | |||||
| formConfig() { | |||||
| return [{ | |||||
| config:{ | |||||
| text1:{ | |||||
| label:"使用", | |||||
| type:"text", | |||||
| }, | |||||
| ddsys:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yq:{ | |||||
| type:"instrument", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text2:{ | |||||
| label:"仪器,吸取", | |||||
| type:"text", | |||||
| }, | |||||
| ddsys2:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| sj:{ | |||||
| type:"xb", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text3:{ | |||||
| label:"吸入预计体积为", | |||||
| type:"text", | |||||
| }, | |||||
| yjtj:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yjtjdw:{ | |||||
| type:"select", | |||||
| fillType:"preFill", | |||||
| options: this.getDictOptions("business_tjdw"), | |||||
| selectTo:"sjtjdw" | |||||
| }, | |||||
| text4:{ | |||||
| label:",实际休积为", | |||||
| type:"text", | |||||
| }, | |||||
| sjtj:{ | |||||
| type:"input", | |||||
| fillType:"actFill", | |||||
| compareTo:"yjtj", | |||||
| copyFrom:"yjtj", | |||||
| }, | |||||
| sjtjdw:{ | |||||
| type:"select", | |||||
| fillType:"preFill", | |||||
| options: this.getDictOptions("business_tjdw"), | |||||
| }, | |||||
| text5:{ | |||||
| label:"再吸取", | |||||
| type:"text", | |||||
| }, | |||||
| yjtj1:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yjsj:{ | |||||
| type:"regent", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text6:{ | |||||
| label:"溶液,加入预计体积为", | |||||
| type:"text", | |||||
| }, | |||||
| yjtj2:{ | |||||
| type:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yjtjdw1:{ | |||||
| type:"select", | |||||
| fillType:"preFill", | |||||
| options: this.getDictOptions("business_tjdw"), | |||||
| selectTo:"sjtjdw1" | |||||
| }, | |||||
| text7:{ | |||||
| label:",实际休积为", | |||||
| type:"text", | |||||
| }, | |||||
| sjtj2:{ | |||||
| type:"input", | |||||
| fillType:"actFill", | |||||
| compareTo:"yjtj2", | |||||
| copyFrom:"yjtj2", | |||||
| }, | |||||
| sjtjdw1:{ | |||||
| type:"select", | |||||
| fillType:"preFill", | |||||
| options: this.getDictOptions("business_tjdw"), | |||||
| }, | |||||
| text8:{ | |||||
| label:"进行染色。", | |||||
| type:"text", | |||||
| }, | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||