|
|
@ -78,7 +78,7 @@ import TableOpertaion from "@/components/Template/operation/TableOpertaion.vue" |
|
|
import SelectReagentDialog from '../../../dialog/SelectReagentDialog.vue'; |
|
|
import SelectReagentDialog from '../../../dialog/SelectReagentDialog.vue'; |
|
|
import { EventBus } from "@/utils/eventBus"; |
|
|
import { EventBus } from "@/utils/eventBus"; |
|
|
import { sj_subpackage,sj_startConfiguration,sj_configurationCompleted } from '@/api/business/sj/sj'; |
|
|
import { sj_subpackage,sj_startConfiguration,sj_configurationCompleted } from '@/api/business/sj/sj'; |
|
|
import { addTj } from "@/utils/calUnitTools"; |
|
|
|
|
|
|
|
|
import { addTj,uniqeResource } from "@/utils/calUnitTools"; |
|
|
export default { |
|
|
export default { |
|
|
name: "SWYPFXRYPZB", |
|
|
name: "SWYPFXRYPZB", |
|
|
components: { BaseInfoFormPackage, LineLabel, TableList, Step, CustomTable, TableOpertaion, SelectReagentDialog }, |
|
|
components: { BaseInfoFormPackage, LineLabel, TableList, Step, CustomTable, TableOpertaion, SelectReagentDialog }, |
|
|
@ -439,6 +439,8 @@ export default { |
|
|
kc: total, |
|
|
kc: total, |
|
|
kcdw: unit, |
|
|
kcdw: unit, |
|
|
syl: null, |
|
|
syl: null, |
|
|
|
|
|
type: null, |
|
|
|
|
|
elnType: this.product, |
|
|
syldw:unit, |
|
|
syldw:unit, |
|
|
yxzq:null, |
|
|
yxzq:null, |
|
|
yxzqdw:null, |
|
|
yxzqdw:null, |
|
|
@ -464,6 +466,8 @@ export default { |
|
|
kc: total, |
|
|
kc: total, |
|
|
kcdw: unit, |
|
|
kcdw: unit, |
|
|
syl: null, |
|
|
syl: null, |
|
|
|
|
|
type: null, |
|
|
|
|
|
elnType: this.product, |
|
|
syldw:unit, |
|
|
syldw:unit, |
|
|
yxzq:null, |
|
|
yxzq:null, |
|
|
yxzqdw:null, |
|
|
yxzqdw:null, |
|
|
@ -471,8 +475,10 @@ export default { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
//使用的试剂 |
|
|
|
|
|
this.resourceTmp=tmpResource |
|
|
|
|
|
|
|
|
//使用的试剂、仪器 |
|
|
|
|
|
const stepResource = this.$refs.stepRef.getStepResource() |
|
|
|
|
|
this.resourceTmp =uniqeResource(tmpResource,stepResource.sjResource||[]) |
|
|
|
|
|
this.yqResourceTmp = stepResource.yqResource||[] |
|
|
return content; |
|
|
return content; |
|
|
}, |
|
|
}, |
|
|
async onSave() { |
|
|
async onSave() { |
|
|
|