|
@@ -1525,14 +1525,14 @@ export default {
|
|
// shipin通过审核
|
|
// shipin通过审核
|
|
approved(){
|
|
approved(){
|
|
postAction(this.url.videoAccept,{
|
|
postAction(this.url.videoAccept,{
|
|
- id:this.currentMaterial.materialId,
|
|
|
|
- videoReject:this.videoReject,
|
|
|
|
|
|
+ id:this.currentMaterial.id,
|
|
|
|
+ orderCode:this.currentMaterial.orderCode,
|
|
materialCode:this.currentMaterial.materialCode,
|
|
materialCode:this.currentMaterial.materialCode,
|
|
videoId:this.currentVideo.videoId
|
|
videoId:this.currentVideo.videoId
|
|
}).then(res=>{
|
|
}).then(res=>{
|
|
console.log(res);
|
|
console.log(res);
|
|
|
|
|
|
- this.vsible=false;
|
|
|
|
|
|
+ this.visible=false;
|
|
this.videoAdvise=''
|
|
this.videoAdvise=''
|
|
if(res.success){
|
|
if(res.success){
|
|
this.$message.success(res.message);
|
|
this.$message.success(res.message);
|
|
@@ -1546,13 +1546,14 @@ export default {
|
|
// 视频驳回
|
|
// 视频驳回
|
|
reject(){
|
|
reject(){
|
|
postAction(this.url.videoReject,{
|
|
postAction(this.url.videoReject,{
|
|
- id:this.currentMaterial.materialId,
|
|
|
|
- scriptAdvise:this.scriptAdvise,
|
|
|
|
|
|
+ id:this.currentMaterial.id,
|
|
|
|
+ videoAdvise:this.videoAdvise,
|
|
materialCode:this.currentMaterial.materialCode
|
|
materialCode:this.currentMaterial.materialCode
|
|
|
|
+
|
|
}).then(res=>{
|
|
}).then(res=>{
|
|
console.log(res);
|
|
console.log(res);
|
|
-
|
|
|
|
- this.scriptVisible=false;
|
|
|
|
|
|
+ this.videoAdvise=''
|
|
|
|
+ this.visible=false;
|
|
if(res.success){
|
|
if(res.success){
|
|
this.$message.success(res.message);
|
|
this.$message.success(res.message);
|
|
this.materialHttp()
|
|
this.materialHttp()
|
|
@@ -1565,7 +1566,7 @@ export default {
|
|
// 脚本通过审核
|
|
// 脚本通过审核
|
|
scriptApproved(){
|
|
scriptApproved(){
|
|
postAction(this.url.scriptAccept,{
|
|
postAction(this.url.scriptAccept,{
|
|
- id:this.currentMaterial.materialId,
|
|
|
|
|
|
+ id:this.currentMaterial.id,
|
|
orderCode:this.currentMaterial.orderCode,
|
|
orderCode:this.currentMaterial.orderCode,
|
|
materialCode:this.currentMaterial.materialCode
|
|
materialCode:this.currentMaterial.materialCode
|
|
}).then(res=>{
|
|
}).then(res=>{
|
|
@@ -1583,7 +1584,7 @@ export default {
|
|
// 脚本驳回
|
|
// 脚本驳回
|
|
scriptReject(){
|
|
scriptReject(){
|
|
postAction(this.url.scriptReject,{
|
|
postAction(this.url.scriptReject,{
|
|
- id:this.currentMaterial.materialId,
|
|
|
|
|
|
+ id:this.currentMaterial.id,
|
|
scriptAdvise:this.scriptAdvise,
|
|
scriptAdvise:this.scriptAdvise,
|
|
materialCode:this.currentMaterial.materialCode
|
|
materialCode:this.currentMaterial.materialCode
|
|
}).then(res=>{
|
|
}).then(res=>{
|