|
@@ -227,14 +227,19 @@
|
|
|
}
|
|
|
}
|
|
|
.videoBox{
|
|
|
- width: 320px;
|
|
|
- height: 180px;
|
|
|
+
|
|
|
+ height: 240px;
|
|
|
}
|
|
|
.imgBox{
|
|
|
- width: 100%;
|
|
|
- height: 180px;
|
|
|
+
|
|
|
+ width: 90%;
|
|
|
+}
|
|
|
+.videomarterialInfo{
|
|
|
+ position: relative;
|
|
|
+ height: 800px;
|
|
|
}
|
|
|
.marterialInfo{
|
|
|
+ overflow: auto;
|
|
|
|
|
|
p{margin-bottom: 0;}
|
|
|
ul,li{
|
|
@@ -245,11 +250,13 @@
|
|
|
margin-bottom: 20px;
|
|
|
display: flex;
|
|
|
// justify-content: center;
|
|
|
- align-items: center;
|
|
|
+ align-items: flex-start;
|
|
|
span{
|
|
|
display: inline-block;
|
|
|
width: 70px;
|
|
|
text-align: left;
|
|
|
+ flex-shrink: 0;
|
|
|
+ text-align: right;
|
|
|
}
|
|
|
.ant-tag{
|
|
|
width: auto;
|
|
@@ -258,10 +265,13 @@
|
|
|
}
|
|
|
}
|
|
|
.info{
|
|
|
+ width: 100%;
|
|
|
ul{
|
|
|
+ width: 100%;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
flex-wrap: wrap;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
li{
|
|
|
width: 33.3%;
|
|
@@ -269,14 +279,26 @@
|
|
|
}
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
+
|
|
|
.bottom-btn{
|
|
|
- width: 100%;
|
|
|
+ width: 100%;
|
|
|
text-align: center;
|
|
|
position: absolute;
|
|
|
- bottom: 20px;
|
|
|
+ bottom: 0px;
|
|
|
left: 0;
|
|
|
+ // margin-top: 20px;
|
|
|
|
|
|
}
|
|
|
+ .scriptbottom-btn{
|
|
|
+ width: 100%;
|
|
|
+ // height: 60px;
|
|
|
+ line-height: 60px;
|
|
|
+ text-align: center;
|
|
|
+ position: absolute;
|
|
|
+ bottom: 20px;
|
|
|
+ left: 0;
|
|
|
+
|
|
|
+ }
|
|
|
}
|
|
|
</style>
|
|
|
|
|
@@ -316,7 +338,7 @@
|
|
|
<div class="section-item">
|
|
|
<div class="tabBox">
|
|
|
|
|
|
- <div class="search-item">
|
|
|
+ <!-- <div class="search-item">
|
|
|
<span>名称:</span>
|
|
|
<a-input placeholder="请输入订单名称" allow-clear v-model="materialName" style="width:300px" />
|
|
|
</div>
|
|
@@ -333,7 +355,7 @@
|
|
|
<div class="opt-item">
|
|
|
<a-button type='primary' @click="search" style="margin-right:20px">查询</a-button>
|
|
|
<a-button type='default' @click="reset">查询</a-button>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
</div>
|
|
|
|
|
|
|
|
@@ -350,86 +372,91 @@
|
|
|
>
|
|
|
<div slot="materialStatus" slot-scope="text" >
|
|
|
<span class="wancheng" v-if="text==7"> </span>
|
|
|
- <span class="bohui" v-else-if="text==6||text==4"> </span>
|
|
|
+ <span class="bohui" v-else-if="text==6||text==3"> </span>
|
|
|
<span class="shenhe" v-else> </span>
|
|
|
- {{text | handleMaterialStatus}}
|
|
|
+ {{text | handlerMaterialStatus}}
|
|
|
</div>
|
|
|
<div slot="scriptStatus" slot-scope="text,record">
|
|
|
<span v-if="record.materialStatus==0">-</span>
|
|
|
<span v-else>
|
|
|
- <a href="javascript:;" @click="scriptViewDetails(record)">{{record.plan}}</a>
|
|
|
+ <a href="javascript:;" @click="scriptViewDetails(record)">{{record.planName}}</a>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div slot="videoStatus" slot-scope="text,record">
|
|
|
<span v-if="record.materialStatus==0">-</span>
|
|
|
<span v-else>
|
|
|
- <a href="javascript:;" @click="viewDetails(record)">{{record.plan}}</a>
|
|
|
+ <a href="javascript:;" @click="viewDetails(record)">{{record.clipName}}</a>
|
|
|
</span>
|
|
|
</div>
|
|
|
+ <div slot="orderTitle" slot-scope="text,record">
|
|
|
+
|
|
|
+ <a href="javascript:;" @click="goOrderDetail(record)">{{text}}</a>
|
|
|
+
|
|
|
+ </div>
|
|
|
|
|
|
|
|
|
</a-table>
|
|
|
</div>
|
|
|
<a-drawer
|
|
|
title="视频详情"
|
|
|
- width="640"
|
|
|
+ width="700"
|
|
|
:placement="placement"
|
|
|
:closable="false"
|
|
|
:visible="visible"
|
|
|
@close="onClose"
|
|
|
>
|
|
|
- <div class="videoBody">
|
|
|
- <div class="videoBox">
|
|
|
- <video :src="currentMaterial.src" ></video>
|
|
|
- </div>
|
|
|
-
|
|
|
- <div class="imgBox">
|
|
|
- <img src="" alt="">
|
|
|
- <img src="" alt="">
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="marterialInfo">
|
|
|
+
|
|
|
+ <div class="marterialInfo videomarterialInfo">
|
|
|
<div class="info-item">
|
|
|
- <span>素材状态:</span>
|
|
|
- <p>未审核</p>
|
|
|
+ <span>视频状态:</span>
|
|
|
+ <p>{{ currentVideo.videoStatus | handlerVideoStatus }}</p>
|
|
|
</div>
|
|
|
<div class="info-item">
|
|
|
- <span>生成水印:</span>
|
|
|
- <a-select :defaultValue="4" v-model="size" style="width:70%;">
|
|
|
- <a-select-option :value="item.id" :key="item.id" v-for="item of sizeType">{{
|
|
|
- item.name
|
|
|
- }}</a-select-option>
|
|
|
- </a-select>
|
|
|
-
|
|
|
+ <span>视频预览:</span>
|
|
|
+ <div class="videoBox" v-if="currentVideo.videoStatus==1||currentVideo.videoStatus==3">
|
|
|
+ <video style="height:100%" :src="currentVideo.url" v-if="currentVideo.url" controls></video>
|
|
|
+ <img :src="defaultPic" alt="" style="height:100%" v-else>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="info-item">
|
|
|
+ <span>封面预览:</span>
|
|
|
+ <div class="imgBox">
|
|
|
+ <img alt="" style="width:100px;margin:0 10px 8px 0" v-for="(item,index) in currentVideo.imgList" :key='index' :src="item">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="info-item" v-if="currentVideo.videoStatus==1">
|
|
|
<span>视频标签:</span>
|
|
|
- <a-tag>Tag 1</a-tag>
|
|
|
- <a-tag>Tag 1</a-tag>
|
|
|
+ <p>
|
|
|
+ <a-tag v-for="(item,index) in currentVideo.tagList" :key="index" style="margin-bottom:8px">{{item}}</a-tag>
|
|
|
+ <!-- {{currentVideo.tag}} -->
|
|
|
+ </p>
|
|
|
</div>
|
|
|
<div class="info-item info">
|
|
|
<ul>
|
|
|
- <li><span>视频时长:</span> 17秒 </li>
|
|
|
- <li><span>视频尺寸:</span> 1080*1920 </li>
|
|
|
- <li><span>视频大小:</span> 31.42M </li>
|
|
|
- <li><span>策划:</span> 吴永前 </li>
|
|
|
- <li><span>拍摄:</span> 吴永前 </li>
|
|
|
- <li><span>剪辑:</span> 吴永前 </li>
|
|
|
+
|
|
|
+ <li><span>编导:</span> {{ currentVideo.planName }} </li>
|
|
|
+ <li><span>拍摄:</span> {{ currentVideo.shotName }} </li>
|
|
|
+ <li><span>剪辑:</span> {{ currentVideo.clipName }} </li>
|
|
|
</ul>
|
|
|
</div>
|
|
|
- <div class="info-item">
|
|
|
- <span>广告语:</span>
|
|
|
- <p>14354534324454354水电费水电费方式手动</p>
|
|
|
+ <div class="info-item" v-if="currentVideo.videoStatus==2">
|
|
|
+ <span>驳回理由:</span>
|
|
|
+ <p>{{ currentVideo.videoAdvise }}</p>
|
|
|
</div>
|
|
|
+
|
|
|
<div class="bottom-btn">
|
|
|
- <a-button type='primary' @click="approved" style="margin-right:20px">通过审核</a-button>
|
|
|
- <a-button type='default' @click="reject">驳回</a-button>
|
|
|
+ <a-button type='primary' @click="approved" v-if="currentMaterial.materialStatus==5" :loading='acceptLoading' style="margin-right:20px">通过审核</a-button>
|
|
|
+ <a-button type='default' @click="()=>{videoRejectVisiable=true}" v-if="currentMaterial.materialStatus==5" style="margin-right:20px">驳回</a-button>
|
|
|
+
|
|
|
+ <a-button type='default' @click="onClose">关闭</a-button>
|
|
|
</div>
|
|
|
+
|
|
|
+
|
|
|
</div>
|
|
|
</a-drawer>
|
|
|
<a-drawer
|
|
|
title="脚本详情"
|
|
|
- width="800"
|
|
|
+ width="600"
|
|
|
:placement="placement"
|
|
|
:closable="false"
|
|
|
:visible="scriptVisible"
|
|
@@ -454,6 +481,10 @@
|
|
|
<span>编导:</span>
|
|
|
<p>{{currentScript.planName}}</p>
|
|
|
</div>
|
|
|
+ <div class="info-item" v-if="currentScript.scriptStatus==2">
|
|
|
+ <span>驳回理由:</span>
|
|
|
+ <p>{{currentScript.scriptAdvise}}</p>
|
|
|
+ </div>
|
|
|
<div class="info-item">
|
|
|
<span>脚本:</span>
|
|
|
<p v-if="currentScript.scriptStatus==0">暂无</p>
|
|
@@ -461,13 +492,42 @@
|
|
|
|
|
|
</div>
|
|
|
|
|
|
- <div class="bottom-btn">
|
|
|
- <a-button type='primary' @click="scriptApproved" style="margin-right:20px" >通过审核</a-button>
|
|
|
- <a-button type='default' @click="scriptReject" style="margin-right:20px" >驳回</a-button>
|
|
|
+ <div class="scriptbottom-btn">
|
|
|
+ <a-button type='primary' @click="scriptApproved" v-if="currentMaterial.materialStatus==2" style="margin-right:20px" >通过审核</a-button>
|
|
|
+
|
|
|
+ <a-button type='default' v-if="currentMaterial.materialStatus==2" @click="()=>{scriptRejectVisiable=true}" style="margin-right:20px">驳回</a-button>
|
|
|
+
|
|
|
<a-button type='default' @click="scriptClose">关闭</a-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</a-drawer>
|
|
|
+
|
|
|
+ <!-- bohui -->
|
|
|
+ <a-modal v-model="videoRejectVisiable" title="视频驳回" width='600px'>
|
|
|
+ <template slot="footer">
|
|
|
+ <a-button key="back" @click="()=>{videoRejectVisiable=false}">取消</a-button>
|
|
|
+ <a-button type="primary" @click="reject" :loading="loadingElse">确定驳回</a-button>
|
|
|
+ </template>
|
|
|
+ <a-textarea
|
|
|
+ v-model="videoAdvise"
|
|
|
+ placeholder="请填写驳回理由"
|
|
|
+ :auto-size="{ minRows: 3, maxRows: 5 }"
|
|
|
+ />
|
|
|
+ </a-modal>
|
|
|
+ <a-modal v-model="scriptRejectVisiable" title="脚本驳回" width='600px'>
|
|
|
+ <template slot="footer">
|
|
|
+ <a-button key="back" @click="()=>{scriptRejectVisiable=false}">取消</a-button>
|
|
|
+ <a-button type="primary" @click="scriptReject" :loading="loadingElse">确定驳回</a-button>
|
|
|
+ </template>
|
|
|
+
|
|
|
+ <a-textarea
|
|
|
+ v-model="scriptAdvise"
|
|
|
+ placeholder="请填写驳回理由"
|
|
|
+ :auto-size="{ minRows: 3, maxRows: 5 }"
|
|
|
+ />
|
|
|
+
|
|
|
+ </a-modal>
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -483,10 +543,10 @@ import qs from 'qs'
|
|
|
let columns=[
|
|
|
{
|
|
|
title: '物料名称',
|
|
|
- dataIndex: 'orderTitle',
|
|
|
+ dataIndex: 'materialName',
|
|
|
align: 'center',
|
|
|
- key: 'orderTitle',
|
|
|
- scopedSlots: { customRender: 'orderTitle' }
|
|
|
+ key: 'materialName',
|
|
|
+ scopedSlots: { customRender: 'materialName' }
|
|
|
},
|
|
|
{
|
|
|
title: '物料编号',
|
|
@@ -519,10 +579,10 @@ let columns=[
|
|
|
},
|
|
|
{
|
|
|
title: '所属订单',
|
|
|
- dataIndex: 'materialFinishTime',
|
|
|
+ dataIndex: 'orderTitle',
|
|
|
align: 'center',
|
|
|
- key: 'materialFinishTime',
|
|
|
- scopedSlots: { customRender: 'materialFinishTime' }
|
|
|
+ key: 'orderTitle',
|
|
|
+ scopedSlots: { customRender: 'orderTitle' }
|
|
|
},
|
|
|
|
|
|
]
|
|
@@ -537,6 +597,13 @@ export default {
|
|
|
{ title: '视频列表', content: '', key: 2 , },
|
|
|
];
|
|
|
return {
|
|
|
+ loadingElse:false,
|
|
|
+ videoRejectVisiable:false,
|
|
|
+ scriptRejectVisiable:false,
|
|
|
+
|
|
|
+ acceptLoading:false,
|
|
|
+ videoAdvise:'',
|
|
|
+ scriptAdvise:'',
|
|
|
currentScript:{},
|
|
|
currentVideo:{},
|
|
|
|
|
@@ -596,19 +663,19 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
- closeBox(){
|
|
|
-
|
|
|
- },
|
|
|
- dowmLoadScript(){
|
|
|
-
|
|
|
+ goOrderDetail(record){
|
|
|
+ console.log(record)
|
|
|
+ this.$parent.currentTabComponent='orderDetail';
|
|
|
+ this.$parent.orderId=record.orderId
|
|
|
},
|
|
|
+
|
|
|
goPlantForm(){
|
|
|
if(this.$parent.role=='operator'){
|
|
|
this.$parent.currentTabComponent='operatorPlatform'
|
|
|
}else if(this.$parent.role=='designLeader'){
|
|
|
this.$parent.currentTabComponent='designleaderPlatform'
|
|
|
}else if(this.$parent.role=='design'){
|
|
|
- this.$parent.currentTabComponent='operatorPlatform'
|
|
|
+ this.$parent.currentTabComponent='designPlatform'
|
|
|
}
|
|
|
},
|
|
|
tabChange(key){
|
|
@@ -626,32 +693,46 @@ export default {
|
|
|
);
|
|
|
},
|
|
|
|
|
|
- // 查看详情
|
|
|
+ // 视频查看详情
|
|
|
viewDetails(record){
|
|
|
- this.visible=true;
|
|
|
- this.currentMaterial=record
|
|
|
- this.currentVideo={};
|
|
|
- if(record.scriptId){
|
|
|
- getAction(this.url.videoDetail,{
|
|
|
- scriptId:record.scriptId
|
|
|
- }).then(res=>{
|
|
|
- console.log(res);
|
|
|
- if(res.success){
|
|
|
- this.currentVideo=res.result;
|
|
|
- this.scriptVisible = true;
|
|
|
- }else{
|
|
|
- this.currentVideo={};
|
|
|
- }
|
|
|
- })
|
|
|
+ console.log(record)
|
|
|
+ this.currentMaterial=record
|
|
|
+ if(record.materialStatus>=4){
|
|
|
+ this.currentVideo={};
|
|
|
+ if(record.videoId){
|
|
|
+ getAction(this.url.videoDetail,{
|
|
|
+ videoId:record.videoId
|
|
|
+ }).then(res=>{
|
|
|
+ console.log(res);
|
|
|
+ if(res.success){
|
|
|
+ if(res.result){
|
|
|
+ let tagList=res.result.tag.split(',')
|
|
|
+ let imgList=res.result.imageUrl.split(',')
|
|
|
+ console.log(tagList)
|
|
|
+ this.currentVideo={
|
|
|
+ ...res.result,
|
|
|
+ tagList,
|
|
|
+ imgList
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ this.visible = true;
|
|
|
+ }else{
|
|
|
+ this.currentVideo={};
|
|
|
+ }
|
|
|
+ })
|
|
|
+ }else{
|
|
|
+ this.currentVideo=record
|
|
|
+ this.visible = true;
|
|
|
+ }
|
|
|
}else{
|
|
|
- this.currentVideo=record
|
|
|
- this.scriptVisible = true;
|
|
|
+ this.$message.error('请等待脚本审核通过后,上传视频')
|
|
|
}
|
|
|
+
|
|
|
},
|
|
|
- // 查看详情
|
|
|
+ // 脚本查看详情
|
|
|
scriptViewDetails(record){
|
|
|
console.log(record)
|
|
|
- this.scriptVisible=true;
|
|
|
this.currentMaterial=record
|
|
|
this.currentScript={};
|
|
|
if(record.scriptId){
|
|
@@ -670,6 +751,7 @@ export default {
|
|
|
this.currentScript=record
|
|
|
this.scriptVisible = true;
|
|
|
}
|
|
|
+
|
|
|
},
|
|
|
|
|
|
|
|
@@ -704,23 +786,9 @@ export default {
|
|
|
this.ipagination.current=pagination.current;
|
|
|
|
|
|
this.ipagination.pageSize=pagination.pageSize;
|
|
|
- this.materialHttp()
|
|
|
- },
|
|
|
- // 请求素材
|
|
|
- materialHttp(){
|
|
|
- this.loading=true;
|
|
|
- this.data=[];
|
|
|
- getAction(this.url.materialList,{
|
|
|
- orderCode:this.currentOrderInfo.orderCode
|
|
|
- }).then(res=>{
|
|
|
- console.log(res);
|
|
|
- if(res.success){
|
|
|
- this.data=res.result.records;
|
|
|
- this.ipagination.total=res.result.total
|
|
|
- }
|
|
|
- })
|
|
|
+ this.tableHttp(this.$parent.materialStatus)
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
@@ -728,7 +796,9 @@ export default {
|
|
|
// 脚本通过审核
|
|
|
scriptApproved(){
|
|
|
postAction(this.url.scriptAccept,{
|
|
|
- id:this.currentMaterial.materialId
|
|
|
+ id:this.currentMaterial.materialId,
|
|
|
+ orderCode:this.currentMaterial.orderCode,
|
|
|
+ materialCode:this.currentMaterial.materialCode
|
|
|
}).then(res=>{
|
|
|
console.log(res);
|
|
|
|
|
@@ -743,12 +813,17 @@ export default {
|
|
|
},
|
|
|
// 脚本驳回
|
|
|
scriptReject(){
|
|
|
+ this.loadingElse=true
|
|
|
postAction(this.url.scriptReject,{
|
|
|
- id:this.currentMaterial.materialId
|
|
|
+ id:this.currentMaterial.materialId,
|
|
|
+ scriptAdvise:this.scriptAdvise,
|
|
|
+ materialCode:this.currentMaterial.materialCode
|
|
|
}).then(res=>{
|
|
|
console.log(res);
|
|
|
|
|
|
this.scriptVisible=false;
|
|
|
+ this.loadingElse=false;
|
|
|
+ this.scriptRejectVisiable=false
|
|
|
if(res.success){
|
|
|
this.$message.success(res.message);
|
|
|
this.tableHttp(this.$parent.materialStatus)
|
|
@@ -759,12 +834,16 @@ export default {
|
|
|
},
|
|
|
// 视频通过审核
|
|
|
approved(){
|
|
|
- postAction(this.url.videoAccept,{
|
|
|
- id:this.currentMaterial.materialId
|
|
|
+ this.acceptLoading=true;
|
|
|
+ postAction(this.url.videoAccept,{
|
|
|
+ id:this.currentMaterial.materialId,
|
|
|
+ orderCode:this.currentMaterial.orderCode,
|
|
|
+ materialCode:this.currentMaterial.materialCode,
|
|
|
+ videoId:this.currentVideo.videoId
|
|
|
}).then(res=>{
|
|
|
console.log(res);
|
|
|
-
|
|
|
- this.vsible=false;
|
|
|
+ this.acceptLoading=false;
|
|
|
+ this.visible=false;
|
|
|
if(res.success){
|
|
|
this.$message.success(res.message);
|
|
|
this.tableHttp(this.$parent.materialStatus)
|
|
@@ -775,12 +854,17 @@ export default {
|
|
|
},
|
|
|
// 视频驳回
|
|
|
reject(){
|
|
|
+ this.loadingElse=true
|
|
|
postAction(this.url.videoReject,{
|
|
|
- id:this.currentMaterial.materialId
|
|
|
+ id:this.currentMaterial.materialId,
|
|
|
+ videoAdvise:this.videoAdvise,
|
|
|
+ materialCode:this.currentMaterial.materialCode
|
|
|
}).then(res=>{
|
|
|
console.log(res);
|
|
|
|
|
|
- this.scriptVisible=false;
|
|
|
+ this.visible=false;
|
|
|
+ this.loadingElse=false;
|
|
|
+ this.videoRejectVisiable=false
|
|
|
if(res.success){
|
|
|
this.$message.success(res.message);
|
|
|
this.tableHttp(this.$parent.materialStatus)
|
|
@@ -802,6 +886,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
tableHttp(type){
|
|
|
+ this.loading=true;
|
|
|
let params=this.handlerParams(type)
|
|
|
params={
|
|
|
...params,
|
|
@@ -812,6 +897,7 @@ export default {
|
|
|
getAction('/platform/material/listByOperatorUserId',params).then(res=>{
|
|
|
console.log(res);
|
|
|
if(res.success){
|
|
|
+ this.loading=false;
|
|
|
this.data=res.result.list;
|
|
|
this.ipagination.total=res.result.total;
|
|
|
|
|
@@ -881,42 +967,39 @@ export default {
|
|
|
// this.tableHttp(this.$parent.materialStatus)
|
|
|
},
|
|
|
filters:{
|
|
|
- handleMaterialStatus(val){
|
|
|
- let text
|
|
|
- switch (val) {
|
|
|
+ handlerMaterialStatus(val){
|
|
|
+ let str='';
|
|
|
+ switch(val){
|
|
|
+
|
|
|
case 0:
|
|
|
- text='待指派'
|
|
|
+ str= '待指派'
|
|
|
break;
|
|
|
case 1:
|
|
|
- text='脚本已上传'
|
|
|
+ str= '脚本待上传'
|
|
|
break;
|
|
|
case 2:
|
|
|
- text='脚本待审核'
|
|
|
+ str= '脚本待审核'
|
|
|
break;
|
|
|
case 3:
|
|
|
- text='视频待上传'
|
|
|
+ str= '脚本被驳回'
|
|
|
break;
|
|
|
case 4:
|
|
|
- text='脚本被驳回'
|
|
|
+ str= '视频待上传'
|
|
|
break;
|
|
|
case 5:
|
|
|
- text='视频待审核'
|
|
|
+ str= '视频待审核'
|
|
|
break;
|
|
|
case 6:
|
|
|
- text='视频被驳回'
|
|
|
+ str= '视频被驳回'
|
|
|
break;
|
|
|
case 7:
|
|
|
- text='物料已完成'
|
|
|
- break;
|
|
|
- case -1:
|
|
|
- text='已作废'
|
|
|
+ str= '物料已完结'
|
|
|
break;
|
|
|
-
|
|
|
default:
|
|
|
- text='出错'
|
|
|
+ str='出错了'
|
|
|
break;
|
|
|
}
|
|
|
- return text
|
|
|
+ return str
|
|
|
},
|
|
|
|
|
|
handlerVideoStatus(val){
|