This commit is contained in:
Xulinchuan 2025-07-18 14:19:53 +08:00
commit 7903feffdb
32 changed files with 361 additions and 227 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 888 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 835 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 861 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 483 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 511 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -200,15 +200,8 @@ export const constantRoutes = [
path: '/sub-operation-service/farmService', path: '/sub-operation-service/farmService',
component: Layout, component: Layout,
name: 'farmService', name: 'farmService',
redirect: '/sub-operation-service/farmService/consult/laborServices', redirect: '/sub-operation-service/farmService/farmPolicy',
meta: { title: '农事服务' }, meta: { title: '农事服务' },
children: [
{
path: 'consult',
component: Views,
redirect: '/sub-operation-service/farmService/consult/laborServices',
name: 'farmServiceMain',
meta: { title: '农事' },
children: [ children: [
// { // {
// path: 'policy', // path: 'policy',
@ -231,13 +224,13 @@ export const constantRoutes = [
// ], // ],
// }, // },
{ {
path: 'farmPolicy', path: '/sub-operation-service/farmService/farmPolicy',
component: () => import('@/views/farmingService/farmingConsult/index.vue'), component: () => import('@/views/farmingService/farmingConsult/index.vue'),
name: 'farmPolicy', name: 'farmPolicy',
meta: { title: '农业政策', hideInBread: true }, meta: { title: '农业政策', hideInBread: true },
}, },
{ {
path: 'farmPolicyDetail', path: '/sub-operation-service/farmService/farmPolicyDetail',
component: () => import('@/views/farmingService/farmingConsult/policyDetail.vue'), component: () => import('@/views/farmingService/farmingConsult/policyDetail.vue'),
name: 'farmPolicyDetail', name: 'farmPolicyDetail',
meta: { title: '农业政策详情' }, meta: { title: '农业政策详情' },
@ -293,8 +286,6 @@ export const constantRoutes = [
// }, // },
], ],
}, },
],
},
{ {
path: '/sub-operation-service/dashboard', path: '/sub-operation-service/dashboard',
component: Layout, component: Layout,

View File

@ -51,25 +51,25 @@ const leftMenu = reactive([
name: 'farmPolicy', name: 'farmPolicy',
title: '农业政策', title: '农业政策',
icon: 'menu1.png', icon: 'menu1.png',
path: '/sub-operation-service/farmService/consult/farmPolicy', path: '/sub-operation-service/farmService/farmPolicy',
}, },
{ {
name: 'laborServices', name: 'laborServices',
title: '劳务用工', title: '劳务用工',
icon: 'menu1.png', icon: 'menu1.png',
path: '/sub-operation-service/farmService/consult/laborServices', path: '/sub-operation-service/farmService/laborServices',
}, },
{ {
name: 'agriculturalMachinery', name: 'agriculturalMachinery',
title: '农机服务', title: '农机服务',
icon: 'menu1.png', icon: 'menu1.png',
path: '/sub-operation-service/farmService/consult/agriculturalMachinery', path: '/sub-operation-service/farmService/agriculturalMachinery',
}, },
{ {
name: 'agriculturalTechnology', name: 'agriculturalTechnology',
title: '农技服务', title: '农技服务',
icon: 'menu1.png', icon: 'menu1.png',
path: '/sub-operation-service/farmService/consult/agriculturalTechnology', path: '/sub-operation-service/farmService/agriculturalTechnology',
}, },
//farmPolicy //farmPolicy
@ -84,19 +84,19 @@ const leftMenu = reactive([
// name: 'laborServices', // name: 'laborServices',
// title: '', // title: '',
// icon: 'menu1.png', // icon: 'menu1.png',
// path: '/sub-operation-service/farmService/consult/laborServices', // path: '/sub-operation-service/farmService/laborServices',
// }, // },
// { // {
// name: 'agriculturalMachinery', // name: 'agriculturalMachinery',
// title: '', // title: '',
// icon: 'menu1.png', // icon: 'menu1.png',
// path: '/sub-operation-service/farmService/consult/agriculturalMachinery', // path: '/sub-operation-service/farmService/agriculturalMachinery',
// }, // },
// { // {
// name: 'agriculturalTechnology', // name: 'agriculturalTechnology',
// title: '', // title: '',
// icon: 'menu1.png', // icon: 'menu1.png',
// path: '/sub-operation-service/farmService/consult/agriculturalTechnology', // path: '/sub-operation-service/farmService/agriculturalTechnology',
// }, // },
// ], // ],
// }, // },
@ -186,7 +186,7 @@ onMounted(() => {
} }
} }
const currentChild = window.sessionStorage.getItem('currentChild'); const currentChild = window.sessionStorage.getItem('currentChild');
if (currentChild && currentChild === 'main') { if (currentChild && currentChild === 'farmPolicy') {
currentIndex.value = 0; currentIndex.value = 0;
currentCIndex.value = ''; currentCIndex.value = '';
} else if (currentChild) { } else if (currentChild) {

View File

@ -214,7 +214,7 @@ const goDetail = (id) => {
// message: '', // message: '',
// type: 'warning', // type: 'warning',
// }); // });
router.push('/sub-operation-service/farmService/consult/agriculturalMachineryDel?id=' + id); router.push('/sub-operation-service/farmService/agriculturalMachineryDel?id=' + id);
}; };
// #endregion // #endregion
</script> </script>

View File

@ -219,7 +219,7 @@ const goDetail = (id) => {
// message: '', // message: '',
// type: 'warning', // type: 'warning',
// }); // });
router.push('/sub-operation-service/farmService/consult/agriculturalTechnologyDel?id=' + id); router.push('/sub-operation-service/farmService/agriculturalTechnologyDel?id=' + id);
}; };
// #endregion // #endregion
</script> </script>
@ -236,7 +236,7 @@ const goDetail = (id) => {
.card-item { .card-item {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin: 20px 0; margin: 10px 0 0 0;
text-align: left; text-align: left;
} }
.choose { .choose {

View File

@ -18,54 +18,63 @@
</div> </div>
</div> </div>
<div style="display: flex"> <div style="display: flex">
<div style="display: flex"> <div style="display: flex; align-items: center">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 40px; border-radius: 100%" src="../../../assets/images/nx.png" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left; font-size: 16px">
<div style="color: #aaa">服务年限</div> <div style="color: #aaa">服务年限</div>
<div>10</div> <div>10</div>
</div> </div>
</div> </div>
<div style="display: flex; margin-left: 200px"> <div style="display: flex; align-items: center; margin-left: 200px">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 40px; border-radius: 100%" src="../../../assets/images/or.png" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left; font-size: 16px">
<div style="color: #aaa">完成订单</div> <div style="color: #aaa">完成订单</div>
<div>128</div> <div>128</div>
</div> </div>
</div> </div>
<div style="display: flex; margin-left: 200px"> <div style="display: flex; align-items: center; margin-left: 200px">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 40px; border-radius: 100%" src="../../../assets/images/pf.png" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left; font-size: 16px">
<div style="color: #aaa">平均评分</div> <div style="color: #aaa">平均评分</div>
<div>5.0</div> <div>5.0</div>
</div> </div>
</div> </div>
</div> </div>
<div style="width: 100%; text-align: left; margin-top: 20px"> <div style="width: 100%; text-align: left; margin-top: 20px">
<div style="font-size: 15px; font-weight: bold">技能描述</div> <div style="font-size: 20px; font-weight: bold">技能描述</div>
<div style="line-height: 30px; font-size: 12px; color: #aaa; margin-top: 10px"> <div style="line-height: 30px; font-size: 16px; color: #aaa; margin-top: 10px">
本人从事水稻种植工作已有10年拥有丰富的水稻种植经验熟悉水稻从选种育秧移栽到收割的全过程 本人从事水稻种植工作已有10年拥有丰富的水稻种植经验熟悉水稻从选种育秧移栽到收割的全过程
擅长解决水稻种植过程中的各种病虫害问题能够根据不同的土壤条件和气候特点制定科学合理的种植方案 擅长解决水稻种植过程中的各种病虫害问题能够根据不同的土壤条件和气候特点制定科学合理的种植方案
可提供水稻种植技术指导病虫害防治田间管理等服务保证水稻的产量和质量 可提供水稻种植技术指导病虫害防治田间管理等服务保证水稻的产量和质量
</div> </div>
</div> </div>
<div style="width: 100%; text-align: left; margin-top: 20px"> <div style="width: 100%; text-align: left; margin-top: 20px">
<div style="font-size: 15px; font-weight: bold">服务内容</div> <div style="font-size: 20px; font-weight: bold">服务内容</div>
<div class="top_info"> <div class="top_info">
<div>水稻品种选择与推荐</div> <div style="display: flex; align-items: center">
<img style="width: 15px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" />
<div style="margin-left: 5px">水稻品种选择与推荐</div>
</div>
<div style="margin-left: 300px">指导</div> <div style="margin-left: 300px">指导</div>
</div> </div>
<div class="top_info"> <div class="top_info">
<div>稻田管理与施肥</div> <div style="display: flex; align-items: center">
<img style="width: 15px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" />
<div style="margin-left: 5px">稻田管理与施肥</div>
</div>
<div style="margin-left: 325px">防治</div> <div style="margin-left: 325px">防治</div>
</div> </div>
<div class="top_info"> <div class="top_info">
<div>收割与储存建议</div> <div style="display: flex; align-items: center">
<img style="width: 15px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" />
<div style="margin-left: 5px">收割与储存建议</div>
</div>
<div style="margin-left: 295px">植物技术指导</div> <div style="margin-left: 295px">植物技术指导</div>
</div> </div>
</div> </div>
@ -79,50 +88,130 @@
</div> --> </div> -->
<div style="width: 100%; text-align: left; margin-top: 20px; display: flex"> <div style="width: 100%; text-align: left; margin-top: 20px; display: flex">
<div style="width: 50%"> <div style="width: 50%">
<div style="font-size: 15px; font-weight: bold">服务流程</div> <div style="font-size: 20px; font-weight: bold">服务流程</div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; align-items: center; margin-top: 20px">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <div
style="
width: 30px;
height: 30px;
border-radius: 100%;
background-color: #25bf82;
color: #fff;
font-size: 15px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
"
>
1
</div>
<!-- <img style="width: 30px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" /> -->
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">需求沟通</div> <div style="color: #000000; font-size: 16px; font-weight: bold">需求沟通</div>
<div>详细了解您的种植需求和田间情况</div> <div style="font-size: 16px">详细了解您的种植需求和田间情况</div>
</div> </div>
</div> </div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; align-items: center; margin-top: 20px">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <div
style="
width: 30px;
height: 30px;
border-radius: 100%;
background-color: #25bf82;
color: #fff;
font-size: 15px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
"
>
2
</div>
<!-- <img style="width: 30px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" /> -->
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">方案制定</div> <div style="color: #000000; font-size: 16px; font-weight: bold">方案制定</div>
<div>根据您的需求和实际情况制定详细的服务方案</div> <div style="font-size: 16px">根据您的需求和实际情况制定详细的服务方案</div>
</div> </div>
</div> </div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; align-items: center; margin-top: 20px">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <div
style="
width: 30px;
height: 30px;
border-radius: 100%;
background-color: #25bf82;
color: #fff;
font-size: 15px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
"
>
3
</div>
<!-- <img style="width: 30px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" /> -->
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">签订协议</div> <div style="color: #000000; font-size: 16px; font-weight: bold">签订协议</div>
<div>双方确认服务方案签订服务协议</div> <div style="font-size: 16px">双方确认服务方案签订服务协议</div>
</div> </div>
</div> </div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; align-items: center; margin-top: 20px">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <div
style="
width: 30px;
height: 30px;
border-radius: 100%;
background-color: #25bf82;
color: #fff;
font-size: 15px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
"
>
4
</div>
<!-- <img style="width: 30px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" /> -->
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">服务实施</div> <div style="color: #000000; font-size: 16px; font-weight: bold">服务实施</div>
<div>按照协议约定的时间和内容提供专业的种植服务</div> <div style="font-size: 16px">按照协议约定的时间和内容提供专业的种植服务</div>
</div> </div>
</div> </div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; align-items: center; margin-top: 20px">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <div
style="
width: 30px;
height: 30px;
border-radius: 100%;
background-color: #25bf82;
color: #fff;
font-size: 15px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
"
>
5
</div>
<!-- <img style="width: 30px; border-radius: 100%" src="../../../assets/images/comfig.png" alt="" /> -->
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">验收评价</div> <div style="color: #000000; font-size: 16px; font-weight: bold">验收评价</div>
<div>服务完成后进行验收并提供服务评价</div> <div style="font-size: 16px">服务完成后进行验收并提供服务评价</div>
</div> </div>
</div> </div>
</div> </div>
@ -171,28 +260,28 @@
</div> --> </div> -->
</div> </div>
<div style="width: 100%; text-align: left; margin-top: 20px"> <div style="width: 100%; text-align: left; margin-top: 20px">
<div style="font-size: 15px; font-weight: bold">服务案例</div> <div style="font-size: 20px; font-weight: bold">服务案例</div>
<div style="margin-top: 20px; display: flex; justify-content: space-evenly"> <div style="margin-top: 20px; display: flex; justify-content: space-evenly">
<div style="display: flex; flex-direction: column"> <div style="display: flex; flex-direction: column">
<img style="width: 270px; height: 150px" src="../../../assets/images/carton.png" alt="" /> <img style="width: 270px; height: 150px" src="../../../assets/images/nj1.png" alt="" />
<div style="border: 1px solid #eee; border-top: none; width: 280px; padding: 10px"> <div style="border: 1px solid #eee; border-top: none; width: 280px; padding: 10px">
<div style="font-size: 15px; font-weight: bold">岳池县稻田增产案例</div> <div style="font-size: 16px; font-weight: bold">岳池县稻田增产案例</div>
<el-rate v-model="value1" /> <el-rate v-model="value1" />
<div style="font-size: 12px">通过科学的种植管理帮助农户水稻增产20%获得农户一致好评</div> <div style="font-size: 12px">通过科学的种植管理帮助农户水稻增产20%获得农户一致好评</div>
</div> </div>
</div> </div>
<div style="display: flex; flex-direction: column"> <div style="display: flex; flex-direction: column">
<img style="width: 270px; height: 150px" src="../../../assets/images/carton.png" alt="" /> <img style="width: 270px; height: 150px" src="../../../assets/images/nj2.png" alt="" />
<div style="border: 1px solid #eee; border-top: none; width: 280px; padding: 10px"> <div style="border: 1px solid #eee; border-top: none; width: 280px; padding: 10px">
<div style="font-size: 15px; font-weight: bold">邻水县病虫害防治案例</div> <div style="font-size: 16px; font-weight: bold">邻水县病虫害防治案例</div>
<el-rate v-model="value1" /> <el-rate v-model="value1" />
<div style="font-size: 12px">有效防治水稻稻瘟病避免了农户的经济损失得到当地政府的认可</div> <div style="font-size: 12px">有效防治水稻稻瘟病避免了农户的经济损失得到当地政府的认可</div>
</div> </div>
</div> </div>
<div style="display: flex; flex-direction: column"> <div style="display: flex; flex-direction: column">
<img style="width: 270px; height: 150px" src="../../../assets/images/carton.png" alt="" /> <img style="width: 270px; height: 150px" src="../../../assets/images/nj3.png" alt="" />
<div style="border: 1px solid #eee; border-top: none; width: 280px; padding: 10px"> <div style="border: 1px solid #eee; border-top: none; width: 280px; padding: 10px">
<div style="font-size: 15px; font-weight: bold">邻水县稻田增产案例</div> <div style="font-size: 16px; font-weight: bold">邻水县稻田增产案例</div>
<el-rate v-model="value1" /> <el-rate v-model="value1" />
<div style="font-size: 12px">通过科学的种植管理帮助农户水稻增产20%获得农户一致好评</div> <div style="font-size: 12px">通过科学的种植管理帮助农户水稻增产20%获得农户一致好评</div>
</div> </div>
@ -200,14 +289,14 @@
</div> </div>
</div> </div>
<div style="width: 100%; text-align: left; margin-top: 20px"> <div style="width: 100%; text-align: left; margin-top: 20px">
<div style="font-size: 15px; font-weight: bold">客户评价</div> <div style="font-size: 20px; font-weight: bold">客户评价</div>
<div style="width: 100%; color: #9ea4a7; margin-top: 20px; border: 1px solid #eee; padding: 10px; border-radius: 10px"> <div style="width: 100%; color: #9ea4a7; margin-top: 20px; border: 1px solid #eee; padding: 10px; border-radius: 10px">
<div style="display: flex; align-items: center"> <div style="display: flex; align-items: center">
<div> <div>
<img style="width: 50px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 50px; border-radius: 100%" src="../../../assets/images/us.png" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">刘老板</div> <div style="color: #000000; font-size: 16px">刘老板</div>
<el-rate v-model="value1" /> <el-rate v-model="value1" />
<div>2025-03-10</div> <div>2025-03-10</div>
</div> </div>
@ -219,10 +308,10 @@
<div style="width: 100%; color: #9ea4a7; margin-top: 20px; border: 1px solid #eee; padding: 10px; border-radius: 10px"> <div style="width: 100%; color: #9ea4a7; margin-top: 20px; border: 1px solid #eee; padding: 10px; border-radius: 10px">
<div style="display: flex; align-items: center"> <div style="display: flex; align-items: center">
<div> <div>
<img style="width: 50px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 50px; border-radius: 100%" src="../../../assets/images/us.png" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">王老板</div> <div style="color: #000000; font-size: 16px">王老板</div>
<el-rate v-model="value1" /> <el-rate v-model="value1" />
<div>2025-03-10</div> <div>2025-03-10</div>
</div> </div>
@ -374,7 +463,7 @@ let value1 = ref(5);
display: flex; display: flex;
margin-top: 10px; margin-top: 10px;
div { div {
font-size: 12px; font-size: 16px;
} }
} }
</style> </style>

View File

@ -98,7 +98,7 @@ const queryList = () => {
}; };
const goDetail = (id) => { const goDetail = (id) => {
router.push('/sub-operation-service/farmService/consult/farmPolicyDetail?id=' + id); router.push('/sub-operation-service/farmService/farmPolicyDetail?id=' + id);
}; };
// #endregion // #endregion
</script> </script>

View File

@ -206,11 +206,11 @@ const changeChoose = (type, index) => {
}; };
const goDetail = (id) => { const goDetail = (id) => {
ElMessage({ // ElMessage({
message: '功能正在维护中,请稍后点击', // message: '',
type: 'warning', // type: 'warning',
}); // });
// router.push('/sub-operation-service/farmService/consult/laborServicesDel?id=' + id); router.push('/sub-operation-service/farmService/laborServicesDel?id=' + id);
}; };
// #endregion // #endregion
</script> </script>
@ -227,7 +227,7 @@ const goDetail = (id) => {
.card-item { .card-item {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin: 20px 0; margin: 5px 0 0 0;
text-align: left; text-align: left;
} }
.choose { .choose {

View File

@ -2,71 +2,80 @@
<div> <div>
<common> <common>
<template #main> <template #main>
<div style="background-color: #fff; padding: 10px"> <div style="background-color: #fff; padding: 10px 20px 20px 20px">
<div style="display: flex; margin-top: 5px; justify-content: space-between">
<div style="text-align: left">
<div class="top_title">耿马县新城村诚信合作社招17名分拣工</div>
<div class="top"> <div class="top">
<div class="top_hot">热门</div> <div class="top_hot">热门</div>
<div class="top_impatient">急聘</div> <div class="top_impatient">急聘</div>
</div> </div>
<div style="display: flex; margin-top: 5px; justify-content: space-between"> <div class="top_subtitle">
<div style="text-align: left"> <el-icon><Location /></el-icon> 工作地点云南省临沧市耿马新城村 <el-icon style="margin-left: 10px"><Postcard /></el-icon> 种植
<div class="top_title">耿马县新城村诚信合作社招17名分拣工</div> <el-icon style="margin-left: 10px"><Tickets /></el-icon> 发布于3天前
<div class="top_subtitle">云南省临沧市耿马新城村 种植鲉 发布于3天前</div>
</div> </div>
<div> </div>
<!-- <div>
<div class="top_price">150/</div> <div class="top_price">150/</div>
<div class="top_updata">立即申请</div> <div class="top_updata">立即申请</div>
</div> </div> -->
</div> </div>
<div style="display: flex"> <div style="display: flex">
<div style="display: flex"> <div style="display: flex">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/01.png')" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #aaa">招聘人数</div> <div style="color: #aaa">招聘人数</div>
<div>30</div> <div class="top_num">30</div>
</div> </div>
</div> </div>
<div style="display: flex; margin-left: 300px"> <div style="display: flex; margin-left: 300px">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/02.png')" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #aaa">工作天数</div> <div style="color: #aaa">工作天数</div>
<div>45</div> <div class="top_num">45</div>
</div> </div>
</div> </div>
</div> </div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; margin-top: 20px">
<div style="display: flex"> <div style="display: flex">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/03.png')" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #aaa">工作时间</div> <div style="color: #aaa">工作时间</div>
<div>2025-03-15至2025-04-28</div> <div class="top_num">2025-03-15至2025-04-28</div>
</div> </div>
</div> </div>
<div style="display: flex; margin-left: 215px"> <div style="display: flex; margin-left: 170px">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/04.png')" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #aaa">结算方式</div> <div style="color: #aaa">结算方式</div>
<div>日结</div> <div class="top_num">日结</div>
</div> </div>
</div> </div>
</div> </div>
<div style="width: 100%; text-align: left; margin-top: 20px"> <div style="width: 100%; text-align: left; margin-top: 20px">
<div style="font-size: 15px; font-weight: bold">服务描述</div> <div class="warehouse-detail-title">
<div style="line-height: 30px; font-size: 12px; color: #aaa; margin-top: 10px"> <img :src="getAssetsFile('images/warehouseLogistics/product.png')" alt="" draggable="false" />
<div class="page-title">服务描述</div>
</div>
<div style="line-height: 30px; font-size: 14px; color: #000; margin-top: 10px">
我们是一家专业从事农业种植的企业现因春耕生产需要诚招有经验的种植工人主要负责水稻玉米等农作物的种植工作 我们是一家专业从事农业种植的企业现因春耕生产需要诚招有经验的种植工人主要负责水稻玉米等农作物的种植工作
工作内容包括土地翻耕播种育苗移栽田间管理等要求身体健康能吃苦耐劳有相关种植经验者优先 工作内容包括土地翻耕播种育苗移栽田间管理等要求身体健康能吃苦耐劳有相关种植经验者优先
我们提供食宿工作环境良好薪资待遇优厚欢迎有兴趣的朋友加入我们的团队! 我们提供食宿工作环境良好薪资待遇优厚欢迎有兴趣的朋友加入我们的团队!
</div> </div>
</div> </div>
<div style="width: 100%; text-align: left; margin-top: 20px"> <div style="width: 100%; text-align: left; margin-top: 20px">
<div style="font-size: 15px; font-weight: bold">工作要求</div> <div class="warehouse-detail-title">
<img :src="getAssetsFile('images/farmingService/05.png')" alt="" draggable="false" />
<div class="page-title">工作要求</div>
</div>
<div class="top_info"> <div class="top_info">
<div>年龄要求20-25</div> <div>年龄要求20-25</div>
<div style="margin-left: 300px">性别要求不限</div> <div style="margin-left: 300px">性别要求不限</div>
@ -81,7 +90,7 @@
</div> </div>
</div> </div>
<!-- <div style="width: 100%; text-align: left; margin-top: 20px"> <!-- <div style="width: 100%; text-align: left; margin-top: 20px">
<div style="font-size: 15px; font-weight: bold">服务描述</div> <div style="font-size: 18px; font-weight: bold">服务描述</div>
<div style="line-height: 30px; font-size: 12px; color: #aaa; margin-top: 10px"> <div style="line-height: 30px; font-size: 12px; color: #aaa; margin-top: 10px">
我们是一家专业从事农业种植的企业现因春耕生产需要诚招有经验的种植工人主要负责水稻玉米等农作物的种植工作 我们是一家专业从事农业种植的企业现因春耕生产需要诚招有经验的种植工人主要负责水稻玉米等农作物的种植工作
工作内容包括土地翻耕播种育苗移栽田间管理等要求身体健康能吃苦耐劳有相关种植经验者优先 工作内容包括土地翻耕播种育苗移栽田间管理等要求身体健康能吃苦耐劳有相关种植经验者优先
@ -90,47 +99,40 @@
</div> --> </div> -->
<div style="width: 100%; text-align: left; margin-top: 20px; display: flex"> <div style="width: 100%; text-align: left; margin-top: 20px; display: flex">
<div style="width: 50%"> <div style="width: 50%">
<div style="font-size: 15px; font-weight: bold">服务流程</div> <div class="warehouse-detail-title">
<div style="display: flex; margin-top: 20px"> <img :src="getAssetsFile('images/farmingService/06.png')" alt="" draggable="false" />
<div> <div class="page-title">服务流程</div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
</div> </div>
<div style="display: flex; margin-top: 20px">
<div class="liucheng">1</div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">报名申请</div> <div style="color: #000000">报名申请</div>
<div>在线提交申请或者电话联系我们</div> <div>在线提交申请或者电话联系我们</div>
</div> </div>
</div> </div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; margin-top: 20px">
<div> <div class="liucheng">2</div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
</div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">面试筛选</div> <div style="color: #000000">面试筛选</div>
<div>我们将在24小时内与您联系安排面试</div> <div>我们将在24小时内与您联系安排面试</div>
</div> </div>
</div> </div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; margin-top: 20px">
<div> <div class="liucheng">3</div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
</div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">协议签订</div> <div style="color: #000000">协议签订</div>
<div>面试通过后签订劳务协议</div> <div>面试通过后签订劳务协议</div>
</div> </div>
</div> </div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; margin-top: 20px">
<div> <div class="liucheng">4</div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
</div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">上岗工作</div> <div style="color: #000000">上岗工作</div>
<div>按约定时间上岗开始工作</div> <div>按约定时间上岗开始工作</div>
</div> </div>
</div> </div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; margin-top: 20px">
<div> <div class="liucheng">5</div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" />
</div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">工资结算</div> <div style="color: #000000">工资结算</div>
<div>按日结算工资工作结束后一次性结清</div> <div>按日结算工资工作结束后一次性结清</div>
@ -138,10 +140,13 @@
</div> </div>
</div> </div>
<div style="width: 50%"> <div style="width: 50%">
<div style="font-size: 15px; font-weight: bold">联系信息</div> <div class="warehouse-detail-title">
<img :src="getAssetsFile('images/farmingService/07.png')" alt="" draggable="false" />
<div class="page-title">联系信息</div>
</div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; margin-top: 20px">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/01.png')" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #aaa">联系人</div> <div style="color: #aaa">联系人</div>
@ -150,7 +155,7 @@
</div> </div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; margin-top: 20px">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/phone.png')" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #aaa">联系电话</div> <div style="color: #aaa">联系电话</div>
@ -159,14 +164,14 @@
</div> </div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; margin-top: 20px">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/email.png')" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #aaa">邮箱</div> <div style="color: #aaa">邮箱</div>
<div>wang@nongye.com</div> <div>wang@nongye.com</div>
</div> </div>
</div> </div>
<div <!-- <div
style=" style="
margin-top: 10px; margin-top: 10px;
padding: 5px 20px; padding: 5px 20px;
@ -178,25 +183,31 @@
" "
> >
联系电话 联系电话
</div> </div> -->
</div>
</div>
<div style="width: 100%; text-align: left; margin-top: 20px">
<div style="font-size: 15px; font-weight: bold">服务照片</div>
<div style="margin-top: 20px">
<img style="width: 280px; height: 150px" src="../../../assets/images/carton.png" alt="" />
<img style="width: 280px; height: 150px; margin-left: 10px" src="../../../assets/images/carton.png" alt="" />
<img style="width: 280px; height: 150px; margin-left: 10px" src="../../../assets/images/carton.png" alt="" />
</div> </div>
</div> </div>
<div style="width: 100%; text-align: left; margin-top: 20px"> <div style="width: 100%; text-align: left; margin-top: 20px">
<div style="font-size: 15px; font-weight: bold">申请情况</div> <div class="warehouse-detail-title">
<img :src="getAssetsFile('images/farmingService/08.png')" alt="" draggable="false" />
<div class="page-title">服务照片</div>
</div>
<div style="margin-top: 20px; display: flex; gap: 20px">
<img style="flex: 1; height: 150px" :src="getAssetsFile('images/farmingService/11.png')" alt="" />
<img style="flex: 1; height: 150px" :src="getAssetsFile('images/farmingService/12.png')" alt="" />
<img style="flex: 1; height: 150px" :src="getAssetsFile('images/farmingService/13.png')" alt="" />
</div>
</div>
<div style="width: 100%; text-align: left; margin-top: 20px">
<div class="warehouse-detail-title">
<img :src="getAssetsFile('images/farmingService/09.png')" alt="" draggable="false" />
<div class="page-title">申请情况</div>
</div>
<div style="margin-top: 20px; width: 100%; display: flex; justify-content: space-between"> <div style="margin-top: 20px; width: 100%; display: flex; justify-content: space-between">
<div style="font-size: 15px">申请进度</div> <div style="font-size: 15px">申请进度 <span class="color-green">36%</span></div>
<div style="font-size: 15px">已申请<text style="color: #497f43">12</text>还需<text style="color: #497f43">18</text></div> <div style="font-size: 15px">已申请<text style="color: #25bf82"> 12 </text>还需<text style="color: #25bf82"> 18 </text></div>
</div> </div>
<div style="width: 100%; height: 8px; background-color: #e2e8f0; position: relative; margin-top: 10px"> <div style="width: 100%; height: 8px; background: rgba(37, 191, 130, 0.1); position: relative; margin-top: 10px">
<div style="background-color: #2e7d32; position: absolute; height: 8px; width: 40%; border-radius: 5px"></div> <div style="background-color: #25bf82; position: absolute; height: 8px; width: 40%; border-radius: 5px"></div>
</div> </div>
<div style="width: 100%; display: flex; margin-top: 20px; background-color: #f9fafb; padding: 15px 10px"> <div style="width: 100%; display: flex; margin-top: 20px; background-color: #f9fafb; padding: 15px 10px">
<div style="width: 25%; color: #9ea4a7">申请人</div> <div style="width: 25%; color: #9ea4a7">申请人</div>
@ -208,7 +219,7 @@
<div style="width: 25%; color: #9ea4a7"> <div style="width: 25%; color: #9ea4a7">
<div style="display: flex"> <div style="display: flex">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/man.png')" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">李师傅</div> <div style="color: #000000">李师傅</div>
@ -224,7 +235,7 @@
<div style="width: 25%; color: #9ea4a7"> <div style="width: 25%; color: #9ea4a7">
<div style="display: flex"> <div style="display: flex">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/man.png')" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">张师傅</div> <div style="color: #000000">张师傅</div>
@ -240,7 +251,7 @@
<div style="width: 25%; color: #9ea4a7"> <div style="width: 25%; color: #9ea4a7">
<div style="display: flex"> <div style="display: flex">
<div> <div>
<img style="width: 40px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 40px; border-radius: 100%" :src="getAssetsFile('images/farmingService/man.png')" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="color: #000000">王师傅</div> <div style="color: #000000">王师傅</div>
@ -254,20 +265,26 @@
</div> </div>
</div> </div>
<div style="width: 100%; text-align: left; margin-top: 20px"> <div style="width: 100%; text-align: left; margin-top: 20px">
<div style="font-size: 15px; font-weight: bold">发布企业</div> <div class="warehouse-detail-title">
<img :src="getAssetsFile('images/farmingService/10.png')" alt="" draggable="false" />
<div class="page-title">发布企业</div>
</div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; margin-top: 20px">
<div> <div>
<img style="width: 60px; border-radius: 100%" src="../../../assets/images/carton.png" alt="" /> <img style="width: 60px; border-radius: 100%" :src="getAssetsFile('images/farmingService/man.png')" alt="" />
</div> </div>
<div style="margin-left: 10px; text-align: left"> <div style="margin-left: 10px; text-align: left">
<div style="display: flex"> <div style="display: flex">
<div style="color: #000000; font-size: 20px; font-weight: bold">绿丰农业科技有限公司</div> <div style="color: #000000; font-size: 20px; font-weight: bold">绿丰农业科技有限公司</div>
<div style="margin-left: 10px; padding: 0px 5px; background-color: #dbeafe; color: #4886f0; border-radius: 10px; line-height: 25px"> <!-- <div style="margin-left: 10px; padding: 0px 5px; background-color: #dbeafe; color: #4886f0; border-radius: 10px; line-height: 25px">
已认证 已认证
</div> -->
</div> </div>
<div style="color: #9292a1; font-size: 14px; margin: 5px 0">专业从事农作物种植销售的农业企业</div>
<div style="font-size: 14px; color: #333">
<el-icon color="#25bf82"><Location /></el-icon> 四川省广安市岳池县
<el-icon color="#25bf82" style="margin-left: 5px"><Calendar /></el-icon> 成立于2018年
</div> </div>
<div style="color: #9292a1">专业从事农作物种植销售的农业企业</div>
<div style="margin-top: 5px; color: #9292a1">四川省广安市岳池县 成立于2018年</div>
</div> </div>
</div> </div>
</div> </div>
@ -276,42 +293,42 @@
style=" style="
width: 30%; width: 30%;
height: 80px; height: 80px;
background-color: #f9fafb; background: rgba(37, 191, 130, 0.1);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
" "
> >
<div style="font-size: 20px; color: #2e7d32; font-weight: bold">12</div> <div style="font-size: 20px; color: #25bf82; font-weight: bold">12</div>
<div style="font-size: 15px">正在招聘</div> <div style="font-size: 15px">正在招聘</div>
</div> </div>
<div <div
style=" style="
width: 30%; width: 30%;
height: 80px; height: 80px;
background-color: #f9fafb; background: rgba(37, 191, 130, 0.1);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
" "
> >
<div style="font-size: 20px; color: #2e7d32; font-weight: bold">56</div> <div style="font-size: 20px; color: #25bf82; font-weight: bold">56</div>
<div style="font-size: 15px">累计发布</div> <div style="font-size: 15px">累计发布</div>
</div> </div>
<div <div
style=" style="
width: 30%; width: 30%;
height: 80px; height: 80px;
background-color: #f9fafb; background: rgba(37, 191, 130, 0.1);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
" "
> >
<div style="font-size: 20px; color: #2e7d32; font-weight: bold">98%</div> <div style="font-size: 20px; color: #25bf82; font-weight: bold">98%</div>
<div style="font-size: 15px">好评率</div> <div style="font-size: 15px">好评率</div>
</div> </div>
</div> </div>
@ -370,7 +387,11 @@ const router = useRouter();
color: #25bf82; color: #25bf82;
font-weight: bold; font-weight: bold;
} }
.color-green {
color: #25bf82;
}
.top { .top {
margin-top: 5px;
display: flex; display: flex;
.top_hot { .top_hot {
background-color: #dcfce7; background-color: #dcfce7;
@ -380,9 +401,9 @@ const router = useRouter();
} }
.top_impatient { .top_impatient {
margin-left: 10px; margin-left: 10px;
background-color: #dbeafe; background: rgba(255, 190, 77, 0.1);
border-radius: 10px; border-radius: 10px;
color: #4886f0; color: #ffbe4d;
padding: 2px 10px; padding: 2px 10px;
} }
} }
@ -391,7 +412,8 @@ const router = useRouter();
font-weight: bold; font-weight: bold;
} }
.top_subtitle { .top_subtitle {
margin-top: 5px; margin-top: 10px;
margin-bottom: 15px;
font-size: 12px; font-size: 12px;
color: #aaa; color: #aaa;
} }
@ -402,6 +424,9 @@ const router = useRouter();
border-radius: 30px; border-radius: 30px;
margin-top: 10px; margin-top: 10px;
} }
.top_num {
font-size: 16px;
}
.top_price { .top_price {
font-weight: bold; font-weight: bold;
color: #f59a23; color: #f59a23;
@ -414,4 +439,33 @@ const router = useRouter();
font-size: 12px; font-size: 12px;
} }
} }
.liucheng {
width: 32px;
height: 32px;
border-radius: 50%;
text-align: center;
line-height: 32px;
font-size: 14px;
color: #fff;
background-color: #25bf82;
}
.warehouse-detail-title {
font-size: 22px;
font-weight: bold;
text-align: left;
margin: 20px 0 15px 0;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
img {
width: 28px;
}
.page-title {
font-size: 20px;
font-weight: bold;
text-align: left;
margin-left: 10px;
}
}
</style> </style>