Procházet zdrojové kódy

转派 不要选择机构

sunyize před 2 roky
rodič
revize
3ea0806aca
1 změnil soubory, kde provedl 7 přidání a 6 odebrání
  1. 7 6
      src/views/lotCheck/modules/TaskCheckList.vue

+ 7 - 6
src/views/lotCheck/modules/TaskCheckList.vue

@@ -217,6 +217,7 @@
               <a-col :md="9" :sm="24">
                 <a-button type="primary" @click="searchQuery2" icon="search" style="margin-left: 21px">查询</a-button>
                 <a-button type="primary" @click="searchReset2" icon="reload" style="margin-left: 8px">重置</a-button>
+                <a-button type="danger" @click="transfer"   style="margin-left: 8px">转派</a-button>
                 <!--              <a-button type="danger" @click="transfer"   style="margin-left: 8px">转派</a-button>-->
 
               </a-col>
@@ -562,11 +563,11 @@ export default {
         if (res.success) {
 
           this.statusList=res.result
-          this.visible = true;
+          //this.visible = true;
           return
         }
       })
-      this.showModal();
+      //this.showModal();
 
     },
     showModal() {
@@ -625,10 +626,10 @@ export default {
         this.$message.warn('未选择需转派的数据!')
         return
       }
-      if ( this.orgCode===''){
-        this.$message.warn('部门不可为空!')
-        return
-      }
+      // if ( this.orgCode===''){
+      //   this.$message.warn('部门不可为空!')
+      //   return
+      // }
       let url = '/smsCheck/customerData/transfer';
       let params = {
         userId : this.selectedRowKeys2[0],