更新
This commit is contained in:
@@ -23,7 +23,7 @@ export function selectBidBond() {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '投标保证金管理_投标保证金查询',
|
||||
name: '投标保证金管理_投标保证金查询_新',
|
||||
param: '保金类型_check=' + arguments[0] + '&保金类型=' + arguments[1] + '&投标人_check=' + arguments[2] + '&投标人=' + arguments[3] + '&招标企业_check=' + arguments[4] + '&招标企业=' + arguments[5] + '&开始日期_check=' + arguments[6] + '&开始日期=' + arguments[7] + '&结束日期_check=' + arguments[8] + '&结束日期=' + arguments[9],
|
||||
Pagination: arguments[10] + '&' + arguments[11]
|
||||
}
|
||||
@@ -37,7 +37,7 @@ export function selectBidBond_excel() {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '投标保证金管理_投标保证金查询',
|
||||
name: '投标保证金管理_投标保证金查询_新',
|
||||
param: '保金类型_check=' + arguments[0] + '&保金类型=' + arguments[1] + '&投标人_check=' + arguments[2] + '&投标人=' + arguments[3] + '&招标企业_check=' + arguments[4] + '&招标企业=' + arguments[5] + '&开始日期_check=' + arguments[6] + '&开始日期=' + arguments[7] + '&结束日期_check=' + arguments[8] + '&结束日期=' + arguments[9]
|
||||
}
|
||||
})
|
||||
|
||||
@@ -81,7 +81,7 @@ export function searchPurchaseContract(check, num) {
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '车间采购管理_采购合同_查询数据_请款',
|
||||
param: `供应商流水号_check=${check}&供应商流水号=${num}`
|
||||
param: `供应商流水号_check=${check}&供应商流水号=${num}&供应商名称_check=0`
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user