|
|
@ -3,7 +3,7 @@ |
|
|
|
<view class="se-m-20 se-br-20 se-bs-b se-bgc-white se-py-20 se-px-30" v-for="(items,indexs) in taskList" :key="indexs" @click="onMasterDetail(items)"> |
|
|
|
<view class="se-flex se-flex-h-sb"> |
|
|
|
<view class="se-flex"> |
|
|
|
<text class="se-fw-6 se-c-black se-fs-30">{{items.title}}</text> |
|
|
|
<text class="se-fw-6 se-c-black se-fs-30">{{items.title}}|日薪:{{items.salaryDay}}</text> |
|
|
|
</view> |
|
|
|
<view class="se-c-orange se-fs-32 se-fw-6"> |
|
|
|
{{items.salaryMin}}-{{items.salaryMax}}k |
|
|
@ -24,7 +24,10 @@ |
|
|
|
{{items.createTime | formatTime}} |
|
|
|
</view> |
|
|
|
<view class="se-flex se-flex-h-c se-py-10 se-px-20 se-br-12 se-fs-22 se-c-orange se-bgc-ffd se-fw-6"> |
|
|
|
<text class="se-ml-5">立即接单</text> |
|
|
|
<text class="se-ml-5">修改</text> |
|
|
|
</view> |
|
|
|
<view class="se-flex se-flex-h-c se-py-10 se-px-20 se-br-12 se-fs-22 se-c-orange se-bgc-ffd se-fw-6"> |
|
|
|
<text class="se-ml-5">删除</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@ -33,195 +36,22 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import { |
|
|
|
queryJobListByUserId |
|
|
|
} from "@/common/api.js" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export default{ |
|
|
|
data(){ |
|
|
|
return{ |
|
|
|
taskList:[ |
|
|
|
{ |
|
|
|
"id": "1895062781967736834", |
|
|
|
"createBy": null, |
|
|
|
"createTime": "2025-02-27 18:45:50", |
|
|
|
"updateBy": null, |
|
|
|
"updateTime": null, |
|
|
|
"title": "销售兼职", |
|
|
|
"address": "云南省昆明市官渡区站前路", |
|
|
|
"categoryOne": "1894724968848064513", |
|
|
|
"categoryTwo": "1894726005210251265", |
|
|
|
"salaryMin": 3000, |
|
|
|
"salaryMax": 10000, |
|
|
|
"salaryDay": 200, |
|
|
|
"payType": "1", |
|
|
|
"phone": "17875426385", |
|
|
|
"details": "卖衣服", |
|
|
|
"image": "https://tennis-oss.xzaiyp.top/2025-02-27/45e4b177-f0da-4eba-95e5-2322589a8af7.jpg", |
|
|
|
"userId": "1891910362819756034", |
|
|
|
"longitude": 102.72173, |
|
|
|
"latitude": 25.015772, |
|
|
|
"tag": null, |
|
|
|
"startTime": "2015-01-01 00:00:00", |
|
|
|
"endTime": "2015-01-01 00:00:00", |
|
|
|
"employAuthenticationPerson": { |
|
|
|
"id": "1895028819692646402", |
|
|
|
"createBy": null, |
|
|
|
"createTime": 1740645053000, |
|
|
|
"updateBy": "admin", |
|
|
|
"updateTime": 1741768776000, |
|
|
|
"name": "安师傅", |
|
|
|
"password": null, |
|
|
|
"phone": "17875426385", |
|
|
|
"address": "云南省文山州凤凰谷", |
|
|
|
"industry": "1894724665780240386", |
|
|
|
"cerImageFront": "https://tennis-oss.xzaiyp.top/2025-02-27/9ed9dabf-15a1-4ea4-87cb-d7df3f52c0e8.jpg", |
|
|
|
"cerImageBack": "https://tennis-oss.xzaiyp.top/2025-02-27/0bf464ca-b275-4db5-8349-6bc9720067b1.jpg", |
|
|
|
"status": "1", |
|
|
|
"userId": "1891910362819756034", |
|
|
|
"industryName": null, |
|
|
|
"image": "https://tennis-oss.xzaiyp.top/2025-02-27/b176ed2c-499e-40df-bce9-abbb7429f890.jpg" |
|
|
|
}, |
|
|
|
"employAuthenticationCompany": null, |
|
|
|
"hanHaiMember": { |
|
|
|
"id": "1891910362819756034", |
|
|
|
"createBy": null, |
|
|
|
"createTime": 1739894400000, |
|
|
|
"updateBy": "admin001", |
|
|
|
"updateTime": 1740412800000, |
|
|
|
"sysOrgCode": null, |
|
|
|
"nickName": "哦哟", |
|
|
|
"headImage": "https://tennis-oss.xzaiyp.top/2025-02-25/f209a458-f58c-492d-8887-7295000d9b5f.jpeg", |
|
|
|
"name": "", |
|
|
|
"phone": "17875426385", |
|
|
|
"account": null, |
|
|
|
"password": null, |
|
|
|
"passwordSalt": null, |
|
|
|
"shopName": null, |
|
|
|
"role": "", |
|
|
|
"cardId": null, |
|
|
|
"frozenFlag": "", |
|
|
|
"deleteFlag": "0", |
|
|
|
"token": null, |
|
|
|
"officialOpenid": null, |
|
|
|
"appletOpenid": "opwCj7Z-ni6VvPuwI8zvebAiU_lk", |
|
|
|
"appOpenid": null, |
|
|
|
"wxUnionid": null, |
|
|
|
"officialAppid": null, |
|
|
|
"idCard": null, |
|
|
|
"idCardPassword": null, |
|
|
|
"idCardSalt": null, |
|
|
|
"idCardOpen": null, |
|
|
|
"intentionNum": null, |
|
|
|
"successNum": null, |
|
|
|
"addNum": null, |
|
|
|
"shareId": null, |
|
|
|
"vid": null, |
|
|
|
"vtime": null, |
|
|
|
"isPay": null, |
|
|
|
"follow": null, |
|
|
|
"payRole": null, |
|
|
|
"price": 0, |
|
|
|
"integerPrice": null, |
|
|
|
"appletAppid": null, |
|
|
|
"sex": "2", |
|
|
|
"isDai": null |
|
|
|
}, |
|
|
|
"categoryOne_dictText": "兼职", |
|
|
|
"categoryTwo_dictText": "波音兼职", |
|
|
|
"payType_dictText": "支付宝支付", |
|
|
|
"userId_dictText": "哦哟" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"id": "1895062781967736834", |
|
|
|
"createBy": null, |
|
|
|
"createTime": "2025-02-27 18:45:50", |
|
|
|
"updateBy": null, |
|
|
|
"updateTime": null, |
|
|
|
"title": "销售兼职", |
|
|
|
"address": "云南省昆明市官渡区站前路", |
|
|
|
"categoryOne": "1894724968848064513", |
|
|
|
"categoryTwo": "1894726005210251265", |
|
|
|
"salaryMin": 3000, |
|
|
|
"salaryMax": 10000, |
|
|
|
"salaryDay": 200, |
|
|
|
"payType": "1", |
|
|
|
"phone": "17875426385", |
|
|
|
"details": "卖衣服", |
|
|
|
"image": "https://tennis-oss.xzaiyp.top/2025-02-27/45e4b177-f0da-4eba-95e5-2322589a8af7.jpg", |
|
|
|
"userId": "1891910362819756034", |
|
|
|
"longitude": 102.72173, |
|
|
|
"latitude": 25.015772, |
|
|
|
"tag": null, |
|
|
|
"startTime": "2015-01-01 00:00:00", |
|
|
|
"endTime": "2015-01-01 00:00:00", |
|
|
|
"employAuthenticationPerson": { |
|
|
|
"id": "1895028819692646402", |
|
|
|
"createBy": null, |
|
|
|
"createTime": 1740645053000, |
|
|
|
"updateBy": "admin", |
|
|
|
"updateTime": 1741768776000, |
|
|
|
"name": "安师傅", |
|
|
|
"password": null, |
|
|
|
"phone": "17875426385", |
|
|
|
"address": "云南省文山州凤凰谷", |
|
|
|
"industry": "1894724665780240386", |
|
|
|
"cerImageFront": "https://tennis-oss.xzaiyp.top/2025-02-27/9ed9dabf-15a1-4ea4-87cb-d7df3f52c0e8.jpg", |
|
|
|
"cerImageBack": "https://tennis-oss.xzaiyp.top/2025-02-27/0bf464ca-b275-4db5-8349-6bc9720067b1.jpg", |
|
|
|
"status": "1", |
|
|
|
"userId": "1891910362819756034", |
|
|
|
"industryName": null, |
|
|
|
"image": "https://tennis-oss.xzaiyp.top/2025-02-27/b176ed2c-499e-40df-bce9-abbb7429f890.jpg" |
|
|
|
}, |
|
|
|
"employAuthenticationCompany": null, |
|
|
|
"hanHaiMember": { |
|
|
|
"id": "1891910362819756034", |
|
|
|
"createBy": null, |
|
|
|
"createTime": 1739894400000, |
|
|
|
"updateBy": "admin001", |
|
|
|
"updateTime": 1740412800000, |
|
|
|
"sysOrgCode": null, |
|
|
|
"nickName": "哦哟", |
|
|
|
"headImage": "https://tennis-oss.xzaiyp.top/2025-02-25/f209a458-f58c-492d-8887-7295000d9b5f.jpeg", |
|
|
|
"name": "", |
|
|
|
"phone": "17875426385", |
|
|
|
"account": null, |
|
|
|
"password": null, |
|
|
|
"passwordSalt": null, |
|
|
|
"shopName": null, |
|
|
|
"role": "", |
|
|
|
"cardId": null, |
|
|
|
"frozenFlag": "", |
|
|
|
"deleteFlag": "0", |
|
|
|
"token": null, |
|
|
|
"officialOpenid": null, |
|
|
|
"appletOpenid": "opwCj7Z-ni6VvPuwI8zvebAiU_lk", |
|
|
|
"appOpenid": null, |
|
|
|
"wxUnionid": null, |
|
|
|
"officialAppid": null, |
|
|
|
"idCard": null, |
|
|
|
"idCardPassword": null, |
|
|
|
"idCardSalt": null, |
|
|
|
"idCardOpen": null, |
|
|
|
"intentionNum": null, |
|
|
|
"successNum": null, |
|
|
|
"addNum": null, |
|
|
|
"shareId": null, |
|
|
|
"vid": null, |
|
|
|
"vtime": null, |
|
|
|
"isPay": null, |
|
|
|
"follow": null, |
|
|
|
"payRole": null, |
|
|
|
"price": 0, |
|
|
|
"integerPrice": null, |
|
|
|
"appletAppid": null, |
|
|
|
"sex": "2", |
|
|
|
"isDai": null |
|
|
|
}, |
|
|
|
"categoryOne_dictText": "兼职", |
|
|
|
"categoryTwo_dictText": "波音兼职", |
|
|
|
"payType_dictText": "支付宝支付", |
|
|
|
"userId_dictText": "哦哟" |
|
|
|
} |
|
|
|
|
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
filters:{ |
|
|
|
formatTime(time) { |
|
|
|
const timestamp = new Date(time).getTime(); |
|
|
@ -281,11 +111,23 @@ |
|
|
|
return (R * c).toFixed(2); // 返回保留两位小数的公里数 |
|
|
|
} |
|
|
|
}, |
|
|
|
onLoad() { |
|
|
|
this.onQueryJobListByUserId(); |
|
|
|
}, |
|
|
|
methods:{ |
|
|
|
onMasterDetail(event){ |
|
|
|
uni.navigateTo({ |
|
|
|
url:"/pages_subpack/work-detail/index?id="+event.id |
|
|
|
}) |
|
|
|
}, |
|
|
|
onQueryJobListByUserId(){ |
|
|
|
console.log("进入了我发布的招聘页面") |
|
|
|
queryJobListByUserId({}).then(response=>{ |
|
|
|
this.taskList = response.result.records |
|
|
|
}).catch(error=>{ |
|
|
|
|
|
|
|
}) |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|