请款审核审批查询

This commit is contained in:
Vergil
2020-03-14 20:08:39 +08:00
parent 32e868cf3d
commit 7ca8fbef23
3 changed files with 75 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ export function searchTable1(radio, check1, supplier, check2, start, end, check3
}
})
}
// 采购合同明细查询
// 查询离线合同请款信息明细
export function searchTable2(num) {
return request({
url: '',
@@ -39,8 +39,8 @@ export function searchTable2(num) {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '1',
name: '采购管理_采购合同内容_查询数据',
param: '采购合同流水号=' + num
name: '采购管理_采购合同_请款明细_查询数据',
param: `采购合同请款流水号=${num}`
}
})
}