请款审核查询

This commit is contained in:
Vergil
2020-03-11 17:38:41 +08:00
parent 3f02d00eb8
commit 37fa29a937
4 changed files with 130 additions and 323 deletions

View File

@@ -16,7 +16,7 @@ export function initBuyer() {
})
}
// 采购合同查询
export function searchTable1(check1, supplier, check2, start, end, check3, name, pageCurrent, pageSize) {
export function searchTable1(radio, check1, supplier, check2, start, end, check3, name, pageCurrent, pageSize) {
return request({
url: '',
method: 'post',
@@ -25,7 +25,7 @@ export function searchTable1(check1, supplier, check2, start, end, check3, name,
ModularID: router.currentRoute.path,
type: '1',
name: '采购管理_合同审核查询_查询数据',
param: '供应商名称_check=' + check1 + '&供应商名称=' + supplier + '&时间段_check=' + check2 + '&开始时间=' + start + '&结束时间=' + end + '&人员编号_check=' + check3 + '&人员编号=' + name,
param: '查询全部=' + radio + '&供应商名称_check=' + check1 + '&供应商名称=' + supplier + '&时间段_check=' + check2 + '&开始时间=' + start + '&结束时间=' + end + '&人员编号_check=' + check3 + '&人员编号=' + name,
Pagination: pageCurrent + '&' + pageSize
}
})