This commit is contained in:
liushuai
2020-04-24 08:45:08 +08:00
parent 6bb56595b2
commit 4bb41367fa
4 changed files with 32 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ export function searchTable1(...group) {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: '采购管理_发票结算申请单_查询数据',
name: '采购管理_发票结算申请单_查询数据_查询',
param: `时间段_check=${group[0]}&开始日期=${group[1]}&结束日期=${group[2]}&是否提交=1&角色编号=${group[5]}&供应商_check=${group[6]}&供应商流水号=${group[7]}`,
Pagination: group[3] + '&' + group[4]
}