| @ -0,0 +1,99 @@ | |||||
| <!-- 超声 --> | |||||
| <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", | |||||
| }, | |||||
| 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> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -0,0 +1,58 @@ | |||||
| <!-- 氮吹 --> | |||||
| <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", | |||||
| }, | |||||
| temp:{ | |||||
| type:"inputNumber", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text3:{ | |||||
| label:"°C,实际温度为", | |||||
| type:"text", | |||||
| }, | |||||
| actTemp:{ | |||||
| type:"inputNumber", | |||||
| fillType:"actFill", | |||||
| compareTo:"temp", | |||||
| copyFrom:"temp", | |||||
| }, | |||||
| text4:{ | |||||
| label:"°C,进行氮吹", | |||||
| type:"text", | |||||
| } | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -0,0 +1,50 @@ | |||||
| <!-- 颠倒混匀 --> | |||||
| <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", | |||||
| }, | |||||
| ddcs1:{ | |||||
| type:"inputNumber", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text2:{ | |||||
| label:"次,实际颠倒", | |||||
| type:"text", | |||||
| }, | |||||
| ddcs2:{ | |||||
| type:"inputNumber", | |||||
| fillType:"actFill", | |||||
| compareTo:"ddcs1", | |||||
| copyFrom:"ddcs1" | |||||
| }, | |||||
| text3:{ | |||||
| label:"次", | |||||
| type:"text", | |||||
| } | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -0,0 +1,120 @@ | |||||
| <!-- 恒温混匀 --> | |||||
| <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", | |||||
| }, | |||||
| 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:"开始" | |||||
| } | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </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", | |||||
| }, | |||||
| 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> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -0,0 +1,100 @@ | |||||
| <!-- 加热搅拌 --> | |||||
| <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:"inputNumber", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text3:{ | |||||
| label:"°C,实际温度为", | |||||
| type:"text", | |||||
| }, | |||||
| sjwd:{ | |||||
| type:"inputNumber", | |||||
| fillType:"actFill", | |||||
| compareTo:"yjwd", | |||||
| copyFrom:"yjwd" | |||||
| }, | |||||
| 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> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -0,0 +1,70 @@ | |||||
| <!-- 水浴 --> | |||||
| <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", | |||||
| }, | |||||
| temp:{ | |||||
| type:"inputNumber", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text3:{ | |||||
| label:"°C,实际温度为", | |||||
| type:"text", | |||||
| }, | |||||
| actTemp:{ | |||||
| type:"inputNumber", | |||||
| fillType:"actFill", | |||||
| compareTo:"temp", | |||||
| copyFrom:"temp", | |||||
| }, | |||||
| text4:{ | |||||
| label:"°C,进行水浴,水浴", | |||||
| type:"text", | |||||
| }, | |||||
| button1:{ | |||||
| type:"button", | |||||
| buttonName:"开始" | |||||
| }, | |||||
| text5:{ | |||||
| label:"水浴", | |||||
| type:"text", | |||||
| }, | |||||
| button2:{ | |||||
| type:"button", | |||||
| buttonName:"结束" | |||||
| } | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -0,0 +1,40 @@ | |||||
| <!-- 涡旋混匀 --> | |||||
| <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", | |||||
| }, | |||||
| yq1:{ | |||||
| type:"instrument", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text2:{ | |||||
| label:"仪器,进行涡旋混匀", | |||||
| type:"text", | |||||
| }, | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -0,0 +1,40 @@ | |||||
| <!-- 正压 --> | |||||
| <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", | |||||
| } | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||
| @ -0,0 +1,106 @@ | |||||
| <!-- 振摇混匀 --> | |||||
| <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:"input", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yq1:{ | |||||
| type:"instrument", | |||||
| fillType:"actFill", | |||||
| }, | |||||
| text2:{ | |||||
| label:",设置预计转速", | |||||
| type:"text", | |||||
| }, | |||||
| yjzs:{ | |||||
| type:"inputNumber", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| yjzsdw:{ | |||||
| type:"select", | |||||
| options:this.getDictOptions("business_zsdw"), | |||||
| selectTo:"sjzsdw", | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text3:{ | |||||
| label:",实际转速为", | |||||
| type:"text", | |||||
| }, | |||||
| sjzs:{ | |||||
| type:"inputNumber", | |||||
| fillType:"actFill", | |||||
| compareTo:"yjzs", | |||||
| copyFrom:"yjzs" | |||||
| }, | |||||
| sjzsdw:{ | |||||
| type:"select", | |||||
| options:this.getDictOptions("business_zsdw"), | |||||
| fillType:"preFill", | |||||
| }, | |||||
| text4:{ | |||||
| 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:"开始" | |||||
| } | |||||
| } | |||||
| }] | |||||
| } | |||||
| }, | |||||
| } | |||||
| </script> | |||||
| <style lang="scss" scoped> | |||||
| </style> | |||||