|
@ -39,7 +39,7 @@ |
|
|
getExpectinByItemcode, |
|
|
getExpectinByItemcode, |
|
|
getBalanceByItemCode, |
|
|
getBalanceByItemCode, |
|
|
getBasicItemByCode, |
|
|
getBasicItemByCode, |
|
|
getBalanceByCodeGroup |
|
|
getBalanceSummary |
|
|
} from '@/api/request2.js'; |
|
|
} from '@/api/request2.js'; |
|
|
import { |
|
|
import { |
|
|
goHome |
|
|
goHome |
|
@ -130,7 +130,7 @@ |
|
|
pageSize: pageSize |
|
|
pageSize: pageSize |
|
|
} |
|
|
} |
|
|
console.log("getSummary", pageNo) |
|
|
console.log("getSummary", pageNo) |
|
|
getBalanceByCodeGroup(params).then(res => { |
|
|
getBalanceSummary(params).then(res => { |
|
|
uni.hideLoading(); |
|
|
uni.hideLoading(); |
|
|
if (res.data.list.length > 0) { |
|
|
if (res.data.list.length > 0) { |
|
|
this.$refs.paging.complete(res.data.list); |
|
|
this.$refs.paging.complete(res.data.list); |
|
|