Jelajahi Sumber

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-pc

mxx 3 tahun lalu
induk
melakukan
fcb1c4539b

+ 1 - 0
src/views/houseSelfCollect/inspectionManagement.vue

@@ -282,6 +282,7 @@ export default {
         })
         })
     },
     },
     print(row) {
     print(row) {
+      
       getinspectLook({
       getinspectLook({
         id: row.id,
         id: row.id,
       })
       })

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

@@ -291,21 +291,19 @@ export default {
           this.deptBudgetTotal = response.total
           this.deptBudgetTotal = response.total
         })
         })
         this.isShowAdopt = true
         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({
+    //     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) {
     del(row) {
       this.$confirm(
       this.$confirm(