|
|
|
@ -111,7 +111,7 @@ import SelectReagentDialog from '../../dialog/SelectReagentDialog.vue'; |
|
|
|
import TableOpertaion from "@/components/Template/operation/TableOpertaion.vue"; |
|
|
|
import { getExpireDate } from "@/utils/index.js"; |
|
|
|
import moment from "moment"; |
|
|
|
import { addTj } from "@/utils/calUnitTools"; |
|
|
|
import { addTj,uniqeResource } from "@/utils/calUnitTools"; |
|
|
|
import { getLadderColumnsConfig, getParallelColumnsConfig, getLadderFormConfig, getBaseInfoFormConfig, getRemarkFormConfig, getStorageConditionFormConfig, getParalleStepFormConfig } from "../../formConfig/paralleAndLadderConfig.js"; |
|
|
|
export default { |
|
|
|
name: "SP00456", |
|
|
|
@ -597,6 +597,8 @@ export default { |
|
|
|
sxrq: ladderConfigs.expireDate, |
|
|
|
kc: total, |
|
|
|
kcdw: unit, |
|
|
|
type: null, |
|
|
|
elnType: this.product, |
|
|
|
syl: null, |
|
|
|
syldw: unit, |
|
|
|
yxzq: ladderConfigs.effectivePeriod, |
|
|
|
@ -616,6 +618,8 @@ export default { |
|
|
|
sxrq: ladderConfigs.expireDate, |
|
|
|
kc: fzsj.fzList[k].num, |
|
|
|
kcdw: fzsj.dw, |
|
|
|
type: null, |
|
|
|
elnType: this.product, |
|
|
|
syl: null, |
|
|
|
syldw: ladderConfigs.headerSelectFields.actSolutionVolumeUnit, |
|
|
|
yxzq: ladderConfigs.effectivePeriod, |
|
|
|
@ -644,6 +648,8 @@ export default { |
|
|
|
sxrq: stepTableFormData[j].targetSolutionExpirationDate, |
|
|
|
kc: total, |
|
|
|
kcdw: unit, |
|
|
|
type: null, |
|
|
|
elnType: this.product, |
|
|
|
syl: null, |
|
|
|
syldw: unit, |
|
|
|
yxzq: stepTableFormData[j].targetSolutionCycle, |
|
|
|
@ -663,6 +669,8 @@ export default { |
|
|
|
sxrq: paralleConfigs.expireDate, |
|
|
|
kc: fzsj.fzList[k].num, |
|
|
|
kcdw: fzsj.dw, |
|
|
|
type: null, |
|
|
|
elnType: this.product, |
|
|
|
syl: null, |
|
|
|
syldw: paralleConfigs.headerSelectFields.actSolutionVolumeUnit, |
|
|
|
yxzq: paralleConfigs.effectivePeriod, |
|
|
|
@ -674,7 +682,10 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
this.resourceTmp = tmpResource |
|
|
|
//使用的试剂、仪器 |
|
|
|
const stepResource = this.$refs.stepRef.getStepResource() |
|
|
|
this.resourceTmp =uniqeResource(tmpResource,stepResource.sjResource||[]) |
|
|
|
this.yqResourceTmp = stepResource.yqResource||[] |
|
|
|
return content; |
|
|
|
}, |
|
|
|
async onSave() { |
|
|
|
|