库存信息
查看出入库记录
库存有消耗?库存损耗登记{{ '>' }}
采收信息
采收日期:
{{ getDateRangeFrt(form?.harvestInfo?.harvestDate, form?.harvestInfo?.harvestDateEnd) }}
采收批号:
{{ form?.harvestInfo?.harvestCode || '-' }}
种源加工处理工艺:
{{ form?.harvestInfo?.ptech ? form?.harvestInfo?.ptech.replace(/,/g, '→') : '-' }}
加工信息
加工日期:
{{ getDateRangeFrt(form?.processInfo?.processingDate, form?.processInfo?.processingDateEnd) }}
产量:
{{ (form?.processInfo?.capacity || '') + (form?.processInfo?.unit || '') || '-' }}
加工工艺及步骤:
{{ form?.processInfo?.ptech ? form?.processInfo?.ptech.replace(/,/g, '→') : '-' }}
种源信息
种源类型:
{{ selectDictLabel(pt_seed_type, form?.seedType) || '-' }}
物种基原:
{{ form?.varietyInfo?.varietyName }}
{{ form?.varietyInfo?.latinName }}
{{ form?.varietyInfo?.genusName }}
{{ form?.varietyInfo?.genusLatinName }}
具体品种/品系名称:
{{ form?.seedName || '-' }}
种源来源:
{{ selectDictLabel(pt_seed_source, form?.seedSource) || '-' }}
父母本情况:
{{ selectDictLabel(pt_mother_father_flag, form?.instoreBizInfo?.motherFatherFlag) || '-' }}
父本品种:
{{ form?.instoreBizInfo?.fatherVarietyInfo?.varietyName }}
{{ form?.instoreBizInfo?.fatherVarietyInfo?.latinName }}
{{ form?.instoreBizInfo?.fatherVarietyInfo?.genusName }}
{{ form?.instoreBizInfo?.fatherVarietyInfo?.genusLatinName }}
母本品种:
{{ form?.instoreBizInfo?.motherVarietyInfo?.varietyName }}
{{ form?.instoreBizInfo?.motherVarietyInfo?.latinName }}
{{ form?.instoreBizInfo?.motherVarietyInfo?.genusName }}
{{ form?.instoreBizInfo?.motherVarietyInfo?.genusLatinName }}
{{ genCountMap[form?.seedType as 'A3' | 'A4'] }}:
{{ form?.instoreBizInfo?.genCount || '-' }}
{{ selectDictLabel(pt_gen_unit, form?.instoreBizInfo?.genUnit) }}
繁衍世代:
{{ form?.instoreBizInfo?.genCount || '-' }}
{{ selectDictLabel(pt_gen_unit, form?.instoreBizInfo?.genUnit) }}
受托单位:
{{ form?.entrustInfo?.cusName }}
{{ form?.entrustInfo?.cusCode }}
检验报告:
供应商:
{{ form?.supplierInfo?.cusName }}
{{ form?.supplierInfo?.cusCode }}
供应商是否是生产商:
{{ selectDictLabel(yes_no, form?.supplierProducerFlag) || '-' }}
生产商:
{{ form?.producer || '-' }}
{{ selectDictLabel(pt_seed_type, form?.seedType as string) }}编号:
{{ selectDictLabel(pt_fungus_code_type, form?.fungusCodeType) }}/{{ form?.fungusCode }}
是否有个体标识:
{{ selectDictLabel(yes_no, form?.instoreBizInfo?.idFlag) || '否' }}
个体标识号:
{{ animal.animalId }}
保藏方法:
{{ form?.instoreBizInfo?.storageMethod || '-' }}
种源图片:
种源视频:
种源产地:
{{ form?.adcodeName || '-' }}
繁殖材料:
{{ form?.generationMaterial ? selectDictLabels(pt_breeding_materials, form?.generationMaterial, ',') : '-' }}
繁殖地点/采集地点:
{{ form?.generationAdcodeName || '-' }}
物种鉴定证书:
种源检疫证号:
{{ form?.seedCheckSn || '-' }}
种源检疫证书:
入库信息
种源级别:
{{ form?.seedLevel || '-' }}
入库类型:
{{ selectDictLabel(pt_seed_instore_type, form?.instoreType) || '-' }}
入库日期:
{{ form?.instoreBizInfo?.instoreDate || '-' }}
入库批号:
{{ form?.batchCode || '-' }}
库房类型:
种源库
存放库房:
{{ getStorageRoomNames(form?.warehouses) || '-' }}
入库人:
{{ form?.instoreBizInfo?.instoreMg || '-' }}
入库备注:
{{ form?.instoreBizInfo?.remark || '-' }}
最后修改人:
{{ form?.operatorName || form?.updateByName || form?.createByName || '-' }}
最后修改时间:
{{ form?.operateTime || form?.updateTime || form?.createTime || '-' }}
修改