zhongtianhaoyuan 3 lat temu
rodzic
commit
654f721f18

+ 15 - 15
src/views/houseSelfCollect/paymentManagement.vue

@@ -344,21 +344,21 @@ export default {
           this.deptBudgetTotal = response.total
         })
         this.isShowAdopt = true
-    //  getpayment({
-    //      currentPage: 1,
-    //     pageSize: 99999,
-    //     warehouseName: this.warehouseName,
-    //     managementType : 1 
-    //   })
-    //     .toPromise()
-    //     .then((response) => {
-    //       for(let i = 0 ; i < response.length ; i++){
-    //         if(response[i].taskId){
-    //           this.isShowAdopt = true
-    //           return
-    //         }
-    //       }
-    //     })
+     getpayment({
+         currentPage: 1,
+        pageSize: 99999,
+        warehouseName: this.warehouseName,
+        managementType : 1 
+      })
+        .toPromise()
+        .then((response) => {
+          for(let i = 0 ; i < response.length ; i++){
+            if(response[i].taskId){
+              this.isShowAdopt = true
+              return
+            }
+          }
+        })
     },
     del(row) {
       this.$confirm(

+ 2 - 0
src/views/taskManagement/tranManagementWarehouseInOutTaskAudit.vue

@@ -1007,6 +1007,8 @@ export default {
       list.publisher =
         sessionStorage.getItem('ws-pf_roleName') +
         sessionStorage.getItem('ws-pf_staffName')
+        console.log( list.publisher)
+        return
       warehousetask(list)
         .toPromise()
         .then(response => {