gjy 2 년 전
부모
커밋
289facfe6f
1개의 변경된 파일19개의 추가작업 그리고 20개의 파일을 삭제
  1. 19 20
      src/views/profitable/expensemanagementdetails.vue

+ 19 - 20
src/views/profitable/expensemanagementdetails.vue

@@ -301,26 +301,25 @@
           })
       },
       getfielfillingList() {
-        getfielfillinginfo({
-            // warehouseType: 1,
-            compId: localStorage.getItem('ws-pf_compId'),
-            searchKeyWord:this.searchKeyWord,
-            currentPage: this.currentPage,
-            pageSize:this.pageSize ,
-            strokeType:this.strokeType
-            // searchType:this.searchType
-          })
-          .toPromise()
-          .then(response => {
-            this.tableData1 = response.records
-            var arr=this.tableData1.filter((item)=>{return item.approveStatus})
-            if(arr.length>0){
-              this.approveStatus=true
-            }else{
-              this.approveStatus=false
-            }
-           this.deptBudgetTotal = response.total
-          })
+        // getfielfillinginfo({
+        //     // warehouseType: 1,
+        //     compId: localStorage.getItem('ws-pf_compId'),
+        //     searchKeyWord:this.searchKeyWord,
+        //     currentPage: this.currentPage,
+        //     pageSize:this.pageSize ,
+        //     strokeType:this.strokeType
+        //     // searchType:this.searchType
+        //   })
+        //   .toPromise()
+        //   .then(response => {
+        //     this.tableData1 = response.records
+        //     var arr=this.tableData1.filter((item)=>{return item.approveStatus})
+        //     if(arr.length>0){
+        //       this.approveStatus=true
+        //     }else{
+        //       this.approveStatus=false
+        //     }
+        //   })
       },
       accomplish(row){
         var title1=''