소스 검색

Merge branch 'feature/work-jyf' into V1.1.7

jiayufei 4 년 전
부모
커밋
bb402ed6a7
1개의 변경된 파일14개의 추가작업 그리고 3개의 파일을 삭제
  1. 14 3
      src/views/modules/Statistics/videoStatics/KSvideoStatics.vue

+ 14 - 3
src/views/modules/Statistics/videoStatics/KSvideoStatics.vue

@@ -45,7 +45,15 @@
                  {{item.companyName +'_'+item.userName  }}
               </a-select-option>
             </a-select>
-        </span>         
+        </span>     
+        <span style="margin-left:15px">素材分类:</span> 
+        <span  >
+            <!-- <a-input placeholder="请输入编导的名字" v-model="plan" style="width:140px"  /> -->
+            <a-select v-model="material" style="width: 140px" allowClear>
+              <a-select-option value="内部">内部</a-select-option>
+              <a-select-option value="塑造">塑造</a-select-option>
+            </a-select>
+        </span>     
       </div>
       <a-button type="primary" @click="searchRes" :loading='searchLoading'>查询</a-button>
     </div>
@@ -504,6 +512,7 @@ let detailColumn=[
 export default {
   data() {
     return {
+      material: '',
       searchLoading:false,
 
       designList:[],
@@ -744,7 +753,8 @@ export default {
         clipId:this.clip?this.clip:'',
         shotId:this.shot?this.shot:'',
         planId:this.plan?this.plan:'',
-        leaderId:this.leaderId?this.leaderId:''
+        leaderId:this.leaderId?this.leaderId:'',
+        channelName: this.material ? this.material : ''
       }).then(res => {
         let resArr = []
         this.data=[];
@@ -792,7 +802,8 @@ export default {
         clipId:this.clip?this.clip:'',
         shotId:this.shot?this.shot:'',
         planId:this.plan?this.plan:'',
-        leaderId:this.leaderId?this.leaderId:''
+        leaderId:this.leaderId?this.leaderId:'',
+        channelName: this.material ? this.material : ''
       }).then(res => {
         this.exportLoading=false;
         let blob = new Blob([res], {