|
|
@ -88,9 +88,9 @@ |
|
|
|
<template> |
|
|
|
<view class="recovery"> |
|
|
|
<view class="dateRange"> |
|
|
|
<text class="plant-youbian" :class="{noDate:!searchVal.startTime}" @click="dateType='startTime';show=true">{{searchVal.startTime||"请选择开始时间"}}</text> |
|
|
|
<text class="plant-youbian" :class="{noDate:!searchVal.startTime}" @click="dateType='startTime';show=true">{{searchVal.startTime||"请选择开始日期"}}</text> |
|
|
|
<text>~</text> |
|
|
|
<text class="plant-youbian" :class="{noDate:!searchVal.endTime}" @click="dateType='endTime';show=true">{{searchVal.endTime||"请选择结束时间"}}</text> |
|
|
|
<text class="plant-youbian" :class="{noDate:!searchVal.endTime}" @click="dateType='endTime';show=true">{{searchVal.endTime||"请选择结束日期"}}</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<scroll-view scroll-y @scrolltolower="search"> |
|
|
@ -104,7 +104,7 @@ |
|
|
|
<text data-unit="kg">{{v.harvestNum}}</text></view> |
|
|
|
<view class="info"> |
|
|
|
<text>负责人:{{v.principal}}</text> |
|
|
|
<text>采收时间:{{v.harvestTime}}</text> |
|
|
|
<text>采收日期:{{v.harvestTime}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|