| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510 |
- <style lang="scss">
- .chouzhen span {
- display: inline-block;
- }
- .check-video .ant-tabs-nav-container {
- text-align: center;
- font-size: 20px;
- }
- .step3-image {
- span {
- padding: 0
- }
- .ant-checkbox {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 100;
- }
- }
- .step3-modal {
- .ant-checkbox {
- position: absolute;
- top: 0;
- right: 0;
- z-index: 100;
- }
- }
- </style>
- <style scoped lang="scss">
- .actor-photo-list {
- display: flex;
- padding-left: 0;
- li {
- width: 20%;
- margin: 10px;
- position: relative;
- height: 380px;
- border: 1px solid #f2f2f2;
- list-style: none;
- img,
- video {
- width: 100%;
- }
- }
- }
- .chouzhen {
- border-style: solid;
- border-width: 1px;
- border-color: #e4e4e4;
- width: calc(20% - 10px);
- padding: 10px;
- margin-right: 10px;
- margin-bottom: 10px;
- display: flex;
- align-items: center;
- background: #fff;
- position: relative;
- z-index: 99;
- float: left
- }
- li.chouzhen.first:before {
- font-size: 12px;
- content: "首帧";
- position: absolute;
- top: 7px;
- left: 5px;
- width: 36px;
- height: 20px;
- color: rgb(255, 255, 255);
- line-height: 20px;
- text-align: center;
- background: rgba(0, 0, 0, 0.5);
- border-radius: 2px;
- z-index: 1000;
- }
- .actor-photo-list {
- display: flex;
- padding-left: 0;
- li {
- width: 25%;
- margin: 10px;
- position: relative;
- height: 250px;
- border: 1px solid #f2f2f2;
- list-style: none;
- img,
- video {
- width: 100%;
- margin-top: auto;
- margin-bottom: auto;
- top: 0;
- bottom: 0;
- position: absolute;
- max-height: 250px;
- }
- }
- }
- </style>
- <template>
- <a-card :body-style="{ padding: '24px 32px' }" :bordered="false" class="only-step3">
- <a-tabs style="width:50%;margin:0 auto" type="editable-card" hideAdd @edit="remove">
- <a-tab-pane v-for="(pane, bestIndex) in pans" :tab="pane.tab" :key="pane.key" v-model="pansKey" disabled
- :closable="pane.closable" class="shishishis">
- <a-form @submit="handleSubmit" :form="form" style="margin-top:20px" :hideRequiredMark="true">
- <a-form-item label="广告组名称" :labelCol="labelCol" :wrapperCol="wrapperCol">
- <a-input v-model="pane.tab" readonly></a-input>
- </a-form-item>
- <a-form-item label="素材类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
- <a-radio-group buttonStyle="solid" v-decorator="['creativeMaterialType', { initialValue: '1' }]">
- <a-radio-button value="1">竖版视频</a-radio-button>
- <a-radio-button value="2">横版视频</a-radio-button>
- </a-radio-group>
- </a-form-item>
- <a-form-item label="创意内容" :labelCol="labelCol">
- <a-layout>
- <a-layout-content style="padding:10px;">
- <a-row>
- <a-col :span="24" v-for="(item, index) of pane.list" :key="index">
- <a-card title :ref="item">
- <a-icon type="close" style="float:right;cursor: pointer;"
- @click="deleteCreative(bestIndex, index)" />
- <div style="clear:both"></div>
- <div class="dynamically_add_form_item">
- <a-form-item label="">
- <a @click="getVideoList('video', index, item, bestIndex)">选择视频</a>
- <a @click="uploadVideo(index,bestIndex)" style="margin-left:10px">上传视频</a>
- <br />
- <video :src="item.videoList.url" controls="controls" style="width:25%"
- v-if="item.videoList"></video>
- </a-form-item>
- <div class="downLoad" style="overflow:auto">
- <ul class="actor-photo-list step3-image"
- :style="{ width: item.imageUrlList.length>4?25 * item.imageUrlList.length + '%':'100%' }"
- v-if="item.imageUrlList.length > 0">
- <a-checkbox-group v-model="item.checkArrImage"
- style="width:100%; display: flex;padding-left: 0;" @change="onChangeCheckImage">
- <li v-for="(item, index) of item.imageUrlList" :key="index">
- <a-checkbox :value="item.code" style="height:100%;width:100%">
- <img class="video" :src="item.url" />
- </a-checkbox>
- </li>
- </a-checkbox-group>
- </ul>
- </div>
- <a-form-item label="">
- <a @click="getVideoList('image', index, item, bestIndex)">选择封面</a>
- <a @click="uploadImages(index,bestIndex)" style="margin-left:10px">上传封面</a>
- <a @click="showImages(index,bestIndex)" v-if="item.chouzhenShow"
- style="margin-left:10px">推荐封面</a>
- <br />
- <span v-for="(item,deleteIndex) of item.imageList" style="position:relative;">
- <img :src="item.url" style="width:18%;margin:1%;" :key="item.url" />
- <a-icon type="close-circle" @click="deleteData(index,bestIndex,deleteIndex)"
- style="position: absolute;right: 0px;" />
- </span>
- </a-form-item>
- <a-form-item label="广告语">
- <a @click="showTitle(index,bestIndex)">推荐广告语</a>
- <a-textarea class="rending" placeholder="请输入广告语" v-model.trim="item.description"
- :autosize="{ minRows: 2, maxRows: 6 }"></a-textarea>
- <a-tag v-for="(itemTag,indexTag) of tags" :key="indexTag"
- @click="getChange(item, itemTag, index)">{{itemTag.name}}</a-tag>
- </a-form-item>
- <a-form-item label="创意标题">
- <a-input v-model="item.name"></a-input>
- </a-form-item>
- </div>
- </a-card>
- </a-col>
- </a-row>
- <div :style="{ marginBottom: '16px' }">
- <a-button @click="addCreative(bestIndex)" :disabled="contentAll>=15||listCheck">
- 添加创意</a-button>
- </div>
- </a-layout-content>
- </a-layout>
- </a-form-item>
- <a-form-item label="行动号召" :labelCol="labelCol" :wrapperCol="wrapperCol">
- <a-select v-decorator="['actionBarText', { rules: [{ required: true, message: '行动号召按钮文案' }] }]" showSearch
- allowClear placeholder="选择行动号召按钮文案" optionFilterProp="children" :filterOption="filterOption">
- <a-select-option v-for="appModel in appList" :key="appModel.id" :value="appModel.actionBarText">
- {{ appModel.actionBarText }}
- </a-select-option>
- </a-select>
- </a-form-item>
- <a-form-item label="下载详情" v-if="showSite" :labelCol="labelCol" :wrapperCol="wrapperCol">
- <a-select v-decorator="['siteId' ]" showSearch allowClear placeholder="选择应用下载详情页"
- optionFilterProp="children" :filterOption="filterOption">
- <a-select-option v-for="appModel in siteList" :key="appModel.siteId" :value="appModel.siteId">
- {{ appModel.name }}
- </a-select-option>
- </a-select>
- </a-form-item>
- <a-form-item label="监测链接" :labelCol="labelCol" :wrapperCol="wrapperCol">
- <a-input v-if="pane.bid_type == 6" v-decorator="[
- 'clickTrackUrl',
- {
- rules: [
- { message: '请输入第三方检测链接' },
- { validator: handleConfirmValue }
- ]
- }
- ]" placeholder="请输入第三方检测链接">
- </a-input>
- <a-input v-else v-decorator="[
- 'clickTrackUrl',
- {
- rules: [
- { message: '请输入第三方检测链接' }
- ]
- }
- ]" placeholder="请输入第三方检测链接">
- </a-input>
- </a-form-item>
- </a-form>
- </a-tab-pane>
- </a-tabs>
- <a-form-item :wrapperCol="{ span: 24 }" style="text-align: center">
- <a-button type="primary" @click="handleSubmit" :loading="loading">提交</a-button>
- </a-form-item>
- <checkMatemal ref="check" @showVideo="showData"></checkMatemal>
- <a-modal :maskClosable="false" v-model="visible" title="广告创意创建情况">
- <div>
- 创建成功:{{ allForm.success.length }}条
- <div style="margin-top:20px">
- <p v-for="(item, index) of allForm.success" :key="index">
- <span>名称:{{ item.creativeName }}</span>
- </p>
- </div>
- <br />
- 创建失败:{{ allForm.fail.length }}条
- <div style="margin-top:20px">
- <p v-for="(item, index) of allForm.fail" :key="index">
- <span>名称:{{ item.creativeName }}</span><br />
- <span>错误信息:{{ item.failMessage }}</span>
- </p>
- </div>
- </div>
- <template slot="footer">
- <a-button key="back" @click="handleCancel">关闭</a-button>
- <a-button key="submit" type="primary" @click="handleOk">
- 返回列表
- </a-button>
- </template>
- </a-modal>
- <a-modal :maskClosable="false" title="封面上传" @cancel="closeImage" @afterClose="closeImage" v-model="addImageVisible">
- <template slot="footer">
- <a-button key="back" @click="closeImage">取消</a-button>
- <a-button key="submit" type="primary" @click="handleOkImage" :loading="loadingImage">
- 确定
- </a-button>
- </template>
- <a-form-item label="" class="add-image-material">
- <upload-to-ali style="width:100%" v-model="urlListImage.url" :customDomain="customDomain" :multiple="true"
- preview :region="region" :bucket="bucket" :accept="acceptImage" :max="15" :size="2048"
- :accessKeyId="accessKeyId" :accessKeySecret="accessKeySecret" :before-upload="fileWater" :dir="dirImg"
- @delete='deleteImage' @loaded="overUploadImage"></upload-to-ali>
- <span v-if="material.filter(item => item == false).length > 0 && urlListImage.url.length > 0"
- style="color:red">上传素材的尺寸不符,请修改(<span v-for="(item, index) of material" :key="index"
- v-show="!item">第{{ index + 1 }}张</span>出错)</span>
- <span v-else-if="urlListImage.url.length > 0 && material.filter(item => item == false).length == 0"
- style="color:green">上传成功</span>
- </a-form-item>
- </a-modal>
- <a-modal :maskClosable="false" title="视频上传" @cancel="closeVideo" @afterClose="closeVideo" v-model="addVideoVisible">
- <template slot="footer">
- <a-button key="back" @click="closeVideo">取消</a-button>
- <a-button key="submit" type="primary" @click="handleOkVideo" :loading="loadingVideo">
- 确定
- </a-button>
- </template>
- <a-form-item label="" class="add-image-material">
- <upload-to-ali v-model="urlList.url" :customDomain="customDomain" preview :region="region" :bucket="bucket"
- :accept="acceptVideo" :max="10" :size="1024000" :accessKeyId="accessKeyId" :accessKeySecret="accessKeySecret"
- :before-upload="file" :dir="dirVideo" @loaded="overUpload">
- </upload-to-ali>
- <span v-if="messageTip" style="color:red">{{messageTip}}</span>
- </a-form-item>
- </a-modal>
- <a-modal :maskClosable="false" title="抽帧展示" v-model="chouzhen" width="60%">
- <template slot="footer">
- <a-button key="back" @click="chouzhen=false">关闭</a-button>
- <a-button key="submit" type="primary" @click="handleOkChouzhen">
- 确定
- </a-button>
- </template>
- <a-button type="primary" @click="onCheckAllChange">
- 全选
- </a-button>
- <!-- </a-checkbox> -->
- <ul v-if="chouzhenList.length>0" style="height:600px;overflow:auto;padding-left:0" class="step3-modal">
- <a-checkbox-group v-model="checkList" @change="onChange" style="width:100%;">
- <li v-for="(item,index) of chouzhenList" :key="index" class="chouzhen" style="height:355px"
- :class="{'first':index == 0}">
- <a-checkbox :value="item.signature"
- style="position:absolute;z-index: 100;width:100%;height:100%;right:0;top:0;float:right">
- <img :src="item.url" alt="" style="width:100%">
- </a-checkbox>
- </li>
- </a-checkbox-group>
- </ul>
- </a-modal>
- <a-modal :maskClosable="false" title="选择素材" v-model="visibleMatemal" @ok="handleOkShow" :width="1000">
- <a-tabs type="card" @change="callback" v-model="active" class="check-video">
- <a-tab-pane :tab="item.label" v-for="item of tab" :key="item.value">
- <a-range-picker name="buildTime" style="width: 400px;margin:10px 0" v-model="time" />
- <ul v-if="dataSource.length>0" style="overflow:auto;padding-left:0">
- <a-checkbox-group v-model="checkVideo" @change="onChangeVideo" style="width:100%">
- <li v-for="(item,index) of dataSource" :key="index" class="chouzhen" style="height:350px;">
- <!-- <video class="video" :src="item.url" controls="controls" style="width:100%">
- 您的浏览器不支持 video 标签。
- </video> -->
- <a-checkbox :value="item" style="width:100%;position:absolute;z-index: 100;right:0;top:0;">
- <img :src="item.coverUrl" alt="" style="width:100%;margin-bottom:10px">
- </a-checkbox>
- <a @click="matemalVideo(item,index)"
- style="position:absolute;z-index: 100;right:56px;bottom: 5px;">查看视频</a>
- </li>
- </a-checkbox-group>
- </ul>
- </a-tab-pane>
- </a-tabs>
- <!-- <ul class="actor-photo-list">
- <a-checkbox-group v-model="checkArr" style="width:100%; display: flex;padding-left: 0;"
- @change="onChangeCheck">
- <li v-for="(item, index) of dataSource" :key="index">
- <a-checkbox :value="item" style="position:absolute;z-index:100;padding-right:30px">
- </a-checkbox>
- </li>
- </a-checkbox-group>
- </ul> -->
- <div style="text-align:right">
- <a-pagination size="small" :showTotal="ipagination.showTotal" style="float:right" v-if="dataSource.length > 0"
- showQuickJumper :pageSize.sync="ipagination.pageSize" :total="ipagination.total" v-model="ipagination.current"
- @change="getDataSource" />
- </div>
- </a-modal>
- <a-modal title="查看视频" v-model="visibleVideo" :width="300" :footer="null">
- <video class="video" :src="videoUrlShow" controls="controls" style="width:100%">
- 您的浏览器不支持 video 标签。
- </video>
- </a-modal>
- <a-modal title="推荐标题" v-model="titleVisible" :width="1000" :footer="null">
- <a-row :gutter="10">
- <a-col :sm="10" style="margin-bottom: 20px;z-index: 10">
- <a-card class="search-box" style="min-height:500px">
- <div style="margin-bottom:30px">
- <span style="display:inline-block;width:80px">行业</span>
- <a-cascader style="margin-top: 1rem;width:300px" v-model="dataOne" :options="options"
- :showSearch="{ filter }" expandTrigger="hover" @change="onChangeTitle" placeholder="请选择行业">
- <a-icon type="smile" slot="suffixIcon" class="test" />
- </a-cascader>
- </div>
- <div style="margin-bottom:30px">
- <span style="display:inline-block;width:80px">关键词</span>
- <a-input placeholder="请输入关键词" v-model="value" style="width: 300px" />
- </div>
- <span style="display:inline-block;width:80px;float:left"></span>
- <a-button type="primary" @click="searchQuery" :disabled="value == ''">生成</a-button>
- </a-card>
- </a-col>
- <a-col :sm="14" style="margin-bottom: 20px;z-index: 10">
- <a-card class="search-box" style="over-flow:auto">
- <a-list size="large" bordered :dataSource="title">
- <a-list-item slot="renderItem" slot-scope="item">
- <a slot="actions" @click="okTitle(item)">选择</a>
- {{ item }}</a-list-item>
- </a-list>
- </a-card>
- </a-col>
- </a-row>
- </a-modal>
- </a-card>
- </template>
- <script>
- import {
- getAction,
- postAction
- } from '@/api/manage'
- import {
- mapGetters
- } from 'vuex'
- import UploadToAli from '@femessage/upload-to-ali'
- import moment from 'moment'
- import VuePreview from 'vue-preview'
- import jq from 'jquery'
- import {
- stopOtherVideo,
- closeAllVideoFun
- } from '@/utils/videoControl' // 停止除当前外的其他视频播放,及停止所有视频播放的方法
- import checkMatemal from './stepModule/checkMatemal'
- import BMF from 'browser-md5-file'
- let nowIndex = 0
- let bestIndex = 0
- let showRemove = false
- export default {
- name: 'BaseForm',
- components: {
- UploadToAli,
- VuePreview,
- checkMatemal
- },
- data() {
- return {
- showSite: true,
- titleVisible: false,
- options: [],
- data: [],
- value: '',
- dataOne: [],
- title: [],
- tags: [],
- visibleMatemal: false,
- visibleVideo: false,
- videoUrlShow: "",
- time: [],
- channelType: 0,
- checkVideo: [],
- dataSource: [],
- tab: [{
- value: 0,
- label: "内部"
- }, {
- value: 1,
- label: "外部"
- }],
- active: 0,
- ipagination: {
- current: 1,
- pageSize: 5,
- // pageSizeOptions: ['10', '20', '30'],
- showTotal: (total, range) => {
- return range[0] + '-' + range[1] + ' 共' + total + '条'
- },
- showQuickJumper: true,
- // showSizeChanger: true,
- total: 0,
- onChange: current => {
- // 切换分页时的回调,
- // 当在页面定义change事件时,切记要把此处的事件清除,因为这两个事件重叠了,可能到时候会导致一些莫名的bug
- this.ipagination.current = current
- }
- },
- chouzhen: false,
- chouzhenList: [],
- checkList: [],
- indeterminate: true,
- checkAll: false,
- pans: [],
- pansKey: '',
- addImageVisible: false,
- addVideoVisible: false,
- loadingVideo: false,
- loadingImage: false,
- allForm: {
- videoList: '',
- imageList: [],
- fail: [],
- success: [],
- },
- form: this.$form.createForm(this),
- list: [],
- vertical: 'vertical',
- appList: [],
- siteList: [],
- labelCol: {
- lg: {
- span: 4
- },
- sm: {
- span: 6
- },
- xs: {
- span: 4
- },
- md: {
- span: 4
- }
- },
- wrapperCol: {
- lg: {
- span: 18
- },
- sm: {
- span: 18
- },
- xs: {
- span: 14
- },
- md: {
- span: 14
- }
- },
- visible: false,
- loading: false,
- imageUrlList: [],
- checkAllImage: false,
- checkArrImage: [],
- content: 0,
- urlListImage: {
- url: [],
- md5: []
- },
- urlList: {
- url: '',
- md5: "",
- photoId: ""
- },
- imageArrList: [],
- material: [],
- creativeCopywriter: '',
- customDomain: '',
- region: 'oss-cn-beijing',
- bucket: 'ctop-media',
- acceptVideo: 'video/mpeg,video/mp4',
- acceptImage: 'image/jpeg,image/jpg',
- accessKeyId: 'LTAIbNbqWzSOklQV',
- accessKeySecret: '1rkPz7JNoXk8sJevPaeYHWqfkQXBGh',
- messageTip: null
- }
- },
- methods: {
- showTitle(index, bestIndex) {
- nowIndex = index
- bestIndex = bestIndex
- this.titleVisible = true;
- this.getHangye()
- },
- okTitle(item) {
- this.pans[bestIndex].list[nowIndex].description = item
- this.titleVisible = false;
- this.dataOne = []
- this.value = ""
- this.title = []
- },
- searchQuery() {
- // /ctop/creativeTitle/titleSuggestion
- console.log(this.value)
- getAction('/ctop/creativeTitle/titleSearch', {
- firstCategory: this.dataOne[0],
- secondCategory: this.dataOne[1],
- keywords: this.value
- }).then(res => {
- console.log(res)
- this.title = res.result ? res.result : []
- })
- // firstCategory,secondCategory,keywords
- },
- getHangye() {
- getAction('/ctop/creativeTitle/getTitleLabel', '').then(res => {
- console.log(res)
- if (res.success) {
- this.options = res.result.map(item => {
- return {
- label: item.label,
- value: item.value,
- children: item.children.length > 0 ? [{
- label: '不限',
- value: 0
- }].concat(item.children) : [{
- label: '不限',
- value: 0
- }]
- }
- })
- this.options = [{
- label: '不限',
- value: 0
- }].concat(this.options)
- if (this.dataOne.length > 0) {
- return
- } else {
- this.dataOne = [0]
- }
- }
- })
- },
- onChangeTitle(value, selectedOptions) {
- console.log(value, selectedOptions)
- this.dataOne = value
- this.value = ''
- this.title = []
- },
- filter(inputValue, path) {
- return path.some(option => option.label.toLowerCase().indexOf(inputValue.toLowerCase()) > -1)
- },
- handleSearch(value) {
- if (this.dataOne.length > 0) {
- const str = {
- firstCategory: this.dataOne[0],
- secondCategory: this.dataOne[1],
- keyword: value
- }
- getAction('/ctop/creativeTitle/titleSuggestion', str).then(d => {
- const result = d.result ? d.result : []
- this.data = result.map(item => {
- return {
- value: item,
- text: item
- }
- })
- })
- } else {
- this.data = []
- return
- }
- },
- matemalVideo(item) {
- this.visibleVideo = true
- this.videoUrlShow = item.url
- },
- onChange(checkedList) {
- this.indeterminate = !!checkedList.length && checkedList.length < this.chouzhenList.length;
- this.checkAll = checkedList.length === this.chouzhenList.length;
- },
- onCheckAllChange(e) {
- if (this.checkAll) {
- this.checkList = []
- } else {
- this.checkList = this.chouzhenList.map(item => {
- return item.signature
- })
- }
- this.checkAll = !this.checkAll
- },
- onCheckAllImageChange(index, item) {
- if (this.pans[index].list[item.key].checkAllImage) {
- this.pans[index].list[item.key].checkArrImage = []
- } else {
- this.pans[index].list[item.key].checkArrImage = this.pans[index].list[item.key].imageUrlList.map(item => {
- return item.code
- })
- }
- this.pans[index].list[item.key].checkAllImage = !this.pans[index].list[item.key].checkAllImage
- },
- onChangeCheckImage(checkedList) {
- },
- handleConfirmValue(rule, value, callback) {
- if (/(http|https):\/\/([\w.]+\/?)\S*/.test(value) && value.length < 10000) {
- callback()
- } else {
- callback('链接不能为空且开头为http://或https://,并且长度小于10000')
- }
- },
- showData(item, type) {
- var index = this.pans.findIndex(item => item.key === this.pansKey)
- // this.pans[index].list[item.key].imageList = []
- if (type == 'video') {
- this.pans[index].list[item.key].videoList = item.video
- getAction('/kuaishou/batch/getCreativeCopywriter', {
- code: item.video.signature,
- accountId: localStorage.getItem('accountId')
- }).then(res => {
- if (res.success) {
- this.pans[index].list[item.key].description =
- res.result ? res.result.creativeCopywriter : ''
- }
- })
- getAction('/ctop/MaterialImageInfo/list', {
- videoId: item.video.signature
- }).then(res => {
- // console.log(res)
- if (res.success) {
- this.pans[index].list[item.key].imageUrlList = res.result
- this.pans[index].list[item.key].checkArrImage = res.result.map(item => {
- return item.code
- })
- }
- })
- var params = {
- videoSignature: item.video.signature,
- pageSize: 20,
- pageNo: 1
- }
- getAction('/cutFrame/material/list', params).then(res => {
- console.log(res)
- if (res.success) {
- if (res.result.records.length > 0) {
- this.pans[index].list[item.key].chouzhenShow = true
- } else {
- this.pans[index].list[item.key].chouzhenShow = false
- }
- }
- })
- } else {
- // this.pans[index].list[item.key].imageList.push(...item.image)
- if (item.image.length + this.contentAll > 15) {
- this.$message.error('当前选择封面' + item.image.length + '张,最多可选择' + (15 - this.contentAll) + '张')
- return
- } else {
- this.pans[index].list[item.key].imageList.push(...item.image)
- this.chouzhen = false
- this.chouzhenList = []
- this.checkList = []
- this.checkAll = false
- }
- }
- },
- getData(className) {
- return this.form.getFieldValue(className)
- },
- onChangeVideo() {
- if (this.checkVideo.length > 1) {
- this.checkVideo.shift()
- }
- },
- callback(key) {
- this.channelType = key
- this.checkVideo = []
- this.ipagination.current = 1
- this.time = []
- // var params = {}
- // params.channelType = key
- // params.accountId = localStorage.getItem('accountId')
- // params.materialType = this.getData('creativeMaterialType')
- // params.pageSize = this.ipagination.pageSize
- // params.pageNo = this.ipagination.current
- // this.showVideoList('/kuaishou/batch/getVideoList', params)
- },
- getDataSource(page, pageSize) {
- this.ipagination.current = page
- var params = {}
- params.accountId = localStorage.getItem('accountId')
- params.materialType = this.getData('creativeMaterialType')
- params.pageSize = this.ipagination.pageSize
- params.pageNo = page
- params.channelType = this.channelType
- params.status = 0
- if (this.time.length > 0) {
- params.startDate = moment(this.time[0]).format('YYYY-MM-DD')
- params.endDate = moment(this.time[1]).format('YYYY-MM-DD')
- }
- this.showVideoList('/kuaishou/batch/getVideoList', params)
- },
- showVideoList(url, params) {
- this.dataSource = []
- getAction(url, params).then(res => {
- if (res.success) {
- this.dataSource = res.result.records
- this.ipagination.total = res.result.total
- }
- })
- },
- getVideoList(type, index, item, bestIndex) {
- if (type == 'video') {
- nowIndex = index
- bestIndex = bestIndex
- this.visibleMatemal = true
- this.checkVideo = []
- this.active = 0
- this.time = []
- this.channelType = 0
- // var params = {}
- // params.accountId = localStorage.getItem('accountId')
- // params.materialType = this.getData('creativeMaterialType')
- // params.pageSize = this.ipagination.pageSize
- // params.pageNo = this.ipagination.current
- // params.params.channelType = 0 = 0
- // this.showVideoList('/kuaishou/batch/getVideoList', params)
- } else {
- this.$refs.check.showCheck(
- this.getData('creativeMaterialType'),
- '/kuaishou/batch/getImageList',
- item.imageList,
- type,
- index
- )
- }
- },
- remove(targetKey) {
- let activeKey = this.pansKey
- let lastIndex
- this.pans.forEach((pane, i) => {
- if (pane.key === targetKey) {
- lastIndex = i - 1
- }
- })
- const panes = this.pans.filter(pane => pane.key !== targetKey)
- if (panes.length && activeKey === targetKey) {
- if (lastIndex >= 0) {
- activeKey = panes[lastIndex].key
- } else {
- activeKey = panes[0].key
- }
- }
- this.pans = panes
- this.pansKey = activeKey
- this.form.resetFields()
- if (this.pans.length == 0) {
- this.$bus.$emit('remove', '/account/stepForm')
- } else {
- this.addCreative(0)
- getAction('/kuaishou/batch/checkCreativeCount', {
- unitId: this.pansKey,
- accountId: localStorage.getItem('accountId')
- }).then(res => {
- console.log(res)
- this.content = res.result
- })
- }
- },
- handleOk() {
- if (this.allForm.fail.length == 0) {
- this.remove(this.pansKey)
- if (localStorage.getItem('originality')) {
- this.$router.replace({
- path: '/account/originality'
- })
- } else {
- this.$router.replace({
- path: '/account/accountIndex'
- })
- }
- this.visible = false
- } else {
- this.visible = false
- }
- },
- handleCancel(e) {
- this.visible = false
- this.remove(this.pansKey)
- },
- handleSubmit(e) {
- e.preventDefault()
- var index = this.pans.findIndex(item => item.key === this.pansKey)
- var data = this.pans[index].list.map(item => {
- return item.imageList.length + item.imageUrlList.length
- })
- if (this.contentAll > 15) {
- this.$message.error('封面最多15张')
- return
- }
- this.form.validateFields((err, values) => {
- if (!err) {
- this.loading = true
- var dataJson = this.pans[index].list.map(item => {
- return {
- description: item.description,
- imageArr: item.imageList.map((ele, index) => {
- return {
- signature: ele.signature,
- name: item.name
- }
- }),
- imageArrTwo: item.checkArrImage.map((ele, index) => {
- return {
- signature: ele,
- name: item.name
- }
- }),
- photoId: item.videoList.photoId,
- name: item.name
- }
- })
- var allJson = dataJson.map(item => {
- return {
- description: item.description,
- imageArr: item.imageArr.concat(item.imageArrTwo).length > 0 ? item.imageArr.concat(item
- .imageArrTwo) : [{
- name: item.name
- }],
- photoId: item.photoId
- }
- })
- var params = {
- dataJson: allJson,
- ...values,
- unitId: this.pansKey,
- accountId: localStorage.getItem('accountId'),
- content: this.content
- }
- postAction('/kuaishou/batch/createCreative', params).then(res => {
- if (res.success) {
- this.visible = true
- this.allForm.fail = res.result.fail
- this.allForm.success = res.result.success
- this.loading = false
- } else {
- this.loading = false
- this.$message.error(res.message)
- }
- })
- }
- })
- },
- nextStep() {
- var that = this
- setTimeout(function () {
- that.$emit('nextStep')
- }, 1500)
- },
- prevStep() {
- this.$emit('prevStep')
- },
- addCreative(index) {
- this.pans[index].list.push({
- videoList: '',
- imageList: [],
- name: this.getData('creativeMaterialType') == '1' ?
- '自定义创意_竖版视频_' : '自定义创意_横版视频_',
- description: '',
- creativeMaterialType: '1',
- actionBarText: '',
- imageUrlList: [],
- checkArrImage: [],
- checkAllImage: false,
- chouzhenShow: false
- })
- },
- deleteCreative(bestIndex, index) {
- this.pans[bestIndex].list.splice(index, 1)
- },
- filterOption(input, option) {
- return option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0
- },
- uploadVideo(index, bestIndex) {
- console.log(index, bestIndex)
- nowIndex = index
- bestIndex = bestIndex
- this.addVideoVisible = true
- },
- handleOkChouzhen(e) {
- var arr = []
- for (let i = 0; i < this.chouzhenList.length; i++) {
- for (let j = 0; j < this.checkList.length; j++) {
- if (this.chouzhenList[i].signature == this.checkList[j]) {
- arr.push(this.chouzhenList[i])
- }
- }
- }
- if (arr.length + this.contentAll > 15) {
- this.$message.error('当前选择封面' + arr.length + '张,最多可选择' + (15 - this.contentAll) + '张')
- return
- } else {
- this.pans[bestIndex].list[nowIndex].imageList.push(...arr)
- this.chouzhen = false
- this.chouzhenList = []
- this.checkList = []
- this.checkAll = false
- }
- },
- showImages(index, bestIndex) {
- this.chouzhen = true
- this.chouzhenList = []
- nowIndex = index
- bestIndex = bestIndex
- var params = {
- videoSignature: this.pans[bestIndex].list[index].videoList.signature,
- pageSize: 20,
- pageNo: 1
- }
- getAction('/cutFrame/material/list', params).then(res => {
- console.log(res)
- if (res.success) {
- this.chouzhenList.push(...res.result.records)
- }
- })
- },
- uploadImages(index, bestIndex) {
- nowIndex = index
- bestIndex = bestIndex
- this.addImageVisible = true
- this.loadingImage = false
- },
- closeImage() {
- this.addImageVisible = false
- this.urlListImage = {
- url: [],
- md5: [],
- }
- this.imageArrList = []
- nowIndex = 0
- bestIndex = 0
- this.loadingImage = false
- },
- closeVideo() {
- this.addVideoVisible = false
- this.urlList = {
- url: "",
- md5: "",
- photoId: ""
- }
- nowIndex = 0
- bestIndex = 0
- this.messageTip = null
- },
- handleOkImage(e) {
- this.loadingImage = true
- var params = {
- accountId: localStorage.getItem('accountId'),
- uploadImageArr: this.imageArrList
- }
- postAction("/kusiShouUpload/image", params).then(res => {
- if (res.success) {
- if (res.result.length + this.contentAll > 15) {
- this.$message.error('当前上传封面' + res.result.length + '张,最多可上传' + (15 - this.contentAll) + '张')
- this.loadingImage = false
- return
- } else {
- this.pans[bestIndex].list[nowIndex].imageList.push(...res.result)
- this.closeImage()
- this.loadingImage = false
- }
- } else {
- this.$message.error('封面上传失败')
- this.loadingImage = false
- }
- })
- },
- deleteImage(url) {
- console.log(url, this.urlListImage.url)
- var index = this.imageArrList.findIndex(v => v.url === url)
- this.imageArrList.splice(index, 1)
- console.log(index)
- },
- overUploadImage(urlAll) {
- var that = this
- that.material = []
- that.imageArrList = []
- var img
- if (urlAll.length > 0) {
- for (var i = 0; i < this.urlListImage.url.length; i++) {
- that.imageArrList.push({
- signature: this.urlListImage.md5[i],
- url: this.urlListImage.url[i],
- })
- img = new Image()
- img.src = this.urlListImage.url[i]
- if (img.complete) {
- // 打印
- if (img.width == 720) {
- if (img.height == 1280) {
- that.material.push(true)
- } else {
- that.material.push(false)
- }
- } else if (img.width == 1080) {
- if (img.height == 1920) {
- that.material.push(true)
- } else {
- that.material.push(false)
- }
- } else if (img.width == 1280) {
- if (img.height == 720) {
- that.material.push(true)
- } else {
- that.material.push(false)
- }
- } else if (img.width == 1920) {
- if (img.height == 1080) {
- that.material.push(true)
- } else {
- that.material.push(false)
- }
- } else {
- that.material.push(false)
- }
- } else {
- img.onload = () => {
- if (img.width == 720) {
- if (img.height == 1280) {
- that.material.push(true)
- } else {
- that.material.push(false)
- }
- } else if (img.width == 1080) {
- if (img.height == 1920) {
- that.material.push(true)
- } else {
- that.material.push(false)
- }
- } else if (img.width == 1280) {
- if (img.height == 720) {
- that.material.push(true)
- } else {
- that.material.push(false)
- }
- } else if (img.width == 1920) {
- if (img.height == 1080) {
- that.material.push(true)
- } else {
- that.material.push(false)
- }
- } else {
- that.material.push(false)
- }
- }
- }
- }
- }
- },
- fileWater(file) {
- var bmf = new BMF()
- var that = this
- // this.urlListImage = {
- // url: [],
- // md5: []
- // }
- return new Promise(function (resolve, reject) {
- for (let i = 0; i < file.length; i++) {
- bmf.md5(file[i], (err, md5) => {
- // that.urlListImage.name.push(file[i].name)
- that.urlListImage.md5.push(md5)
- resolve()
- })
- }
- })
- },
- overUpload(urlAll) {
- console.log(this.urlList)
- },
- file(file) {
- var bmf = new BMF()
- var that = this
- return new Promise(function (resolve, reject) {
- bmf.md5(file[0], (err, md5) => {
- getAction('/kusiShouUpload/checkVideo', {
- signature: md5,
- accountId: localStorage.getItem('accountId')
- }).then(res => {
- if (res.code == 0) {
- if (res.result.isExistence) {
- showRemove = res.result.isExistence
- that.urlList.md5 = res.result.signature
- that.urlList.url = res.result.videoUrl
- that.urlList.photoId = res.result.photoId
- reject()
- } else {
- showRemove = res.result.isExistence
- that.urlList.md5 = md5
- resolve()
- }
- } else {
- reject()
- }
- })
- })
- })
- },
- handleOkVideo(e) {
- this.loadingVideo = true
- if (showRemove) {
- this.pans[bestIndex].list[nowIndex].videoList = {
- photoId: this.urlList.photoId,
- url: this.urlList.url
- }
- this.loadingVideo = false
- var params = {
- videoSignature: this.urlList.md5,
- pageSize: 20,
- pageNo: 1
- }
- getAction('/cutFrame/material/list', params).then(res => {
- console.log(res)
- if (res.success) {
- if (res.result.records.length > 0) {
- this.pans[bestIndex].list[nowIndex].chouzhenShow = true
- } else {
- this.pans[bestIndex].list[nowIndex].chouzhenShow = false
- }
- }
- })
- this.closeVideo()
- } else {
- var params = {
- url: this.urlList.url,
- type: this.getData('creativeMaterialType'),
- signature: this.urlList.md5,
- accountId: localStorage.getItem('accountId')
- }
- postAction("/kusiShouUpload/video", params).then(res => {
- console.log(res)
- if (res.success) {
- this.pans[bestIndex].list[nowIndex].videoList = {
- photoId: res.result.photoId,
- url: this.urlList.url
- }
- this.loadingVideo = false
- this.closeVideo()
- } else {
- this.messageTip = res.message
- this.loadingVideo = false
- this.urlList = {
- url: "",
- md5: "",
- photoId: ""
- }
- nowIndex = 0
- bestIndex = 0
- }
- })
- }
- },
- deleteData(index, bestIndex, deleteIndex) {
- this.pans[index].list[bestIndex].imageList.splice(deleteIndex, 1)
- },
- handleOkShow(e) {
- //
- this.pans[bestIndex].list[nowIndex].imageList = []
- getAction('/kuaishou/batch/getCreativeCopywriter', {
- code: this.checkVideo[0].signature,
- accountId: localStorage.getItem('accountId')
- }).then(res => {
- if (res.success) {
- this.pans[bestIndex].list[nowIndex].description =
- res.result ? res.result.creativeCopywriter : ''
- }
- })
- getAction('/ctop/MaterialImageInfo/list', {
- videoId: this.checkVideo[0].signature
- }).then(res => {
- // console.log(res)
- if (res.success) {
- this.pans[bestIndex].list[nowIndex].imageUrlList = res.result
- this.pans[bestIndex].list[nowIndex].checkArrImage = res.result.map(item => {
- return item.code
- })
- }
- })
- this.pans[bestIndex].list[nowIndex].videoList = this.checkVideo[0]
- this.visibleMatemal = false
- this.ipagination.current = 1
- var params = {
- videoSignature: this.checkVideo[0].signature,
- pageSize: 20,
- pageNo: 1
- }
- getAction('/cutFrame/material/list', params).then(res => {
- console.log(res)
- if (res.success) {
- if (res.result.records.length > 0) {
- this.pans[bestIndex].list[nowIndex].chouzhenShow = true
- } else {
- this.pans[bestIndex].list[nowIndex].chouzhenShow = false
- }
- }
- })
- },
- judge(item) {
- var re = /[(.*?)]/g
- var array = []
- var temp
- while ((temp = re.exec(item.text))) {
- array.push(temp[1])
- }
- console.log(array)
- item.countTag = array.length
- },
- getChange(item, tag, index) {
- console.log(item)
- this.judge(item)
- var node = document.getElementsByClassName('rending')[index]
- var v = '[' + tag.name + ']'
- if (document.selection) {
- //IE
- node.focus()
- var sel = document.selection.createRange()
- sel.text = v
- sel.select()
- item.description = v
- } else if (node.selectionStart || node.selectionStart == '0') {
- //MOZILLA/GOOGLE
- var startPos = node.selectionStart
- var endPos = node.selectionEnd
- var restoreTop = node.scrollTop
- node.value = node.value.substring(0, startPos) + v + node.value.substring(endPos, node.value.length)
- if (restoreTop > 0) {
- node.scrollTop = restoreTop
- }
- item.text = node.value
- node.focus()
- node.selectionStart = startPos + v.length
- node.selectionEnd = startPos + v.length
- item.description = node.value
- } else {
- //OTHER
- node.value += v
- item.text = node.value
- node.focus()
- item.description = node.value
- }
- },
- getAppList(appId) {
- getAction('/kuaishou/batch/getPageList', {
- accountId: localStorage.getItem('accountId'),
- appId: appId,
- viewComp: 7
- }).then(res => {
- if (res.success) {
- console.log(res)
- this.siteList = res.result
- }
- })
- }
- },
- computed: {
- dirImg() {
- let date = new Date()
- let y = date.getFullYear()
- let MM = date.getMonth() + 1
- MM = MM < 10 ? '0' + MM : MM
- let d = date.getDate()
- d = d < 10 ? '0' + d : d
- return 'image/' + y + '-' + MM + '-' + d + '/'
- },
- dirVideo() {
- let date = new Date()
- let y = date.getFullYear()
- let MM = date.getMonth() + 1
- MM = MM < 10 ? '0' + MM : MM
- let d = date.getDate()
- d = d < 10 ? '0' + d : d
- return 'video/' + y + '-' + MM + '-' + d + '/'
- },
- contentAll() {
- var count, arr = []
- if (this.pans[0].list.length > 0) {
- for (let i = 0; i < this.pans[0].list.length; i++) {
- arr.push(...this.pans[0].list[i].checkArrImage, ...this.pans[0].list[i].imageList)
- }
- return arr.length + this.content
- } else {
- return 0
- }
- },
- listCheck() {
- if (this.pans[0].list.length > 0) {
- if (this.pans[0].list[this.pans[0].list.length - 1].imageUrlList.length == 0 && this.pans[0].list[this.pans[0]
- .list.length - 1]
- .imageList.length == 0) {
- return true
- } else {
- return false
- }
- } else {
- return false
- }
- }
- },
- watch: {
- time(n, o) {
- console.log(n)
- if (n.length > 0) {
- var params = {}
- params.accountId = localStorage.getItem('accountId')
- params.materialType = this.getData('creativeMaterialType')
- params.pageSize = this.ipagination.pageSize
- params.pageNo = 1
- params.status = 0
- params.channelType = this.channelType
- params.startDate = moment(n[0]).format('YYYY-MM-DD')
- params.endDate = moment(n[1]).format('YYYY-MM-DD')
- this.showVideoList('/kuaishou/batch/getVideoList', params)
- } else {
- var params = {}
- params.accountId = localStorage.getItem('accountId')
- params.materialType = this.getData('creativeMaterialType')
- params.pageSize = this.ipagination.pageSize
- params.pageNo = 1
- params.status = 0
- params.channelType = this.channelType
- this.ipagination.current = 1
- this.showVideoList('/kuaishou/batch/getVideoList', params)
- }
- },
- visibleVideo(n, o) {
- if (!n) {
- closeAllVideoFun()
- }
- }
- },
- mounted: function () {
- this.$nextTick(() => {
- if (localStorage.getItem('pans')) {
- this.pans = JSON.parse(localStorage.getItem('pans')).map(item => {
- return {
- ...item,
- list: []
- }
- })
- this.pansKey = this.pans[0].key
- this.addCreative(0)
- getAction('/kuaishou/batch/checkCreativeCount', {
- unitId: this.pansKey,
- accountId: localStorage.getItem('accountId')
- }).then(res => {
- console.log(res)
- this.content = res.result
- })
- getAction('/kuaishou/batch/getActionBarText', {
- campaignId: localStorage.getItem('campaignId') ? localStorage.getItem('campaignId') : localStorage
- .getItem('advertisingGroupKey')
- }).then(res => {
- if (res.success) {
- this.appList = res.result
- }
- })
- if (localStorage.getItem('appId')) {
- this.showSite = true
- this.getAppList(localStorage.getItem('appId'))
- } else {
- getAction('/kuaishou/batch/getAppId', {
- accountId: localStorage.getItem('accountId'),
- unitId: this.pansKey
- }).then(res => {
- if (res.success) {
- if (res.result) {
- this.showSite = true
- this.getAppList(res.result)
- } else {
- this.showSite = false
- }
- }
- })
- }
- }
- getAction('/kuaishou/batch/creativeWord', {
- accountId: localStorage.getItem('accountId')
- }).then(res => {
- if (res.success) {
- this.tags = res.result
- }
- })
- })
- }
- }
- </script>
- <style lang="scss">
- </style>
|