|
|
@@ -2,22 +2,18 @@
|
|
|
<!-- 养殖 -->
|
|
|
<view class="" v-if="data.taskType === '2'">
|
|
|
<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_Breeding.png"
|
|
|
- mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
- <image v-if="+status == 9" class="w-98 h-98"
|
|
|
- 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" />
|
|
|
+ <image class="w-80 h-34" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
+ <image v-if="+status == 9" class="w-98 h-98" 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" @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" @click.stop="$emit('cardClick')">
|
|
|
+ <view class="d-flex 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 f-s-28 pd-16 pt-8 pb-8">
|
|
|
<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>
|
|
|
@@ -32,8 +28,7 @@
|
|
|
{{ data?.baseRef?.baseName }}
|
|
|
<text v-if="+data?.landFlag">全部地块</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-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="flex1 d-flex j-ed"><up-icon name="arrow-right" size="34rpx"></up-icon></view>
|
|
|
@@ -41,13 +36,11 @@
|
|
|
<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 }}
|
|
|
- </view>
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.breedScale }}{{ data?.breedScaleUnit }} </view>
|
|
|
</view>
|
|
|
<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?.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 class="pd-16 pt-8 pb-8">
|
|
|
@@ -56,25 +49,19 @@
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
<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"
|
|
|
- mode="widthFix" />
|
|
|
+ <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" mode="widthFix" />
|
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<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"
|
|
|
- mode="widthFix" />
|
|
|
+ <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png" mode="widthFix" />
|
|
|
<text class="f-s-26">饲养管理</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<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"
|
|
|
- mode="widthFix" />
|
|
|
+ <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png" mode="widthFix" />
|
|
|
<text class="f-s-26">采收管理</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
@@ -84,22 +71,18 @@
|
|
|
<!-- 种苗繁育 -->
|
|
|
<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"
|
|
|
- mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
- <image v-if="+status == 9" class="w-98 h-98"
|
|
|
- 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" />
|
|
|
+ <image class="w-112 h-34" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Seedling_breeding.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
+ <image v-if="+status == 9" class="w-98 h-98" 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" @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" @click.stop="$emit('cardClick')">
|
|
|
+ <view class="d-flex 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" @click.stop="$emit('cardClick')">
|
|
|
+ <view class="d-flex 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>
|
|
|
@@ -114,8 +97,7 @@
|
|
|
{{ data?.baseRef?.baseName }}
|
|
|
<text v-if="+data?.landFlag">全部地块</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-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="flex1 d-flex j-ed"><up-icon name="arrow-right" size="34rpx"></up-icon></view>
|
|
|
@@ -123,18 +105,15 @@
|
|
|
<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
|
|
|
- }}</view>
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.inoculationAmount }}{{ data?.inoculationUnit }}</view>
|
|
|
</view>
|
|
|
<view v-else 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 }}
|
|
|
- </view>
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingAmount }}{{ data?.plantingUnit }} </view>
|
|
|
</view>
|
|
|
<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?.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 class="pd-16 pt-8 pb-8">
|
|
|
@@ -143,34 +122,25 @@
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
<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"
|
|
|
- mode="widthFix" />
|
|
|
+ <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" mode="widthFix" />
|
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
- <up-button v-if="data?.lands[0]?.landType == '3'" :customStyle="customStyle2"
|
|
|
- @click.stop="$emit('toSupervise')">
|
|
|
+ <up-button v-if="data?.lands[0]?.landType == '3'" :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"
|
|
|
- mode="widthFix" />
|
|
|
+ <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png" mode="widthFix" />
|
|
|
<text class="f-s-26"> 繁育管理 </text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<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"
|
|
|
- mode="widthFix" />
|
|
|
+ <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png" mode="widthFix" />
|
|
|
<text class="f-s-26"> 种植管理 </text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<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"
|
|
|
- mode="widthFix" />
|
|
|
+ <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png" mode="widthFix" />
|
|
|
<text class="f-s-26">采收管理</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
@@ -180,22 +150,18 @@
|
|
|
<!-- 种植 -->
|
|
|
<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"
|
|
|
- mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
- <image v-if="+status == 9" class="w-98 h-98"
|
|
|
- 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" />
|
|
|
+ <image class="w-80 h-34" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Planting.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
+ <image v-if="+status == 9" class="w-98 h-98" 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" @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" @click.stop="$emit('cardClick')">
|
|
|
+ <view class="d-flexf-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" @click.stop="$emit('cardClick')">
|
|
|
+ <view class="d-flex 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>
|
|
|
@@ -210,8 +176,7 @@
|
|
|
{{ data?.baseRef?.baseName }}
|
|
|
<text v-if="+data?.landFlag">全部地块</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-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"><text v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="flex1 d-flex j-ed"><up-icon name="arrow-right" size="34rpx"></up-icon></view>
|
|
|
@@ -219,13 +184,11 @@
|
|
|
<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 }}
|
|
|
- </view>
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.plantingAmount }}{{ data?.plantingUnit }} </view>
|
|
|
</view>
|
|
|
<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?.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 class="pd-16 pt-8 pb-8">
|
|
|
@@ -234,25 +197,19 @@
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
<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"
|
|
|
- mode="widthFix" />
|
|
|
+ <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" mode="widthFix" />
|
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<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"
|
|
|
- mode="widthFix" />
|
|
|
+ <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png" mode="widthFix" />
|
|
|
<text class="f-s-26"> 种植管理 </text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<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"
|
|
|
- mode="widthFix" />
|
|
|
+ <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png" mode="widthFix" />
|
|
|
<text class="f-s-26">采收管理</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
@@ -262,22 +219,18 @@
|
|
|
<!-- 种畜繁育 -->
|
|
|
<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"
|
|
|
- mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
- <image v-if="+status == 9" class="w-98 h-98"
|
|
|
- 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" />
|
|
|
+ <image class="w-112 h-34" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_Livestock.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
+ <image v-if="+status == 9" class="w-98 h-98" 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" @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" @click.stop="$emit('cardClick')">
|
|
|
+ <view class="d-flex 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" @click.stop="$emit('cardClick')">
|
|
|
+ <view class="d-flex 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>
|
|
|
@@ -292,8 +245,7 @@
|
|
|
{{ data?.baseRef?.baseName }}
|
|
|
<text v-if="+data?.landFlag">全部地块</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-for="(item, index) in data?.baseRef?.baseInfo?.landList" :key="index"> <text v-if="index != 0">、</text> {{ item?.landName }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="flex1 d-flex j-ed"><up-icon name="arrow-right" size="34rpx"></up-icon></view>
|
|
|
@@ -301,13 +253,11 @@
|
|
|
<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 }}
|
|
|
- </view>
|
|
|
+ <view class="c-#333 f-w-5 tx-ov w-s-no ov-hd">{{ data?.breedScale }}{{ data?.breedScaleUnit }} </view>
|
|
|
</view>
|
|
|
<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?.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 class="pd-16 pt-8 pb-8">
|
|
|
@@ -316,25 +266,19 @@
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
<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"
|
|
|
- mode="widthFix" />
|
|
|
+ <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" mode="widthFix" />
|
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<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"
|
|
|
- mode="widthFix" />
|
|
|
+ <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Breeding_management.png" mode="widthFix" />
|
|
|
<text class="f-s-26">饲养管理</text>
|
|
|
</view>
|
|
|
</up-button>
|
|
|
<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"
|
|
|
- mode="widthFix" />
|
|
|
+ <image class="w-28 h-24" src="https://ta.zycpzs.cn/oss-file/smart-trace/szyy/images-plt/plant/port/Task_Harvest_management.png" mode="widthFix" />
|
|
|
<text class="f-s-26">采收管理</text>
|
|
|
</view>
|
|
|
</up-button>
|