This commit is contained in:
lixin
2018-11-28 13:46:37 +08:00
9 changed files with 192 additions and 181 deletions

View File

@@ -12,15 +12,14 @@ export function initProject() {
})
}
// 初始化项目金额统计表
export function searchReceiveCheck(pageCurrent, pageSize, check, num) {
export function searchReceiveCheck(check, num) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '采购管理_领用核算_查询数据',
param: `项目流水号_check=${check}&项目流水号=${num}`,
Pagination: pageCurrent + '&' + pageSize
param: `项目流水号_check=${check}&项目流水号=${num}`
}
})
}