Browse Source

修改时间为日期

master
邓宏 2 years ago
parent
commit
86107e8160
  1. 4
      pages/massif/mana/farmRecord.vue
  2. 2
      pages/massif/mana/plantPlan.vue
  3. 6
      pages/massif/mana/recovery.vue

4
pages/massif/mana/farmRecord.vue

@ -109,11 +109,11 @@
<text>{{v.type}}</text> <text>{{v.inputName}}</text> <text>{{v.inputTotal||0}}{{v.unit}}</text>
</view>
<view class="info">
<text>负责人{{v.principal}}</text> <text>记录时间{{new Date(v.time).format('yyyy-MM-dd')}}</text>
<text>负责人{{v.principal}}</text> <text>记录日期{{new Date(v.time).format('yyyy-MM-dd')}}</text>
</view>
</template>
<view v-else class="detail">
<text>{{v.type}}</text> <text>负责人{{v.principal}}</text> <text>记录时间{{new Date(v.time).format('yyyy-MM-dd')}}</text>
<text>{{v.type}}</text> <text>负责人{{v.principal}}</text> <text>记录日期{{new Date(v.time).format('yyyy-MM-dd')}}</text>
</view>
</view>
<u-empty v-if="list.length<=0" text="为查询到相关信息" width="70%" icon="/static/noData.png"/>

2
pages/massif/mana/plantPlan.vue

@ -138,7 +138,7 @@
</view>
</view>
<view class="date">
<text>预估采收时间{{v.harvestTime}}</text>
<text>预估采收日期{{v.harvestTime}}</text>
<template v-if="v.status==1">
<button class="cu-btn" style="--c:255, 196, 87;" @click.stop="finishPlant(k)">结束种植</button>
<button class="cu-btn" style="--c:153, 153, 153;" @click.stop="toAdd(v.id)">采收</button>

6
pages/massif/mana/recovery.vue

@ -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>

Loading…
Cancel
Save