|
|
@@ -9,11 +9,11 @@
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/over.png" mode="widthFix"
|
|
|
style="position: absolute; top: 50rpx; right: 20rpx" />
|
|
|
<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" @click.stop="$emit('cardClick')">
|
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
|
<view class="c-#666 f-s-26">{{ data?.genusName }}</view>
|
|
|
</view>
|
|
|
- <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8">
|
|
|
+ <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8" @click.stop="$emit('cardClick')">
|
|
|
<view class="c-#666 w-s-no">养殖批号:</view>
|
|
|
<view class="c-#333 f-w-5">{{ data?.plantationCode }}</view>
|
|
|
</view>
|
|
|
@@ -26,7 +26,7 @@
|
|
|
<view class="c-#666">暂无完善种源信息</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8" @click="$emit('click')">
|
|
|
+ <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8" @click.stop="$emit('cardClick')">
|
|
|
<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">
|
|
|
{{ data?.baseRef?.baseName }}
|
|
|
@@ -38,7 +38,7 @@
|
|
|
</view>
|
|
|
<view class="flex1 d-flex j-ed"><up-icon name="arrow-right" size="34rpx"></up-icon></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" @click.stop="$emit('cardClick')">
|
|
|
<view class="d-flex a-c w-50%">
|
|
|
<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 }}
|
|
|
@@ -54,7 +54,7 @@
|
|
|
<up-line color="#f7f7f7"></up-line>
|
|
|
</view>
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
- <up-button :customStyle="customStyle1" @click="$emit('toInformation')">
|
|
|
+ <up-button :customStyle="customStyle1" @click.stop="$emit('toInformation')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
<image class="w-28 h-24"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Species_source_information.png"
|
|
|
@@ -62,7 +62,7 @@
|
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
- <up-button :customStyle="customStyle2" @click="$emit('toSupervise')">
|
|
|
+ <up-button :customStyle="customStyle2" @click.stop="$emit('toSupervise')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
<image class="w-28 h-24"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png"
|
|
|
@@ -70,7 +70,7 @@
|
|
|
<text class="f-s-26">饲养管理</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
- <up-button :customStyle="customStyle3" @click="$emit('toHarvest')">
|
|
|
+ <up-button :customStyle="customStyle3" @click.stop="$emit('toHarvest')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
<image class="w-28 h-24"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png"
|
|
|
@@ -82,7 +82,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 种苗繁育 -->
|
|
|
- <view class="" v-if="data.taskType === '11'" @click="$emit('click')">
|
|
|
+ <view class="" v-if="data.taskType === '11'">
|
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
|
<image class="w-112 h-34"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Seedling_breeding.png"
|
|
|
@@ -91,15 +91,15 @@
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/over.png" mode="widthFix"
|
|
|
style="position: absolute; top: 50rpx; right: 20rpx" />
|
|
|
<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" @click.stop="$emit('cardClick')">
|
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
|
<view class="c-#666 f-s-26">{{ data?.genusName }}</view>
|
|
|
</view>
|
|
|
- <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8">
|
|
|
+ <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8" @click.stop="$emit('cardClick')">
|
|
|
<view class="c-#666 w-s-no">繁育批号:</view>
|
|
|
<view class="c-#333 f-w-5">{{ data?.plantationCode }}</view>
|
|
|
</view>
|
|
|
- <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8">
|
|
|
+ <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8" @click.stop="$emit('cardClick')">
|
|
|
<view class="c-#666 w-s-no">种源批号:</view>
|
|
|
<view v-if="data?.seedCodeList.length !== 0">
|
|
|
<view class="c-#333 f-w-5" v-for="item in data?.seedCodeList" :key="item">{{ item }}</view>
|
|
|
@@ -108,7 +108,7 @@
|
|
|
<view class="c-#666">暂无完善种源信息</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8">
|
|
|
+ <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8" @click.stop="$emit('cardClick')">
|
|
|
<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">
|
|
|
{{ data?.baseRef?.baseName }}
|
|
|
@@ -120,7 +120,7 @@
|
|
|
</view>
|
|
|
<view class="flex1 d-flex j-ed"><up-icon name="arrow-right" size="34rpx"></up-icon></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" @click.stop="$emit('cardClick')">
|
|
|
<view v-if="data?.lands[0]?.landType == '3'" class="d-flex a-c w-50%">
|
|
|
<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
|
|
|
@@ -141,7 +141,7 @@
|
|
|
<up-line color="#f7f7f7"></up-line>
|
|
|
</view>
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
- <up-button :customStyle="customStyle1" @click="$emit('toInformation')">
|
|
|
+ <up-button :customStyle="customStyle1" @click.stop="$emit('toInformation')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
<image class="w-28 h-24"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Species_source_information.png"
|
|
|
@@ -150,7 +150,7 @@
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<up-button v-if="data?.lands[0]?.landType == '3'" :customStyle="customStyle2"
|
|
|
- @click="$emit('toSupervise')">
|
|
|
+ @click.stop="$emit('toSupervise')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
<image class="w-28 h-24"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png"
|
|
|
@@ -158,7 +158,7 @@
|
|
|
<text class="f-s-26"> 繁育管理 </text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
- <up-button v-else :customStyle="customStyle2" @click="$emit('toSupervise')">
|
|
|
+ <up-button v-else :customStyle="customStyle2" @click.stop="$emit('toSupervise')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
<image class="w-28 h-24"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png"
|
|
|
@@ -166,7 +166,7 @@
|
|
|
<text class="f-s-26"> 种植管理 </text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
- <up-button :customStyle="customStyle3" @click="$emit('toHarvest')">
|
|
|
+ <up-button :customStyle="customStyle3" @click.stop="$emit('toHarvest')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
<image class="w-28 h-24"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png"
|
|
|
@@ -178,7 +178,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 种植 -->
|
|
|
- <view class="" v-if="data.taskType === '1'" @click="$emit('click')">
|
|
|
+ <view class="" v-if="data.taskType === '1'">
|
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
|
<image class="w-80 h-34"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Planting.png"
|
|
|
@@ -187,15 +187,15 @@
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/over.png" mode="widthFix"
|
|
|
style="position: absolute; top: 50rpx; right: 20rpx" />
|
|
|
<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" @click.stop="$emit('cardClick')">
|
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
|
<view class="c-#666 f-s-26">{{ data?.genusName }}</view>
|
|
|
</view>
|
|
|
- <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8">
|
|
|
+ <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8" @click.stop="$emit('cardClick')">
|
|
|
<view class="c-#666 w-s-no">种植批号:</view>
|
|
|
<view class="c-#333 f-w-5">{{ data?.plantationCode }}</view>
|
|
|
</view>
|
|
|
- <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8">
|
|
|
+ <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8" @click.stop="$emit('cardClick')">
|
|
|
<view class="c-#666 w-s-no">种源批号:</view>
|
|
|
<view v-if="data?.seedCodeList.length !== 0">
|
|
|
<view class="c-#333 f-w-5" v-for="item in data?.seedCodeList" :key="item">{{ item }}</view>
|
|
|
@@ -204,7 +204,7 @@
|
|
|
<view class="c-#666">暂无完善种源信息</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8">
|
|
|
+ <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8" @click.stop="$emit('cardClick')">
|
|
|
<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">
|
|
|
{{ data?.baseRef?.baseName }}
|
|
|
@@ -216,7 +216,7 @@
|
|
|
</view>
|
|
|
<view class="flex1 d-flex j-ed"><up-icon name="arrow-right" size="34rpx"></up-icon></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" @click.stop="$emit('cardClick')">
|
|
|
<view class="d-flex a-c w-50%">
|
|
|
<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 }}
|
|
|
@@ -232,7 +232,7 @@
|
|
|
<up-line color="#f7f7f7"></up-line>
|
|
|
</view>
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
- <up-button :customStyle="customStyle1" @click="$emit('toInformation')">
|
|
|
+ <up-button :customStyle="customStyle1" @click.stop="$emit('toInformation')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
<image class="w-28 h-24"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Species_source_information.png"
|
|
|
@@ -240,7 +240,7 @@
|
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
- <up-button :customStyle="customStyle2" @click="$emit('toSupervise')">
|
|
|
+ <up-button :customStyle="customStyle2" @click.stop="$emit('toSupervise')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
<image class="w-28 h-24"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png"
|
|
|
@@ -248,7 +248,7 @@
|
|
|
<text class="f-s-26"> 种植管理 </text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
- <up-button :customStyle="customStyle3" @click="$emit('toHarvest')">
|
|
|
+ <up-button :customStyle="customStyle3" @click.stop="$emit('toHarvest')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
<image class="w-28 h-24"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png"
|
|
|
@@ -260,7 +260,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<!-- 种畜繁育 -->
|
|
|
- <view class="" v-if="data.taskType === '21'" @click="$emit('click')">
|
|
|
+ <view class="" v-if="data.taskType === '21'">
|
|
|
<view class="b-radius bg-#fff pd-10 p-rtv">
|
|
|
<image class="w-112 h-34"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_Livestock.png"
|
|
|
@@ -269,15 +269,15 @@
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/over.png" mode="widthFix"
|
|
|
style="position: absolute; top: 50rpx; right: 20rpx" />
|
|
|
<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" @click.stop="$emit('cardClick')">
|
|
|
<view class="c-#333 f-s-34 f-w-5 mr-6">{{ data?.variety }}</view>
|
|
|
<view class="c-#666 f-s-26">{{ data?.genusName }}</view>
|
|
|
</view>
|
|
|
- <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8">
|
|
|
+ <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8" @click.stop="$emit('cardClick')">
|
|
|
<view class="c-#666 w-s-no">繁育批号:</view>
|
|
|
<view class="c-#333 f-w-5">{{ data?.plantationCode }}</view>
|
|
|
</view>
|
|
|
- <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8">
|
|
|
+ <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8" @click.stop="$emit('cardClick')">
|
|
|
<view class="c-#666 w-s-no">种源批号:</view>
|
|
|
<view v-if="data?.seedCodeList.length !== 0">
|
|
|
<view class="c-#333 f-w-5" v-for="item in data?.seedCodeList" :key="item">{{ item }}</view>
|
|
|
@@ -286,7 +286,7 @@
|
|
|
<view class="c-#666">暂无完善种源信息</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8">
|
|
|
+ <view class="d-flex a-c f-s-28 pd-16 pt-8 pb-8" @click.stop="$emit('cardClick')">
|
|
|
<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">
|
|
|
{{ data?.baseRef?.baseName }}
|
|
|
@@ -298,7 +298,7 @@
|
|
|
</view>
|
|
|
<view class="flex1 d-flex j-ed"><up-icon name="arrow-right" size="34rpx"></up-icon></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" @click.stop="$emit('cardClick')">
|
|
|
<view class="d-flex a-c w-50%">
|
|
|
<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 }}
|
|
|
@@ -314,7 +314,7 @@
|
|
|
<up-line color="#f7f7f7"></up-line>
|
|
|
</view>
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
- <up-button :customStyle="customStyle1" @click="$emit('toInformation')">
|
|
|
+ <up-button :customStyle="customStyle1" @click.stop="$emit('toInformation')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
<image class="w-28 h-24"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Species_source_information.png"
|
|
|
@@ -322,7 +322,7 @@
|
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
- <up-button :customStyle="customStyle2" @click="$emit('toSupervise')">
|
|
|
+ <up-button :customStyle="customStyle2" @click.stop="$emit('toSupervise')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
<image class="w-28 h-24"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png"
|
|
|
@@ -330,7 +330,7 @@
|
|
|
<text class="f-s-26">饲养管理</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
- <up-button :customStyle="customStyle3" @click="$emit('toHarvest')">
|
|
|
+ <up-button :customStyle="customStyle3" @click.stop="$emit('toHarvest')">
|
|
|
<view class="d-flex a-c j-c">
|
|
|
<image class="w-28 h-24"
|
|
|
src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png"
|