库存信息
查看出入库记录
{{ selectDictLabel(pt_seed_instore_type, form?.instoreType) }}
{{ form?.updateTime || form?.createTime }}
{{ form?.variety }}
{{ selectDictLabel(pt_seed_type, form?.seedType) }}
入库批号:
{{ form?.batchCode }}
菌种/菌株编号:
{{ selectDictLabel(pt_fungus_code_type, form?.fungusCodeType) }}/{{ form?.fungusCode }}
供应商:
{{ form?.supplier }}
入库量:
{{ form?.capacity }}{{ form?.unit }}
出库量:
{{ form?.inputAmount || '0' }}{{ form?.unit }}
剩余量:
{{ form?.restAmount || '0' }}{{ form?.unit }}
种源信息
种源类型:
{{ 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 || '-' }}
库房类型:
种源库
存放库房:
{{ selectDictLabel(pt_warehouse_type, form?.warehouseType) || '-' }}
入库人:
{{ form?.instoreBizInfo?.instoreMg || '-' }}
入库备注:
{{ form?.instoreBizInfo?.remark || '-' }}
最后修改人:
{{ form?.operatorName || form?.updateByName || form?.createByName || '-' }}
最后修改时间:
{{ form?.operateTime || form?.updateTime || form?.createTime || '-' }}
修改