123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218 |
- <template>
- <view>
- <!-- 胶囊 -->
- <mvBar :mysNavConfig="mysNavConfig"></mvBar>
- <view :style="{marginTop:navH}"></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 {
- navH: getApp().globalData.navHeight,
- 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>
|