|
@@ -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(
|