|
@@ -2,7 +2,7 @@
|
|
|
<!-- 养殖 -->
|
|
<!-- 养殖 -->
|
|
|
<view class="" v-if="data.taskType === '2'">
|
|
<view class="" v-if="data.taskType === '2'">
|
|
|
<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="/static/images/plant/port/Task_Breeding.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
|
|
|
|
+ <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" />
|
|
|
<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>
|
|
@@ -48,19 +48,19 @@
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
<up-button :customStyle="customStyle1">
|
|
<up-button :customStyle="customStyle1">
|
|
|
<view class="d-flex a-c j-c">
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="/static/images/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>
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
</view>
|
|
|
</up-button>
|
|
</up-button>
|
|
|
<up-button :customStyle="customStyle2">
|
|
<up-button :customStyle="customStyle2">
|
|
|
<view class="d-flex a-c j-c">
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="/static/images/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>
|
|
<text class="f-s-26">饲养管理</text>
|
|
|
</view>
|
|
</view>
|
|
|
</up-button>
|
|
</up-button>
|
|
|
<up-button :customStyle="customStyle3">
|
|
<up-button :customStyle="customStyle3">
|
|
|
<view class="d-flex a-c j-c">
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="/static/images/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>
|
|
<text class="f-s-26">采收管理</text>
|
|
|
</view>
|
|
</view>
|
|
|
</up-button>
|
|
</up-button>
|
|
@@ -70,7 +70,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="/static/images/plant/port/Task_Seedling_breeding.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
|
|
|
|
+ <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" />
|
|
|
<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>
|
|
@@ -120,25 +120,25 @@
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
<up-button :customStyle="customStyle1">
|
|
<up-button :customStyle="customStyle1">
|
|
|
<view class="d-flex a-c j-c">
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="/static/images/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>
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
</view>
|
|
|
</up-button>
|
|
</up-button>
|
|
|
<up-button v-if="data?.lands[0]?.landType == '3'" :customStyle="customStyle2">
|
|
<up-button v-if="data?.lands[0]?.landType == '3'" :customStyle="customStyle2">
|
|
|
<view class="d-flex a-c j-c">
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="/static/images/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>
|
|
<text class="f-s-26"> 繁育管理 </text>
|
|
|
</view>
|
|
</view>
|
|
|
</up-button>
|
|
</up-button>
|
|
|
<up-button v-else :customStyle="customStyle2">
|
|
<up-button v-else :customStyle="customStyle2">
|
|
|
<view class="d-flex a-c j-c">
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="/static/images/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>
|
|
<text class="f-s-26"> 种植管理 </text>
|
|
|
</view>
|
|
</view>
|
|
|
</up-button>
|
|
</up-button>
|
|
|
<up-button :customStyle="customStyle3">
|
|
<up-button :customStyle="customStyle3">
|
|
|
<view class="d-flex a-c j-c">
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="/static/images/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>
|
|
<text class="f-s-26">采收管理</text>
|
|
|
</view>
|
|
</view>
|
|
|
</up-button>
|
|
</up-button>
|
|
@@ -148,7 +148,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="/static/images/plant/port/Task_Planting.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
|
|
|
|
+ <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" />
|
|
|
<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>
|
|
@@ -194,19 +194,19 @@
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
<up-button :customStyle="customStyle1">
|
|
<up-button :customStyle="customStyle1">
|
|
|
<view class="d-flex a-c j-c">
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="/static/images/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>
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
</view>
|
|
|
</up-button>
|
|
</up-button>
|
|
|
<up-button :customStyle="customStyle2" @click="$emit('toSupervise')">
|
|
<up-button :customStyle="customStyle2" @click="$emit('toSupervise')">
|
|
|
<view class="d-flex a-c j-c">
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="/static/images/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>
|
|
<text class="f-s-26"> 种植管理 </text>
|
|
|
</view>
|
|
</view>
|
|
|
</up-button>
|
|
</up-button>
|
|
|
<up-button :customStyle="customStyle3">
|
|
<up-button :customStyle="customStyle3">
|
|
|
<view class="d-flex a-c j-c">
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="/static/images/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>
|
|
<text class="f-s-26">采收管理</text>
|
|
|
</view>
|
|
</view>
|
|
|
</up-button>
|
|
</up-button>
|
|
@@ -216,7 +216,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="/static/images/plant/port/Task_Breeding_Livestock.png" mode="widthFix" style="position: absolute; top: 0; left: 0" />
|
|
|
|
|
|
|
+ <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" />
|
|
|
<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>
|
|
@@ -262,19 +262,19 @@
|
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
<view class="pd-16 pt-8 pb-8 d-flex j-sb gap-20">
|
|
|
<up-button :customStyle="customStyle1">
|
|
<up-button :customStyle="customStyle1">
|
|
|
<view class="d-flex a-c j-c">
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="/static/images/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>
|
|
<text class="f-s-26">种源信息</text>
|
|
|
</view>
|
|
</view>
|
|
|
</up-button>
|
|
</up-button>
|
|
|
<up-button :customStyle="customStyle2">
|
|
<up-button :customStyle="customStyle2">
|
|
|
<view class="d-flex a-c j-c">
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="/static/images/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>
|
|
<text class="f-s-26">饲养管理</text>
|
|
|
</view>
|
|
</view>
|
|
|
</up-button>
|
|
</up-button>
|
|
|
<up-button :customStyle="customStyle3">
|
|
<up-button :customStyle="customStyle3">
|
|
|
<view class="d-flex a-c j-c">
|
|
<view class="d-flex a-c j-c">
|
|
|
- <image class="w-28 h-24" src="/static/images/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>
|
|
<text class="f-s-26">采收管理</text>
|
|
|
</view>
|
|
</view>
|
|
|
</up-button>
|
|
</up-button>
|