|
@@ -2,9 +2,7 @@
|
|
|
<!-- 种植 -->
|
|
<!-- 种植 -->
|
|
|
<view class="" v-if="data?.taskType === '1'" @click="$emit('click')">
|
|
<view class="" v-if="data?.taskType === '1'" @click="$emit('click')">
|
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
|
- <image class="w-80 h-34"
|
|
|
|
|
- src="https://yujin-szyy.oss-cn-chengdu.aliyuncs.com/szyy/images-plt/plant/port/Task_Planting.png"
|
|
|
|
|
- mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
|
|
|
|
+ <image class="w-80 h-34" src="https://yujin-szyy.oss-cn-chengdu.aliyuncs.com/szyy/images-plt/plant/port/Task_Planting.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
<view class="d-flex j-ed f-s-22 c-#666">{{ data?.plannedStartDate }}至{{ data?.plannedEndDate }}</view>
|
|
<view class="d-flex j-ed f-s-22 c-#666">{{ data?.plannedStartDate }}至{{ data?.plannedEndDate }}</view>
|
|
|
<view class="d-flex a-ed pd-16 pt-8 pb-8">
|
|
<view class="d-flex a-ed pd-16 pt-8 pb-8">
|
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
@@ -18,23 +16,20 @@
|
|
|
<view class="c-#666 w-s-no">基地:</view>
|
|
<view class="c-#666 w-s-no">基地:</view>
|
|
|
<view class="c-#333 f-w-5 tx-ov w-s-no ov-hd d-flex a-c">
|
|
<view class="c-#333 f-w-5 tx-ov w-s-no ov-hd d-flex a-c">
|
|
|
{{ data?.baseRef?.baseInfo?.address }}基地
|
|
{{ data?.baseRef?.baseInfo?.address }}基地
|
|
|
- <text v-if="data?.landIds.length == 0">全部地块</text>
|
|
|
|
|
- <view v-else>
|
|
|
|
|
- <text v-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text
|
|
|
|
|
- v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
|
|
|
|
+ <!-- <text v-if="+data?.landFlag">全部地块</text> -->
|
|
|
|
|
+ <view class="tx-ov w-s-no ov-hd">
|
|
|
|
|
+ <text v-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="d-flex f-s-28 pd-16 pt-8 pb-8">
|
|
<view class="d-flex f-s-28 pd-16 pt-8 pb-8">
|
|
|
<view class="d-flex a-c w-50%">
|
|
<view class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">种植面积:</view>
|
|
<view class="c-#666 w-s-no">种植面积:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingAmount }}{{ data?.plantingUnit }}
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingAmount }}{{ data?.plantingUnit }} </view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="d-flex a-c w-50%">
|
|
<view class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">种植量:</view>
|
|
<view class="c-#666 w-s-no">种植量:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }}
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }} </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -42,9 +37,7 @@
|
|
|
<!-- 养殖 -->
|
|
<!-- 养殖 -->
|
|
|
<view class="" v-if="data?.taskType === '2'" @click="$emit('click')">
|
|
<view class="" v-if="data?.taskType === '2'" @click="$emit('click')">
|
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
|
- <image class="w-80 h-34"
|
|
|
|
|
- src="https://yujin-szyy.oss-cn-chengdu.aliyuncs.com/szyy/images-plt/plant/port/Task_Breeding.png"
|
|
|
|
|
- mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
|
|
|
|
+ <image class="w-80 h-34" src="https://yujin-szyy.oss-cn-chengdu.aliyuncs.com/szyy/images-plt/plant/port/Task_Breeding.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
<view class="d-flex j-ed f-s-22 c-#666">{{ data?.plannedStartDate }}至{{ data?.plannedEndDate }}</view>
|
|
<view class="d-flex j-ed f-s-22 c-#666">{{ data?.plannedStartDate }}至{{ data?.plannedEndDate }}</view>
|
|
|
<view class="d-flex a-ed pd-16 pt-8 pb-8">
|
|
<view class="d-flex a-ed pd-16 pt-8 pb-8">
|
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
@@ -58,23 +51,20 @@
|
|
|
<view class="c-#666 w-s-no">基地:</view>
|
|
<view class="c-#666 w-s-no">基地:</view>
|
|
|
<view class="c-#333 f-w-5 tx-ov w-s-no ov-hd d-flex a-c">
|
|
<view class="c-#333 f-w-5 tx-ov w-s-no ov-hd d-flex a-c">
|
|
|
{{ data?.baseRef?.baseInfo?.address }}基地
|
|
{{ data?.baseRef?.baseInfo?.address }}基地
|
|
|
- <text v-if="data?.landIds.length == 0">全部地块</text>
|
|
|
|
|
- <view v-else>
|
|
|
|
|
- <text v-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text
|
|
|
|
|
- v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
|
|
|
|
+ <!-- <text v-if="+data?.landFlag">全部地块</text> -->
|
|
|
|
|
+ <view class="tx-ov w-s-no ov-hd">
|
|
|
|
|
+ <text v-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="d-flex f-s-28 pd-16 pt-8 pb-8">
|
|
<view class="d-flex f-s-28 pd-16 pt-8 pb-8">
|
|
|
<view class="d-flex a-c w-50%">
|
|
<view class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">养殖区域:</view>
|
|
<view class="c-#666 w-s-no">养殖区域:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.breedScale }}{{ data?.breedScaleUnit }}
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.breedScale }}{{ data?.breedScaleUnit }} </view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="d-flex a-c w-50%">
|
|
<view class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">养殖量:</view>
|
|
<view class="c-#666 w-s-no">养殖量:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }}
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }} </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -82,9 +72,7 @@
|
|
|
<!-- 种苗繁育 -->
|
|
<!-- 种苗繁育 -->
|
|
|
<view class="" v-if="data?.taskType === '11'" @click="$emit('click')">
|
|
<view class="" v-if="data?.taskType === '11'" @click="$emit('click')">
|
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
|
- <image class="w-112 h-34"
|
|
|
|
|
- src="https://yujin-szyy.oss-cn-chengdu.aliyuncs.com/szyy/images-plt/plant/port/Task_Seedling_breeding.png"
|
|
|
|
|
- mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
|
|
|
|
+ <image class="w-112 h-34" src="https://yujin-szyy.oss-cn-chengdu.aliyuncs.com/szyy/images-plt/plant/port/Task_Seedling_breeding.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
<view class="d-flex j-ed f-s-22 c-#666">{{ data?.plannedStartDate }}至{{ data?.plannedEndDate }}</view>
|
|
<view class="d-flex j-ed f-s-22 c-#666">{{ data?.plannedStartDate }}至{{ data?.plannedEndDate }}</view>
|
|
|
<view class="d-flex a-ed pd-16 pt-8 pb-8">
|
|
<view class="d-flex a-ed pd-16 pt-8 pb-8">
|
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
@@ -98,28 +86,24 @@
|
|
|
<view class="c-#666 w-s-no">基地:</view>
|
|
<view class="c-#666 w-s-no">基地:</view>
|
|
|
<view class="c-#333 f-w-5 tx-ov w-s-no ov-hd d-flex a-c">
|
|
<view class="c-#333 f-w-5 tx-ov w-s-no ov-hd d-flex a-c">
|
|
|
{{ data?.baseRef?.baseInfo?.address }}基地
|
|
{{ data?.baseRef?.baseInfo?.address }}基地
|
|
|
- <text v-if="data?.landIds.length == 0">全部地块</text>
|
|
|
|
|
- <view v-else>
|
|
|
|
|
- <text v-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text
|
|
|
|
|
- v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
|
|
|
|
+ <!-- <text v-if="+data?.landFlag">全部地块</text> -->
|
|
|
|
|
+ <view class="tx-ov w-s-no ov-hd">
|
|
|
|
|
+ <text v-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="d-flex f-s-28 pd-16 pt-8 pb-8">
|
|
<view class="d-flex f-s-28 pd-16 pt-8 pb-8">
|
|
|
<view v-if="data?.baseType == '3'" class="d-flex a-c w-50%">
|
|
<view v-if="data?.baseType == '3'" class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">接种数量:</view>
|
|
<view class="c-#666 w-s-no">接种数量:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.inoculationAmount }}{{ data?.inoculationUnit
|
|
|
|
|
- }}</view>
|
|
|
|
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.inoculationAmount }}{{ data?.inoculationUnit }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view v-else class="d-flex a-c w-50%">
|
|
<view v-else class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">种植面积:</view>
|
|
<view class="c-#666 w-s-no">种植面积:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingAmount }}{{ data?.plantingUnit }}
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingAmount }}{{ data?.plantingUnit }} </view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="d-flex a-c w-50%">
|
|
<view class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">繁育量:</view>
|
|
<view class="c-#666 w-s-no">繁育量:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }}
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }} </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -127,9 +111,7 @@
|
|
|
<!-- 种畜繁育 -->
|
|
<!-- 种畜繁育 -->
|
|
|
<view class="" v-if="data?.taskType === '21'" @click="$emit('click')">
|
|
<view class="" v-if="data?.taskType === '21'" @click="$emit('click')">
|
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
|
- <image class="w-112 h-34"
|
|
|
|
|
- src="https://yujin-szyy.oss-cn-chengdu.aliyuncs.com/szyy/images-plt/plant/port/Task_Breeding_Livestock.png"
|
|
|
|
|
- mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
|
|
|
|
+ <image class="w-112 h-34" src="https://yujin-szyy.oss-cn-chengdu.aliyuncs.com/szyy/images-plt/plant/port/Task_Breeding_Livestock.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
<view class="d-flex j-ed f-s-22 c-#666">{{ data?.plannedStartDate }}至{{ data?.plannedEndDate }}</view>
|
|
<view class="d-flex j-ed f-s-22 c-#666">{{ data?.plannedStartDate }}至{{ data?.plannedEndDate }}</view>
|
|
|
<view class="d-flex a-ed pd-16 pt-8 pb-8">
|
|
<view class="d-flex a-ed pd-16 pt-8 pb-8">
|
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
@@ -142,13 +124,11 @@
|
|
|
<view class="d-flex f-s-28 pd-16 pt-8 pb-8">
|
|
<view class="d-flex f-s-28 pd-16 pt-8 pb-8">
|
|
|
<view class="d-flex a-c w-50%">
|
|
<view class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">养殖区域:</view>
|
|
<view class="c-#666 w-s-no">养殖区域:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.breedScale }}{{ data?.breedScaleUnit }}
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.breedScale }}{{ data?.breedScaleUnit }} </view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="d-flex a-c w-50%">
|
|
<view class="d-flex a-c w-50%">
|
|
|
<view class="c-#666 w-s-no">养殖量:</view>
|
|
<view class="c-#666 w-s-no">养殖量:</view>
|
|
|
- <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }}
|
|
|
|
|
- </view>
|
|
|
|
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingMgAmount }}{{ data?.plantingMgUnit }} </view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|