12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217 |
- <template>
- <view>
- <!-- 胶囊 -->
- <mvBar :mysNavConfig="mysNavConfig"></mvBar>
- <view style="margin-top: 160rpx;"></view>
- <view v-if="!loading">
- <!-- 任务状态 -->
- <view style="padding-bottom: 30rpx;margin: 0 30rpx">
- <view style="display: flex;justify-content: center;font-size: 44rpx;padding-bottom: 20rpx;">
- <p>{{msg1}}</p>
- <view class="upload-btn" v-if="isShowUpload" @click="toUpload()">
- <image src="../../static/img/icon-upload.png" style="height: 40rpx;width: 40rpx;"></image>
- <p style="font-size: 28rpx;">快速上传</p>
- </view>
- </view>
- <view style="display: flex;justify-content: center;font-size: 24rpx;color: #999999;text-align:center">
- <p>{{msg2}}</p>
- </view>
- <view style="display: flex;justify-content: center;font-size: 24rpx;color: #999999;text-align:center"
- v-if="msg3 != ''">
- <p>{{msg3}}</p>
- </view>
- </view>
- <view style="display: flex;justify-content: center;align-items: center;" v-if="isShowUpload && !isSpecial && !isTimeOut">
- <image style="height: 60rpx;width: 60rpx;" src="../../static/img/icon-time.png"></image>
- <p style="font-size: 30rpx;color: #f2d241;">剩余时间:{{timeLeft}}</p>
- </view>
- <view style="display: flex;justify-content: center;align-items: center;" v-if="isShowUpload && !isSpecial && isTimeOut">
- <image style="height: 60rpx;width: 60rpx;" src="../../static/img/icon-time2.png"></image>
- <p style="font-size: 30rpx;color: ##f70c0c;">超时:{{timeLeft}}</p>
- </view>
-
- <view class="address" v-if="!isSpecial">
- <view class="address_icon">
- <image style="width: 50rpx;height: 50rpx;" :src="picture.icon_loc" mode="">
- </image>
- </view>
- <view style="width: 70%;">
- <view style="display: flex;">
- <p class='ipon' style="padding-right: 100rpx;">{{address.receiver_name}}</p>
- <p class='ipon'>{{address.phone_number}}</p>
- </view>
- <p class='ipon'>{{address.full_detail_addr}}</p>
- </view>
- <view class="address_edit" @click="editAddress()" v-if="task.task_stage < 4">
- <image :src="picture.icon_edit" mode="">
- </image>
- </view>
- </view>
- <view class="basicInfo">
- <image :src="product.PhotoUrl" style="width: 150rpx;height: 150rpx;" mode="">
- </image>
- <view class="basicInfo_txt">
- <p style="margin-bottom: 10rpx;font-size: 35rpx;font-weight: 550;">{{project.project_name}}</p>
- <p style="font-size: 30rpx;">商品价值:{{project.Product.ProductPrice}}元</p>
- </view>
- </view>
- <view class="keyInfo">
- <view style="margin-bottom: 40rpx;">
- <p style="font-size: 36rpx;font-weight: 550;">关键任务信息</p>
- </view>
- <view v-if="!isSpecial">
- <p style="font-weight: 600;margin-bottom: 10rpx;">合作方式</p>
- <p>粉丝量:{{strategy.show_followers_low}}-{{strategy.show_followers_up}}
-
- 稿费:{{strategy.fee_form_t}}
- </p>
- </view>
- <view class="line"></view>
- <view style="margin-top: 20rpx;margin-bottom: 10rpx;">
- <p style="font-weight: 600;margin-bottom: 10rpx;">社媒平台:</p>
- <p>{{project.project_platform_t}}</p>
- </view>
- <view class="line"></view>
- <p style="font-weight: 600;margin-top: 10rpx;">任务要求</p>
- <view class="keyInfo_task">
- <view style="display: flex;align-items: center;margin: 10rpx 0;">
- <p>内容形式:</p>
- <p>{{project.content}}</p>
- </view>
- <view style="display: flex;align-items: center;margin: 10rpx 0;">
- <p>任务形式:</p>
- <p>{{project.project_form_t}}</p>
- </view>
- <view style="margin-top: 20rpx;margin-bottom: 10rpx;">
- <p>商品描述:</p>
- <text>{{project.Product.ProductDetail}}</text>
- </view>
- <view style="margin-top: 20rpx;margin-bottom: 10rpx;">
- <p>任务详情:</p>
- <text>{{project.project_detail}}</text>
- </view>
- </view>
- </view>
- <view class="task-progress">
- <p style="font-size: 32rpx;font-weight: 600;">任务进度</p>
- <view class="task-progress-card" v-bind:style="task.task_stage == 1 ? 'background-color: #f2d241' : ''">
- <view class="tpc-txt1">
- <p>报名信息</p>
- </view>
- <view class="tpc-txt2" @click="toApplyinfo()">
- <p>查看</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- </view>
- <view class="task-progress-card"
- v-if="(task.task_stage >= 5 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.logistics_status >= 2)"
- v-bind:style="task.task_stage >= 5 && task.task_stage <= 6 ? 'background-color: #f2d241' : ''">
- <view class="tpc-txt1">
- <p>物流信息</p>
- </view>
- <view class="tpc-txt2" @click="toLogisticsinfo()">
- <p>查看</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- </view>
- <view class="task-progress-card"
- v-if="project.content_type == 2 && ((task.task_stage >= 7 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.script_status == 5))"
- v-bind:style="task.task_stage >= 7 && task.task_stage <= 8 ? 'background-color: #f2d241' : ''">
- <view class="tpc-txt1">
- <p>上传拍摄脚本</p>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.script_status == 1">
- <p style="color: red;">待添加</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.script_status == 2">
- <p style="color: #fff;">已添加</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.script_status == 3">
- <p style="color: red;">待修改</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.script_status == 4">
- <p style="color: #fff;">已修改</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toScriptRecord()" v-if="task.script_status == 5">
- <p>查看</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- </view>
- <view class="task-progress-card"
- v-if="(task.task_stage >= 9 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.sketch_status == 5)"
- v-bind:style="task.task_stage >= 9 && task.task_stage <= 10 ? 'background-color: #f2d241' : ''">
- <view class="tpc-txt1">
- <p>上传初稿</p>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.sketch_status == 1">
- <p style="color: red;">待添加</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.sketch_status == 2">
- <p style="color: #fff;">已添加</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.sketch_status == 3">
- <p style="color: red;">待修改</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.sketch_status == 4">
- <p style="color: #fff;">已修改</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toSketchRecord()" v-if="task.sketch_status == 5">
- <p>查看</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- </view>
- <view class="task-progress-card"
- v-if="(task.task_stage >= 11 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.link_status == 5)"
- v-bind:style="task.task_stage >= 11 && task.task_stage <= 12 ? 'background-color: #f2d241' : ''">
- <view class="tpc-txt1">
- <p>上传链接</p>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.link_status == 1">
- <p style="color: red;">待添加</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.link_status == 2">
- <p style="color: #fff;">已添加</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.link_status == 3">
- <p style="color: red;">待修改</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.link_status == 4">
- <p style="color: #fff;">已修改</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toLinkRecord()" v-if="task.link_status == 5">
- <p>查看</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- </view>
- <view class="task-progress-card"
- v-if="(task.task_stage >= 13 && task.task_stage <= 15) || ((task.task_stage === 16 || task.task_stage === 3) && task.data_status == 5)"
- v-bind:style="task.task_stage >= 13 && task.task_stage <= 14 ? 'background-color: #f2d241' : ''">
- <view class="tpc-txt1">
- <p>上传数据</p>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.data_status == 1">
- <p style="color: red;">待添加</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.data_status == 2">
- <p style="color: #fff;">已添加</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.data_status == 3">
- <p style="color: red;">待修改</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toUpload()" v-if="task.data_status == 4">
- <p style="color: #fff;">已修改</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- <view class="tpc-txt2" @click="toDataRecord()" v-if="task.data_status == 5">
- <p>查看</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- </view>
- <view class="task-progress-card" v-if="task.task_stage === 15" style="background-color: #f2d241">
- <view class="tpc-txt1">
- <p>已结案</p>
- </view>
- <view class="tpc-txt2" @click="toWithdraw()">
- <p>前往提现</p>
- <image class="tpc-icon" :src="picture.icon_right"></image>
- </view>
- </view>
- <view class="task-progress-info">
- <view style="padding: 10rpx 0;">
- <span style="display: flex;align-items: center;">
- <p>任务id:{{task.task_id}}</p>
- <image :src="picture.icon_copy" mode="" style="width: 40rpx;height: 40rpx;"
- @click="handleCopy()" />
- </span>
- </view>
- <view style="padding: 10rpx 0;">
- <p>报名时间:{{task.create_date}}</p>
- </view>
- <view v-if="task.task_stage > 1" style="padding: 10rpx 0;">
- <p>确认合作:{{task.select_date}}</p>
- </view>
- <view v-for="(item,index) in taskLogs" style="padding: 10rpx 0;">
- <p>{{item.content}}:{{item.log_at}}</p>
- </view>
- </view>
- </view>
- <view class="block"></view>
- <view class="submit" v-if="task.task_stage >= 7 && task.task_stage <= 14">
- <button type="default" class="submit_btn" @click="submit()" :disabled="isNotShowSubmit"
- v-bind:style="isNotShowSubmit ? '' : 'background-color: #f2d241'">
- 确认提交</button>
- </view>
- <view class="submit" v-if="task.task_stage === 15">
- <button type="default" class="submit_btn" @click="toWithdraw()"
- v-bind:style="isNotShowSubmit ? '' : 'background-color: #f2d241'">
- 前往提现</button>
- </view>
- </view>
- </view>
- </template>
- <script>
- import region from '@/components/pca-code.json';
- import mvBar from "@/components/mys_navBar/mysNavBar";
- import {
- fansview
- } from '@/components/utils.js';
- export default {
- components: {
- mvBar
- },
- data() {
- return {
- isTimeOut: false,
- isNotShowSubmit: true,
- isShowUpload: false,
- loading: true,
- isSpecial: false,
- timeLeft: "",
- msg1: "",
- msg2: "",
- msg3: "",
- infoMsg1: [
- "等待企业确认合作",
- "恭喜任务申请成功!",
- "任务申请失败",
- "等待发货中",
- "商家已发货",
- "商品已签收",
- "等待上传拍摄脚本",
- "等待脚本审核",
- "等待上传初稿",
- "等待初稿审核",
- "等待上传链接",
- "等待链接审核",
- "等待上传作品数据",
- "等待数据审核",
- "已结案",
- "任务终止",
- ],
- infoMsg2: [
- "商家将在申请截止后5天内审核完毕",
- "请仔细查看任务要求和任务详情,开始执行任务吧!",
- "账号未达到入选标准,请小主尝试申请其他任务吧",
- "发货后可在任务进度中查看物流单号",
- "请在物流进度中查看物流单号/虚拟产品兑换码",
- "请在物流进度中查看物流单号/虚拟产品兑换码",
- "请在任务进度中上传拍摄脚本,商家审核通过后再进行拍摄",
- "商家正在审核脚本,请耐心等待。",
- "请在任务进度中上传图文/视频初稿,商家审核通过后再进行发布",
- "商家正在审核初稿,请耐心等待。",
- "恭喜作品审核通过,请及时发布并在任务进度中上传发布链接。",
- "商家正在审核链接,请耐心等待。",
- "恭喜链接审核通过,请在作品发布7天后上传作品数据。",
- "商家正在审核数据,请耐心等待。",
- "本项目已结案,可申请佣金提现。",
- "长时间未上传,任务已终止。",
- ],
- infoMsg3: [
- "企业将在5个工作日内完成核对账号信息,请耐心等待",
- "请仔细查看任务要求和任务详情,开始执行任务吧!",
- "账号非企业定向邀请账号,请小主尝试申请其他任务吧",
- "发货后可在任务进度中查看物流单号",
- "请在物流进度中查看物流单号/虚拟产品兑换码",
- "请在物流进度中查看物流单号/虚拟产品兑换码",
- "请在任务进度中上传拍摄脚本,商家审核通过后再进行拍摄",
- "请在任务进度中上传拍摄脚本,商家审核通过后再进行拍摄",
- "请在任务进度中上传图文/视频初稿,商家审核通过后再进行发布",
- "请在任务进度中上传图文/视频初稿,商家审核通过后再进行发布",
- "恭喜作品审核通过,请及时发布并在任务进度中上传发布链接。",
- "恭喜作品审核通过,请及时发布并在任务进度中上传发布链接。",
- "恭喜链接审核通过,请在作品发布7天后上传作品数据。",
- "恭喜链接审核通过,请在作品发布7天后上传作品数据。",
- "本项目已结案,可申请佣金提现。",
- "长时间未上传,任务已终止。",
- ],
- platform: [
- "红book",
- "抖音",
- "微博",
- "快手",
- "B站",
- "大众点评",
- "知乎",
- ],
- task: {},
- address: {},
- project: {},
- product: {},
- account: {},
- strategy: {},
- picture: {
- togoimg: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/task16.png',
- icon_copy: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/talent_upload/icon-copy.png',
- icon_edit: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/youngee/talent_upload/icon-edit.png',
- icon_loc: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/youngee/talent_upload/icon-loc.png',
- icon_right: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/talent_upload/icon-arrow-right.png',
- home8: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/home8.png',
- home10: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/home10.png',
- home11: 'https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/home11.png',
- },
- task_type_info: ["实体商品寄拍", "虚拟产品测评", "线下探店打卡"],
- taskLogs: [],
- mysNavConfig: {
- isHome: false,
- /* 固定导航 */
- navFixed: true,
- /* 标题 (屏幕中心居中 两边图标中心居中使用slot center1) */
- navTitle: {
- text: "我的任务详情",
- color: "",
- fontSize: "32rpx", // px upx rpx
- fontWeight: "", // 100 - 700
- },
- btnType: "type2",
- onLeftClick: '',
- /* type2 按钮 */
- type2Config: {
- // 左图标
- leftPath: "https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/png2.png",
- // 右图标
- rightPath: "https://horastar.obs.cn-east-3.myhuaweicloud.com/talent/png4.png",
- // 圆角
- radius: "40rpx",
- },
- },
- }
- },
- async onShow() {
- this.loading = true;
- uni.showLoading({
- title: '加载中'
- });
- await this.getTaskInfo();
- await this.getTaskLogs();
- if (!this.isSpecial) {
- this.getLeftTime();
- } else {
- this.loading = false;
- uni.hideLoading();
- }
- },
- onLoad(options) {
- this.taskId = options.taskId
- },
- methods: {
- handleCopy() {
- wx.setClipboardData({
- data: this.task.task_id.toString(),
- success: function(res) {
- console.log("复制成功");
- }
- });
- },
- async getLeftTime(value) {
- switch (this.task.task_stage) {
- case 7:
- // 首次提交
- if (this.task.script_status === 1 || this.task.script_status === 2) {
- let logistics = null;
- await this.$https.get('/youngee/c/t/g/get-task-logistics-info' +
- "?" +
- "task_id" +
- "=" +
- this.taskId
- ).then(res => {
- logistics = res.data.data
- })
- if (logistics.auto_script_break_at !== null && logistics.auto_script_break_at !== "") {
- this.timeLeft = this.thistime(logistics.auto_script_break_at)
- } else {
- // 为脚本违约限制时间赋值并返回
- await this.$https.post('/youngee/c/t/p/get-auto-time', {
- task_id: this.taskId,
- type: 1,
- }).then(res => {
- this.timeLeft = this.thistime(res.data.data)
- })
- }
- } else if (this.task.script_status === 3 || this.task.script_status === 4) {
- let scriptList = null;
- let script = null;
- await this.$https.get('/youngee/c/t/g/get-task-script' +
- "?" +
- "task_id" +
- "=" +
- this.taskId)
- .then(res => {
- scriptList = res.data.data
- for (let i = 0; i < scriptList.length; ++i) {
- if (scriptList[i].is_review === 1) {
- script = scriptList[i]
- }
- }
- })
- if (script.auto_script_break_at !== null && script.auto_script_break_at !== "") {
- this.timeLeft = this.thistime(script.auto_script_break_at)
- } else {
- // 为脚本违约限制时间赋值并返回
- await this.$https.post('/youngee/c/t/p/get-auto-time', {
- task_id: this.taskId,
- type: 2,
- }).then(res => {
- this.timeLeft = this.thistime(res.data.data)
- })
- }
- }
- this.msg1 = this.isTimeOut ? "脚本上传违约" : this.msg1
- break;
- case 9:
- // 首次提交
- if (this.task.sketch_status === 1 || this.task.sketch_status === 2) {
- if (this.project.content_type === 1) {
- let logistics = null;
- await this.$https.get('/youngee/c/t/g/get-task-logistics-info' +
- "?" +
- "task_id" +
- "=" +
- this.taskId
- ).then(res => {
- logistics = res.data.data
- })
- if (logistics.auto_sketch_break_at !== null && logistics.auto_sketch_break_at !== "") {
- this.timeLeft = this.thistime(logistics.auto_sketch_break_at)
- } else {
- // 为初稿违约限制时间赋值并返回
- await this.$https.post('/youngee/c/t/p/get-auto-time', {
- task_id: this.taskId,
- type: 4,
- }).then(res => {
- this.timeLeft = this.thistime(res.data.data)
- })
- }
- } else {
- let scriptList = null;
- await this.$https.get('/youngee/c/t/g/get-task-script' +
- "?" +
- "task_id" +
- "=" +
- this.taskId)
- .then(res => {
- scriptList = res.data.data
- })
- for (let i = 0; i < scriptList.length; ++i) {
- if (scriptList[i].is_ok === 1) {
- if (scriptList[i].auto_sketch_break_at !== null && scriptList[i].auto_sketch_break_at !== "") {
- this.timeLeft = this.thistime(scriptList[i].auto_sketch_break_at)
- } else {
- // 为初稿违约限制时间赋值并返回
- await this.$https.post('/youngee/c/t/p/get-auto-time', {
- task_id: this.taskId,
- type: 3,
- }).then(res => {
- this.timeLeft = this.thistime(res.data.data)
- })
- }
- }
- }
- }
- } else if (this.task.sketch_status === 3 || this.task.sketch_status === 4){ //修改
- let sketchList = null;
- let sketch = null;
- await this.$https.get('/youngee/c/t/g/get-task-sketch' +
- "?" +
- "task_id" +
- "=" +
- this.taskId)
- .then(res => {
- sketchList = res.data.data
- for (let i = 0; i < sketchList.length; ++i) {
- if (sketchList[i].is_review === 1) {
- sketch = sketchList[i]
- }
- }
- })
- if (sketch.auto_sketch_break_at !== null && sketch.auto_sketch_break_at !== "") {
- this.timeLeft = this.thistime(sketch.auto_sketch_break_at)
- } else {
- // 为脚本违约限制时间赋值并返回
- let type = this.project.content_type === 1 ? 6 : 5;
- await this.$https.post('/youngee/c/t/p/get-auto-time', {
- task_id: this.taskId,
- type: type,
- }).then(res => {
- this.timeLeft = this.thistime(res.data.data)
- })
- }
- }
- this.msg1 = this.isTimeOut ? "初稿上传违约" : this.msg1
- break;
- case 11:
- // 首次提交
- if (this.task.link_status === 1 || this.task.link_status === 2) {
- let sketchList = null;
- await this.$https.get('/youngee/c/t/g/get-task-sketch' +
- "?" +
- "task_id" +
- "=" +
- this.taskId)
- .then(res => {
- sketchList = res.data.data
- })
- for (let i = 0; i < sketchList.length; ++i) {
- if (sketchList[i].is_ok === 1) {
- if (sketchList[i].auto_link_break_at !== null && sketchList[i].auto_link_break_at !== "") {
- this.timeLeft = this.thistime(sketchList[i].auto_link_break_at)
- } else {
- // 为链接违约限制时间赋值并返回
- await this.$https.post('/youngee/c/t/p/get-auto-time', {
- task_id: this.taskId,
- type: 7,
- }).then(res => {
- this.timeLeft = this.thistime(res.data.data)
- })
- }
- }
- }
- } else if(this.task.link_status === 3 || this.task.link_status === 4){
- let linkList = null;
- let link = null;
- await this.$https.get('/youngee/c/t/g/get-task-link' +
- "?" +
- "task_id" +
- "=" +
- this.taskId)
- .then(res => {
- linkList = res.data.data
- for (let i = 0; i < linkList.length; ++i) {
- if (linkList[i].is_review === 1) {
- link = linkList[i]
- }
- }
- })
- if (link.auto_link_break_at !== null && link.auto_link_break_at !== "") {
- this.timeLeft = this.thistime(link.auto_link_break_at)
- } else {
- // 为脚本违约限制时间赋值并返回
- await this.$https.post('/youngee/c/t/p/get-auto-time', {
- task_id: this.taskId,
- type: 8,
- }).then(res => {
- this.timeLeft = this.thistime(res.data.data)
- })
- }
- }
- this.msg1 = this.isTimeOut ? "链接上传违约" : this.msg1
- break;
- case 13:
- // 首次提交
- if (this.task.data_status === 1 || this.task.data_status === 2) {
- let linkList = null;
- await this.$https.get('/youngee/c/t/g/get-task-link' +
- "?" +
- "task_id" +
- "=" +
- this.taskId)
- .then(res => {
- linkList = res.data.data
- })
- for (let i = 0; i < linkList.length; ++i) {
- if (linkList[i].is_ok === 1) {
- if (linkList[i].auto_data_break_at !== null && linkList[i].auto_data_break_at !== "") {
- this.timeLeft = this.thistime(linkList[i].auto_data_break_at)
- } else {
- // 为数据违约限制时间赋值并返回
- await this.$https.post('/youngee/c/t/p/get-auto-time', {
- task_id: this.taskId,
- type: 9,
- }).then(res => {
- this.timeLeft = this.thistime(res.data.data)
- })
- }
- }
- }
- } else if (this.task.data_status === 3 || this.task.data_status === 4){
- let dataList = null;
- let data = null;
- await this.$https.get('/youngee/c/t/g/get-task-data' +
- "?" +
- "task_id" +
- "=" +
- this.taskId)
- .then(res => {
- dataList = res.data.data
- for (let i = 0; i < dataList.length; ++i) {
- if (dataList[i].is_review === 1) {
- data = dataList[i]
- }
- }
- })
- if (data.auto_data_break_at !== null && data.auto_data_break_at !== "") {
- this.timeLeft = this.thistime(data.auto_data_break_at)
- } else {
- // 为脚本违约限制时间赋值并返回
- await this.$https.post('/youngee/c/t/p/get-auto-time', {
- task_id: this.taskId,
- type: 10,
- }).then(res => {
- this.timeLeft = this.thistime(res.data.data)
- })
- }
- }
- this.msg1 = this.isTimeOut ? "数据上传违约" : this.msg1
- break;
- default:
- break;
- }
- this.loading = false;
- uni.hideLoading();
- },
- getTaskInfo() {
- return this.$https.get('/youngee/c/t/g/get-task-detail' +
- "?" +
- "task_id" +
- "=" +
- this.taskId
- ).then(res => {
- console.log(res)
- this.task = res.data.data.task_info
- this.address = JSON.parse(res.data.data.task_info.talent_post_addr_snap);
- let a = this.address.region_code.toString().slice(0, 2)
- let b = this.address.region_code.toString().slice(0, 4)
- let c = 0
- for (var i = 0; i < region.length; i++) {
- if (region[i].code == a) {
- a = region[i].name
- for (var j = 0; j < region[i].children.length; j++) {
- if (region[i].children[j].code == b) {
- b = region[i].children[j].name
- for (var o = 0; o < region[i].children[j].children.length; o++) {
- if (region[i].children[j].children[o].code == this.address
- .region_code) {
- c = region[i].children[j].children[o].name
- }
- }
- }
- }
- }
- }
- this.address.full_detail_addr = a + b + c + this.address.detail_addr
- this.account = JSON.parse(res.data.data.task_info.talent_platform_info_snap);
- this.account.show_fans_count = fansview(this.account.fans_count)
- this.project = res.data.data.project_detail
- this.project.Product = JSON.parse(res.data.data.project_detail.product_snap);
- let ProductPhoto = JSON.parse(res.data.data.project_detail.product_photo_snap);
- for (let j = 0; j < ProductPhoto.length; ++j) {
- if (ProductPhoto[j].Symbol == 1) {
- this.product = ProductPhoto[j]
- }
- }
- this.strategy = res.data.data.strategy
- this.isSpecial = this.project.project_type === 2 ? true : false;
- if (!this.isSpecial) {
- this.strategy.show_followers_low = fansview(this.strategy.followers_low)
- this.strategy.show_followers_up = fansview(this.strategy.followers_up)
- this.strategy.fee_form_t = this.strategy.fee_form === 1 ? '产品置换' : (this.strategy
- .fee_form ===
- 2 ?
- '固定稿费 ' +
- this.task.task_reward : '创作者自报价 ' + this.task.task_reward)
- }
- this.project.content = this.project.content_type === 1 ? "图文" : "视频" // 任务形式
- this.project.project_form_t = this.task_type_info[this.project.project_form - 1] // 任务类型
- this.project.project_platform_t = this.platform[this.project.project_platform - 1] // 社媒平台
- // 不同任务阶段提示消息
- this.msg1 = this.infoMsg1[this.task.task_stage - 1]
- this.msg2 = this.isSpecial ? this.infoMsg3[this.task.task_stage - 1] : this.infoMsg2[this.task
- .task_stage - 1]
- if (this.task.task_stage == 7) {
- this.msg3 = "延迟上传脚本,可能导致佣金扣除。"
- } else if (this.task.task_stage == 9) {
- this.msg3 = "延迟上传初稿,可能导致佣金扣除。"
- } else if (this.task.task_stage == 11) {
- this.msg3 = "延迟上传链接,可能导致佣金扣除。"
- } else if (this.task.task_stage == 13) {
- this.msg3 = "延迟上传数据,可能导致佣金扣除。"
- }
- // 判断是否显示快速上传按钮
- if (this.task.task_stage == 7 || this.task.task_stage == 9 || this.task.task_stage == 11 ||
- this.task.task_stage == 13) {
- this.isShowUpload = true
- }
- // 判断确认提交按钮是否可用
- if (this.task.task_stage == 7 && (this.task.script_status == 2 || this.task.script_status ==
- 4)) {
- this.isNotShowSubmit = false
- }
- if (this.task.task_stage == 9 && (this.task.sketch_status == 2 || this.task.sketch_status ==
- 4)) {
- this.isNotShowSubmit = false
- }
- if (this.task.task_stage == 11 && (this.task.link_status == 2 || this.task.link_status == 4)) {
- this.isNotShowSubmit = false
- }
- if (this.task.task_stage == 13 && (this.task.data_status == 2 || this.task.data_status == 4)) {
- this.isNotShowSubmit = false
- }
- })
- },
- getTaskLogs() {
- return this.$https.get('/youngee/c/t/g/get-task-log' +
- "?" +
- "task_id" +
- "=" +
- this.taskId
- ).then(res => {
- this.taskLogs = res.data.data
- })
- },
- toUpload() {
- if (this.task.task_stage == 7) { // 上传脚本
- var data = {
- taskId: this.task.task_id,
- scriptStatus: this.task.script_status
- };
- data = JSON.stringify(data)
- uni.navigateTo({
- url: '/pages/workspace/uploadscript?textObj=' + encodeURIComponent(data)
- });
- } else if (this.task.task_stage == 9) { // 上传初稿
- var data = {
- taskId: this.task.task_id,
- sketchStatus: this.task.sketch_status
- };
- data = JSON.stringify(data)
- uni.navigateTo({
- url: '/pages/workspace/uploadsketch?textObj=' + encodeURIComponent(data)
- });
- } else if (this.task.task_stage == 11) { // 上传链接
- var data = {
- taskId: this.task.task_id,
- linkStatus: this.task.link_status
- };
- data = JSON.stringify(data)
- uni.navigateTo({
- url: '/pages/workspace/uploadlink?textObj=' + encodeURIComponent(data)
- });
- } else if (this.task.task_stage == 13) { // 上传数据
- var data = {
- taskId: this.task.task_id,
- dataStatus: this.task.data_status
- };
- data = JSON.stringify(data)
- uni.navigateTo({
- url: '/pages/workspace/uploaddata?textObj=' + encodeURIComponent(data)
- });
- }
- },
- toScriptRecord() {
- var data = {
- taskId: this.task.task_id,
- };
- data = JSON.stringify(data)
- uni.navigateTo({
- url: '/pages/workspace/scriptrecord?textObj=' + encodeURIComponent(data)
- });
- },
- toSketchRecord() {
- var data = {
- taskId: this.task.task_id,
- };
- data = JSON.stringify(data)
- uni.navigateTo({
- url: '/pages/workspace/sketchrecord?textObj=' + encodeURIComponent(data)
- });
- },
- toLinkRecord() {
- var data = {
- taskId: this.task.task_id,
- };
- data = JSON.stringify(data)
- uni.navigateTo({
- url: '/pages/workspace/linkrecord?textObj=' + encodeURIComponent(data)
- });
- },
- toDataRecord() {
- var data = {
- taskId: this.task.task_id,
- };
- data = JSON.stringify(data)
- uni.navigateTo({
- url: '/pages/workspace/datarecord?textObj=' + encodeURIComponent(data)
- });
- },
- toApplyinfo() {
- var data = {
- account: this.account,
- };
- data = JSON.stringify(data)
- uni.navigateTo({
- url: '/pages/workspace/applyInformation?textObj=' + encodeURIComponent(data)
- });
- },
- toLogisticsinfo() {
- console.log(this.project.project_form)
- var data = {
- address: this.address,
- taskId: this.task.task_id,
- projectForm: this.project.project_form
- };
- data = JSON.stringify(data)
- uni.navigateTo({
- url: '/pages/workspace/deliveryInformation?textObj=' + encodeURIComponent(data)
- });
- },
- editAddress() {
- var data = {
- address: this.address,
- taskId: this.task.task_id,
- };
- data = JSON.stringify(data)
- uni.navigateTo({
- url: '/pages/workspace/editaddress?textObj=' + encodeURIComponent(data)
- });
- },
- // 计算结束时间
- thistime(val) {
- // 转换格式
- var beginTime = new Date(val.replace(/-/g, "/"));
- // 当前时间
- var thisTime = new Date();
- // 相减
- var dateMiss = beginTime.getTime() - thisTime.getTime();
- this.isTimeOut = dateMiss < 0 ? true : false
- dateMiss = dateMiss < 0 ? -dateMiss : dateMiss
- // 天数
- var day = Math.floor(dateMiss / (24 * 3600 * 1000));
- // 减去天数剩下的毫秒数
- var backOne = dateMiss % (24 * 3600 * 1000);
- // 小时数
- var hours = Math.floor(backOne / (3600 * 1000));
- // 减去小时数剩下的毫秒数
- var backHour = backOne % (3600 * 1000);
- // 分钟数
- var min = Math.floor(backHour / (60 * 1000));
- var deadline_time = day + '天' + hours + '时' + min + '分'
- return deadline_time
- },
- toWithdraw() {
- uni.navigateTo({
- url: '/pages/mycenter/myincome?showTab=1'
- });
- },
- submit() {
- if (this.task.task_stage == 7) { // 提交脚本
- let that = this
- uni.showModal({
- title: '提示',
- content: '提交后无法修改并进行审核,确认提交?',
- success: function(res) {
- if (res.confirm) {
- that.$https.get('/youngee/c/t/g/submit-task-script' +
- "?" +
- "task_id" +
- "=" +
- that.task.task_id)
- .then(res => {
- console.log(res)
- uni.navigateBack()
- })
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
- } else if (this.task.task_stage == 9) { // 提交初稿
- let that = this
- uni.showModal({
- title: '提示',
- content: '提交后无法修改并进行审核,确认提交?',
- success: function(res) {
- if (res.confirm) {
- that.$https.get('/youngee/c/t/g/submit-task-sketch' +
- "?" +
- "task_id" +
- "=" +
- that.task.task_id)
- .then(res => {
- console.log(res)
- uni.navigateBack()
- })
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
- } else if (this.task.task_stage == 11) { // 提交链接
- let that = this
- uni.showModal({
- title: '提示',
- content: '提交后无法修改并进行审核,确认提交?',
- success: function(res) {
- if (res.confirm) {
- that.$https.get('/youngee/c/t/g/submit-task-link' +
- "?" +
- "task_id" +
- "=" +
- that.task.task_id)
- .then(res => {
- console.log(res)
- uni.navigateBack()
- })
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
- } else if (this.task.task_stage == 13) { // 提交数据
- let that = this
- uni.showModal({
- title: '提示',
- content: '提交后无法修改并进行审核,确认提交?',
- success: function(res) {
- if (res.confirm) {
- that.$https.get('/youngee/c/t/g/submit-task-data' +
- "?" +
- "task_id" +
- "=" +
- that.task.task_id)
- .then(res => {
- console.log(res)
- uni.navigateBack()
- })
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
- }
- }
- }
- }
- </script>
- <style lang="scss" scoped>
- text {
- font-size: 12px;
- }
- .basicInfo {
- display: flex;
- margin-top: 20rpx;
- padding: 20rpx 40rpx;
- background-color: #FFFFFF;
- .basicInfo_txt {
- margin-left: 40rpx;
- padding-top: 20rpx;
- }
- }
- .upload-btn {
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: #f2d241;
- border-radius: 10rpx;
- padding: 5rpx;
- margin-left: 20rpx;
- cursor: pointer;
- }
- .address {
- display: flex;
- margin: 20rpx 0;
- // padding: 20rpx 20rpx;
- background-color: #FFFFFF;
- justify-content: space-around;
- align-items: center;
- .address_icon {
- width: 15%;
- vertical-align: middle;
- display: flex;
- justify-content: center;
- }
- .address_edit {
- width: 15%;
- }
- .address_edit image {
- vertical-align: middle;
- width: 50rpx;
- height: 50rpx;
- display: inline-block;
- padding-right: 14rpx;
- }
- .ipon {
- color: #333333;
- font-size: 30rpx;
- font-weight: 500;
- margin-bottom: 10rpx;
- }
- }
- .keyInfo {
- padding: 20rpx 20rpx;
- background-color: #FFFFFF;
- .keyInfo_task {
- color: #999999;
- }
- }
- .keyInfo h3 {
- font-weight: 600;
- }
- .keyInfo p {
- font-size: 30rpx;
- }
- .account {
- display: flex;
- align-items: center;
- // justify-content: space-between;
- // width: 90%;
- margin: 20rpx 0;
- padding: 20rpx 20rpx;
- background-color: #FFFFFF;
- font-size: 35rpx;
- .account_txt {
- display: inline-block;
- padding: 0 0 0 1%;
- width: 400rpx;
- }
- .account_txt image {
- vertical-align: middle;
- width: 50rpx;
- height: 50rpx;
- display: inline-block;
- padding-right: 14rpx;
- }
- .account_fans {
- display: flex;
- width: 250rpx;
- }
- .account_fans p {
- display: inline-block;
- color: #333333;
- font-weight: 550;
- }
- .account_btn {}
- }
- .task-progress {
- padding: 20rpx;
- .task-progress-card {
- margin: 15rpx 0;
- display: flex;
- align-items: center;
- // margin: 20rpx;
- padding: 10rpx;
- font-size: 30rpx;
- border-radius: 10rpx;
- .tpc-txt1 {
- display: flex;
- justify-content: flex-start;
- // margin-left: 20rpx;
- }
- .tpc-txt2 {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- // margin-right: 20rpx;
- flex: 1;
- .tpc-icon {
- width: 30rpx;
- height: 30rpx;
- }
- }
- }
- .task-progress-info {
- padding: 10rpx;
- font-size: 30rpx;
- border-radius: 10rpx;
- background-color: #f2f2f2;
- }
- }
- .block {
- width: 100%;
- height: 100rpx;
- margin-top: 5%;
- }
- .submit {
- box-shadow: 0rpx 5rpx 40rpx #ccc;
- width: 100%;
- position: fixed;
- bottom: 0rpx;
- display: flex;
- height: 90rpx;
- padding-top: 2%;
- background-color: #FFFFFF;
- .submit_btn {
- width: 60%;
- // background-color: #FCCF41;
- border-radius: 20rpx;
- font-size: 36rpx;
- line-height: 200%;
- letter-spacing: 10rpx;
- font-weight: 500;
- height: 80%;
- }
- }
- .line {
- border-bottom: 1rpx solid #d5d5d5;
- width: 98%;
- margin: 10rpx 1%;
- }
- </style>
|