采收编号:
{{harvestRecords[0].code}}
{{harvestRecords[harvestRecords.length-1].code}} ~ {{harvestRecords[0].code}}
采收部位:
{{harvestBatchs.harvestPart}}
采收天气:
{{harvestRecords.map(item=>item.harvestWeather).filter(function(item, index, arr) {
//当前元素,在原始数组中的第一个索引==当前索引值,否则返回当前元素
return arr.indexOf(item, 0) === index;
}).join('、')}}
采收方法:
{{harvestBatchs.harvestMethod}}
开始、完成时间:
{{harvestRecords[0].harvestTime[0]}} ~ {{harvestRecords[0].harvestTime[1] }}
{{harvestRecords[harvestRecords.length-1].harvestTime[0]}} ~ {{harvestRecords[0].harvestTime[1] }}
采收图片:
负责人:
{{harvestBatchs.harvestManager}}
加工编号:
{{processingRecords[0].processCode}}
{{processingRecords[processingRecords.length -1].processCode}} ~ {{processingRecords[0].processCode}}
加工图片:
加工工艺:
{{processBatchList.method}}
负责人:
{{processBatchList.manager}}
开始、完成时间:
{{processingRecords[0].processingTime[0]}} ~ {{processingRecords[0].processingTime[1] }}
{{processingRecords[processingRecords.length -1].processingTime[0]}} ~ {{processingRecords[0].processingTime[1] }}