123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285 |
- <template>
- <view>
- <view class="box" v-if="resumesClassify==1">
- <view class="flex align-center justify-between">
- <view class=" text-bold" style="width: 150rpx;">公司名称</view>
- <view class="flex align-center">
- <u-input v-model="resumesTitle" placeholder="请输入公司名称" placeholder-style="color:#999999;" />
- <view class="margin-left-sm">
- <image src="../../static/images/my/right_icon.png" style="width: 12upx;height: 21upx;"></image>
- </view>
- </view>
- </view>
- <view class="margin-tb" style="width: 100%;height: 1rpx;background: #F2F2F2;"></view>
- <!-- <view class="flex align-center justify-between">
- <view class=" text-bold" style="width: 150rpx;">项目名称</view>
- <view class="flex align-center">
- <u-input v-model="resumesProject" placeholder="请输入项目名称" placeholder-style="color:#999999;" />
- <view class="margin-left-sm">
- <image src="../../static/images/my/right_icon.png" style="width: 12upx;height: 21upx;"></image>
- </view>
- </view>
- </view>
- <view class="margin-tb" style="width: 100%;height: 1rpx;background: #F2F2F2;"></view> -->
- <view class="flex align-center justify-between">
- <view class=" text-bold" style="width: 150rpx;">担任岗位</view>
- <view class="text-right flex align-center ">
- <u-input v-model="resumesPost" placeholder="请输入岗位名称" placeholder-style="color:#999999;;" />
- <view class="margin-left-sm">
- <image src="../../static/images/my/right_icon.png" style="width: 12upx;height: 21upx;"></image>
- </view>
- </view>
- </view>
- <view class="margin-tb" style="width: 100%;height: 1rpx;background: #F2F2F2;"></view>
- <view class="flex align-center justify-between">
- <view class=" text-bold" style="width: 150rpx;">在职时间</view>
- <view class="text-right flex align-center ">
- <view :style="resumesTime1?'':'color: gray;'" @click="show=true">{{resumesTime1?resumesTime1:'请选择开始时间'}}</view>
- <span style="padding: 0 10rpx 0 10rpx;">至</span>
- <view :style="resumesTime2?'':'color: gray;'" @click="show2=true">{{resumesTime2?resumesTime2:'请选择结束时间'}}</view>
- <view class="margin-left-sm">
- <image src="../../static/images/my/right_icon.png" style="width: 12upx;height: 21upx;"></image>
- </view>
- </view>
- </view>
- </view>
- <view class="box" v-if="resumesClassify==2">
- <view class="flex align-center justify-between">
- <view class=" text-bold" style="width: 150rpx;">项目名称</view>
- <view class="flex align-center">
- <u-input v-model="resumesTitle" placeholder="请输入项目名称" placeholder-style="color:#999999;" />
- <view class="margin-left-sm">
- <image src="../../static/images/my/right_icon.png" style="width: 12upx;height: 21upx;"></image>
- </view>
- </view>
- </view>
- <view class="margin-tb" style="width: 100%;height: 1rpx;background: #F2F2F2;"></view>
- <view class="flex align-center justify-between">
- <view class=" text-bold" style="width: 150rpx;">担任岗位</view>
- <view class="text-right flex align-center ">
- <u-input v-model="resumesPost" placeholder="请输入担任岗位" placeholder-style="color:#999999;;" />
- <view class="margin-left-sm">
- <image src="../../static/images/my/right_icon.png" style="width: 12upx;height: 21upx;"></image>
- </view>
- </view>
- </view>
- <view class="margin-tb" style="width: 100%;height: 1rpx;background: #F2F2F2;"></view>
- <view class="flex align-center justify-between" >
- <view class=" text-bold" style="width: 150rpx;">项目时间</view>
- <view class="text-right flex align-center ">
- <view :style="resumesTime1?'':'color: gray;'" @click="show=true">{{resumesTime1?resumesTime1:'请选择开始时间'}}</view>
- <span style="padding: 0 10rpx 0 10rpx;">至</span>
- <view :style="resumesTime2?'':'color: gray;'" @click="show2=true">{{resumesTime2?resumesTime2:'请选择结束时间'}}</view>
- <view class="margin-left-sm">
- <image src="../../static/images/my/right_icon.png" style="width: 12upx;height: 21upx;"></image>
- </view>
- </view>
- </view>
- </view>
- <view class="box">
- <view class=" text-bold">工作内容</view>
- <view class="padding-tb-sm">
- <u-input v-model="resumesContent" type="textarea" height="300" placeholder="添加工作经历,向企业全面展示你的能力"
- inputAlign="text-alight:left" />
- </view>
- </view>
- <view class="btn" @click="submit">保存</view>
- <u-picker v-model="show" mode="time" @confirm="Dataconfirm"></u-picker>
- <u-picker v-model="show2" mode="time" @confirm="Dataconfirm2"></u-picker>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- show2:false,
- resumesTitle: '',
- resumesProject:'',//项目名称
- resumesPost: '',
- resumesTime: '',
- resumesTime1: '',
- resumesTime2: '',
- resumesContent: '',
- resumesCompanyList: [],
- resumesWorkList: [],
- show: false,
- resumesClassify: '',
- index:'',
- }
- },
- onLoad(option) {
- if (option.state) {
- this.resumesClassify = option.state
- if (option.state == 2) {
- uni.setNavigationBarTitle({
- title: '项目经验'
- });
- if (uni.getStorageSync("resumesWorkList")) { //项目经验
- this.resumesWorkList = uni.getStorageSync("resumesWorkList")
- if(option.index!=1){
- this.index = option.index
- let obj = JSON.parse(option.list)
- this.resumesTitle = obj.resumesTitle
- this.resumesProject = obj.resumesProject
- this.resumesPost = obj.resumesPost
- this.resumesContent = obj.resumesContent
- let time = obj.resumesTime.split(' - ')
- this.resumesTime1 = time[0]
- this.resumesTime2 = time[1]
- this.$forceUpdate()
- }
- }
- }else{
- if (uni.getStorageSync("resumesCompanyList")) { //工作经验
- this.resumesCompanyList = uni.getStorageSync("resumesCompanyList")
- if(option.index){
- this.index = option.index
- let obj = JSON.parse(option.list)
- this.resumesTitle = obj.resumesTitle
- this.resumesProject = obj.resumesProject
- this.resumesPost = obj.resumesPost
- this.resumesContent = obj.resumesContent
- let time = obj.resumesTime.split(' - ')
- this.resumesTime1 = time[0]
- this.resumesTime2 = time[1]
- this.$forceUpdate()
- }
- }
- }
- }
-
-
-
- },
- onShow() {
- },
- methods: {
- Dataconfirm2(e) {
- this.resumesTime2 = e.year + '-' + e.month + '-' + e.day
-
- },
- Dataconfirm(e) {
- this.resumesTime1 = e.year + '-' + e.month + '-' + e.day
- },
- submit() {
- this.resumesTime = this.resumesTime1 + ' - ' + this.resumesTime2
- if (this.resumesClassify == 1 && !this.resumesTitle) {
- uni.showToast({
- title: '请输入公司名称',
- icon: 'none',
- duration: 1000
- })
- return
- }
- // if (!this.resumesProject) {
- // uni.showToast({
- // title: '请输入项目名称',
- // icon: 'none',
- // duration: 1000
- // })
- // return
- // }
- if (!this.resumesPost) {
- uni.showToast({
- title: '请输入岗位名称 ',
- icon: 'none',
- duration: 1000
- })
- return
- }
- if (!this.resumesTime1) {
- uni.showToast({
- title: '请选择开始时间',
- icon: 'none',
- duration: 1000
- })
- return
- }
- if (!this.resumesTime2) {
- uni.showToast({
- title: '请选择结束时间',
- icon: 'none',
- duration: 1000
- })
- return
- }
- if (!this.resumesContent) {
- uni.showToast({
- title: '添加工作经历向企业全面展示你的能力',
- icon: 'none',
- duration: 1000
- })
- return
- }
- if (this.resumesClassify == '1') {
- let data = {
- resumesTitle: this.resumesTitle,
- resumesPost: this.resumesPost,
- resumesTime: this.resumesTime,
- resumesContent: this.resumesContent,
- resumesClassify: this.resumesClassify,
- resumesProject: this.resumesProject
- }
- if(this.index && this.index!=''){
- this.resumesCompanyList[this.index] = data
- }else{
- this.resumesCompanyList.push(data)
- }
- uni.setStorageSync("resumesCompanyList", this.resumesCompanyList)
- } else if (this.resumesClassify == '2') {
- let data = {
- resumesTitle: this.resumesTitle,
- resumesPost: this.resumesPost,
- resumesTime: this.resumesTime,
- resumesContent: this.resumesContent,
- resumesClassify: this.resumesClassify,
- resumesProject: this.resumesProject
- }
- if(this.index && this.index!=''){
- this.resumesWorkList[this.index] = data
- }else{
- this.resumesWorkList.push(data)
- }
- uni.setStorageSync("resumesWorkList", this.resumesWorkList)
- }
- this.index = ''
- this.resumesTitle = ''
- this.resumesProject = ''
- this.resumesPost = ''
- this.resumesContent = ''
- this.resumesTime1 = ''
- this.resumesTime2 = ''
- uni.navigateBack()
- }
- }
- }
- </script>
- <style lang="less">
- page {
- background: #F2F2F7;
- }
- .box {
- background: #FFFFFF;
- border-radius: 24upx;
- margin: 30upx;
- padding: 30upx;
- }
- .btn {
- background: #00B88F;
- border-radius: 10upx;
- text-align: center;
- // margin-top: 30upx;
- padding: 30upx 0upx;
- color: #FFFFFF;
- // font-weight: bold;
- // letter-spacing: 2rpx;
- margin: 30upx;
- }
- </style>
|