|
@@ -817,7 +817,7 @@
|
|
|
<div class="bottom-btn">
|
|
|
<a-button type='primary' @click="approved" v-if="role=='operator'&¤tMaterial.materialStatus==5" style="margin-right:20px">通过审核</a-button>
|
|
|
<a-button type='default' @click="()=>{videoRejectVisiable=true}" v-if="role=='operator'&¤tMaterial.materialStatus==5" style="margin-right:20px">驳回</a-button>
|
|
|
- <a-button type='primary' v-if="role!='operator'&¤tVideo.videoStatus==2" :disabled="currentVideo.clip!=userInfo.id" @click="modifyVideo" style="margin-right:20px">修改视频信息</a-button>
|
|
|
+ <a-button type='primary' v-if="role!='operator'&¤tVideo.videoStatus>=1" :disabled="currentVideo.clip!=userInfo.id" @click="modifyVideo" style="margin-right:20px">修改视频信息</a-button>
|
|
|
<a-button type='default' @click="onClose">关闭</a-button>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -864,7 +864,7 @@
|
|
|
<div v-if="currentScript.scriptStatus>0" style="margin-right:20px">
|
|
|
<a :href="currentScript.url">{{currentScript.scriptName}}</a>
|
|
|
</div>
|
|
|
- <div v-if="currentScript.scriptStatus==0||currentScript.scriptStatus==2">
|
|
|
+ <div v-if="currentScript.scriptStatus<3">
|
|
|
|
|
|
<p v-if="currentMaterial.plan==userInfo.id">
|
|
|
<a-upload
|
|
@@ -1680,6 +1680,7 @@ export default {
|
|
|
},
|
|
|
// 脚本通过审核
|
|
|
scriptApproved(){
|
|
|
+ console.log(this.currentMaterial)
|
|
|
postAction(this.url.scriptAccept,{
|
|
|
id:this.currentMaterial.id,
|
|
|
orderCode:this.currentMaterial.orderCode,
|